*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0a0a0a;--bg-secondary: #1a1a1a;--bg-tertiary: #252525;--text-primary: #ffffff;--text-secondary: #a0a0a0;--accent: #6366f1;--accent-hover: #7c7fff;--success: #10b981;--danger: #ef4444;--border: #333333}body{font-family:sans-serif;background:var(--bg-primary);color:var(--text-primary);min-height:100vh;overflow-x:hidden}.page{display:block;animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}nav{background:var(--bg-secondary);border-bottom:1px solid var(--border);padding:1rem 2rem;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a1ae6}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.brand{display:flex;align-items:center;gap:.5rem}.shadow-logo{width:75px;height:auto;cursor:pointer}.logo{font-size:1.5rem;font-weight:bolder;background:linear-gradient(135deg,var(--accent),var(--accent-hover));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;cursor:pointer}.nav-buttons{display:flex;gap:1rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;cursor:pointer;font-size:1rem;transition:all .3s ease;font-weight:500}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 10px 20px #6366f14d}.btn-secondary{background:transparent;color:var(--text-secondary);border:1px solid var(--border)}.btn-secondary:hover{color:var(--text-primary);border-color:var(--text-secondary)}.btn-danger{background:var(--danger);color:#fff}footer{background:var(--bg-secondary);border-top:1px solid var(--border);padding:3rem 2rem 2rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-brand{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.footer-logo{width:40px;height:auto}.footer-brand-name{font-size:1.25rem;font-weight:700;background:linear-gradient(135deg,var(--accent),var(--accent-hover));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.footer-tagline{color:var(--text-secondary);font-size:.9rem;line-height:1.6;max-width:280px}.footer-heading{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-primary);margin-bottom:.5rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:var(--text-secondary);text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-links a:hover{color:var(--accent)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid var(--border);flex-wrap:wrap;gap:1rem}.footer-copyright{color:var(--text-secondary);font-size:.875rem}.footer-social{display:flex;gap:1rem}.social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);background:var(--bg-tertiary);border-radius:8px;transition:all .3s ease;text-decoration:none}.social-link:hover{color:var(--accent);background:var(--bg-primary);transform:translateY(-2px)}@media (max-width: 968px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 640px){footer{padding:2rem 1rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-bottom{flex-direction:column;text-align:center;gap:1.5rem}.footer-tagline{max-width:100%}}.top-action-bar.svelte-1g0p5mv{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.overlay.svelte-1g0p5mv{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999}.email-preview-container.svelte-1g0p5mv{background:var(--bg-secondary);border-radius:12px;max-width:900px;width:90%;padding:2rem;z-index:10000;position:relative;overflow-y:auto;max-height:90vh}.email-preview.svelte-1g0p5mv{background:var(--bg-secondary);border-radius:12px;border:1px solid var(--border);overflow:hidden;z-index:9999}.email-preview-header.svelte-1g0p5mv{padding:2rem;border-bottom:1px solid var(--border)}.email-preview-subject.svelte-1g0p5mv{font-size:1.75rem;margin-bottom:1rem}.email-meta.svelte-1g0p5mv{display:flex;gap:2rem;color:var(--text-secondary);font-size:.9rem;flex-wrap:wrap}.email-preview-body.svelte-1g0p5mv{flex:1;overflow-y:auto;max-height:70vh;padding:1rem;border-top:1px solid var(--border)}.email-frame.svelte-1g0p5mv{width:100%;height:100%;border:none;pointer-events:auto}.inbox-header.svelte-bxtokj{padding:1.5rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.email-list.svelte-bxtokj{max-height:500px;overflow-y:auto}.email-item.svelte-bxtokj{padding:1.5rem;border-bottom:1px solid var(--border);cursor:pointer;transition:.3s ease}.email-item.svelte-bxtokj:hover{background:var(--bg-tertiary)}.email-subject.svelte-bxtokj{font-weight:600;margin-bottom:.25rem}.email-from.svelte-bxtokj{color:var(--text-secondary);margin-bottom:.25rem}.email-time.svelte-bxtokj{color:var(--text-secondary);font-size:.85rem}.account-container.svelte-16o4ify{max-width:1200px;margin:2rem auto;padding:0 2rem}.account-header.svelte-16o4ify{background:var(--bg-secondary);padding:2rem;border-radius:12px;margin-bottom:2rem;border:1px solid var(--border)}.inbox-container.svelte-16o4ify{background:var(--bg-secondary);border-radius:12px;border:1px solid var(--border);overflow:hidden}@keyframes svelte-16o4ify-spin{to{transform:rotate(360deg)}}.email-slots-grid.svelte-16o4ify{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.3rem;margin-bottom:2rem}.email-slot.svelte-16o4ify{background:var(--bg-secondary);border:2px solid var(--border);border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s ease;position:relative}.email-slot.svelte-16o4ify:hover{border-color:var(--accent);transform:translateY(-2px)}.email-slot.active.svelte-16o4ify{border-color:var(--accent);background:#6366f11a}.email-slot-header.svelte-16o4ify{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.email-slot-address.svelte-16o4ify{font-family:monospace;font-size:.9rem;color:var(--text-primary);word-break:break-all}.email-slot-actions.svelte-16o4ify{display:flex;gap:.5rem}.slot-action-btn.svelte-16o4ify{background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-secondary);border-radius:6px;padding:.3rem .6rem;font-size:.8rem;cursor:pointer;transition:all .2s ease}.slot-action-btn.svelte-16o4ify:hover{color:var(--text-primary);border-color:var(--text-secondary)}.email-slot-info.svelte-16o4ify{display:flex;justify-content:space-between;align-items:center;color:var(--text-secondary);font-size:.85rem}.email-count.svelte-16o4ify{background:var(--accent);color:#fff;border-radius:12px;padding:.2rem .6rem;font-size:.8rem}.container.svelte-pa4d92{max-width:900px;margin:0 auto;padding:4rem 2rem}.hero-section.svelte-pa4d92{text-align:center;margin-bottom:3rem}.page-title.svelte-pa4d92{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,var(--accent),var(--accent-hover));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.page-subtitle.svelte-pa4d92{font-size:1rem;color:var(--text-secondary)}.content.svelte-pa4d92{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;padding:3rem}.intro-section.svelte-pa4d92{margin-bottom:2rem;padding:1.5rem;background:var(--bg-primary);border:1px solid var(--border);border-radius:8px}.intro-section.svelte-pa4d92 p:where(.svelte-pa4d92){color:var(--text-secondary);line-height:1.8;font-size:1.1rem;margin:0}.about-section.svelte-pa4d92{margin-bottom:3rem}.about-section.svelte-pa4d92:last-child{margin-bottom:0}.about-section.svelte-pa4d92 h2:where(.svelte-pa4d92){font-size:1.75rem;color:var(--text-primary);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--border)}.about-section.svelte-pa4d92 h3:where(.svelte-pa4d92){font-size:1.25rem;color:var(--text-primary);margin-top:1.5rem;margin-bottom:.75rem}.about-section.svelte-pa4d92 p:where(.svelte-pa4d92){color:var(--text-secondary);line-height:1.8;margin-bottom:1rem}.about-section.svelte-pa4d92 ul:where(.svelte-pa4d92){list-style:none;padding-left:0;margin-bottom:1rem}.about-section.svelte-pa4d92 li:where(.svelte-pa4d92){color:var(--text-secondary);line-height:1.8;padding-left:2rem;position:relative;margin-bottom:.5rem}.about-section.svelte-pa4d92 li:where(.svelte-pa4d92):before{content:"→";position:absolute;left:.5rem;color:var(--accent)}@media (max-width: 768px){.page-title.svelte-pa4d92{font-size:2rem}.content.svelte-pa4d92{padding:2rem 1.5rem}.about-section.svelte-pa4d92 h2:where(.svelte-pa4d92){font-size:1.5rem}}.container.svelte-11nb4lf{max-width:1200px;margin:0 auto;padding:4rem 2rem}.hero-section.svelte-11nb4lf{text-align:center;margin-bottom:3rem}.page-title.svelte-11nb4lf{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,var(--accent),var(--accent-hover));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.page-subtitle.svelte-11nb4lf{font-size:1rem;color:var(--text-secondary)}.content-wrapper.svelte-11nb4lf{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.contact-info-section.svelte-11nb4lf,.contact-form-section.svelte-11nb4lf{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;padding:2.5rem}h2.svelte-11nb4lf{font-size:1.75rem;color:var(--text-primary);margin-bottom:1rem}h3.svelte-11nb4lf{font-size:1.25rem;color:var(--text-primary);margin-bottom:.75rem}p.svelte-11nb4lf{color:var(--text-secondary);line-height:1.8;margin-bottom:1.5rem}.contact-methods.svelte-11nb4lf{display:grid;gap:1rem;margin:2rem 0}.contact-card.svelte-11nb4lf{background:var(--bg-primary);border:1px solid var(--border);border-radius:8px;padding:1.5rem}.contact-card.svelte-11nb4lf h3:where(.svelte-11nb4lf){color:var(--accent);font-size:1.1rem;margin-bottom:.5rem}.contact-card.svelte-11nb4lf p:where(.svelte-11nb4lf){font-size:.9rem;margin-bottom:.75rem}.contact-card.svelte-11nb4lf a:where(.svelte-11nb4lf){color:var(--text-primary);text-decoration:none;font-weight:500;transition:color .2s}.contact-card.svelte-11nb4lf a:where(.svelte-11nb4lf):hover{color:var(--accent)}.social-section.svelte-11nb4lf{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border)}.social-links.svelte-11nb4lf{display:flex;gap:1.5rem;flex-wrap:wrap}.social-links.svelte-11nb4lf a:where(.svelte-11nb4lf){color:var(--text-primary);text-decoration:none;padding:.5rem 1rem;background:var(--bg-primary);border:1px solid var(--border);border-radius:6px;transition:all .2s}.social-links.svelte-11nb4lf a:where(.svelte-11nb4lf):hover{background:var(--accent);border-color:var(--accent)}.success-message.svelte-11nb4lf{display:flex;align-items:center;gap:1rem;padding:1rem;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:8px;margin-bottom:2rem;color:#22c55e}.success-message.svelte-11nb4lf svg:where(.svelte-11nb4lf){flex-shrink:0}.success-message.svelte-11nb4lf p:where(.svelte-11nb4lf){margin:0;color:#22c55e}form.svelte-11nb4lf{display:flex;flex-direction:column;gap:1.5rem}.form-group.svelte-11nb4lf{display:flex;flex-direction:column}label.svelte-11nb4lf{color:var(--text-primary);margin-bottom:.5rem;font-weight:500}input.svelte-11nb4lf,textarea.svelte-11nb4lf{background:var(--bg-primary);border:1px solid var(--border);border-radius:6px;padding:.75rem;color:var(--text-primary);font-family:inherit;font-size:1rem;transition:border-color .2s}input.svelte-11nb4lf:focus,textarea.svelte-11nb4lf:focus{outline:none;border-color:var(--accent)}input.error.svelte-11nb4lf,textarea.error.svelte-11nb4lf{border-color:#ef4444}textarea.svelte-11nb4lf{resize:vertical;min-height:120px}.error-message.svelte-11nb4lf{color:#ef4444;font-size:.875rem;margin-top:.25rem}.submit-btn.svelte-11nb4lf{background:var(--accent);color:#fff;border:none;border-radius:6px;padding:.875rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.submit-btn.svelte-11nb4lf:hover{background:var(--accent-hover)}.form-note.svelte-11nb4lf{font-size:.875rem;color:var(--text-secondary);margin-top:1rem;margin-bottom:0}@media (max-width: 968px){.content-wrapper.svelte-11nb4lf{grid-template-columns:1fr}.page-title.svelte-11nb4lf{font-size:2rem}}@media (max-width: 768px){.container.svelte-11nb4lf{padding:2rem 1rem}.contact-info-section.svelte-11nb4lf,.contact-form-section.svelte-11nb4lf{padding:1.5rem}}.container.svelte-1msigpm{max-width:900px;margin:0 auto;padding:4rem 2rem}.hero-section.svelte-1msigpm{text-align:center;margin-bottom:3rem}.page-title.svelte-1msigpm{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,var(--accent),var(--accent-hover));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.page-subtitle.svelte-1msigpm{font-size:1.25rem;color:var(--text-secondary)}.content.svelte-1msigpm{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;padding:3rem}.intro-section.svelte-1msigpm{margin-bottom:2rem;padding:1.5rem;background:var(--bg-primary);border:1px solid var(--border);border-radius:8px}.intro-section.svelte-1msigpm p:where(.svelte-1msigpm){color:var(--text-secondary);line-height:1.8;font-size:1.1rem;margin:0}.policy-section.svelte-1msigpm{margin-bottom:3rem}.policy-section.svelte-1msigpm:last-child{margin-bottom:0}.policy-section.svelte-1msigpm h2:where(.svelte-1msigpm){font-size:1.75rem;color:var(--text-primary);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--border)}.policy-section.svelte-1msigpm h3:where(.svelte-1msigpm){font-size:1.25rem;color:var(--text-primary);margin-bottom:.75rem}.policy-section.svelte-1msigpm p:where(.svelte-1msigpm){color:var(--text-secondary);line-height:1.8;margin-bottom:1rem}.policy-section.svelte-1msigpm ul:where(.svelte-1msigpm){list-style:none;padding-left:0;margin-bottom:1rem}.policy-section.svelte-1msigpm li:where(.svelte-1msigpm){color:var(--text-secondary);line-height:1.8;padding-left:2rem;position:relative;margin-bottom:.5rem}.policy-section.svelte-1msigpm li:where(.svelte-1msigpm):before{content:"→";position:absolute;left:.5rem;color:var(--accent)}.rights-grid.svelte-1msigpm{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:1.5rem 0}.right-card.svelte-1msigpm{background:var(--bg-primary);border:1px solid var(--border);border-radius:8px;padding:1.5rem;transition:all .3s ease}.right-card.svelte-1msigpm:hover{border-color:var(--accent);transform:translateY(-2px)}.right-icon.svelte-1msigpm{font-size:2.5rem;margin-bottom:1rem}.right-card.svelte-1msigpm h3:where(.svelte-1msigpm){font-size:1.1rem;color:var(--text-primary);margin-bottom:.75rem}.right-card.svelte-1msigpm p:where(.svelte-1msigpm){color:var(--text-secondary);line-height:1.6;font-size:.95rem;margin:0}.data-list.svelte-1msigpm{display:flex;flex-direction:column;gap:1rem;margin:1.5rem 0}.data-item.svelte-1msigpm{background:var(--bg-primary);border:1px solid var(--border);border-left:4px solid var(--accent);border-radius:4px;padding:1rem 1.5rem;color:var(--text-secondary);line-height:1.6}.data-item.svelte-1msigpm strong:where(.svelte-1msigpm){color:var(--text-primary)}.contact-info.svelte-1msigpm{background:var(--bg-primary);border:1px solid var(--border);border-radius:8px;padding:1.5rem;color:var(--text-secondary);line-height:1.8}@media (max-width: 768px){.page-title.svelte-1msigpm{font-size:2rem}.content.svelte-1msigpm{padding:2rem 1.5rem}.policy-section.svelte-1msigpm h2:where(.svelte-1msigpm){font-size:1.5rem}.rights-grid.svelte-1msigpm{grid-template-columns:1fr}}.container.svelte-3khiuv{max-width:900px;margin:0 auto;padding:4rem 2rem}.hero-section.svelte-3khiuv{text-align:center;margin-bottom:3rem}.page-title.svelte-3khiuv{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,var(--accent),var(--accent-hover));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.page-subtitle.svelte-3khiuv{font-size:1rem;color:var(--text-secondary)}.content.svelte-3khiuv{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;padding:3rem}.policy-section.svelte-3khiuv{margin-bottom:3rem}.policy-section.svelte-3khiuv:last-child{margin-bottom:0}.policy-section.svelte-3khiuv h2:where(.svelte-3khiuv){font-size:1.75rem;color:var(--text-primary);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--border)}.policy-section.svelte-3khiuv h3:where(.svelte-3khiuv){font-size:1.25rem;color:var(--text-primary);margin-top:1.5rem;margin-bottom:.75rem}.policy-section.svelte-3khiuv p:where(.svelte-3khiuv){color:var(--text-secondary);line-height:1.8;margin-bottom:1rem}.policy-section.svelte-3khiuv ul:where(.svelte-3khiuv){list-style:none;padding-left:0;margin-bottom:1rem}.policy-section.svelte-3khiuv li:where(.svelte-3khiuv){color:var(--text-secondary);line-height:1.8;padding-left:2rem;position:relative;margin-bottom:.5rem}.policy-section.svelte-3khiuv li:where(.svelte-3khiuv):before{content:"→";position:absolute;left:.5rem;color:var(--accent)}.contact-info.svelte-3khiuv{background:var(--bg-primary);border:1px solid var(--border);border-radius:8px;padding:1.5rem;color:var(--text-secondary);line-height:1.8}@media (max-width: 768px){.page-title.svelte-3khiuv{font-size:2rem}.content.svelte-3khiuv{padding:2rem 1.5rem}.policy-section.svelte-3khiuv h2:where(.svelte-3khiuv){font-size:1.5rem}}.container.svelte-ztnvtn{max-width:900px;margin:0 auto;padding:4rem 2rem}.hero-section.svelte-ztnvtn{text-align:center;margin-bottom:3rem}.page-title.svelte-ztnvtn{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,var(--accent),var(--accent-hover));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.page-subtitle.svelte-ztnvtn{font-size:1rem;color:var(--text-secondary)}.content.svelte-ztnvtn{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;padding:3rem}.intro-section.svelte-ztnvtn{margin-bottom:2rem;padding:1.5rem;background:var(--bg-primary);border:1px solid var(--border);border-radius:8px}.intro-section.svelte-ztnvtn p:where(.svelte-ztnvtn){color:var(--text-secondary);line-height:1.8;font-size:1.1rem;margin:0}.policy-section.svelte-ztnvtn{margin-bottom:3rem}.policy-section.svelte-ztnvtn:last-child{margin-bottom:0}.policy-section.svelte-ztnvtn h2:where(.svelte-ztnvtn){font-size:1.75rem;color:var(--text-primary);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--border)}.policy-section.svelte-ztnvtn h3:where(.svelte-ztnvtn){font-size:1.25rem;color:var(--text-primary);margin-top:1.5rem;margin-bottom:.75rem}.policy-section.svelte-ztnvtn p:where(.svelte-ztnvtn){color:var(--text-secondary);line-height:1.8;margin-bottom:1rem}.policy-section.svelte-ztnvtn ul:where(.svelte-ztnvtn){list-style:none;padding-left:0;margin-bottom:1rem}.policy-section.svelte-ztnvtn li:where(.svelte-ztnvtn){color:var(--text-secondary);line-height:1.8;padding-left:2rem;position:relative;margin-bottom:.5rem}.policy-section.svelte-ztnvtn li:where(.svelte-ztnvtn):before{content:"→";position:absolute;left:.5rem;color:var(--accent)}.contact-info.svelte-ztnvtn{background:var(--bg-primary);border:1px solid var(--border);border-radius:8px;padding:1.5rem;color:var(--text-secondary);line-height:1.8}@media (max-width: 768px){.page-title.svelte-ztnvtn{font-size:2rem}.content.svelte-ztnvtn{padding:2rem 1.5rem}.policy-section.svelte-ztnvtn h2:where(.svelte-ztnvtn){font-size:1.5rem}}.container.svelte-h4cwdv{max-width:900px;margin:0 auto;padding:4rem 2rem}.hero-section.svelte-h4cwdv{text-align:center;margin-bottom:4rem}.page-title.svelte-h4cwdv{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,var(--accent),var(--accent-hover));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.page-subtitle.svelte-h4cwdv{font-size:1.25rem;color:var(--text-secondary)}.faq-container.svelte-h4cwdv{margin-bottom:4rem}.faq-category.svelte-h4cwdv{margin-bottom:3rem}.category-title.svelte-h4cwdv{font-size:1.75rem;color:var(--text-primary);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--border)}.faq-list.svelte-h4cwdv{display:flex;flex-direction:column;gap:1rem}.faq-item.svelte-h4cwdv{background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;overflow:hidden;transition:all .3s ease}.faq-item.open.svelte-h4cwdv{border-color:var(--accent)}.faq-question.svelte-h4cwdv{width:100%;padding:1.5rem;background:transparent;border:none;color:var(--text-primary);font-size:1.1rem;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease}.faq-question.svelte-h4cwdv:hover{color:var(--accent)}.faq-icon.svelte-h4cwdv{font-size:1.5rem;font-weight:700;color:var(--accent);min-width:30px;text-align:center}.faq-answer.svelte-h4cwdv{padding:0 1.5rem 1.5rem;animation:svelte-h4cwdv-slideDown .3s ease}.faq-answer.svelte-h4cwdv p:where(.svelte-h4cwdv){color:var(--text-secondary);line-height:1.8;font-size:1rem}@keyframes svelte-h4cwdv-slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.contact-section.svelte-h4cwdv{text-align:center;background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;padding:3rem}.contact-section.svelte-h4cwdv h2:where(.svelte-h4cwdv){font-size:2rem;color:var(--text-primary);margin-bottom:1rem}.contact-section.svelte-h4cwdv p:where(.svelte-h4cwdv){color:var(--text-secondary);font-size:1.1rem;margin-bottom:2rem}@media (max-width: 768px){.page-title.svelte-h4cwdv{font-size:2rem}.category-title.svelte-h4cwdv{font-size:1.5rem}.faq-question.svelte-h4cwdv{font-size:1rem;padding:1.25rem}}.container.svelte-1xp8vxi{max-width:1200px;margin:0 auto;padding:4rem 2rem}.hero-section.svelte-1xp8vxi{text-align:center;margin-bottom:4rem}.page-title.svelte-1xp8vxi{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,var(--accent),var(--accent-hover));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.page-subtitle.svelte-1xp8vxi{font-size:1.25rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.features-grid.svelte-1xp8vxi{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.feature-card.svelte-1xp8vxi{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:all .3s ease}.feature-card.svelte-1xp8vxi:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 10px 30px #6366f133}.feature-icon.svelte-1xp8vxi{font-size:3rem;margin-bottom:1rem}.feature-card.svelte-1xp8vxi h3:where(.svelte-1xp8vxi){font-size:1.25rem;margin-bottom:.75rem;color:var(--text-primary)}.feature-card.svelte-1xp8vxi p:where(.svelte-1xp8vxi){color:var(--text-secondary);line-height:1.6}@media (max-width: 768px){.page-title.svelte-1xp8vxi{font-size:2rem}.features-grid.svelte-1xp8vxi{grid-template-columns:1fr}}.container.svelte-12wr731{max-width:900px;margin:0 auto;padding:4rem 2rem}.hero-section.svelte-12wr731{text-align:center;margin-bottom:3rem}.page-title.svelte-12wr731{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,var(--accent),var(--accent-hover));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.page-subtitle.svelte-12wr731{font-size:1rem;color:var(--text-secondary)}.content.svelte-12wr731{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;padding:3rem}.intro-section.svelte-12wr731{margin-bottom:2rem;padding:1.5rem;background:var(--bg-primary);border:1px solid var(--border);border-radius:8px}.intro-section.svelte-12wr731 p:where(.svelte-12wr731){color:var(--text-secondary);line-height:1.8;font-size:1.1rem;margin:0}.security-section.svelte-12wr731{margin-bottom:3rem}.security-section.svelte-12wr731:last-child{margin-bottom:0}.security-section.svelte-12wr731 h2:where(.svelte-12wr731){font-size:1.75rem;color:var(--text-primary);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--border)}.security-section.svelte-12wr731 h3:where(.svelte-12wr731){font-size:1.25rem;color:var(--text-primary);margin-top:1.5rem;margin-bottom:.75rem}.security-section.svelte-12wr731 p:where(.svelte-12wr731){color:var(--text-secondary);line-height:1.8;margin-bottom:1rem}.security-section.svelte-12wr731 ul:where(.svelte-12wr731){list-style:none;padding-left:0;margin-bottom:1rem}.security-section.svelte-12wr731 li:where(.svelte-12wr731){color:var(--text-secondary);line-height:1.8;padding-left:2rem;position:relative;margin-bottom:.5rem}.security-section.svelte-12wr731 li:where(.svelte-12wr731):before{content:"✓";position:absolute;left:.5rem;color:var(--accent);font-weight:700}@media (max-width: 768px){.page-title.svelte-12wr731{font-size:2rem}.content.svelte-12wr731{padding:2rem 1.5rem}.security-section.svelte-12wr731 h2:where(.svelte-12wr731){font-size:1.5rem}}.hero.svelte-mqnx2g{min-height:calc(100vh - 70px);display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 50%,rgba(99,102,241,.1) 0%,transparent 50%)}.hero-content.svelte-mqnx2g{text-align:center;max-width:600px;padding:2rem}.hero.svelte-mqnx2g h1:where(.svelte-mqnx2g){font-size:3.5rem;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#a0a0a0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero.svelte-mqnx2g p:where(.svelte-mqnx2g){font-size:1.25rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.features.svelte-mqnx2g{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:4rem}.feature.svelte-mqnx2g{background:var(--bg-secondary);padding:1.5rem;border-radius:12px;border:1px solid var(--border);transition:transform .3s ease,border-color .3s ease}.feature.svelte-mqnx2g:hover{transform:translateY(-5px);border-color:var(--accent)}.feature-icon.svelte-mqnx2g{font-size:2rem;margin-bottom:.5rem}.auth-container.svelte-3z0wmw{min-height:calc(100vh - 70px);display:flex;align-items:center;justify-content:center;padding:2rem}.auth-box.svelte-3z0wmw{background:var(--bg-secondary);padding:2.5rem;border-radius:16px;width:100%;max-width:400px;border:1px solid var(--border);box-shadow:0 20px 40px #00000080}.auth-box.svelte-3z0wmw h2:where(.svelte-3z0wmw){margin-bottom:2rem;text-align:center;font-size:2rem}.form-group.svelte-3z0wmw{margin-bottom:1.5rem}.form-group.svelte-3z0wmw label:where(.svelte-3z0wmw){display:block;margin-bottom:.5rem;color:var(--text-secondary);font-size:.9rem}.form-group.svelte-3z0wmw input:where(.svelte-3z0wmw){width:100%;padding:.75rem;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:8px;color:var(--text-primary);font-size:1rem;transition:border-color .3s ease}.form-group.svelte-3z0wmw input:where(.svelte-3z0wmw):focus{outline:none;border-color:var(--accent)}.auth-switch.svelte-3z0wmw{text-align:center;margin-top:1.5rem;color:var(--text-secondary)}.auth-switch.svelte-3z0wmw a:where(.svelte-3z0wmw){color:var(--accent);text-decoration:none;cursor:pointer}.auth-switch.svelte-3z0wmw a:where(.svelte-3z0wmw):hover{text-decoration:underline}.auth-container.svelte-1p4rrxu{min-height:calc(100vh - 70px);display:flex;align-items:center;justify-content:center;padding:2rem}.auth-box.svelte-1p4rrxu{background:var(--bg-secondary);padding:2.5rem;border-radius:16px;width:100%;max-width:400px;border:1px solid var(--border);box-shadow:0 20px 40px #00000080}.auth-box.svelte-1p4rrxu h2:where(.svelte-1p4rrxu){margin-bottom:2rem;text-align:center;font-size:2rem}.form-group.svelte-1p4rrxu{margin-bottom:1.5rem}.form-group.svelte-1p4rrxu label:where(.svelte-1p4rrxu){display:block;margin-bottom:.5rem;color:var(--text-secondary);font-size:.9rem}.form-group.svelte-1p4rrxu input:where(.svelte-1p4rrxu){width:100%;padding:.75rem;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:8px;color:var(--text-primary);font-size:1rem;transition:border-color .3s ease}.form-group.svelte-1p4rrxu input:where(.svelte-1p4rrxu):focus{outline:none;border-color:var(--accent)}.auth-switch.svelte-1p4rrxu{text-align:center;margin-top:1.5rem;color:var(--text-secondary)}.auth-switch.svelte-1p4rrxu a:where(.svelte-1p4rrxu){color:var(--accent);text-decoration:none;cursor:pointer}.auth-switch.svelte-1p4rrxu a:where(.svelte-1p4rrxu):hover{text-decoration:underline}
