@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--primary: #7C3AED;--primary-light: #A78BFA;--primary-dark: #5B21B6;--secondary: #EC4899;--accent: #F59E0B;--gradient-primary: linear-gradient(135deg, #7C3AED 0%, #EC4899 100%);--gradient-secondary: linear-gradient(135deg, #1E1B4B 0%, #312E81 100%);--gradient-card: linear-gradient(145deg, rgba(255,255,255,.1) 0%, rgba(255,255,255,.05) 100%);--bg-primary: #0F0A1F;--bg-secondary: #1A1333;--bg-card: rgba(255, 255, 255, .05);--text-primary: #FFFFFF;--text-secondary: rgba(255, 255, 255, .7);--text-muted: rgba(255, 255, 255, .5);--border-color: rgba(255, 255, 255, .1);--border-focus: rgba(124, 58, 237, .5);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .2);--shadow-md: 0 8px 32px rgba(0, 0, 0, .3);--shadow-lg: 0 16px 64px rgba(124, 58, 237, .2);--shadow-glow: 0 0 40px rgba(124, 58, 237, .4);font-family:Outfit,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color-scheme:dark;color:var(--text-primary);background-color:var(--bg-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg-primary);background-image:radial-gradient(ellipse at top left,rgba(124,58,237,.15) 0%,transparent 50%),radial-gradient(ellipse at bottom right,rgba(236,72,153,.1) 0%,transparent 50%)}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:var(--text-primary)}h1{font-size:2.5rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}h2{font-size:1.75rem}p{color:var(--text-secondary)}a{color:var(--primary-light);text-decoration:none;transition:color .3s ease}a:hover{color:var(--secondary)}button{border-radius:12px;border:none;padding:.875rem 1.75rem;font-size:1rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .3s ease}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-glow)}.btn-secondary{background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#ffffff1a;border-color:var(--primary-light)}input,select,textarea{width:100%;padding:1rem 1.25rem;font-size:1rem;font-family:inherit;color:var(--text-primary);background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;outline:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--border-focus)}input::placeholder{color:var(--text-muted)}.card{background:var(--gradient-card);border:1px solid var(--border-color);border-radius:24px;padding:2rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow-md)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-fade-in{animation:fadeIn .6s ease-out forwards}.animate-pulse{animation:pulse 2s ease-in-out infinite}.animate-float{animation:float 3s ease-in-out infinite}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.nav-bar{position:fixed;top:0;left:0;right:0;height:64px;background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.05);z-index:1000;display:flex;align-items:center}.nav-content{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}.nav-home-btn{display:flex;align-items:center;gap:.5rem;background:transparent;border:none;color:var(--luxury-charcoal);font-size:.875rem;font-weight:600;cursor:pointer;padding:.5rem .75rem;border-radius:.5rem;transition:all .2s}.nav-home-btn:hover{background:#0000000d}.nav-home-btn .material-symbols-outlined{font-size:1.25rem}.nav-brand{font-size:1.125rem;font-weight:800;letter-spacing:.2em;color:var(--luxury-charcoal);margin:0}.dark .nav-bar{background:#111621cc;border-bottom:1px solid rgba(255,255,255,.05)}.dark .nav-home-btn{color:#fff}.dark .nav-home-btn:hover{background:#ffffff1a}.dark .nav-brand{color:#fff}.profile-container,.report-container{padding-top:80px}@media(min-width:1920px){:root{font-size:16px}.card{padding:2.5rem}h1{font-size:3rem}}@media(min-width:1200px)and (max-width:1919px){:root{font-size:calc(14px + (16 - 14) * ((100vw - 1200px) / (1920 - 1200)))}.card{padding:2rem}}@media(min-width:768px)and (max-width:1199px){:root{font-size:15px}h1{font-size:2.25rem}h2{font-size:1.5rem}.card{padding:1.75rem;border-radius:20px}button{padding:.75rem 1.5rem}input,select,textarea{padding:.875rem 1rem}.nav-content{padding:0 1.25rem}}@media(max-width:767px){:root{font-size:14px}h1{font-size:1.75rem}h2{font-size:1.25rem}.card{padding:1.25rem;border-radius:16px}button{padding:.75rem 1.25rem;font-size:.9rem;border-radius:10px}input,select,textarea{padding:.75rem 1rem;font-size:.9rem;border-radius:10px}.nav-bar{height:56px}.nav-content{padding:0 1rem}.nav-home-btn{font-size:.8rem;padding:.4rem .6rem}.nav-brand{font-size:1rem}.profile-container,.report-container{padding-top:70px}}@media(max-width:359px){:root{font-size:13px}.card{padding:1rem}}.modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:1.5rem}.modal-content{width:100%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;padding:0!important;overflow:hidden;background:#fff;border-radius:1.5rem}.dark .modal-content{background:#1a1f2e;border:1px solid rgba(255,255,255,.1)}.modal-header{padding:1.5rem;border-bottom:1px solid rgba(0,0,0,.05);display:flex;align-items:center;justify-content:space-between}.dark .modal-header{border-bottom-color:#ffffff1a}.modal-header h3{margin:0;font-size:1.25rem;color:#12151c}.dark .modal-header h3{color:#fff}.close-btn{background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-gray);padding:.5rem}.modal-body{padding:1.5rem;overflow-y:auto;line-height:1.6}.modal-body pre{white-space:pre-wrap;font-family:inherit;font-size:.9375rem;color:#12151c;margin:0}.dark .modal-body pre{color:#fff}.modal-footer{padding:1.5rem;border-top:1px solid rgba(0,0,0,.05);display:flex;justify-content:flex-end}.dark .modal-footer{border-top-color:#ffffff1a}.modal-footer button{min-width:100px}.language-selector{position:relative;z-index:1000}.language-btn{display:flex;align-items:center;gap:6px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:8px 12px;color:#fff;cursor:pointer;transition:all .2s;font-size:.85rem}.language-btn:hover{background:#ffffff1f;border-color:#ffffff40}.lang-flag{font-size:1.1rem}.lang-code{font-weight:600;letter-spacing:.5px}.language-btn .arrow{font-size:1.2rem;opacity:.7}.language-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#1e293bfa;border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:8px;min-width:160px;box-shadow:0 10px 40px #00000080;animation:dropdownFade .15s ease-out}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.language-option{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;background:transparent;border:none;border-radius:8px;color:#cbd5e1;cursor:pointer;transition:all .15s;text-align:left}.language-option:hover{background:#7c3aed26;color:#fff}.language-option.active{background:#7c3aed33;color:#a78bfa}.language-option .lang-name{flex:1;font-size:.9rem}.language-option .check{color:#22c55e;font-size:1.1rem}.landing-page{--primary-blue: #144bb8;--luxury-cream: #FDFBF7;--luxury-charcoal: #1A1A1A;--luxury-gold: #D4AF37;--background-light: #f6f6f8;--background-dark: #111621;--text-gray: #6B7280;--text-light-gray: #9CA3AF;font-family:Manrope,Outfit,system-ui,-apple-system,sans-serif;background:var(--background-light);color:var(--luxury-charcoal);overflow-x:hidden;min-height:100vh}.landing-nav{position:fixed;top:0;left:0;right:0;z-index:50;background:#f6f6f8cc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.05)}.nav-container{display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;height:64px;max-width:1280px;margin:0 auto}.nav-menu-btn,.nav-profile-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:transparent;border:none;cursor:pointer;transition:background .2s;font-size:1.2rem}.nav-menu-btn:hover,.nav-profile-btn:hover{background:#0000000d}.nav-logo{font-size:1.125rem;font-weight:800;letter-spacing:.2em;color:var(--luxury-charcoal);margin:0}.nav-right{display:flex;align-items:center;gap:8px}.landing-main{padding-top:64px}.hero-section{padding:1rem}@media(min-width:480px){.hero-section{padding:2rem}}.hero-inner{max-width:1280px;margin:0 auto}.hero-card{position:relative;display:flex;flex-direction:column;gap:1.5rem;min-height:560px;padding:2rem;border-radius:1rem;text-align:center;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;background-image:linear-gradient(#0003,#0009),url(https://lh3.googleusercontent.com/aida-public/AB6AXuBIHs5RPFDr2asBDzaOmerfbEH5X2JQ2zsVr6bM_RJ_wdfpjjXPer_uZpvaOZkvrX0Ma1A7Mv5vw_0akkZ4qDQY6LYP2vV9TtGgvEz2omWRbhVZW68WhQedlSQ1Ya6gXLygr-9oeo5OlTy4Ed7rZuEhx3tDUtKUCg70f4jlhhzvetehP7wEc43Xhmc30E75p1jtVmjE07BQYf0-633dlOpqJaoIZ3dhmrv3iU4qCrJwmFQCegP-S_gYgmE2Vfgwm-FlCxjZJQmPORQ);background-size:cover;background-position:center;background-repeat:no-repeat}.hero-content{display:flex;flex-direction:column;gap:1rem;max-width:540px;z-index:10}.hero-badge{font-size:.75rem;font-weight:700;letter-spacing:.3em;text-transform:uppercase;color:var(--luxury-gold)}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.1;letter-spacing:-.02em;color:#fff;background:none;-webkit-text-fill-color:white}@media(min-width:480px){.hero-title{font-size:3.75rem}}.hero-description{font-size:1rem;font-weight:300;line-height:1.6;color:#ffffffd9;max-width:28rem;margin:0 auto}@media(min-width:480px){.hero-description{font-size:1.125rem}}.hero-buttons{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:320px;z-index:10;margin-top:1rem}.btn-consultation{display:flex;align-items:center;justify-content:center;height:56px;padding:0 2rem;border-radius:.5rem;background:var(--primary-blue);color:#fff;font-size:1rem;font-weight:700;letter-spacing:.05em;border:none;cursor:pointer;transition:all .3s;box-shadow:0 10px 30px -5px #144bb866}.btn-consultation:hover{background:#1a5ad9;transform:translateY(-2px)}.btn-portfolio{display:flex;align-items:center;justify-content:center;height:56px;padding:0 2rem;border-radius:.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s}.btn-portfolio:hover{background:#fff3}.partners-section{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;padding:2.5rem 2rem;opacity:.4;filter:grayscale(100%)}.partner-logo{font-size:.875rem;font-weight:900;letter-spacing:.15em;color:var(--luxury-charcoal)}.features-section{padding:3rem 1rem}.features-container{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.section-badge{font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.4em;color:var(--primary-blue);text-align:center;margin-bottom:1rem}.section-divider{width:48px;height:2px;background:var(--luxury-gold);margin-bottom:2.5rem}.section-header{display:flex;flex-direction:column;gap:1rem;text-align:center;margin-bottom:3rem}.section-title{font-size:1.875rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--luxury-charcoal);background:none;-webkit-text-fill-color:var(--luxury-charcoal)}@media(min-width:480px){.section-title{font-size:2.25rem}}.section-description{font-size:1rem;font-weight:400;line-height:1.6;color:var(--text-gray);max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;width:100%;padding:0 1rem}@media(min-width:768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{display:flex;flex-direction:column;gap:1.5rem;padding:2rem;background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:1rem;box-shadow:0 1px 3px #0000000d;transition:all .3s}.feature-card:hover{box-shadow:0 10px 40px #0000001a;transform:translateY(-4px)}.feature-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:.75rem;background:#144bb814;color:var(--primary-blue);transition:all .3s}.feature-icon .material-symbols-outlined{font-size:2rem;font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 48}.feature-card:hover .feature-icon{background:var(--primary-blue);color:#fff;transform:rotate(5deg) scale(1.1)}.feature-content{display:flex;flex-direction:column;gap:.75rem}.feature-title{font-size:1.25rem;font-weight:700;color:var(--luxury-charcoal);margin:0}.feature-description{font-size:.875rem;line-height:1.6;color:var(--text-gray);margin:0}.cta-section{background:var(--luxury-cream);padding:4rem 1.5rem}.cta-container{max-width:56rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center}.cta-title{font-size:1.875rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--luxury-charcoal);background:none;-webkit-text-fill-color:var(--luxury-charcoal)}@media(min-width:480px){.cta-title{font-size:3rem}}.cta-description{font-size:1rem;font-weight:300;line-height:1.6;color:var(--text-gray);max-width:42rem}@media(min-width:480px){.cta-description{font-size:1.125rem}}.cta-buttons{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:320px;margin-top:1rem}@media(min-width:640px){.cta-buttons{flex-direction:row;max-width:none;justify-content:center}}.btn-schedule{display:flex;align-items:center;justify-content:center;min-width:200px;height:56px;padding:0 2rem;border-radius:.5rem;background:var(--primary-blue);color:#fff;font-size:1rem;font-weight:700;border:none;cursor:pointer;transition:all .3s;box-shadow:0 20px 40px -10px #144bb866}.btn-schedule:hover{transform:scale(1.02) translateY(-2px)}.style-tips-section{padding:5rem 2rem;background:linear-gradient(180deg,#f8f9fa,#fff)}.tips-container{max-width:1280px;margin:0 auto;text-align:center}.tips-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:3rem;text-align:left}@media(min-width:768px){.tips-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.tips-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}.tip-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 20px #0000000f;border:1px solid rgba(0,0,0,.05);transition:all .3s ease}.tip-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001a}.tip-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,var(--primary-blue),#2563eb);border-radius:12px;margin-bottom:1rem}.tip-icon .material-symbols-outlined{font-size:24px;color:#fff}.tip-title{font-size:1.25rem;font-weight:700;color:var(--luxury-charcoal);margin-bottom:.75rem}.tip-content{font-size:.95rem;line-height:1.75;color:var(--text-gray)}.tips-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.08)}.tips-cta-text{font-size:1.125rem;color:var(--text-gray);margin-bottom:1.5rem}.btn-tips-cta{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;background:linear-gradient(135deg,var(--primary-blue),#2563eb);color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #144bb84d}.btn-tips-cta:hover{transform:translateY(-2px);box-shadow:0 12px 30px #144bb866}.landing-footer{background:var(--luxury-charcoal);color:#fff;padding:4rem 2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.footer-container{grid-template-columns:repeat(3,1fr)}}.footer-brand{display:flex;flex-direction:column;gap:1.5rem}.footer-logo{font-size:1.5rem;font-weight:900;letter-spacing:.15em;margin:0}.footer-tagline{font-size:.875rem;line-height:1.6;color:#fff9;margin:0}.footer-links{display:flex;flex-direction:column;gap:1rem}.footer-heading{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--luxury-gold);margin:0}.footer-list{list-style:none;display:flex;flex-direction:column;gap:.5rem;padding:0;margin:0}.footer-list li a{font-size:.875rem;color:#ffffffb3;text-decoration:none;transition:color .2s}.footer-list li a:hover{color:#fff}.footer-social{display:flex;flex-direction:column;gap:1.5rem}.social-icons{display:flex;gap:1rem}.social-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.15);color:#ffffffb3;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.social-icon .material-symbols-outlined{font-size:1.25rem;font-variation-settings:"wght" 300}.social-icon:hover{background:#fff;color:var(--luxury-charcoal);border-color:#fff;transform:translateY(-4px);box-shadow:0 10px 20px #0003}.footer-copyright{font-size:.75rem;color:#fff6;margin:0}.footer-legal{display:flex;align-items:center;gap:.75rem;margin-top:1rem}.footer-link-btn{background:none;border:none;padding:0;color:#fff6;font-size:.75rem;cursor:pointer;transition:color .2s}.footer-link-btn:hover{color:#fff;text-decoration:underline}.footer-legal .divider{color:#fff3;font-size:.75rem}.floating-btn{position:fixed;bottom:2rem;right:2rem;width:64px;height:64px;border-radius:50%;background:var(--primary-blue);color:#fff;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;box-shadow:0 15px 35px #144bb866;transition:all .4s cubic-bezier(.175,.885,.32,1.275);z-index:50}.floating-btn .material-symbols-outlined{font-size:1.75rem;font-variation-settings:"FILL" 1,"wght" 400}.floating-btn:hover{transform:scale(1.1) rotate(15deg);box-shadow:0 20px 45px #144bb880}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-content,.hero-buttons,.feature-card{animation:fadeInUp .6s ease-out forwards}.feature-card:nth-child(2){animation-delay:.1s}.feature-card:nth-child(3){animation-delay:.2s}@media(min-width:1920px){.nav-container,.hero-inner,.cta-section,.footer-inner{max-width:1440px}.hero-title{font-size:4.5rem}.hero-description{font-size:1.375rem}.cta-subtitle{font-size:1.125rem}}@media(min-width:768px)and (max-width:1199px){.nav-container{padding:0 1.25rem}.hero-section{padding:1.5rem}.hero-title{font-size:2.75rem}.hero-description{font-size:1rem;max-width:450px}.feature-grid{gap:1rem}.feature-card{padding:1.75rem}.feature-icon-wrapper{width:50px;height:50px}.cta-section{padding:3rem}.cta-emojis{font-size:2.5rem}.floating-btn{width:56px;height:56px;bottom:1.5rem;right:1.5rem}}@media(max-width:767px){.nav-container{padding:0 1rem;height:56px}.nav-logo{font-size:.95rem;letter-spacing:.15em}.nav-menu-btn,.nav-profile-btn{width:36px;height:36px;font-size:1rem}.landing-main{padding-top:56px}.hero-section{padding:.75rem}.hero-card{border-radius:20px;padding:2.5rem 1.5rem}.hero-title{font-size:2rem;line-height:1.2}.hero-description{font-size:.9rem;margin:1rem auto}.hero-buttons{flex-direction:column;gap:.75rem;width:100%;padding:0 .5rem}.hero-btn{width:100%;padding:1rem;font-size:.95rem}.hero-btn .material-symbols-outlined{font-size:1.25rem}.feature-grid{grid-template-columns:1fr;gap:.75rem;margin-top:2rem}.feature-card{padding:1.25rem}.feature-icon-wrapper{width:44px;height:44px}.feature-title{font-size:1rem}.feature-description{font-size:.8rem}.cta-section{padding:2rem 1.5rem;margin:1.5rem .75rem;border-radius:20px}.cta-emojis{font-size:2rem;gap:.75rem}.cta-title{font-size:1.5rem}.cta-subtitle{font-size:.85rem}.cta-btn{padding:1rem 2rem;font-size:1rem}.footer{padding:2rem 1rem}.footer-copyright{font-size:.7rem}.footer-legal{flex-wrap:wrap;gap:.5rem}.footer-link-btn{font-size:.7rem}.floating-btn{width:52px;height:52px;bottom:1rem;right:1rem}.floating-btn .material-symbols-outlined{font-size:1.5rem}}@media(max-width:359px){.hero-title{font-size:1.75rem}.hero-card{padding:2rem 1rem}.cta-section{padding:1.5rem 1rem}.cta-title{font-size:1.25rem}}.profile-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden}.bg-decoration{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none}.bg-decoration-1{width:400px;height:400px;background:#7c3aed4d;top:-100px;right:-100px;animation:float 8s ease-in-out infinite}.bg-decoration-2{width:300px;height:300px;background:#ec489933;bottom:-50px;left:-50px;animation:float 6s ease-in-out infinite reverse}.profile-wrapper{width:100%;max-width:480px;position:relative;z-index:1}.profile-header{text-align:center;margin-bottom:2rem}.brand-badge{display:inline-block;padding:.5rem 1rem;background:#7c3aed33;border:1px solid rgba(124,58,237,.3);border-radius:20px;font-size:.875rem;color:var(--primary-light);margin-bottom:1rem}.profile-header h1{font-size:3rem;margin-bottom:.5rem;letter-spacing:-.02em}.subtitle{font-size:1.1rem;color:var(--text-secondary)}.profile-form{display:flex;flex-direction:column;gap:1.5rem}.photo-section{text-align:center}.photo-upload{width:180px;height:180px;margin:0 auto 1rem;border-radius:50%;border:3px dashed var(--border-color);display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;overflow:hidden;transition:all .3s ease;background:var(--bg-card)}.photo-upload:hover{border-color:var(--primary);transform:scale(1.02)}.photo-upload.has-image{border-style:solid;border-color:var(--primary)}.photo-upload.is-dragging{border-color:var(--primary);border-width:4px;background:#7c3aed26;transform:scale(1.05)}.upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-secondary)}.upload-icon{font-size:2.5rem;margin-bottom:.5rem}.upload-hint{font-size:.75rem;color:var(--text-muted)}.preview-image{width:100%;height:100%;object-fit:cover}.photo-overlay{position:absolute;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;color:#fff;font-weight:500}.photo-upload:hover .photo-overlay{opacity:1}.hidden-input{display:none}.photo-tip{font-size:.875rem;color:var(--text-muted)}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-weight:500;color:var(--text-primary);font-size:.9rem}.gender-buttons{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.gender-btn{flex:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem;background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;color:var(--text-secondary);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.gender-icon{font-size:2rem!important;transition:transform .3s ease}.gender-btn:hover{background:#ffffff1a;border-color:var(--primary-light);transform:translateY(-2px)}.gender-btn:hover .gender-icon{transform:scale(1.1)}.gender-btn.active{background:var(--gradient-primary);border-color:transparent;color:#fff;box-shadow:var(--shadow-glow)}.gender-btn.active .gender-icon{font-variation-settings:"FILL" 1}.body-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.input-wrapper{position:relative}.input-wrapper input{padding-right:3rem}.input-unit{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:var(--text-muted);font-size:.9rem;pointer-events:none}.submit-btn{width:100%;padding:1.125rem;font-size:1.1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem}.submit-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.submit-btn .btn-arrow{transition:transform .3s ease}.submit-btn:not(:disabled):hover .btn-arrow{transform:translate(4px)}.submit-btn.loading{pointer-events:none}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-message{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#f87171;padding:1rem;border-radius:12px;font-size:.9rem;text-align:center}.terms-agreement{margin:1rem 0}.checkbox-wrapper{display:flex;align-items:center;gap:1rem;cursor:pointer;-webkit-user-select:none;user-select:none;min-height:1.5rem}.checkbox-wrapper input[type=checkbox]{width:1.2rem;height:1.2rem;flex-shrink:0;cursor:pointer;margin:0;transform:translateY(4px)}.checkbox-text{display:inline-flex;align-items:center;flex-wrap:wrap;gap:4px;font-size:.875rem;line-height:1.2;color:#ffffffb3}.text-connector{color:#ffffffb3}.text-link{background:transparent;border:none;padding:0 2px;color:var(--primary-light);font-size:inherit;font-weight:600;text-decoration:underline;text-underline-offset:3px;cursor:pointer;transition:all .2s;white-space:nowrap}.text-link:hover{color:var(--secondary);text-decoration-color:var(--secondary)}.privacy-note{text-align:center;font-size:.8rem;color:var(--text-muted);margin-top:.5rem}.features{display:flex;justify-content:center;gap:2rem;margin-top:2rem;flex-wrap:wrap}.feature-item{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:.9rem}.feature-icon{font-size:1.25rem}@media(min-width:1920px){.profile-wrapper{max-width:540px}.profile-header h1{font-size:3.5rem}.photo-upload{width:200px;height:200px}}@media(min-width:768px)and (max-width:1199px){.profile-container{padding:1.5rem;padding-top:80px}.profile-wrapper{max-width:420px}.profile-header h1{font-size:2.5rem}.photo-upload{width:160px;height:160px}.gender-buttons{gap:.75rem}.gender-btn{padding:.875rem;font-size:.95rem}}@media(max-width:767px){.profile-container{padding:1rem;padding-top:70px}.profile-wrapper{max-width:100%}.profile-header{margin-bottom:1.5rem}.profile-header h1{font-size:2rem}.subtitle{font-size:.95rem}.brand-badge{font-size:.8rem;padding:.4rem .8rem}.photo-upload{width:140px;height:140px}.upload-icon{font-size:2rem}.photo-tip{font-size:.8rem}.form-label{font-size:.85rem}.gender-buttons{gap:.5rem}.gender-btn{padding:.75rem;font-size:.9rem;border-radius:10px}.body-info-grid{grid-template-columns:1fr 1fr;gap:.75rem}.checkbox-text{font-size:.8rem}.text-link{padding:2px 4px;font-size:.8rem}.submit-btn{padding:1rem;font-size:1rem}.features{flex-direction:row;gap:1rem;flex-wrap:wrap;justify-content:center}.feature-item{font-size:.8rem}.feature-icon{font-size:1rem}}@media(max-width:359px){.profile-header h1{font-size:1.75rem}.photo-upload{width:120px;height:120px}.body-info-grid,.gender-buttons{grid-template-columns:1fr}}.report-container{min-height:100vh;padding:2rem;position:relative;overflow:hidden}.bg-decoration-3{position:absolute;width:250px;height:250px;background:#f59e0b26;border-radius:50%;filter:blur(80px);top:50%;left:50%;transform:translate(-50%,-50%);animation:float 7s ease-in-out infinite;pointer-events:none}.report-wrapper{max-width:800px;margin:0 auto;position:relative;z-index:1}.report-header{text-align:center;margin-bottom:2rem}.report-header h1{font-size:2.5rem;margin-bottom:.5rem}.report-header .subtitle{font-size:1.1rem;color:var(--text-secondary)}.profile-summary{margin-bottom:2rem}.profile-summary-content{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.profile-image-wrapper{flex-shrink:0}.profile-image{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid var(--primary);box-shadow:var(--shadow-glow)}.profile-stats{display:flex;flex-wrap:wrap;gap:1.5rem;flex:1}.stat-item{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:1.25rem;font-weight:600;color:var(--text-primary)}.stat-item.highlight .stat-value{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.report-content{margin-bottom:2rem;line-height:1.8}.report-content h1,.report-content h2,.report-content h3{margin-top:2rem;margin-bottom:1rem}.report-content h1{font-size:1.75rem;border-bottom:2px solid var(--border-color);padding-bottom:.5rem}.report-content h2{font-size:1.5rem;color:var(--primary-light)}.report-content h3{font-size:1.25rem;color:var(--text-primary)}.report-content p{margin-bottom:1rem;color:var(--text-secondary)}.report-content ul,.report-content ol{margin-left:1.5rem;margin-bottom:1rem}.report-content li{margin-bottom:.5rem;color:var(--text-secondary)}.report-content strong{color:var(--text-primary);font-weight:600}.report-content em{color:var(--primary-light);font-style:normal}.report-content code{background:var(--bg-card);padding:.2em .4em;border-radius:4px;font-size:.9em}.report-content blockquote{border-left:4px solid var(--primary);padding-left:1rem;margin:1rem 0;color:var(--text-secondary);font-style:italic}.report-content hr{border:none;border-top:1px solid var(--border-color);margin:2rem 0}.email-sendSection{margin:2rem 0;text-align:center}.email-sendSection h3{margin-bottom:.5rem;font-size:1.25rem}.email-sendSection p{font-size:.9rem;margin-bottom:1.5rem;color:var(--text-secondary)}.email-form{display:flex;gap:.5rem;max-width:400px;margin:0 auto}.email-form input{flex:1;padding:.75rem 1rem;border-radius:8px;border:1px solid var(--border-color);background:#ffffff0d;color:#fff;outline:none}.email-form button{padding:.75rem 1.5rem;background:var(--primary);color:#fff;border-radius:8px;font-weight:600;transition:all .2s}.email-form button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #7c3aed4d}.email-form button:disabled{opacity:.5;cursor:not-allowed}.send-status{margin-top:1rem;font-size:.875rem}.send-status.success{color:#34d399}.send-status.error{color:#f87171}.report-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.action-btn{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.95rem}.action-btn:hover{transform:translateY(-2px)}.report-footer{text-align:center}.report-footer p{font-size:.9rem;color:var(--text-muted);margin-bottom:.5rem}.report-footer strong{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.report-footer .disclaimer{font-size:.8rem;opacity:.7}@media print{.report-container{background:#fff;padding:0}.bg-decoration,.report-actions,.brand-badge{display:none!important}.card{background:#fff;border:1px solid #ddd;box-shadow:none}.report-content,.report-content p,.report-content li{color:#333}.report-header h1,.report-content h1,.report-content h2,.report-content h3{color:#333;-webkit-text-fill-color:#333}}@media(max-width:600px){.report-container{padding:1rem}.report-header h1{font-size:1.75rem}.profile-summary-content{flex-direction:column;text-align:center}.profile-stats{justify-content:center}.report-actions{flex-direction:column}.action-btn{width:100%;justify-content:center}}.mypage-container{min-height:100vh;background-color:#0f172a;color:#fff;padding:100px 20px 40px;position:relative;overflow:hidden}.mypage-content{max-width:800px;margin:0 auto;position:relative;z-index:10;display:flex;flex-direction:column;gap:32px}.mypage-header{text-align:center;margin-bottom:20px}.mypage-header h1{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#fff,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:12px}.mypage-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:768px){.mypage-grid{grid-template-columns:repeat(2,1fr)}.profile-main-card{grid-column:span 2}}.mypage-card{background:#ffffff08;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:32px;transition:all .3s ease}.mypage-card h3{display:flex;align-items:center;gap:10px;margin-bottom:20px;font-size:1.25rem;color:#a78bfa}.mypage-card h3 .material-symbols-outlined{font-size:24px}.profile-main-card{display:flex;align-items:center;gap:40px}.profile-avatar-large{width:100px;height:100px;background:linear-gradient(135deg,#7c3aed,#4f46e5);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:40px;box-shadow:0 0 30px #7c3aed4d;flex-shrink:0}.profile-info{flex:1}.profile-info h2{font-size:1.5rem;margin-bottom:8px}.info-tags{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 20px}.info-tag{background:#ffffff0d;padding:4px 12px;border-radius:50px;font-size:.8rem;color:#94a3b8;border:1px solid rgba(255,255,255,.1)}.setting-form{display:flex;flex-direction:column;gap:16px}.setting-input{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:12px 16px;color:#fff;font-size:.95rem;transition:all .2s}.setting-input:focus{outline:none;border-color:#7c3aed;background:#ffffff14}.btn-mypage{padding:10px 20px;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px;font-size:.9rem}.btn-primary-gradient{background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;border:none}.btn-primary-gradient:hover{transform:translateY(-2px);box-shadow:0 10px 20px -5px #7c3aed66}.btn-outline{background:transparent;border:1px solid rgba(255,255,255,.2);color:#fff}.btn-outline:hover{background:#ffffff0d;border-color:#fff}.setting-message{font-size:.85rem;padding:8px 12px;border-radius:8px}.setting-message.success{background:#22c55e1a;color:#4ade80}.setting-message.error{background:#ef44441a;color:#f87171}.danger-card{border-color:#ef444433}.danger-card h3{color:#f87171}.danger-card p{color:#94a3b8;font-size:.9rem;margin-bottom:24px}.danger-actions{display:flex;gap:12px}.btn-danger-ghost{background:transparent;border:1px solid rgba(239,68,68,.3);color:#f87171;padding:10px 20px;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s}.btn-danger-ghost:hover{background:#ef44441a;border-color:#ef4444}.success-screen{text-align:center;padding:40px;display:flex;flex-direction:column;align-items:center;gap:24px}.success-icon{width:80px;height:80px;background:#22c55e1a;color:#22c55e;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:48px;margin-bottom:8px;animation:scaleIn .5s cubic-bezier(.16,1,.3,1)}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.success-screen h2{font-size:2rem;font-weight:700}.success-screen p{color:#94a3b8;line-height:1.6}.email-highlight{color:#a78bfa;font-weight:600}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;position:relative;overflow:hidden;background-color:#0f172a}.auth-card{width:100%;max-width:420px;background:#ffffff08;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:40px;box-shadow:0 25px 50px -12px #00000080;z-index:10;animation:slideUp .6s cubic-bezier(.16,1,.3,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-header{text-align:center;margin-bottom:32px}.auth-header h1{font-size:2rem;font-weight:800;background:linear-gradient(135deg,#a78bfa,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:8px}.auth-header p{color:#94a3b8;font-size:.95rem}.auth-form{display:flex;flex-direction:column;gap:20px}.input-group{display:flex;flex-direction:column;gap:8px}.input-group label{font-size:.85rem;font-weight:500;color:#cbd5e1;margin-left:4px}.input-wrapper{position:relative;display:flex;align-items:center}.input-wrapper span{position:absolute;left:16px;color:#64748b;font-size:20px}.input-wrapper input{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:12px 16px 12px 48px;color:#fff;font-size:1rem;transition:all .2s}.input-wrapper input:focus{outline:none;border-color:#7c3aed;background:#ffffff14;box-shadow:0 0 0 4px #7c3aed1a}.auth-submit-btn{background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;border:none;border-radius:12px;padding:14px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);margin-top:8px;display:flex;align-items:center;justify-content:center;gap:8px}.auth-submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px -5px #7c3aed66}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-toggle{text-align:center;margin-top:24px;color:#94a3b8;font-size:.9rem}.auth-toggle button{background:none;border:none;color:#a78bfa;font-weight:600;cursor:pointer;padding:0;margin-left:6px;text-decoration:underline;text-underline-offset:4px}.auth-toggle button:hover{color:#c4b5fd}.error-message{background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:#f87171;padding:12px;border-radius:10px;font-size:.85rem;display:flex;align-items:center;gap:8px}.auth-divider{display:flex;align-items:center;text-align:center;margin:24px 0;color:#64748b;font-size:.85rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;border-bottom:1px solid rgba(255,255,255,.1)}.auth-divider:not(:empty):before{margin-right:.5em}.auth-divider:not(:empty):after{margin-left:.5em}.google-btn{background:#fff;color:#1f2937;border:none;border-radius:12px;padding:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:12px;width:100%}.google-btn:hover{background:#f3f4f6;transform:translateY(-2px);box-shadow:0 4px 12px #ffffff1a}.google-icon{width:18px;height:18px}.auth-bg-circle{position:absolute;border-radius:50%;filter:blur(80px);z-index:1}.circle-1{width:300px;height:300px;background:#7c3aed26;top:-100px;right:-50px}.circle-2{width:400px;height:400px;background:#4f46e51a;bottom:-150px;left:-100px}.privacy-container{min-height:100vh;background-color:#0f172a;color:#fff;padding:60px 20px 80px}.privacy-content{max-width:800px;margin:0 auto}.back-btn{display:inline-flex;align-items:center;gap:8px;background:transparent;border:1px solid rgba(255,255,255,.2);color:#fff;padding:10px 20px;border-radius:12px;cursor:pointer;font-size:.9rem;margin-bottom:40px;transition:all .2s}.back-btn:hover{background:#ffffff0d;border-color:#fff}.privacy-content h1{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#fff,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:12px}.last-updated{color:#64748b;font-size:.9rem;margin-bottom:48px}.privacy-content section{margin-bottom:40px}.privacy-content h2{font-size:1.3rem;font-weight:700;color:#a78bfa;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.1)}.privacy-content p{color:#cbd5e1;line-height:1.8;margin-bottom:12px}.privacy-content ul{list-style:none;padding:0;margin:16px 0}.privacy-content ul li{position:relative;padding-left:20px;margin-bottom:10px;color:#94a3b8;line-height:1.6}.privacy-content ul li:before{content:"•";position:absolute;left:0;color:#7c3aed}.privacy-content a{color:#a78bfa;text-decoration:underline;text-underline-offset:4px}.privacy-content a:hover{color:#c4b5fd}.contact-box{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:20px;margin-top:16px}.contact-box p{margin-bottom:8px}.contact-box p:last-child{margin-bottom:0}.about-container{min-height:100vh;background-color:#0f172a;color:#fff;padding:60px 20px 80px}.about-content{max-width:900px;margin:0 auto}.about-content h1{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#fff,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:8px;text-align:center}.about-tagline{text-align:center;color:#94a3b8;font-size:1.1rem;margin-bottom:48px}.about-section{margin-bottom:48px}.about-section h2{font-size:1.4rem;font-weight:700;color:#a78bfa;margin-bottom:16px}.about-section p{color:#cbd5e1;line-height:1.8;font-size:1rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-top:20px}.feature-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:24px;text-align:center;transition:all .3s}.feature-card:hover{transform:translateY(-4px);border-color:#7c3aed80;background:#7c3aed0d}.feature-card .material-symbols-outlined{font-size:2.5rem;color:#7c3aed;margin-bottom:12px}.feature-card h3{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:8px}.feature-card p{font-size:.9rem;color:#94a3b8;line-height:1.6}.why-list{list-style:none;padding:0}.why-list li{position:relative;padding-left:28px;margin-bottom:16px;color:#cbd5e1;line-height:1.7}.why-list li:before{content:"✓";position:absolute;left:0;color:#22c55e;font-weight:700}.why-list li strong{color:#fff}.stats-grid{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;margin-top:24px}.stat-item{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#7c3aed,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stat-label{display:block;color:#94a3b8;font-size:.9rem;margin-top:4px}.cta-section{text-align:center;background:linear-gradient(135deg,#7c3aed1a,#a78bfa1a);border:1px solid rgba(124,58,237,.3);border-radius:20px;padding:40px}.cta-section h2{color:#fff;text-align:center}.cta-section p{text-align:center;margin-bottom:24px}.cta-btn{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#7c3aed,#a78bfa);color:#fff;border:none;padding:14px 32px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.cta-btn:hover{transform:scale(1.05);box-shadow:0 8px 30px #7c3aed66}.contact-container{min-height:100vh;background-color:#0f172a;color:#fff;padding:60px 20px 80px}.contact-content{max-width:700px;margin:0 auto}.contact-content h1{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#fff,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:8px;text-align:center}.contact-subtitle{text-align:center;color:#94a3b8;margin-bottom:40px}.contact-form{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:32px}.form-group{margin-bottom:24px}.form-group label{display:block;color:#cbd5e1;font-size:.9rem;font-weight:500;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:14px 16px;color:#fff;font-size:1rem;transition:all .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:#64748b}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#7c3aed;background:#7c3aed0d}.form-group select option{background:#1e293b;color:#fff}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;background:linear-gradient(135deg,#7c3aed,#a78bfa);color:#fff;border:none;padding:16px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #7c3aed66}.success-message{text-align:center;padding:60px 20px}.success-message .success-icon{width:80px;height:80px;background:linear-gradient(135deg,#22c55e,#4ade80);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.success-message .success-icon .material-symbols-outlined{font-size:48px;color:#fff}.success-message h2{color:#fff;font-size:1.5rem;margin-bottom:12px}.success-message p{color:#94a3b8;margin-bottom:32px}.back-to-home-btn{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;padding:12px 24px;border-radius:12px;cursor:pointer;transition:all .2s}.back-to-home-btn:hover{background:#ffffff0d;border-color:#fff}.contact-info-section{margin-top:60px}.contact-info-section h2{font-size:1.3rem;color:#a78bfa;text-align:center;margin-bottom:24px}.contact-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.contact-info-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:24px;text-align:center}.contact-info-card .material-symbols-outlined{font-size:2rem;color:#7c3aed;margin-bottom:12px}.contact-info-card h3{font-size:1rem;color:#fff;margin-bottom:8px}.contact-info-card p{font-size:.85rem;color:#94a3b8;line-height:1.5}.terms-container{min-height:100vh;background-color:#0f172a;color:#fff;padding:60px 20px 80px}.terms-content{max-width:800px;margin:0 auto}.terms-content h1{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#fff,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:12px}.terms-content section{margin-bottom:40px}.terms-content h2{font-size:1.3rem;font-weight:700;color:#a78bfa;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.1)}.terms-content p{color:#cbd5e1;line-height:1.8;margin-bottom:12px}.terms-content ul{list-style:none;padding:0;margin:16px 0}.terms-content ul li{position:relative;padding-left:20px;margin-bottom:10px;color:#94a3b8;line-height:1.6}.terms-content ul li:before{content:"•";position:absolute;left:0;color:#7c3aed}.terms-content ul li strong{color:#fff}.user-nav{position:fixed;top:24px;right:24px;display:flex;align-items:center;gap:16px;background:#0f172acc;-webkit-backdrop-filter:blur(12px) saturate(180%);backdrop-filter:blur(12px) saturate(180%);padding:8px 16px 8px 20px;border-radius:100px;border:1px solid rgba(255,255,255,.1);z-index:1000;color:#fff;font-size:.9rem;box-shadow:0 10px 25px -5px #0000004d;cursor:pointer;transition:all .3s ease}.user-nav:hover{background:#0f172ae6;transform:translateY(-2px);border-color:#7c3aed80}.user-info-group{display:flex;align-items:center;gap:8px}.user-email{font-weight:600;letter-spacing:-.01em;text-shadow:0 2px 4px rgba(0,0,0,.3)}.user-avatar{width:28px;height:28px;background:linear-gradient(135deg,#a78bfa,#7c3aed);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px}.logout-btn{background:#ef4444cc;border:none;color:#fff;padding:6px 14px;border-radius:50px;cursor:pointer;font-size:.85rem;font-weight:600;transition:all .2s}.logout-btn:hover{background:#ef4444;transform:scale(1.05)}.app-container{min-height:100vh}
