*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;margin:0;padding:0;font-family:sans-serif}.header{z-index:1000;-webkit-backdrop-filter:blur(14px);background:#000;border-bottom:1px solid #ffffff0f;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.header-container{justify-content:space-between;align-items:center;max-width:1200px;height:64px;margin:0 auto;padding:0 24px;display:flex}.nav-brand .logo{align-items:center;gap:8px;text-decoration:none;display:flex}.logo-icon{object-fit:contain;width:24px;height:24px}.logo-text{color:#fff;letter-spacing:-.02em;font-family:Space Grotesk,Inter,system-ui,sans-serif;font-size:1.25rem;font-weight:700}.logo-dot{color:#003ffe;font-weight:700}.nav{align-items:center;gap:32px;display:flex}.nav-link{color:#979797;align-items:center;gap:6px;font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative}.nav-link:hover{color:#fff}.nav-link:after{content:"";color:#fff;border-radius:1px;width:0;height:2px;position:absolute;bottom:-4px;left:0}.nav-link:hover:after{width:100%}.nav-badge{color:#0b1220;letter-spacing:.02em;background:#2dd4bf;border-radius:20px;padding:1px 6px;font-family:JetBrains Mono,SF Mono,Fira Code,monospace;font-size:.625rem;font-weight:600;line-height:1.5}.nav-link-badge:hover:after{background:#2dd4bf}.nav-actions{align-items:center;gap:12px;display:flex}.get-started-btn{color:#fff;cursor:pointer;background:#001fff;border:none;border-radius:8px;align-items:center;padding:9px 20px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1),transform .15s cubic-bezier(.4,0,.2,1);display:inline-flex}.get-started-btn:hover{background:#0018d0;transform:translateY(-1px);box-shadow:0 4px 20px #5b6ef559}.get-started-btn:active{transform:translateY(0)}.user-dropdown{position:relative}.user-dropdown-trigger{cursor:pointer;color:#eef2f9;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:6px 10px;transition:background .2s cubic-bezier(.4,0,.2,1);display:flex}.user-dropdown-trigger:hover{background:#1b2740}.user-avatar{color:#fff;text-transform:uppercase;background:#5b6ef5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:700;display:flex}.user-name-display{color:#eef2f9;font-size:.875rem;font-weight:500}.dropdown-icon{color:#64748b;width:11px;height:11px;transition:transform .2s cubic-bezier(.4,0,.2,1)}.dropdown-icon.rotated{transform:rotate(180deg)}.user-dropdown-menu{z-index:1001;background:#141d33;border:1px solid #223052;border-radius:12px;width:240px;padding:6px 0;animation:.18s ease-out dropdownFade;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 32px #00000073}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{padding:12px 16px}.dropdown-header-link{cursor:pointer;border-radius:8px 8px 0 0;text-decoration:none;transition:background .15s cubic-bezier(.4,0,.2,1);display:block}.dropdown-header-link:hover{background:#1b2740}.dropdown-header-link:hover .dropdown-user-name{color:#5b6ef5}.mobile-user-avatar-link{cursor:pointer;border-radius:10px;margin:-6px;padding:6px;text-decoration:none;transition:background .15s cubic-bezier(.4,0,.2,1)}.mobile-user-avatar-link:hover{background:#1b2740}.dropdown-user-name{color:#eef2f9;margin:0 0 3px;font-size:.875rem;font-weight:600}.dropdown-user-email{color:#64748b;margin:0;font-size:.75rem}.dropdown-divider{background:#223052;height:1px;margin:6px 0}.dropdown-item{color:#9aa8c2;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:9px 16px;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.dropdown-item:hover{color:#eef2f9;background:#1b2740}.dropdown-item-icon{color:#64748b;flex-shrink:0;width:15px;height:15px}.dropdown-item-teal .dropdown-item-icon{color:#2dd4bf}.dropdown-item-teal:hover{color:#2dd4bf;background:#2dd4bf24}.dropdown-item-teal:hover .dropdown-item-icon{color:#2dd4bf}.logout-item{color:#f87171}.logout-item:hover{color:#f87171;background:#f871711f}.menu-toggle{cursor:pointer;color:#9aa8c2;background:0 0;border:none;border-radius:6px;padding:8px;font-size:18px;transition:color .2s,background .2s;display:none}.menu-toggle:hover{color:#eef2f9;background:#1b2740}.mobile-auth{display:none}.mobile-user-info{border-top:1px solid #223052;padding-top:16px}.mobile-user-avatar{align-items:center;gap:12px;margin-bottom:14px;display:flex}.user-details{flex:1}.user-name{color:#eef2f9;margin:0 0 3px;font-size:.875rem;font-weight:600}.user-email{color:#64748b;margin:0;font-size:.75rem}.mobile-user-links{flex-direction:column;gap:2px;display:flex}.mobile-user-link{color:#9aa8c2;align-items:center;gap:10px;padding:11px 0;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.mobile-user-link:hover{color:#5b6ef5}.mobile-user-link-teal:hover{color:#2dd4bf}.mobile-link-icon{flex-shrink:0;width:15px;height:15px}.mobile-logout-btn{color:#f87171;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:11px 0;font-size:1rem;font-weight:500;transition:color .2s;display:flex}.mobile-logout-btn:hover{color:#ef4444}.mobile-dashboard-links{flex-direction:column;gap:4px;margin-bottom:8px;display:flex}.mobile-links-divider{color:#64748b;text-transform:uppercase;letter-spacing:.06em;border-top:1px solid #223052;margin:10px 0 6px;padding-top:10px;font-size:.7rem;font-weight:700}.mobile-links-divider:first-child{border-top:none;margin-top:0;padding-top:0}.mobile-dashboard-link{color:#9aa8c2;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:.875rem;font-weight:500;transition:background .15s,color .15s;display:flex}.mobile-dashboard-link:hover{color:#eef2f9;background:#1b2740}.mobile-dashboard-link.active{color:#fff;background:#5b6ef5}@media (width<=1024px){.menu-toggle{display:block}.nav,.nav-actions{display:none}.nav.nav-open{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#000;border-bottom:1px solid #223052;border-radius:0 0 14px 14px;flex-direction:column;align-items:stretch;gap:0;padding:20px 24px;animation:.22s ease-out mobileSlide;display:flex;position:absolute;top:100%;left:0;right:0;box-shadow:0 12px 32px #00000073}.nav.nav-open .nav-link{color:#9aa8c2;border-bottom:1px solid #ffffff0f;padding:14px 0;font-size:1rem}.nav.nav-open .nav-link:hover{color:#fff}.nav.nav-open .nav-link:after{display:none}.nav.nav-open .mobile-auth{padding-top:15px;display:block}}@keyframes mobileSlide{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@media (width<=480px){.header-container{padding:0 16px}}:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #5b6ef5}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.pl-launcher{text-align:center;background:#000;flex-direction:column;align-items:center;min-height:calc(100vh - 64px);padding:140px 24px 64px;display:flex}.pl-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#fff6;margin-bottom:18px;font-family:JetBrains Mono,SF Mono,monospace;font-size:.75rem;font-weight:500}.pl-heading{color:#fff;letter-spacing:-.03em;max-width:680px;margin-bottom:14px;font-family:Space Grotesk,Inter,system-ui,sans-serif;font-size:2.5rem;font-weight:700;line-height:1.15}.pl-heading span{color:#1877f2}.pl-subheading{color:#ffffff80;max-width:480px;margin-bottom:40px;font-size:1rem;line-height:1.5}.pl-input-shell{background:#141414;border:1px solid #2a2a2a;border-radius:16px;width:100%;max-width:640px;padding:4px;transition:border-color .15s}.pl-input-shell:focus-within{border-color:#3a3a3a}.pl-textarea{color:#fff;resize:none;background:0 0;border:none;outline:none;width:100%;min-height:60px;max-height:220px;padding:16px 18px 8px;font-family:-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:1rem;line-height:1.5;overflow-y:auto}.pl-textarea::placeholder{color:#ffffff59}.pl-textarea::-webkit-scrollbar{width:5px}.pl-textarea::-webkit-scrollbar-track{background:0 0}.pl-textarea::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:10px;transition:background .15s}.pl-textarea::-webkit-scrollbar-thumb:hover{background:#fff3}.pl-textarea{scrollbar-width:thin;scrollbar-color:#ffffff65 transparent}.pl-input-footer{justify-content:space-between;align-items:center;padding:6px 10px 10px;display:flex}.pl-attach-btn{color:#ffffff59;cursor:not-allowed;background:0 0;border:1px solid #2a2a2a;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.pl-send-btn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:opacity .15s;display:flex}.pl-send-btn:hover:not(:disabled){opacity:.85}.pl-send-btn:disabled{color:#ffffff4d;cursor:not-allowed;background:#2a2a2a}.pl-send-btn:focus-visible,.pl-attach-btn:focus-visible{outline-offset:2px;outline:2px solid #1877f2}.pl-quickstarts{flex-wrap:wrap;justify-content:center;gap:8px;max-width:640px;margin-top:20px;display:flex}.pl-quickstart-chip{color:#ffffff8c;cursor:pointer;background:0 0;border:1px solid #2a2a2a;border-radius:20px;padding:7px 14px;font-size:.8125rem;transition:border-color .15s,color .15s}.pl-quickstart-chip:hover{color:#fff;border-color:#3a3a3a}@media (width<=768px){.pl-launcher{min-height:calc(100vh - 56px);padding:104px 20px 48px}.pl-heading{font-size:1.75rem}.pl-subheading{margin-bottom:28px;font-size:.9375rem}}@media (width<=380px){.pl-heading{font-size:1.5rem}.pl-quickstarts{gap:6px}.pl-quickstart-chip{padding:6px 12px;font-size:.75rem}}@media (prefers-reduced-motion:reduce){.pl-input-shell,.pl-send-btn,.pl-quickstart-chip{transition:none!important}}.bts-strip{box-sizing:border-box;background:#020202;flex-direction:column;align-items:center;gap:64px;width:100%;padding:120px 24px 140px;display:flex;position:relative;overflow:hidden}.bts-grid-overlay{pointer-events:none;z-index:1;background-image:linear-gradient(90deg,#ffffff03 1px,#0000 1px),linear-gradient(#ffffff03 1px,#0000 1px);background-position:top;background-size:40px 40px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 50% 30%,#000 40%,#0000 85%);mask-image:radial-gradient(circle at 50% 30%,#000 40%,#0000 85%)}.bts-glow-effect{pointer-events:none;z-index:1;background:radial-gradient(circle,#0055ff14 0%,#00d5ff05 50%,#0000 80%);width:100%;max-width:800px;height:400px;position:absolute;top:-10%;left:50%;transform:translate(-50%)}.bts-header{text-align:center;z-index:2;flex-direction:column;align-items:center;width:100%;max-width:750px;display:flex}.bts-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#00d5ff;background:#0055ff0f;border:1px solid #0055ff40;border-radius:99px;align-items:center;gap:6px;margin-bottom:20px;padding:5px 14px;font-family:JetBrains Mono,SF Mono,monospace;font-size:.72rem;font-weight:600;display:inline-flex;box-shadow:0 0 15px #0055ff1a}.bts-sparkle-icon{animation:2s ease-in-out infinite pulse}.bts-title{color:#fff;letter-spacing:-.03em;margin:0 0 18px;font-family:Space Grotesk,Inter,sans-serif;font-size:2.75rem;font-weight:700;line-height:1.2}.bts-title span{background:linear-gradient(135deg,#fff 40%,#00d5ff 100%);-webkit-text-fill-color:transparent;text-shadow:0 0 30px #00d5ff26;-webkit-background-clip:text}.bts-subtitle{color:#7a7a7a;max-width:620px;margin:0;font-size:.95rem;line-height:1.6}.bts-targets{z-index:2;box-sizing:border-box;grid-template-columns:repeat(3,1fr);gap:20px;width:100%;max-width:1200px;display:grid}.bts-target-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-sizing:border-box;background:#080808a6;border:1px solid #0055ff14;border-radius:14px;align-items:center;gap:16px;padding:22px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.bts-target-card.is-ready{box-shadow:inset 0 0 12px #0055ff05}.bts-target-card:hover{background:#0c0c0cd9;border-color:#00d5ff73;transform:translateY(-5px);box-shadow:0 20px 40px -15px #000c,0 0 25px -5px #0055ff26}.bts-target-icon{color:#00d5ff;background:#0055ff08;border:1px solid #0055ff1f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.bts-target-card:hover .bts-target-icon{color:#020202;background:#fff;border-color:#fff;box-shadow:0 0 15px #ffffff4d}.bts-target-text{flex-direction:column;flex:1;min-width:0;display:flex}.bts-target-label{color:#ededed;margin-bottom:4px;font-size:.9rem;font-weight:600}.bts-target-detail{color:#585858;white-space:nowrap;text-overflow:ellipsis;font-family:-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:.72rem;transition:color .3s;overflow:hidden}.bts-target-card:hover .bts-target-detail{color:#999}.bts-status-wrapper{flex-shrink:0;align-items:center;gap:8px;display:flex}.bts-pulse-dot{background:#00d5ff;border-radius:50%;width:6px;height:6px;animation:1.8s ease-in-out infinite pulse;box-shadow:0 0 8px #0ef}.bts-target-status{letter-spacing:.05em;color:#00d5ff;white-space:nowrap;text-transform:uppercase;background:#0055ff0d;border:1px solid #0055ff40;border-radius:4px;flex-shrink:0;padding:3px 8px;font-family:JetBrains Mono,SF Mono,monospace;font-size:.625rem;font-weight:600}.bts-target-card.is-upcoming{opacity:.35;border-color:#ffffff05}.bts-target-card.is-upcoming .bts-target-icon{color:#444;background:0 0;border-color:#ffffff08}.bts-target-card.is-upcoming:hover{opacity:.65}.bts-target-status.is-upcoming{color:#444;background:0 0;border-color:#ffffff0a}.bts-build-now{color:#000;cursor:pointer;z-index:2;background:#fff;border:none;border-radius:9999px;padding:16px 48px;font-size:.9rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 20px #0055ff26}.bts-build-now:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0055ff4d,0 0 15px #fff3}.bts-build-now:active{transform:translateY(0)}.bts-build-now:focus-visible{outline-offset:3px;outline:2px solid #fff}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (width<=1024px){.bts-targets{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.bts-title{font-size:2.25rem}.bts-subtitle{font-size:.9rem}.desktop-only{display:none}}@media (width<=640px){.bts-strip{gap:40px;padding:70px 16px 90px}.bts-targets{grid-template-columns:1fr;gap:12px}.bts-title{font-size:1.75rem}}@media (prefers-reduced-motion:reduce){.bts-target-card,.bts-build-now,.bts-pulse-dot,.bts-sparkle-icon{transition:none!important;animation:none!important}}.footer{background:#000;border-top:1px solid #ffffff0f;padding:64px 24px 0}.footer-container{border-bottom:1px solid #ffffff12;grid-template-columns:1.4fr 1fr;gap:48px;max-width:1080px;margin:0 auto;padding-bottom:48px;display:grid}.footer-logo{color:#fff;letter-spacing:-.025em;margin-bottom:10px;font-size:1.25rem;font-weight:700;display:block}.footer-logo span{color:#1877f2}.footer-tagline{color:#fff6;max-width:260px;font-size:.875rem;line-height:1.6}.footer-links{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.footer-col h4{color:#ffffff80;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px;font-size:.75rem;font-weight:700}.footer-col a{color:#ffffff73;margin-bottom:10px;font-size:.875rem;text-decoration:none;transition:color .15s;display:block}.footer-col a:hover{color:#fff}.footer-bottom{text-align:center;max-width:1080px;margin:0 auto;padding:20px 0}.footer-bottom p{color:#ffffff40;font-size:.8125rem}@media (width<=760px){.footer-container{grid-template-columns:1fr;gap:32px}.footer-links{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.footer{padding:48px 20px 0}.footer-links{grid-template-columns:1fr;gap:24px}}.home-page{background:#000;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}.home-page main{padding-top:64px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Helvetica Neue,sans-serif}.auth-container{background:#000;justify-content:center;align-items:center;min-height:100vh;padding:24px 16px;display:flex}.auth-card{text-align:center;background:#141414;border:1px solid #2a2a2a;border-radius:14px;flex-direction:column;align-items:center;width:100%;max-width:400px;padding:44px 40px 36px;display:flex;box-shadow:0 2px 24px #00000080}.auth-logo{color:#fff;letter-spacing:-.03em;margin-bottom:28px;font-size:1.5rem;font-weight:700}.auth-logo span{color:#1877f2}.auth-title{color:#fff;letter-spacing:-.02em;margin-bottom:6px;font-size:1.25rem;font-weight:700}.auth-sub{color:#ffffff80;margin-bottom:28px;font-size:.875rem;line-height:1.5}.auth-error,.auth-success{border-radius:8px;justify-content:space-between;align-items:center;gap:8px;width:100%;margin-bottom:16px;padding:10px 14px;font-size:.8125rem;display:flex}.auth-error{color:#f87171;background:#f871711a;border:1px solid #f871714d}.auth-success{color:#4ade80;background:#4ade801a;border:1px solid #4ade804d;justify-content:center}.auth-error button{cursor:pointer;color:inherit;opacity:.6;background:0 0;border:none;flex-shrink:0;padding:2px 4px;font-size:.875rem}.auth-error button:hover{opacity:1}.auth-actions{flex-direction:column;gap:10px;width:100%;margin-bottom:24px;display:flex}.btn-google,.btn-facebook{cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:10px;width:100%;height:46px;font-size:.9375rem;font-weight:600;transition:border-color .15s,opacity .15s;display:flex}.btn-google{color:#fff;background:#1f1f1f;border:1.5px solid #2a2a2a}.btn-google:hover:not(:disabled){border-color:#4285f4}.btn-facebook{color:#fff;background:#1877f2;border:1.5px solid #1877f2}.btn-facebook:hover:not(:disabled){background:#0a5dc2;border-color:#0a5dc2}.btn-google:disabled,.btn-facebook:disabled{opacity:.55;cursor:not-allowed}.btn-google:active:not(:disabled),.btn-facebook:active:not(:disabled){transform:translateY(1px)}.spinner{border-style:solid;border-color:#1877f2 #2a2a2a #2a2a2a;border-radius:50%;flex-shrink:0;animation:.75s linear infinite spin}.spinner.small{border-width:2px;width:18px;height:18px}.spinner.large{border-width:3px;width:32px;height:32px;margin-bottom:12px}@keyframes spin{to{transform:rotate(360deg)}}.auth-loading-text{color:#ffffff80;font-size:.875rem}.auth-terms{color:#ffffff59;font-size:.75rem;line-height:1.6}.auth-terms a{color:#1877f2;text-decoration:none}.auth-terms a:hover{text-decoration:underline}.btn-google:focus-visible,.btn-facebook:focus-visible,.auth-terms a:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #1877f2}@media (width<=480px){.auth-card{padding:36px 24px 28px}}@media (prefers-reduced-motion:reduce){.spinner{animation:none}*{transition-duration:0s!important}}.profile-page{background-color:#f8fafc;max-width:900px;min-height:100vh;margin:0 auto;padding:40px 20px}.profile-title{color:#0f172a;margin-bottom:32px;font-size:2rem;font-weight:800}.profile-grid{grid-template-columns:1fr;gap:24px;display:grid}.profile-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:30px;box-shadow:0 4px 6px -1px #0000000d}.card-header{color:#1877f2;align-items:center;gap:12px;margin-bottom:24px;display:flex}.card-header h3{color:#0f172a;margin:0;font-size:1.1rem;font-weight:700}.profile-user{align-items:center;gap:20px;display:flex}.profile-avatar{color:#fff;background:linear-gradient(135deg,#1877f2,#4f9cff);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:1.8rem;font-weight:700;display:flex;box-shadow:0 10px 15px -3px #1877f233}.profile-name{color:#0f172a;margin:0;font-size:1.5rem}.profile-email{color:#64748b;margin:4px 0 0}.profile-member{color:#94a3b8;border-top:1px solid #f1f5f9;margin-top:20px;padding-top:15px;font-size:.85rem}.info-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;display:grid}.info-item{flex-direction:column;gap:4px;display:flex}.info-item span{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.info-item strong{color:#1e293b;font-size:1rem}.subscription-status{background:#f8fafc;border-radius:12px;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.subscription-btn{color:#fff;background:#1877f2;border-radius:8px;padding:8px 16px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s}.subscription-btn:hover{background:#0a5dc2}.action-list{flex-direction:column;gap:12px;display:flex}.action-link{color:#334155;background:#f8fafc;border-radius:10px;padding:12px 16px;font-weight:500;text-decoration:none;transition:all .2s;display:block}.action-link:hover{color:#1877f2;background:#eff6ff;padding-left:20px}@media (width<=640px){.profile-user{text-align:center;flex-direction:column}.profile-avatar{margin:0 auto 10px}.profile-grid{gap:16px}}.notfound-container{color:#000;text-align:center;background-color:#fff;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:0 1rem;font-family:Arial,sans-serif;display:flex}.notfound-title{margin-bottom:.5rem;font-size:6rem;font-weight:700}.notfound-text{color:#666;margin-bottom:2rem;font-size:1.5rem}.notfound-button{color:#fff;background-color:#000;border-radius:5px;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .3s}.notfound-button:hover{background-color:#333}@media (width<=480px){.notfound-title{font-size:4rem}.notfound-text{font-size:1.2rem}.notfound-button{text-align:center;width:100%}}.unauthorized-container{color:#333;background:linear-gradient(135deg,#0061ff 0%,#a900ff 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;font-family:Poppins,sans-serif;display:flex}.unauthorized-content{text-align:center;background:#fff;border-radius:18px;width:100%;max-width:550px;padding:3.5rem;animation:.6s ease-out fadeInScale;overflow:hidden;box-shadow:0 15px 40px #00000026}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.unauthorized-icon{color:#5d5d81;margin-bottom:2rem;font-size:5rem;animation:.8s cubic-bezier(.68,-.55,.27,1.55) forwards bounceIn;display:inline-block}@keyframes bounceIn{0%{opacity:0;transform:scale(.5)}70%{opacity:1;transform:scale(1.1)}to{transform:scale(1)}}.unauthorized-title{color:#2c3e50;letter-spacing:-.03em;margin-bottom:1.2rem;font-size:3rem;font-weight:700}.unauthorized-message{color:#7f8c8d;max-width:450px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.2rem;font-weight:400;line-height:1.7}.unauthorized-actions{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.unauthorized-btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;min-width:160px;padding:.9rem 2.2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.unauthorized-btn-primary{color:#fff;background:linear-gradient(45deg,#007bff 0%,#0056b3 100%);box-shadow:0 5px 15px #007bff4d}.unauthorized-btn-primary:hover{background:linear-gradient(45deg,#0056b3 0%,#003f7f 100%);transform:translateY(-3px);box-shadow:0 8px 20px #007bff66}.unauthorized-btn-secondary{color:#555;background:#f0f4f8;border:1px solid #d0dbe4}.unauthorized-btn-secondary:hover{color:#333;background:#e2e8f0;transform:translateY(-3px);box-shadow:0 5px 15px #00000014}@media (width<=768px){.unauthorized-content{padding:3rem 2rem}.unauthorized-title{font-size:2.5rem}.unauthorized-message{margin-bottom:2rem;font-size:1rem}.unauthorized-icon{margin-bottom:1.5rem;font-size:4rem}.unauthorized-btn{min-width:unset;width:100%;padding:.8rem 1.8rem;font-size:1rem}.unauthorized-actions{flex-direction:column;gap:1rem}}@media (width<=480px){.unauthorized-container{padding:1rem}.unauthorized-content{border-radius:15px;padding:2.5rem 1.5rem}.unauthorized-title{margin-bottom:1rem;font-size:2rem}.unauthorized-message{margin-bottom:1.5rem;font-size:.95rem}.unauthorized-icon{margin-bottom:1rem;font-size:3.5rem}}.spinner-container{flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.spinner-container.fullscreen{z-index:9999;background-color:#ffffffe6;position:fixed;inset:0}.spinner{border:3px solid #f3f3f3;border-top-color:#4285f4;border-radius:50%;animation:1s linear infinite spin}.spinner-small{border-width:2px;width:20px;height:20px}.spinner-medium{border-width:3px;width:40px;height:40px}.spinner-large{border-width:4px;width:60px;height:60px}.spinner-message{color:#666;text-align:center;margin-top:1rem;font-size:14px}.scaffold-page{color:#e8eaf0;background:#0f1117;flex-direction:column;align-items:center;min-height:100vh;padding:0 16px 64px;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex}.scaffold-header{flex-direction:column;align-items:center;gap:6px;width:100%;max-width:780px;padding:36px 0 24px;display:flex}.scaffold-logo{align-items:center;gap:10px;display:flex}.scaffold-logo-icon{object-fit:contain;width:34px;height:34px}.scaffold-logo-text{letter-spacing:-.4px;color:#fff;font-size:26px;font-weight:700}.scaffold-tagline{color:#5a6072;letter-spacing:.02em;margin:0;font-size:13px}.scaffold-body{flex-direction:column;gap:24px;width:100%;max-width:780px;display:flex}.scaffold-card{background:#181b24;border:1px solid #252932;border-radius:14px;padding:32px}.scaffold-error-screen{background:#0f1117;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.scaffold-error-box{text-align:center;background:#181b24;border:1px solid #252932;border-radius:14px;width:100%;max-width:420px;padding:48px 40px}.scaffold-error-icon{color:#f87171;margin-bottom:16px;font-size:32px}.scaffold-error-title{color:#f1f3f8;margin:0 0 8px;font-size:18px;font-weight:600}.scaffold-error-msg{color:#5a6072;margin:0 0 24px;font-size:13px;line-height:1.6}.scaffold-error-retry{color:#0f1117;cursor:pointer;background:#6ee7b7;border:none;border-radius:8px;padding:10px 28px;font-size:14px;font-weight:600;transition:opacity .15s}.scaffold-error-retry:hover{opacity:.85}@media (width<=600px){.scaffold-card{padding:20px 16px}}.step-indicator{justify-content:center;align-items:center;width:100%;margin-bottom:32px;display:flex}.step-wrapper{flex:1;align-items:center;display:flex}.step-item{background:#1a2438;border:1px solid #293548;border-radius:14px;align-items:center;gap:14px;min-width:160px;padding:14px 18px;transition:border-color .2s,box-shadow .2s,background .2s;display:flex;position:relative}.step-item.active{background:linear-gradient(#1877f214,#1877f205),#1a2438;border-color:#1877f2;box-shadow:0 0 0 3px #1877f21f}.step-item.done{border-color:#22c55e59}.step-circle{color:#94a3b8;background:#0f172a;border:1px solid #293548;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.875rem;font-weight:700;display:flex}.step-item.active .step-circle{color:#fff;background:#1877f2;border-color:#1877f2}.step-item.done .step-circle{color:#22c55e;background:#22c55e1f;border-color:#22c55e4d}.step-content{flex-direction:column;display:flex}.step-number{letter-spacing:.08em;text-transform:uppercase;color:#64748b;font-size:.6875rem;font-weight:700}.step-label{color:#f1f5f9;font-size:.875rem;font-weight:600}.step-line{background:#293548;border-radius:999px;flex:1;height:2px;margin:0 14px;transition:background .2s}.step-line.done{background:#22c55e}@media (width<=768px){.step-indicator{flex-direction:column;gap:12px}.step-wrapper{width:100%}.step-item{width:100%;min-width:unset}.step-line{display:none}}.s1-wrap{background:#0f172a;border:1px solid #1e293b;border-radius:16px;flex-direction:column;gap:0;padding:28px;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;display:flex}.s1-section-title{color:#64748b;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:8px;margin-bottom:18px;font-size:.6875rem;font-weight:700;display:flex}.s1-section-title:after{content:"";background:linear-gradient(90deg,#1e293b,#0000);flex:1;height:1px}.s1-row{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.s1-row-3{grid-template-columns:repeat(3,1fr)}.s1-field{flex-direction:column;gap:7px;margin-bottom:16px;display:flex}.field-label{color:#cbd5e1;letter-spacing:-.01em;font-size:.8125rem;font-weight:600}.field-required{color:#f87171;margin-left:3px}.s1-input,.s1-select{color:#f1f5f9;background:#1a2438;border:1.5px solid #293548;border-radius:10px;outline:none;width:100%;height:42px;padding:0 14px;font-family:inherit;font-size:.875rem;transition:border-color .15s,background .15s,box-shadow .15s}.s1-input::placeholder{color:#64748b}.s1-input:hover,.s1-select:hover{border-color:#3a4a66}.s1-input:focus,.s1-select:focus{background:#1e2a42;border-color:#1877f2;box-shadow:0 0 0 4px #1877f22e}.s1-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%2394a3b8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:36px}.s1-select option{color:#f1f5f9;background:#1a2438}.s1-select:disabled{color:#475569;cursor:not-allowed;background-color:#161f33}.s1-select-sm{height:38px}.s1-divider{background:#1e293b;height:1px;margin:22px 0}.s1-loading{background:#0f172a;border-radius:16px;flex-direction:column;align-items:center;gap:16px;padding:56px 0;display:flex}.spinner{border:2.5px solid #293548;border-top-color:#1877f2;border-radius:50%;width:26px;height:26px;animation:.7s linear infinite spin}.s1-loading p{color:#64748b;font-size:.8125rem;font-weight:500}.s1-options-row{flex-wrap:wrap;align-items:center;gap:24px;margin-bottom:16px;display:flex}.s1-toggle{color:#cbd5e1;cursor:pointer;align-items:center;gap:8px;font-size:.875rem;font-weight:500;display:flex}.s1-toggle input{accent-color:#1877f2;cursor:pointer;width:16px;height:16px}.s1-option-field{align-items:center;gap:8px;display:flex}.s1-option-label{color:#94a3b8;white-space:nowrap;font-size:.8125rem;font-weight:500}.s1-footer{border-top:1px solid #1e293b;justify-content:flex-end;margin-top:26px;padding-top:20px;display:flex}.s1-btn-next{color:#fff;letter-spacing:-.01em;cursor:pointer;background:#1877f2;border:none;border-radius:10px;align-items:center;gap:6px;padding:12px 26px;font-size:.875rem;font-weight:600;transition:background .15s,box-shadow .15s,transform .1s;display:inline-flex;box-shadow:0 1px 2px #0000004d,0 4px 16px #1877f259}.s1-btn-next:hover:not(:disabled){background:#2d87f5;transform:translateY(-1px);box-shadow:0 2px 4px #00000059,0 8px 24px #1877f273}.s1-btn-next:active:not(:disabled){transform:translateY(0)}.s1-btn-next:disabled{opacity:.35;cursor:not-allowed;box-shadow:none}.s1-btn-next:focus-visible{outline-offset:2px;outline:2px solid #1877f2}@media (width<=640px){.s1-wrap{border-radius:12px;padding:20px}.s1-row{grid-template-columns:1fr}.s1-row-3{grid-template-columns:1fr 1fr}.s1-options-row{flex-direction:column;align-items:flex-start;gap:12px}}.feature-selector{margin-bottom:24px}.feature-selector .field-label{color:#cbd5e1;letter-spacing:-.01em;font-size:.8125rem;font-weight:600}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px;display:grid}.feature-card{cursor:pointer;text-align:left;background:#1a2438;border:1px solid #293548;border-radius:12px;align-items:flex-start;gap:12px;padding:16px;font-family:inherit;transition:border-color .15s,background .15s,box-shadow .15s,transform .15s;display:flex;position:relative;overflow:hidden}.feature-card:before{content:"";opacity:0;pointer-events:none;background:radial-gradient(180px 120px at 0 0,#1877f21f,#0000 70%);transition:opacity .2s;position:absolute;inset:0}.feature-card:hover{background:#1d2942;border-color:#3a4a66;transform:translateY(-1px)}.feature-card:hover:before{opacity:1}.feature-card.active{background:#1d2942;border-color:#1877f2;box-shadow:0 0 0 3px #1877f224,0 4px 18px #1877f238}.feature-card.active:before{opacity:1}.feature-card-check{z-index:1;color:#fff;background:#0f172a;border:1px solid #3a4a66;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;transition:background .15s,border-color .15s,transform .15s;display:flex;position:relative}.feature-card.active .feature-card-check{background:#1877f2;border-color:#1877f2;transform:scale(1.05)}.feature-card-body{z-index:1;flex-direction:column;gap:4px;min-width:0;display:flex;position:relative}.feature-card-title{color:#f1f5f9;letter-spacing:-.01em;font-size:.875rem;font-weight:600}.feature-card-desc{color:#64748b;font-size:.75rem;line-height:1.45}.feature-card.active .feature-card-desc{color:#94a3b8}@media (width<=768px){.feature-grid{grid-template-columns:1fr}}.s2f-wrap{background:#0f172a;border:1px solid #1e293b;border-radius:16px;flex-direction:column;gap:0;padding:28px;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;display:flex}.s2f-section-title{color:#64748b;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:8px;margin-bottom:10px;font-size:.6875rem;font-weight:700;display:flex}.s2f-section-title:after{content:"";background:linear-gradient(90deg,#1e293b,#0000);flex:1;height:1px}.s2f-section-hint{color:#64748b;margin:0 0 18px;font-size:.8125rem;font-weight:500}.s2f-divider{background:#1e293b;height:1px;margin:22px 0}.s2f-options-row{flex-wrap:wrap;align-items:center;gap:24px;margin-bottom:16px;display:flex}.s2f-toggle{color:#cbd5e1;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:.875rem;font-weight:500;display:flex}.s2f-toggle input[type=checkbox]{accent-color:#1877f2;cursor:pointer;width:16px;height:16px}.s2f-option-field{align-items:center;gap:8px;display:flex}.s2f-option-label{color:#94a3b8;white-space:nowrap;font-size:.8125rem;font-weight:500}.s2f-select{color:#f1f5f9;cursor:pointer;appearance:none;background:#1a2438 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%2394a3b8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 12px center no-repeat;border:1.5px solid #293548;border-radius:10px;outline:none;height:38px;padding:0 32px 0 14px;font-family:inherit;font-size:.875rem;transition:border-color .15s,background .15s,box-shadow .15s}.s2f-select option{color:#f1f5f9;background:#1a2438}.s2f-select:hover{border-color:#3a4a66}.s2f-select:focus{background-color:#1e2a42;border-color:#1877f2;box-shadow:0 0 0 4px #1877f22e}.s2f-footer{border-top:1px solid #1e293b;justify-content:space-between;align-items:center;margin-top:26px;padding-top:20px;display:flex}.s2f-btn-back{color:#94a3b8;letter-spacing:-.01em;cursor:pointer;background:0 0;border:1.5px solid #293548;border-radius:10px;align-items:center;padding:12px 22px;font-size:.875rem;font-weight:600;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.s2f-btn-back:hover{color:#f1f5f9;background:#1a2438;border-color:#3a4a66}.s2f-btn-back:focus-visible{outline-offset:2px;outline:2px solid #1877f2}.s2f-btn-next{color:#fff;letter-spacing:-.01em;cursor:pointer;background:#1877f2;border:none;border-radius:10px;align-items:center;gap:6px;padding:12px 26px;font-size:.875rem;font-weight:600;transition:background .15s,box-shadow .15s,transform .1s;display:inline-flex;box-shadow:0 1px 2px #0000004d,0 4px 16px #1877f259}.s2f-btn-next:hover{background:#2d87f5;transform:translateY(-1px);box-shadow:0 2px 4px #00000059,0 8px 24px #1877f273}.s2f-btn-next:active{transform:translateY(0)}.s2f-btn-next:focus-visible{outline-offset:2px;outline:2px solid #1877f2}@media (width<=640px){.s2f-wrap{border-radius:12px;padding:20px}.s2f-options-row{flex-direction:column;align-items:flex-start;gap:12px}.s2f-footer{flex-direction:column-reverse;align-items:stretch;gap:12px}.s2f-btn-back,.s2f-btn-next{justify-content:center;width:100%}}.entity-card{background:#1a2438;border:1px solid #293548;border-radius:12px;padding:18px;transition:border-color .15s,box-shadow .15s,transform .15s}.entity-card:hover{border-color:#1877f2;transform:translateY(-1px);box-shadow:0 4px 18px #1877f22e}.entity-card-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.entity-card-name{color:#f1f5f9;flex-wrap:wrap;align-items:center;gap:8px;font-size:.9375rem;font-weight:700;display:flex}.entity-icon{color:#1877f2;font-size:.95rem}.entity-orm-badge{color:#60a5fa;letter-spacing:.04em;text-transform:uppercase;background:#1877f21f;border:1px solid #1877f24d;border-radius:999px;padding:3px 10px;font-size:.6875rem;font-weight:700}.entity-remove{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;transition:background .15s,color .15s;display:flex}.entity-remove:hover{color:#ef4444;background:#ef44441f}.entity-meta{color:#64748b;flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:14px;font-size:.75rem;display:flex}.entity-meta strong{color:#cbd5e1}.entity-fields-list{flex-wrap:wrap;gap:8px;display:flex}.entity-field-pill{color:#cbd5e1;background:#0f172a;border:1px solid #293548;border-radius:8px;align-items:center;gap:6px;padding:5px 10px;font-size:.75rem;font-weight:500;display:inline-flex}.entity-field-type{color:#60a5fa;font-size:.6875rem;font-weight:600}.entity-field-more{color:#64748b;background:0 0;border:1px dashed #293548;border-radius:8px;align-items:center;padding:5px 10px;font-size:.75rem;display:inline-flex}.efm-overlay{-webkit-backdrop-filter:blur(6px);z-index:200;background:#020612b8;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.efm-box{background:#0f172a;border:1px solid #1e293b;border-radius:16px;flex-direction:column;width:100%;max-width:740px;max-height:90vh;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;display:flex;overflow:hidden;box-shadow:0 24px 64px #0000008c,0 0 0 1px #ffffff08}.efm-body{scrollbar-width:thin;scrollbar-color:#293548 transparent;flex:1;min-height:0;overflow-y:auto}.efm-body::-webkit-scrollbar{width:5px}.efm-body::-webkit-scrollbar-track{background:0 0}.efm-body::-webkit-scrollbar-thumb{background:#293548;border-radius:99px}.efm-header{flex-shrink:0;justify-content:space-between;align-items:center;padding:22px 24px 0;display:flex}.efm-title{color:#f1f5f9;letter-spacing:-.01em;font-size:1.0625rem;font-weight:700}.efm-close{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:7px;transition:color .15s,background .15s;display:flex}.efm-close:hover{color:#f1f5f9;background:#1a2438}.efm-tabs{border-bottom:1px solid #1e293b;flex-shrink:0;gap:4px;padding:18px 24px 0;display:flex}.efm-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:9px 18px;font-size:.875rem;font-weight:600;transition:color .15s,border-color .15s}.efm-tab:hover{color:#cbd5e1}.efm-tab.active{color:#4c9aff;border-bottom-color:#1877f2}.efm-paste{flex-direction:column;gap:12px;padding:22px 24px;display:flex}.efm-paste-hint{color:#94a3b8;font-size:.8125rem;line-height:1.5}.efm-paste-area{box-sizing:border-box;color:#e2e8f0;resize:vertical;scrollbar-width:thin;scrollbar-color:#293548 transparent;background:#0a1322;border:1.5px solid #293548;border-radius:10px;outline:none;width:100%;padding:14px 16px;font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:.8125rem;line-height:1.6;transition:border-color .15s,box-shadow .15s}.efm-paste-area::placeholder{color:#475569}.efm-paste-area:focus{border-color:#1877f2;box-shadow:0 0 0 4px #1877f22e}.efm-paste-error{color:#f87171;font-size:.8125rem}.efm-btn-primary{color:#fff;cursor:pointer;background:#1877f2;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 22px;font-family:inherit;font-size:.875rem;font-weight:600;transition:background .15s,box-shadow .15s,transform .1s;display:inline-flex;box-shadow:0 1px 2px #0000004d,0 4px 16px #1877f24d}.efm-btn-primary:hover:not(:disabled){background:#2d87f5;transform:translateY(-1px);box-shadow:0 2px 4px #00000059,0 8px 24px #1877f266}.efm-btn-primary:active:not(:disabled){transform:translateY(0)}.efm-btn-primary:disabled{opacity:.35;cursor:not-allowed;box-shadow:none}.efm-btn-ghost{color:#94a3b8;cursor:pointer;background:0 0;border:1.5px solid #293548;border-radius:10px;padding:10px 18px;font-family:inherit;font-size:.875rem;font-weight:600;transition:border-color .15s,color .15s,background .15s}.efm-btn-ghost:hover{color:#f1f5f9;background:#1a2438;border-color:#3a4a66}.efm-btn-parse{align-self:flex-end}.efm-visual{padding:22px 24px 8px}.efm-entity-row{grid-template-columns:1.5fr 1fr 1fr;gap:14px;margin-bottom:24px;display:grid}.efm-field{flex-direction:column;gap:7px;display:flex}.efm-label{color:#cbd5e1;letter-spacing:-.01em;font-size:.8125rem;font-weight:600}.efm-required{color:#f87171;margin-left:3px}.efm-input,.efm-select{color:#f1f5f9;box-sizing:border-box;background:#1a2438;border:1.5px solid #293548;border-radius:10px;outline:none;width:100%;height:42px;padding:0 14px;font-family:inherit;font-size:.875rem;transition:border-color .15s,background .15s,box-shadow .15s}.efm-input::placeholder{color:#64748b}.efm-input:hover,.efm-select:hover{border-color:#3a4a66}.efm-input:focus,.efm-select:focus{background:#1e2a42;border-color:#1877f2;outline:none;box-shadow:0 0 0 4px #1877f22e}.efm-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%2394a3b8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:36px}.efm-select option{color:#f1f5f9;background:#1a2438}.efm-fields-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.efm-btn-add-field{color:#4c9aff;cursor:pointer;background:#1877f21a;border:1px solid #1877f24d;border-radius:8px;align-items:center;gap:6px;padding:6px 14px;font-family:inherit;font-size:.8125rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.efm-btn-add-field:hover{background:#1877f233;border-color:#1877f280}.efm-fields-list{scrollbar-width:thin;scrollbar-color:#293548 transparent;flex-direction:column;gap:8px;max-height:260px;margin-bottom:8px;padding-right:4px;display:flex;overflow-y:auto}.efm-fields-list::-webkit-scrollbar{width:4px}.efm-fields-list::-webkit-scrollbar-thumb{background:#293548;border-radius:99px}.efm-field-row{background:#131c30;border:1px solid #1e293b;border-radius:10px;grid-template-columns:1.6fr 1fr 1.2fr auto auto auto;align-items:center;gap:8px;padding:10px 12px;transition:border-color .15s;display:grid}.efm-field-row:hover{border-color:#293548}.efm-field-row .efm-input,.efm-field-row .efm-select{height:36px;font-size:.8125rem}.efm-check{color:#94a3b8;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;align-items:center;gap:5px;font-size:.75rem;font-weight:500;display:flex}.efm-check input[type=checkbox]{accent-color:#1877f2;cursor:pointer;flex-shrink:0;width:14px;height:14px}.efm-btn-remove{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:6px;transition:color .15s,background .15s;display:flex}.efm-btn-remove:hover:not(:disabled){color:#f87171;background:#f871711a}.efm-btn-remove:disabled{opacity:.25;cursor:not-allowed}.efm-footer{background:#0c1424;border-top:1px solid #1e293b;border-radius:0 0 16px 16px;flex-shrink:0;justify-content:flex-end;gap:10px;padding:18px 24px;display:flex}@media (width<=680px){.efm-overlay{align-items:flex-end;padding:12px}.efm-box{border-radius:16px 16px 12px 12px;max-height:95vh}.efm-entity-row{grid-template-columns:1fr 1fr}.efm-entity-row>.efm-field:first-child{grid-column:1/-1}.efm-field-row{grid-template-columns:1fr 1fr;gap:8px}.efm-field-row>.efm-input:first-child{grid-column:1/-1}.efm-footer{flex-direction:row}.efm-footer .efm-btn-ghost,.efm-footer .efm-btn-primary{flex:1;justify-content:center}}@media (width<=400px){.efm-entity-row{grid-template-columns:1fr}.efm-tabs{padding:14px 16px 0}.efm-visual,.efm-paste{padding:16px}.efm-header{padding:18px 16px 0}}.s3-wrap{flex-direction:column;gap:24px;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;display:flex}.s3-summary{background:#0f172a;border:1px solid #1e293b;border-radius:14px;flex-wrap:wrap;align-items:center;gap:4px;padding:16px 22px;display:flex}.s3-summary-item{flex-direction:column;flex:1;gap:3px;min-width:80px;padding:0 20px;display:flex}.s3-summary-item:first-child{padding-left:0}.s3-summary-label{color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:.6875rem;font-weight:700}.s3-summary-value{color:#f1f5f9;letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.s3-summary-sep{background:#1e293b;flex-shrink:0;width:1px;height:32px}.s3-section-title{color:#64748b;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;font-size:.6875rem;font-weight:700}.s3-section-hint{color:#64748b;margin:0;font-size:.8125rem;font-weight:500}.s3-entities-section{flex-direction:column;gap:16px;display:flex}.s3-entities-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.s3-empty{text-align:center;background:#0f172a;border:1.5px dashed #1e293b;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:52px 20px;display:flex}.s3-empty-icon{color:#3a4a66;background:#1a2438;border:1px solid #293548;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:6px;display:flex}.s3-empty-title{color:#cbd5e1;margin:0;font-size:.875rem;font-weight:600}.s3-empty-hint{color:#64748b;margin:0 0 10px;font-size:.8125rem}.s3-entity-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px;display:grid}.s3-no-crud{background:#0f172a;border:1px solid #1e293b;border-radius:14px;padding:22px}.s3-no-crud p{color:#94a3b8;margin:0;font-size:.8125rem;font-weight:500}.s3-error{color:#f87171;background:#f871711a;border:1px solid #f871714d;border-radius:10px;align-items:center;gap:8px;padding:12px 16px;font-size:.8125rem;font-weight:500;display:flex}.btn-add-entity{color:#4c9aff;cursor:pointer;white-space:nowrap;background:#1877f21f;border:1px solid #1877f259;border-radius:10px;flex-shrink:0;align-items:center;padding:9px 16px;font-size:.8125rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.btn-add-entity:hover{background:#1877f233;border-color:#1877f28c}.s3-footer{border-top:1px solid #1e293b;justify-content:space-between;align-items:center;gap:12px;padding-top:20px;display:flex}.btn-back{color:#94a3b8;letter-spacing:-.01em;cursor:pointer;background:0 0;border:1.5px solid #293548;border-radius:10px;align-items:center;padding:12px 22px;font-size:.875rem;font-weight:600;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.btn-back:hover:not(:disabled){color:#f1f5f9;background:#1a2438;border-color:#3a4a66}.btn-back:disabled{opacity:.4;cursor:not-allowed}.btn-generate{color:#fff;letter-spacing:-.01em;cursor:pointer;background:#1877f2;border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 26px;font-size:.875rem;font-weight:600;transition:background .15s,box-shadow .15s,transform .1s;display:flex;box-shadow:0 1px 2px #0000004d,0 4px 16px #1877f259}.btn-generate:hover:not(:disabled){background:#2d87f5;transform:translateY(-1px);box-shadow:0 2px 4px #00000059,0 8px 24px #1877f273}.btn-generate:active:not(:disabled){transform:translateY(0)}.btn-generate:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.btn-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.7s linear infinite spin}@media (width<=540px){.s3-summary-sep{display:none}.s3-summary-item{padding:0 8px}.s3-footer{flex-direction:column-reverse;align-items:stretch}.btn-generate,.btn-back{text-align:center;justify-content:center}}.ai-gen-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172aeb;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ai-gen-box{text-align:center;background:#0f172a;border:1px solid #1e293b;border-radius:16px;padding:40px 44px}.ai-gen-spinner{border:3px solid #293548;border-top-color:#1877f2;border-radius:50%;width:44px;height:44px;margin:0 auto 24px;animation:.9s linear infinite ai-gen-spin}.ai-gen-message{color:#cbd5e1;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:.9375rem;font-weight:500;animation:.4s ai-gen-fade}@keyframes ai-gen-spin{to{transform:rotate(360deg)}}@keyframes ai-gen-fade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.trial-banner{border-radius:12px;width:100%;max-width:780px;margin:0 0 20px;padding:14px 18px;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:.8125rem}.trial-banner-active{color:#cbd5e1;background:#1877f214;border:1px solid #1877f240;align-items:center;gap:8px;display:flex}.trial-banner-active svg{color:#1877f2;flex-shrink:0}.trial-banner-active strong{color:#f1f5f9}.trial-banner-offer{background:#1a2438;border:1px dashed #1877f2;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.trial-banner-text{color:#cbd5e1;align-items:center;gap:8px;display:flex}.trial-banner-text svg{color:#1877f2;flex-shrink:0}.trial-banner-actions{gap:8px;display:flex}.trial-banner-btn{color:#94a3b8;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #293548;border-radius:8px;padding:7px 14px;font-size:.75rem;font-weight:600;transition:all .15s}.trial-banner-btn:hover:not(:disabled){color:#f1f5f9;border-color:#3a4a66}.trial-banner-btn-featured{color:#fff;background:#1877f2;border-color:#1877f2;align-items:center;gap:5px;display:inline-flex}.trial-banner-btn-featured:hover:not(:disabled){background:#2d87f5}.trial-banner-btn:disabled{opacity:.6;cursor:not-allowed}.trial-banner-error{color:#f87171;width:100%;margin-top:6px;font-size:.75rem}@media (width<=600px){.trial-banner-offer{flex-direction:column;align-items:stretch}.trial-banner-actions{justify-content:stretch}.trial-banner-btn{flex:1;justify-content:center}}.plan-gate{width:100%;max-width:780px;margin:0 auto}.plan-gate-top{text-align:center;margin-bottom:28px}.plan-gate-title{color:#fff;margin:0 0 8px;font-size:1.5rem;font-weight:700}.plan-gate-subtitle{color:#94a3b8;max-width:480px;margin:0 auto;font-size:.875rem;line-height:1.6}.plan-gate-error{color:#f87171;background:#dc26261a;border:1px solid #dc26264d;border-radius:8px;align-items:center;gap:10px;max-width:600px;margin:0 auto 20px;padding:12px 16px;font-size:.8125rem;display:flex}.plan-gate-error button{color:#f87171;cursor:pointer;background:0 0;border:none;margin-left:auto}.plan-gate-cards{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px;display:grid}.plan-gate-card{background:#1a2438;border:1px solid #293548;border-radius:14px;flex-direction:column;padding:24px 20px;display:flex;position:relative}.plan-gate-card-featured{border-color:#1877f2;box-shadow:0 0 0 1px #1877f2,0 8px 24px #1877f22e}.plan-gate-badge{color:#fff;background:#1877f2;border-radius:20px;align-items:center;gap:4px;padding:3px 12px;font-size:.6875rem;font-weight:700;display:flex;position:absolute;top:-11px;left:50%;transform:translate(-50%)}.plan-gate-name{color:#f1f5f9;margin-bottom:10px;font-size:.9375rem;font-weight:700}.plan-gate-price-row{align-items:baseline;gap:6px;display:flex}.plan-gate-price{color:#f1f5f9;font-size:1.75rem;font-weight:700}.plan-gate-price-accent{color:#1877f2}.plan-gate-period{color:#64748b;font-size:.8125rem}.plan-gate-desc{color:#94a3b8;margin:6px 0 0;font-size:.75rem}.plan-gate-divider{background:#293548;height:1px;margin:16px 0}.plan-gate-features{flex:1;margin:0 0 16px;padding:0;list-style:none}.plan-gate-features li{color:#cbd5e1;align-items:center;gap:8px;padding:4px 0;font-size:.8125rem;display:flex}.plan-gate-check{color:#1877f2;flex-shrink:0}.plan-gate-btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;margin-bottom:8px;padding:11px 16px;font-size:.8125rem;font-weight:600;transition:all .15s;display:inline-flex}.plan-gate-btn:last-child{margin-bottom:0}.plan-gate-btn-trial{color:#1877f2;background:0 0;border:1.5px dashed #1877f2}.plan-gate-btn-trial:hover:not(:disabled){background:#1877f214}.plan-gate-btn-ghost{color:#94a3b8;background:0 0;border:1.5px solid #293548}.plan-gate-btn-ghost:hover:not(:disabled){color:#f1f5f9;border-color:#3a4a66}.plan-gate-btn-primary{color:#fff;background:#1877f2;box-shadow:0 4px 16px #1877f24d}.plan-gate-btn-primary:hover:not(:disabled){background:#2d87f5}.plan-gate-btn:disabled{opacity:.6;cursor:not-allowed}.plan-gate-spinner{border:2px solid #ffffff59;border-top-color:currentColor;border-radius:50%;width:12px;height:12px;animation:.7s linear infinite plan-gate-spin}@keyframes plan-gate-spin{to{transform:rotate(360deg)}}.plan-gate-trust{color:#64748b;justify-content:center;align-items:center;gap:8px;font-size:.75rem;display:flex}@media (width<=640px){.plan-gate-cards{grid-template-columns:1fr}}.sub-page{background:#f7f9ff;flex-direction:column;min-height:100vh;display:flex}.sub-header{background:#fff;border-bottom:1px solid #e4e7ec;justify-content:space-between;align-items:center;padding:18px 32px;display:flex}.sub-logo{color:#0d1b2e;letter-spacing:-.025em;font-size:1.25rem;font-weight:700;text-decoration:none}.sub-logo em{color:#1877f2;font-style:normal}.sub-secure{color:#5a6a85;align-items:center;gap:5px;font-size:.8125rem;font-weight:500;display:flex}.sub-body{flex-direction:column;flex:1;align-items:center;padding:56px 24px 40px;display:flex}.sub-top{text-align:center;margin-bottom:36px}.sub-title{color:#0d1b2e;letter-spacing:-.025em;margin-bottom:10px;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800}.sub-subtitle{color:#5a6a85;margin-bottom:16px;font-size:1rem}.sub-save-badge{color:#1877f2;letter-spacing:.02em;background:#eef3ff;border:1px solid #c7d9ff;border-radius:20px;padding:5px 16px;font-size:.8125rem;font-weight:700;display:inline-block}.sub-error{color:#c0392b;background:#fff1f1;border:1px solid #fccaca;border-radius:9px;align-items:center;gap:8px;width:100%;max-width:720px;margin-bottom:24px;padding:10px 14px;font-size:.875rem;display:flex}.sub-error button{cursor:pointer;color:inherit;opacity:.6;background:0 0;border:none;margin-left:auto;padding:2px 5px;font-size:.875rem}.sub-error button:hover{opacity:1}.sub-btn-trial{color:#1877f2;cursor:pointer;background:0 0;border:1.5px dashed #1877f2;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;margin-bottom:10px;padding:10px 20px;font-size:.875rem;font-weight:600;transition:background .15s;display:inline-flex}.sub-btn-trial:hover:not(:disabled){background:#1877f214}.sub-btn-trial:disabled{opacity:.6;cursor:not-allowed}.sub-cards{grid-template-columns:1fr 1fr;align-items:start;gap:20px;width:100%;max-width:760px;display:grid}.sub-card{background:#fff;border:1.5px solid #e4e7ec;border-radius:16px;padding:32px 28px;position:relative}.sub-card-featured{border:2px solid #1877f2;box-shadow:0 8px 32px #1877f21f}.sub-badge{color:#1877f2;letter-spacing:.02em;background:#eef3ff;border:1px solid #c7d9ff;border-radius:20px;align-items:center;gap:5px;margin-bottom:14px;padding:4px 12px;font-size:.75rem;font-weight:700;display:inline-flex}.sub-plan-name{color:#0d1b2e;margin-bottom:14px;font-size:1rem;font-weight:700}.sub-price-area{margin-bottom:8px}.sub-original{color:#9aa3b5;margin-bottom:4px;font-size:.9375rem;text-decoration:line-through;display:block}.sub-price-row{align-items:baseline;gap:6px;display:flex}.sub-price{color:#0d1b2e;letter-spacing:-.03em;font-size:2.5rem;font-weight:800;line-height:1}.sub-price-accent{color:#1877f2}.sub-period{color:#9aa3b5;font-size:.875rem;font-weight:500}.sub-note{color:#1877f2;margin-top:6px;font-size:.8125rem;font-weight:600}.sub-plan-desc{color:#5a6a85;margin-top:8px;font-size:.875rem}.sub-divider{background:#e8eef8;height:1px;margin:18px 0}.sub-features{flex-direction:column;gap:10px;margin:0 0 24px;padding:0;list-style:none;display:flex}.sub-features li{color:#374151;align-items:center;gap:9px;font-size:.875rem;display:flex}.sub-check-icon{color:#1877f2;flex-shrink:0}.sub-btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;height:46px;font-size:.9375rem;font-weight:700;transition:background .2s,box-shadow .2s,transform .15s;display:flex}.sub-btn-primary{color:#fff;background:#1877f2;box-shadow:0 4px 16px #1877f24d}.sub-btn-primary:hover:not(:disabled){background:#0a5dc2;transform:translateY(-1px);box-shadow:0 6px 22px #1877f266}.sub-btn-ghost{color:#374151;background:#f4f7ff;border:1.5px solid #e4e7ec}.sub-btn-ghost:hover:not(:disabled){color:#1877f2;border-color:#1877f2;transform:translateY(-1px)}.sub-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.sub-spinner{border:2px solid #ffffff59;border-top-color:currentColor;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.75s linear infinite spin}.sub-btn-ghost .sub-spinner{border-color:#374151 #37415140 #37415140}.sub-trust{flex-wrap:wrap;justify-content:center;align-items:center;gap:28px;margin-top:28px;display:flex}.sub-trust-item{color:#9aa3b5;align-items:center;gap:6px;font-size:.8125rem;display:flex}.sub-trust-item svg{color:#1877f2}@media (width<=680px){.sub-cards{grid-template-columns:1fr}.sub-card-featured{order:-1}.sub-body{padding:36px 20px 32px}.sub-trust{gap:16px}}@media (width<=400px){.sub-header{padding:16px 20px}.sub-card{padding:24px 20px}}.admin-layout{background:#f5f7fb;min-height:100vh;display:flex}.admin-main{flex-direction:column;flex:1;min-width:0;display:flex}.admin-content{flex-direction:column;flex:1;gap:20px;width:100%;max-width:1600px;margin:0 auto;padding:28px 32px 40px;display:flex}.admin-mobile-tabs{display:none}.stats-row{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.filter-bar{background:#fff;border:1px solid #e5e9f0;border-radius:16px;flex-wrap:wrap;gap:10px;padding:16px;display:flex;box-shadow:0 1px 2px #1018280a}.filter-input,.filter-select{color:#0f172a;background:#fafbfd;border:1px solid #e5e9f0;border-radius:10px;height:44px;padding:0 14px;font-size:.875rem;transition:border-color .2s,box-shadow .2s,background .2s}.filter-input{flex:1;min-width:220px}.filter-input:focus,.filter-select:focus{background:#fff;border-color:#1877f2;outline:none;box-shadow:0 0 0 4px #1877f21a}.filter-search-btn{color:#fff;cursor:pointer;background:#1877f2;border:none;border-radius:10px;height:44px;padding:0 22px;font-size:.875rem;font-weight:700;transition:background .2s,transform .15s}.filter-search-btn:hover{background:#0a5dc2;transform:translateY(-1px)}.admin-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:14px 16px;font-size:.875rem}.audit-section{background:#fff;border:1px solid #e5e9f0;border-radius:18px;overflow:hidden;box-shadow:0 1px 2px #1018280a}.pagination{justify-content:center;align-items:center;gap:12px;padding-top:6px;display:flex}.page-btn{cursor:pointer;background:#fff;border:1px solid #e5e9f0;border-radius:10px;height:40px;padding:0 16px;font-size:.8125rem;font-weight:600;transition:all .2s}.page-btn:hover:not(:disabled){color:#1877f2;border-color:#1877f2}.page-btn:disabled{opacity:.4;cursor:not-allowed}.page-info{color:#64748b;font-size:.8125rem;font-weight:600}.admin-toast{color:#fff;z-index:999;background:#0f172a;border-radius:12px;padding:13px 18px;font-size:.875rem;animation:.25s toast-in;position:fixed;bottom:20px;right:20px;box-shadow:0 12px 32px #0f172a40}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (width<=1200px){.stats-row{grid-template-columns:repeat(3,1fr);gap:12px}}@media (width<=992px){.admin-content{padding:20px 20px 32px}.admin-mobile-tabs{background:#eef1f6;border-radius:12px;gap:6px;width:fit-content;padding:5px;display:flex}.admin-mobile-tab{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:9px;align-items:center;gap:7px;padding:9px 16px;font-size:.8125rem;font-weight:600;transition:all .2s;display:flex}.admin-mobile-tab.active{color:#1877f2;background:#fff;box-shadow:0 1px 3px #1018281a}.stats-row{grid-template-columns:repeat(3,1fr);gap:10px}}@media (width<=768px){.admin-content{gap:16px;padding:16px 16px 28px}.stats-row{grid-template-columns:1fr 1fr}.filter-bar{flex-direction:column;padding:14px}.filter-input,.filter-select,.filter-search-btn,.admin-mobile-tabs{width:100%}.admin-mobile-tab{flex:1;justify-content:center}.admin-toast{bottom:16px;left:16px;right:16px}}@media (width<=480px){.admin-content{padding:12px 12px 24px}.stats-row{grid-template-columns:1fr}}.admin-sidebar{background:#0d1b2e;flex-direction:column;flex-shrink:0;width:224px;transition:width .2s;display:flex;overflow:hidden}.admin-sidebar.collapsed{width:64px}.sidebar-logo{cursor:pointer;border-bottom:1px solid #ffffff14;align-items:center;gap:10px;min-height:64px;padding:20px 18px;display:flex}.sidebar-logo-icon{color:#1877f2;flex-shrink:0;font-size:1.25rem}.sidebar-logo-text{color:#fff;white-space:nowrap;letter-spacing:-.02em;font-size:.9375rem;font-weight:700}.sidebar-nav{flex-direction:column;gap:3px;padding:14px 10px;display:flex}.sidebar-nav-item{color:#ffffff8c;cursor:pointer;text-align:left;white-space:nowrap;background:0 0;border:none;border-radius:10px;align-items:center;gap:11px;padding:10px 12px;font-size:.875rem;font-weight:500;transition:background .15s,color .15s;display:flex}.sidebar-nav-item:hover{color:#fff;background:#ffffff12}.sidebar-nav-item.active{color:#fff;background:#1877f2}.sidebar-nav-icon{flex-shrink:0;align-items:center;display:flex}.sidebar-nav-label{text-overflow:ellipsis;overflow:hidden}@media (width<=992px){.admin-sidebar{display:none}}.admin-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#ffffffd9;border-bottom:1px solid #e5e9f0;justify-content:space-between;align-items:center;height:64px;padding:0 28px;display:flex;position:sticky;top:0}.admin-header-title{color:#0f172a;letter-spacing:-.02em;font-size:1.125rem;font-weight:700}.admin-header-right{align-items:center;gap:16px;display:flex}.admin-header-user{color:#64748b;font-size:.8125rem;font-weight:500}.admin-header-logout{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e5e9f0;border-radius:9px;align-items:center;gap:6px;padding:8px 14px;font-size:.8125rem;font-weight:600;transition:all .2s;display:flex}.admin-header-logout:hover{color:#e11d48;background:#fef2f2;border-color:#fecaca}@media (width<=640px){.admin-header{padding:0 16px}.admin-header-title{font-size:1rem}.admin-header-user,.admin-header-logout-text{display:none}.admin-header-logout{padding:9px}}.stat-card{background:#fff;border:1px solid #e5e9f0;border-radius:24px;padding:24px;transition:transform .25s,box-shadow .25s,border-color .25s;position:relative;overflow:hidden;box-shadow:0 1px 2px #1018280a}.stat-card:hover{border-color:#dbe4f0;transform:translateY(-4px);box-shadow:0 20px 40px #0f172a14}.stat-card:before{content:"";opacity:.12;border-radius:50%;width:120px;height:120px;position:absolute;top:-40px;right:-40px}.stat-card-blue:before{background:#1877f2}.stat-card-green:before{background:#10b981}.stat-card-orange:before{background:#f59e0b}.stat-card-red:before{background:#ef4444}.stat-card-value{z-index:2;letter-spacing:-.05em;color:#0f172a;margin-bottom:12px;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1;position:relative}.stat-card-label{z-index:2;color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:.9rem;font-weight:600;position:relative}.stat-card-sub{z-index:2;color:#94a3b8;margin-top:10px;font-size:.8125rem;line-height:1.5;position:relative}.stat-card-blue{background:linear-gradient(135deg,#1877f20a,#0000 60%),#fff}.stat-card-green{background:linear-gradient(135deg,#10b9810a,#0000 60%),#fff}.stat-card-orange{background:linear-gradient(135deg,#f59e0b0d,#0000 60%),#fff}.stat-card-red{background:linear-gradient(135deg,#ef44440d,#0000 60%),#fff}@media (width<=768px){.stat-card{border-radius:20px;padding:20px}.stat-card-value{font-size:2.2rem}}@media (width<=480px){.stat-card{padding:18px}.stat-card-value{font-size:1.9rem}.stat-card-label{font-size:.8rem}.stat-card-sub{font-size:.75rem}}.user-table-wrap{overflow-x:auto}.table-loading{justify-content:center;padding:48px;display:flex}.table-empty{text-align:center;color:#9aa3b5;padding:48px;font-size:.875rem}.user-table{border-collapse:collapse;width:100%;font-size:.875rem}.user-table th{text-align:left;color:#5a6a85;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;background:#f7f9ff;border-bottom:2px solid #e4e7ec;padding:10px 14px;font-size:.75rem;font-weight:700}.user-table td{color:#374151;vertical-align:middle;border-bottom:1px solid #f3f4f6;padding:12px 14px}.user-row{cursor:pointer;transition:background .12s}.user-row:hover{background:#f7f9ff}.user-cell{align-items:center;gap:10px;display:flex}.user-cell-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:32px;height:32px}.user-cell-name{color:#0d1b2e;font-size:.875rem;font-weight:600}.user-cell-email{color:#9aa3b5;font-size:.75rem}.role-badge,.status-badge,.pro-badge,.free-badge{text-transform:uppercase;letter-spacing:.03em;border-radius:20px;padding:3px 9px;font-size:.6875rem;font-weight:700;display:inline-block}.role-user{color:#1877f2;background:#eef3ff}.role-admin{color:#fff;background:#0d1b2e}.role-moderator{color:#16a34a;background:#f0fdf4}.status-active{color:#1e7e34;background:#edf7ed}.status-pending_verification{color:#f59e0b;background:#fff8e1}.status-suspended{color:#c0392b;background:#fff1f1}.status-deleted{color:#9aa3b5;background:#f3f4f6}.pro-badge{color:#fff;background:#0d1b2e}.free-badge{color:#9aa3b5;background:#f3f4f6}.date-cell{color:#9aa3b5;white-space:nowrap;font-size:.8125rem}.action-btns{gap:6px;display:flex}.action-btn{cursor:pointer;border:none;border-radius:6px;padding:4px 10px;font-size:.75rem;font-weight:600;transition:background .15s}.action-ban{color:#c0392b;background:#fff1f1}.action-ban:hover{background:#fccaca}.action-unban{color:#1e7e34;background:#edf7ed}.action-unban:hover{background:#bbf7d0}.action-delete{color:#374151;background:#f3f4f6}.action-delete:hover{background:#e5e7eb}@media (width<=680px){.user-table-wrap{overflow-x:visible}.user-table thead{display:none}.user-table,.user-table tbody,.user-table tr,.user-table td{width:100%;display:block}.user-table tr{background:#fff;border:1px solid #e5e9f0;border-radius:14px;margin-bottom:12px;padding:12px 14px;box-shadow:0 1px 2px #1018280a}.user-table td{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;gap:12px;padding:8px 0;display:flex}.user-table td:last-child{border-bottom:none;padding-top:12px}.user-table td:before{content:attr(data-label);text-transform:uppercase;letter-spacing:.04em;color:#9aa3b5;flex-shrink:0;font-size:.6875rem;font-weight:700}.user-table td[data-label=User]:before{display:none}.user-table td[data-label=User]{justify-content:flex-start}.action-btns{justify-content:flex-end;width:100%}}.audit-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:24px;overflow-x:auto;box-shadow:0 4px 12px #0f172a0a,0 12px 30px #0f172a0f}.audit-loading{justify-content:center;align-items:center;min-height:180px;display:flex}.audit-empty{text-align:center;color:#94a3b8;padding:48px 24px;font-size:.95rem}.audit-table{border-collapse:separate;border-spacing:0;width:100%;font-size:.875rem}.audit-table thead{z-index:5;position:sticky;top:0}.audit-table th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:16px;font-size:.75rem;font-weight:700}.audit-table tbody tr{transition:all .2s}.audit-table tbody tr:hover{background:#f8fafc}.audit-table td{color:#334155;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:16px}.audit-action{letter-spacing:.3px;color:#2563eb;background:#2563eb1a;border-radius:999px;align-items:center;padding:6px 12px;font-size:.75rem;font-weight:700;display:inline-flex}.audit-action-login{color:#2563eb;background:#2563eb1a}.audit-action-create{color:#15803d;background:#16a34a1f}.audit-action-update{color:#d97706;background:#f59e0b1f}.audit-action-delete,.audit-action-ban{color:#dc2626;background:#dc26261f}.audit-action-unban{color:#15803d;background:#16a34a1f}.audit-user{color:#0f172a;font-weight:600}.audit-resource{color:#64748b}.audit-time{white-space:nowrap;color:#94a3b8;font-variant-numeric:tabular-nums;font-size:.8125rem}.audit-wrap::-webkit-scrollbar{height:8px}.audit-wrap::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.audit-wrap::-webkit-scrollbar-track{background:#f8fafc}@media (width<=992px){.audit-table{min-width:900px}}@media (width<=768px){.audit-wrap{border-radius:20px}.audit-table th,.audit-table td{padding:12px}}.ud-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0d1b2e8c;justify-content:center;align-items:center;padding:20px;animation:.2s ud-overlay-fade;display:flex;position:fixed;inset:0}@keyframes ud-overlay-fade{0%{opacity:0}to{opacity:1}}.ud-modal{background:#fff;border:1px solid #e5e9f0;border-radius:20px;width:100%;max-width:720px;max-height:92vh;animation:.25s cubic-bezier(.16,1,.3,1) ud-modal-enter;overflow-y:auto;box-shadow:0 24px 60px #0d1b2e2e}@keyframes ud-modal-enter{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.ud-header{z-index:1;background:#fff;border-bottom:1px solid #eef1f6;justify-content:space-between;align-items:center;padding:22px 24px;display:flex;position:sticky;top:0}.ud-header-title{color:#0d1b2e;letter-spacing:-.01em;font-size:1.0625rem;font-weight:700}.ud-close{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.ud-close:hover{color:#0d1b2e;background:#f1f5f9}.ud-loading{justify-content:center;align-items:center;padding:64px;display:flex}.ud-spinner{border:3px solid #e5e9f0;border-top-color:#1877f2;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite ud-spin}@keyframes ud-spin{to{transform:rotate(360deg)}}.ud-error{text-align:center;color:#dc2626;padding:32px;font-size:.9375rem;font-weight:500}.ud-tabs{border-bottom:1px solid #eef1f6;gap:4px;padding:0 24px;display:flex;overflow-x:auto}.ud-tab{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:14px 16px;font-size:.875rem;font-weight:600;transition:all .2s}.ud-tab:hover{color:#1877f2}.ud-tab.active{color:#1877f2;border-bottom-color:#1877f2}.ud-body{padding:24px}.ud-info-row{align-items:center;gap:18px;margin-bottom:24px;display:flex}.ud-avatar{object-fit:cover;border:3px solid #fff;border-radius:50%;flex-shrink:0;width:68px;height:68px;box-shadow:0 4px 16px #0d1b2e1f}.ud-name{color:#0d1b2e;margin-bottom:4px;font-size:1.1875rem;font-weight:700}.ud-email{color:#64748b;word-break:break-word;margin-bottom:10px;font-size:.875rem}.ud-badges{flex-wrap:wrap;gap:8px;display:flex}.ud-badge{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:4px 11px;font-size:.6875rem;font-weight:700}.ud-badge-active{color:#1e7e34;background:#edf7ed}.ud-badge-pending_verification{color:#f59e0b;background:#fff8e1}.ud-badge-suspended{color:#c0392b;background:#fff1f1}.ud-badge-role{color:#1877f2;background:#eef3ff}.ud-badge-premium{color:#fff;background:#0d1b2e}.ud-details{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:24px;display:grid}.ud-detail-item{background:#f7f9ff;border:1px solid #eef1f6;border-radius:14px;min-width:0;padding:14px 16px}.ud-detail-item span{color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;font-size:.6875rem;font-weight:600;display:block}.ud-detail-item strong{color:#0d1b2e;overflow-wrap:break-word;font-size:.9375rem;font-weight:600}.ud-divider{background:#eef1f6;height:1px;margin:22px 0}.ud-card{background:#fbfcfe;border:1px solid #eef1f6;border-radius:16px;margin-bottom:14px;padding:16px}.ud-card-head{align-items:center;gap:8px;margin-bottom:12px;display:flex}.ud-card-icon{color:#1877f2;background:#eef3ff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.ud-card-title{color:#0d1b2e;font-size:.8125rem;font-weight:700}.ud-input,.ud-select{color:#0d1b2e;background:#fff;border:1px solid #e5e9f0;border-radius:10px;width:100%;height:44px;margin-bottom:10px;padding:0 14px;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.ud-input:focus,.ud-select:focus{border-color:#1877f2;outline:none;box-shadow:0 0 0 4px #1877f21a}.ud-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:10px;justify-content:center;align-items:center;gap:7px;height:44px;padding:0 18px;font-size:.8125rem;font-weight:700;transition:all .2s;display:flex}.ud-btn:disabled{opacity:.5;cursor:not-allowed}.ud-btn-block{width:100%}.ud-btn-blue{color:#fff;background:#1877f2;box-shadow:0 3px 10px #1877f238}.ud-btn-blue:hover:not(:disabled){background:#0a5dc2}.ud-btn-pair{grid-template-columns:1fr 1fr;gap:10px;display:grid}.ud-btn-activate{color:#fff;background:#16a34a;box-shadow:0 3px 10px #16a34a38}.ud-btn-activate:hover:not(:disabled){background:#128a3e}.ud-btn-deactivate{color:#dc2626;background:#fff;border:1.5px solid #fecdd3}.ud-btn-deactivate:hover:not(:disabled){background:#fef2f2;border-color:#dc2626}@media (width<=768px){.ud-modal{max-width:calc(100vw - 24px)}.ud-details{grid-template-columns:1fr}}@media (width<=480px){.ud-overlay{align-items:flex-end;padding:0}.ud-modal{border-radius:20px 20px 0 0;max-width:100%;max-height:94vh;animation:.25s cubic-bezier(.16,1,.3,1) ud-modal-enter-mobile}@keyframes ud-modal-enter-mobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.ud-header,.ud-body{padding:18px}.ud-tabs{padding:0 18px}.ud-info-row{text-align:center;flex-direction:column}.ud-avatar{width:80px;height:80px}.ud-btn-pair{grid-template-columns:1fr}}.modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#0f172a8c;justify-content:center;align-items:center;padding:20px;animation:.25s overlayFade;display:flex;position:fixed;inset:0}@keyframes overlayFade{0%{opacity:0}to{opacity:1}}.modal-box{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff5;border:1px solid #fffc;border-radius:24px;width:100%;max-width:520px;animation:.25s modalEnter;overflow:hidden;box-shadow:0 24px 60px #0f172a29,0 8px 24px #0f172a14}@keyframes modalEnter{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-header{justify-content:space-between;align-items:center;padding:24px 24px 0;display:flex}.modal-title{color:#0f172a;font-size:1.1rem;font-weight:700}.modal-close{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:12px;width:38px;height:38px;transition:all .2s}.modal-close:hover{color:#0f172a;background:#f1f5f9}.modal-body{padding:24px}.ban-user-info{color:#7f1d1d;background:#fef2f2;border:1px solid #fecaca;border-radius:16px;margin-bottom:18px;padding:16px;font-size:.9rem;line-height:1.6}.ban-reason-input{resize:vertical;color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:14px;width:100%;min-height:120px;padding:14px;font-size:.9rem;transition:all .25s}.ban-reason-input:focus{border-color:#1877f2;outline:none;box-shadow:0 0 0 4px #1877f21f}.ban-reason-input::placeholder{color:#94a3b8}.modal-footer{background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:flex-end;gap:12px;padding:20px 24px;display:flex}.btn-cancel,.btn-ban-confirm{cursor:pointer;border-radius:12px;height:44px;padding:0 18px;font-size:.875rem;font-weight:700;transition:all .2s}.btn-cancel{color:#334155;background:#fff;border:1px solid #e2e8f0}.btn-cancel:hover{background:#f8fafc;border-color:#cbd5e1}.btn-ban-confirm{color:#fff;background:#dc2626;border:none}.btn-ban-confirm:hover:not(:disabled){background:#b91c1c}.btn-ban-confirm:disabled{opacity:.5;cursor:not-allowed}@media (width<=640px){.modal-overlay{padding:12px}.modal-box{border-radius:20px;max-width:100%}.modal-header{padding:18px 18px 0}.modal-body{padding:18px}.modal-footer{flex-direction:column;padding:18px}.btn-cancel,.btn-ban-confirm{width:100%}}.pr-page{background:#f7f9ff;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.pr-card{text-align:center;background:#fff;border:1px solid #e4e7ec;border-radius:20px;width:100%;max-width:440px;padding:52px 40px 40px;animation:.45s cubic-bezier(.16,1,.3,1) pr-rise;box-shadow:0 8px 32px #10182812}@keyframes pr-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.pr-icon-wrap{border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 24px;display:flex}.pr-icon{width:36px;height:36px}.pr-tone-success .pr-icon-wrap{background:#e9f8ee}.pr-tone-success .pr-icon,.pr-tone-success .pr-eyebrow{color:#1a9d4b}.pr-tone-neutral .pr-icon-wrap{background:#f2f4f8}.pr-tone-neutral .pr-icon,.pr-tone-neutral .pr-eyebrow{color:#64748b}.pr-tone-error .pr-icon-wrap{background:#fff1f1}.pr-tone-error .pr-icon,.pr-tone-error .pr-eyebrow{color:#c0392b}.pr-eyebrow{letter-spacing:.06em;text-transform:uppercase;margin-bottom:10px;font-size:.75rem;font-weight:700;display:inline-block}.pr-title{color:#0d1b2e;letter-spacing:-.02em;margin-bottom:12px;font-size:1.625rem;font-weight:800}.pr-message{color:#5a6a85;margin-bottom:30px;font-size:.9375rem;line-height:1.65}.pr-btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;margin-bottom:18px;padding:13px;font-size:.9375rem;font-weight:700;transition:background .2s,border-color .2s,color .2s,transform .15s;display:flex}.pr-btn-primary{color:#fff;background:#1877f2;box-shadow:0 4px 16px #1877f247}.pr-btn-primary:hover{background:#0a5dc2;transform:translateY(-1px)}.pr-btn-ghost{color:#374151;background:#f4f7ff;border:1.5px solid #e4e7ec}.pr-btn-ghost:hover{color:#1877f2;border-color:#1877f2}.pr-btn:focus-visible{outline-offset:2px;outline:2px solid #1877f2}.pr-home{color:#9aa3b5;font-size:.8125rem;text-decoration:none;display:block}.pr-home:hover{color:#1877f2}@media (width<=480px){.pr-card{border-radius:16px;padding:40px 24px 32px}.pr-title{font-size:1.375rem}}@media (prefers-reduced-motion:reduce){.pr-card{animation:none}}.session-warning-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background-color:#000000b3;justify-content:center;align-items:center;animation:.3s ease-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.session-warning-modal{background:#fff;border-radius:12px;width:90%;max-width:480px;max-height:90vh;animation:.3s ease-out slideIn;overflow-y:auto;box-shadow:0 20px 60px #0000004d}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.session-warning-header{text-align:center;border-bottom:1px solid #f0f0f0;margin-bottom:24px;padding:24px 24px 0}.warning-icon{margin-bottom:12px;font-size:48px;animation:2s infinite pulse}.session-warning-header h3{color:#ff6b35;margin:0 0 16px;font-size:1.5rem;font-weight:600}.session-warning-content{text-align:center;padding:0 24px}.session-warning-content p{color:#666;margin:0 0 16px;font-size:1rem;line-height:1.5}.time-remaining{color:#fff;letter-spacing:1px;background:linear-gradient(135deg,#ff6b35,#ff8c5a);border-radius:8px;margin:16px 0 24px;padding:16px 24px;font-family:Courier New,monospace;font-size:1.5rem;font-weight:700;box-shadow:0 4px 12px #ff6b354d}.session-warning-actions{flex-direction:column;gap:12px;padding:24px;display:flex}.btn{cursor:pointer;text-align:center;border:none;border-radius:8px;padding:12px 24px;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{color:#fff;background:linear-gradient(135deg,#4caf50,#45a049);box-shadow:0 4px 12px #4caf504d}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#45a049,#3d8b40);transform:translateY(-2px);box-shadow:0 6px 16px #4caf5066}.btn-secondary{color:#fff;background:linear-gradient(135deg,#ff6b35,#ff8c5a);box-shadow:0 4px 12px #ff6b354d}.btn-secondary:hover:not(:disabled){background:linear-gradient(135deg,#ff5722,#ff6b35);transform:translateY(-2px);box-shadow:0 6px 16px #ff6b3566}.btn-ghost{color:#666;background:0 0;border:1px solid #ddd}.btn-ghost:hover:not(:disabled){color:#333;background:#f8f9fa;border-color:#aaa}.session-warning-footer{text-align:center;border-top:1px solid #f0f0f0;margin-top:12px;padding:16px 24px 24px}.session-warning-footer small{color:#888;font-size:.85rem}@media (width<=768px){.session-warning-modal{width:calc(100% - 40px);margin:20px}.session-warning-header,.session-warning-content,.session-warning-actions,.session-warning-footer{padding-left:16px;padding-right:16px}.time-remaining{padding:12px 16px;font-size:1.25rem}.session-warning-actions{padding:16px}.btn{padding:14px 20px;font-size:1rem}}@media (prefers-color-scheme:dark){.session-warning-modal{color:#fff;background:#2a2a2a}.session-warning-header{border-bottom-color:#444}.session-warning-content p{color:#ccc}.session-warning-footer{border-top-color:#444}.session-warning-footer small{color:#aaa}.btn-ghost{color:#ccc;border-color:#555}.btn-ghost:hover:not(:disabled){color:#fff;background:#3a3a3a;border-color:#666}}.time-remaining.urgent{animation:1s infinite urgentPulse}@keyframes urgentPulse{0%,to{background:linear-gradient(135deg,#ff6b35,#ff8c5a)}50%{background:linear-gradient(135deg,#ff1744,#ff5722)}}.btn-primary:disabled{background:linear-gradient(135deg,#81c784,#66bb6a);position:relative;overflow:hidden}.btn-primary:disabled:after{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;animation:1.5s infinite loading;position:absolute;top:0;left:-100%}@keyframes loading{0%{left:-100%}to{left:100%}}.upg-page{color:#f1f5f9;background:#0f172a;justify-content:center;align-items:center;min-height:100vh;padding:40px 16px;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;display:flex}.upg-card{text-align:center;background:#0f172a;border:1px solid #1e293b;border-radius:16px;width:100%;max-width:520px;padding:40px 32px}.upg-trial-row{gap:8px;margin-bottom:12px;display:flex}.upg-btn-trial{color:#1877f2;background:0 0;border:1px dashed #1877f2;flex:1;justify-content:center;align-items:center;gap:6px;display:inline-flex}.upg-btn-trial:hover:not(:disabled){background:#1877f214}.upg-error{color:#f87171;margin-bottom:12px;font-size:.8125rem}.upg-icon-wrap{color:#1877f2;background:#1877f21f;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;display:flex}.upg-title{letter-spacing:-.01em;color:#f1f5f9;margin:0 0 8px;font-size:1.5rem;font-weight:700}.upg-subtitle{color:#94a3b8;margin:0 0 28px;font-size:.875rem;line-height:1.6}.upg-summary{text-align:left;background:#1a2438;border:1px solid #293548;border-radius:12px;margin-bottom:24px;padding:16px}.upg-summary-row{justify-content:space-between;padding:6px 0;font-size:.8125rem;display:flex}.upg-label{color:#64748b;font-weight:500}.upg-value{color:#f1f5f9;font-weight:600}.upg-features{text-align:left;margin-bottom:28px}.upg-features-title{color:#64748b;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:8px;margin:0 0 12px;font-size:.6875rem;font-weight:700;display:flex}.upg-features-title:after{content:"";background:linear-gradient(90deg,#1e293b,#0000);flex:1;height:1px}.upg-features-list{grid-template-columns:1fr 1fr;gap:10px 16px;margin:0;padding:0;list-style:none;display:grid}.upg-features-list li{color:#cbd5e1;align-items:center;gap:8px;font-size:.8125rem;font-weight:500;display:flex}.upg-check{color:#1877f2;flex-shrink:0}.upg-actions{flex-direction:column;gap:10px;display:flex}.upg-btn{letter-spacing:-.01em;cursor:pointer;border:none;border-radius:10px;padding:12px 22px;font-size:.875rem;font-weight:600;transition:background .15s,box-shadow .15s,transform .1s,border-color .15s,color .15s}.upg-btn-primary{color:#fff;background:#1877f2;box-shadow:0 1px 2px #0000004d,0 4px 16px #1877f259}.upg-btn-primary:hover{background:#2d87f5;transform:translateY(-1px);box-shadow:0 2px 4px #00000059,0 8px 24px #1877f273}.upg-btn-ghost{color:#94a3b8;background:0 0;border:1.5px solid #293548}.upg-btn-ghost:hover{color:#f1f5f9;background:#1a2438;border-color:#3a4a66}@media (width<=480px){.upg-features-list{grid-template-columns:1fr}.upg-card{border-radius:12px;padding:32px 24px}}.cr-page{color:#f1f5f9;background:#0f172a;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif}.cr-header{border-bottom:1px solid #1e293b;justify-content:space-between;align-items:center;padding:20px 32px;display:flex}.cr-logo{color:#f1f5f9;font-size:1.25rem;font-weight:700;text-decoration:none}.cr-logo em{color:#1877f2;font-style:normal}.cr-secure{color:#64748b;align-items:center;gap:6px;font-size:.75rem;display:flex}.cr-body{max-width:1000px;margin:0 auto;padding:48px 24px 80px}.cr-top{text-align:center;margin-bottom:32px}.cr-title{color:#fff;margin:0 0 10px;font-size:2rem;font-weight:700}.cr-subtitle{color:#94a3b8;max-width:480px;margin:0 auto 16px;font-size:.9375rem;line-height:1.6}.cr-balance{color:#1877f2;background:#1877f21f;border-radius:20px;padding:6px 16px;font-size:.8125rem;font-weight:600;display:inline-block}.cr-error{color:#f87171;background:#dc26261a;border:1px solid #dc26264d;border-radius:8px;align-items:center;gap:10px;max-width:600px;margin:0 auto 24px;padding:12px 16px;font-size:.8125rem;display:flex}.cr-error button{color:#f87171;cursor:pointer;background:0 0;border:none;margin-left:auto}.cr-features{flex:1;grid-template-columns:1fr;margin:0 0 20px;padding:0;list-style:none;display:grid}.cr-cards{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.cr-card{background:#1a2438;border:1px solid #293548;border-radius:16px;flex-direction:column;padding:28px 24px;display:flex;position:relative}.cr-card-featured{border-color:#1877f2;box-shadow:0 0 0 1px #1877f2,0 8px 32px #1877f233}.cr-badge{color:#fff;background:#1877f2;border-radius:20px;align-items:center;gap:4px;padding:4px 12px;font-size:.6875rem;font-weight:700;display:flex;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.cr-plan-name{color:#f1f5f9;margin-bottom:12px;font-size:1rem;font-weight:700}.cr-original{color:#64748b;font-size:.8125rem;text-decoration:line-through}.cr-price-row{align-items:baseline;gap:6px;display:flex}.cr-price{color:#f1f5f9;font-size:2rem;font-weight:700}.cr-price-accent{color:#1877f2}.cr-note{color:#64748b;margin:4px 0 0;font-size:.75rem}.cr-plan-desc{color:#94a3b8;margin:8px 0 0;font-size:.8125rem}.cr-divider{background:#293548;height:1px;margin:18px 0}.cr-features{flex:1;margin:0 0 20px;padding:0;list-style:none}.cr-features li{color:#cbd5e1;align-items:center;gap:8px;padding:5px 0;font-size:.8125rem;display:flex}.cr-check-icon{color:#1877f2;flex-shrink:0}.cr-btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:12px 20px;font-size:.875rem;font-weight:600;transition:all .15s;display:inline-flex}.cr-btn-primary{color:#fff;background:#1877f2;box-shadow:0 4px 16px #1877f259}.cr-btn-primary:hover:not(:disabled){background:#2d87f5;transform:translateY(-1px)}.cr-btn-ghost{color:#94a3b8;background:0 0;border:1.5px solid #293548}.cr-btn-ghost:hover:not(:disabled){color:#f1f5f9;border-color:#3a4a66}.cr-btn:disabled{opacity:.6;cursor:not-allowed}.cr-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite cr-spin}@keyframes cr-spin{to{transform:rotate(360deg)}}.cr-back-link{color:#64748b;cursor:pointer;background:0 0;border:none;margin:32px auto 0;font-size:.8125rem;display:block}.cr-back-link:hover{color:#94a3b8}@media (width<=800px){.cr-cards{grid-template-columns:1fr}}.mig-page{color:#f1f5f9;background:#0f172a;flex-direction:column;align-items:center;min-height:100vh;padding:0 16px 64px;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;display:flex}.mig-header{flex-direction:column;align-items:center;gap:6px;width:100%;max-width:640px;padding:36px 0 24px;display:flex}.mig-token-section{margin-bottom:20px}.mig-checkbox-label{color:#cbd5e1;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;margin-bottom:12px;font-size:.8125rem;font-weight:500;display:flex}.mig-checkbox-label input[type=checkbox]{accent-color:#1877f2;cursor:pointer;width:16px;height:16px}.mig-token-hint{color:#64748b;margin:8px 0 0;font-size:.75rem;line-height:1.5}.mig-token-hint a{color:#1877f2;text-decoration:none}.mig-token-hint a:hover{text-decoration:underline}.mig-enterprise-grid{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:8px;display:grid}.mig-enterprise-item{cursor:pointer;background:#1a2438;border:1px solid #293548;border-radius:10px;gap:10px;padding:12px;display:flex}.mig-enterprise-item input{accent-color:#1877f2;margin-top:2px}.mig-enterprise-label{color:#f1f5f9;font-size:.8125rem;font-weight:600}.mig-enterprise-desc{color:#64748b;margin-top:2px;font-size:.75rem}@media (width<=600px){.mig-enterprise-grid{grid-template-columns:1fr}}.mig-logo{align-items:center;gap:10px;display:flex}.mig-logo-icon{object-fit:contain;width:34px;height:34px}.mig-logo-text{letter-spacing:-.4px;color:#fff;font-size:26px;font-weight:700}.mig-tagline{color:#64748b;letter-spacing:.02em;margin:0;font-size:13px}.mig-body{width:100%;max-width:640px}.mig-card{background:#0f172a;border:1px solid #1e293b;border-radius:16px;padding:32px}.mig-step-title{color:#f1f5f9;align-items:center;gap:8px;margin-bottom:8px;font-size:1.125rem;font-weight:700;display:flex}.mig-step-hint{color:#94a3b8;margin:0 0 20px;font-size:.8125rem;line-height:1.6}.mig-input{color:#f1f5f9;background:#1a2438;border:1.5px solid #293548;border-radius:10px;outline:none;width:100%;height:44px;margin-bottom:20px;padding:0 14px;font-family:inherit;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.mig-input:focus{border-color:#1877f2;box-shadow:0 0 0 4px #1877f22e}.mig-footer{border-top:1px solid #1e293b;justify-content:flex-end;align-items:center;gap:12px;margin-top:24px;padding-top:20px;display:flex}.mig-btn-primary{color:#fff;cursor:pointer;background:#1877f2;border:none;border-radius:10px;align-items:center;gap:6px;padding:12px 24px;font-size:.875rem;font-weight:600;transition:background .15s,transform .1s;display:inline-flex;box-shadow:0 1px 2px #0000004d,0 4px 16px #1877f259}.mig-btn-primary:hover:not(:disabled){background:#2d87f5;transform:translateY(-1px)}.mig-btn-primary:disabled{opacity:.6;cursor:not-allowed}.mig-btn-ghost{color:#94a3b8;cursor:pointer;background:0 0;border:1.5px solid #293548;border-radius:10px;align-items:center;gap:6px;padding:12px 22px;font-size:.875rem;font-weight:600;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.mig-btn-ghost:hover:not(:disabled){color:#f1f5f9;background:#1a2438;border-color:#3a4a66}.mig-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite mig-spin}.mig-error{color:#f87171;background:#dc26261a;border:1px solid #dc26264d;border-radius:8px;align-items:center;gap:8px;margin-top:16px;padding:10px 14px;font-size:.8125rem;display:flex}.mig-step-center{text-align:center;padding:24px 0}.mig-analyzing-spinner{border:3px solid #293548;border-top-color:#1877f2;border-radius:50%;width:44px;height:44px;margin:0 auto 24px;animation:.9s linear infinite mig-spin}.mig-analyzing-text{color:#f1f5f9;margin:0 0 6px;font-size:.9375rem;font-weight:500}.mig-analyzing-hint{color:#64748b;margin:0 0 20px;font-size:.8125rem}.mig-done-icon{color:#1877f2;background:#1877f21f;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;display:flex}@keyframes mig-spin{to{transform:rotate(360deg)}}.mig-services-list{flex-direction:column;gap:12px;display:flex}.mig-service-card{background:#1a2438;border:1px solid #293548;border-radius:12px;padding:16px}.mig-service-name{color:#f1f5f9;margin-bottom:4px;font-size:.9375rem;font-weight:700}.mig-service-reason{color:#94a3b8;margin:0 0 12px;font-size:.75rem;line-height:1.5}.mig-entity-tags{flex-wrap:wrap;gap:6px;display:flex}.mig-entity-tag{color:#94a3b8;cursor:pointer;background:#0f172a;border:1px solid #293548;border-radius:6px;padding:5px 10px;font-size:.75rem;font-weight:500;transition:all .15s}.mig-entity-tag.active{color:#1877f2;background:#1877f226;border-color:#1877f2}@media (width<=600px){.mig-card{border-radius:12px;padding:20px 16px}.mig-footer{flex-direction:column-reverse;gap:10px}.mig-footer button{justify-content:center;width:100%}}.start-page{color:#f1f5f9;background:#0f172a;flex-direction:column;align-items:center;min-height:100vh;padding:0 16px 80px;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;display:flex}.start-header{flex-direction:column;align-items:center;gap:6px;width:100%;max-width:900px;padding:36px 0 24px;display:flex}.start-logo{align-items:center;gap:10px;display:flex}.start-logo-icon{object-fit:contain;width:34px;height:34px}.start-logo-text{letter-spacing:-.4px;color:#fff;font-size:26px;font-weight:700}.start-tagline{color:#64748b;letter-spacing:.02em;margin:0;font-size:13px}.start-body{text-align:center;width:100%;max-width:900px}.start-heading{letter-spacing:-.03em;color:#f1f5f9;margin:24px 0 12px;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800}.start-subheading{color:#94a3b8;max-width:560px;margin:0 auto 44px;font-size:.9375rem;line-height:1.7}.start-grid{text-align:left;grid-template-columns:1fr 1fr;gap:20px;display:grid}.start-card{cursor:pointer;color:inherit;background:#131f35;border:1px solid #1e293b;border-radius:16px;flex-direction:column;align-items:flex-start;padding:28px;font-family:inherit;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex;position:relative}.start-card:hover,.start-card:focus-visible{border-color:#1877f2;transform:translateY(-3px);box-shadow:0 12px 32px #1877f22e}.start-card:focus-visible{outline-offset:3px;outline:2px solid #1877f2}.start-card-icon{color:#1877f2;background:#1877f21f;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;display:flex}.start-card-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#1877f2;margin-bottom:6px;font-size:.6875rem;font-weight:700}.start-card-title{color:#f1f5f9;margin:0 0 10px;font-size:1.1875rem;font-weight:700}.start-card-desc{color:#94a3b8;margin:0 0 18px;font-size:.8125rem;line-height:1.6}.start-card-bullets{flex-direction:column;gap:8px;margin:0 0 24px;padding:0;list-style:none;display:flex}.start-card-bullets li{color:#cbd5e1;align-items:center;gap:8px;font-size:.75rem;display:flex}.start-card-bullets li svg{color:#1877f2;flex-shrink:0}.start-card-cta{color:#1877f2;border-top:1px solid #1e293b;align-items:center;gap:6px;width:100%;margin-top:auto;padding-top:18px;font-size:.8125rem;font-weight:700;transition:gap .15s;display:inline-flex}.start-card:hover .start-card-cta{gap:10px}@media (width<=720px){.start-grid{grid-template-columns:1fr}.start-card{padding:22px}}.generate-page{color:#ededed;box-sizing:border-box;background-color:#0a0a0a;flex-direction:column;min-height:100vh;padding:40px 20px;display:flex}.generate-header{text-align:center;margin-bottom:40px}.generate-logo{justify-content:center;align-items:center;gap:12px;margin-bottom:8px;display:flex}.generate-logo-icon{object-fit:contain;width:32px;height:32px}.generate-logo-text{letter-spacing:-.02em;color:#fff;font-size:1.5rem;font-weight:700}.generate-tagline{color:#888;font-size:.9375rem}.generate-body{width:100%;max-width:800px;margin:0 auto}.generate-card{background:#141414;border:1px solid #232323;border-radius:16px;padding:32px;box-shadow:0 20px 40px #0006}.generate-form{flex-direction:column;gap:28px;display:flex}.generate-error-banner{color:#f87171;background:#ef444414;border:1px solid #ef444433;border-radius:8px;align-items:center;gap:10px;padding:12px 16px;font-size:.875rem;display:flex}@media (width<=768px){.generate-card{padding:24px}.generate-form{gap:20px}}.al-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.al-animation-box{justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:28px;display:flex;position:relative}.al-icon-wrapper{color:#000;z-index:2;background:#fff;border-radius:50%;justify-content:center;align-items:center;padding:20px;display:flex}.al-sparkle-icon{animation:4s linear infinite al-spin}.al-pulse-ring{opacity:0;z-index:1;border:2px solid #fff;border-radius:50%;width:100%;height:100%;animation:2s cubic-bezier(.25,.8,.25,1) infinite al-ripple;position:absolute}.al-title{color:#fff;margin:0 0 8px;font-size:1.25rem;font-weight:600}.al-status-message{color:#9ca3af;height:24px;font-size:.875rem;font-family:var(--font-mono), monospace;margin-bottom:28px}.al-progress-bar{background:#232325;border-radius:10px;width:100%;max-width:340px;height:6px;overflow:hidden}.al-progress-fill{background:#fff;height:100%;transition:width .4s ease-in-out}@keyframes al-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes al-ripple{0%{opacity:.6;transform:scale(.8)}to{opacity:0;transform:scale(1.5)}}.m-idea-input-wrapper{flex-direction:column;gap:10px;width:100%;display:flex}.m-idea-input-header{justify-content:space-between;align-items:center;padding:0 4px;display:flex}.m-idea-input-label{font-family:var(--font-mono), monospace;color:#888;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}.m-idea-input-container{background:#141414;border:1px solid #2a2a2a;border-radius:16px;flex-direction:column;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.m-idea-input-container:focus-within{border-color:#fff;box-shadow:0 0 0 3px #ffffff14}.m-idea-input-textarea{color:#f2f2f2;width:100%;font-family:var(--font-sans), system-ui, -apple-system, sans-serif;resize:none;scrollbar-width:thin;scrollbar-color:#4a4a4a transparent;background:0 0;border:none;outline:none;min-height:60px;max-height:240px;padding:16px 20px 8px;font-size:.9375rem;line-height:1.6}.m-idea-input-textarea::placeholder{color:#6b6b6b}.m-idea-input-textarea::-webkit-scrollbar{width:6px}.m-idea-input-textarea::-webkit-scrollbar-track{background:0 0}.m-idea-input-textarea::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:10px}.m-idea-input-textarea::-webkit-scrollbar-thumb:hover{background:#ffffff47}.m-idea-input-toolbar{align-items:center;gap:8px;padding:8px 12px 12px;display:flex}.m-idea-input-iconbtn{color:#ccc;cursor:pointer;background:#1c1c1c;border:1px solid #333;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s,border-color .15s;display:flex}.m-idea-input-iconbtn:hover{background:#262626;border-color:#444}.m-idea-input-iconbtn:disabled{opacity:.4;cursor:not-allowed}.m-idea-input-filehidden{display:none}.m-idea-input-hint{font-family:var(--font-mono), monospace;color:#5e5e5e;text-align:right;-webkit-user-select:none;user-select:none;flex:1;padding-right:4px;font-size:.6875rem}.m-idea-input-sendbtn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s,transform .1s;display:flex}.m-idea-input-sendbtn:hover:not(:disabled){background:#ddd}.m-idea-input-sendbtn:active:not(:disabled){transform:scale(.94)}.m-idea-input-sendbtn:disabled{color:#777;cursor:not-allowed;background:#3a3a3a}@media (width<=768px){.m-idea-input-container{border-radius:12px}.m-idea-input-textarea{min-height:50px;padding:14px 16px 6px;font-size:.875rem}.m-idea-input-hint{display:none}.m-idea-input-toolbar{padding:6px 10px 10px}}.m-extras-selector{width:100%}.m-extras-chip-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.m-extras-chip{font-family:var(--font-sans), system-ui, -apple-system, sans-serif;color:#ededed;background:#050505;border:1px solid #1c1c1c;border-radius:9999px;align-items:center;gap:6px;padding:6px 10px 6px 14px;font-size:13px;transition:all .2s;display:inline-flex}.m-extras-chip:hover{border-color:#2a2a2a}.m-extras-chip-text{font-weight:500}.m-extras-chip-remove{color:#555;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:2px;transition:all .15s;display:flex}.m-extras-chip-remove:hover{color:#ff4a4a;background:#ff4a4a14}.m-extras-add-btn{color:#888;font-family:var(--font-sans), system-ui, -apple-system, sans-serif;cursor:pointer;background:0 0;border:1px dashed #262626;border-radius:9999px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:500;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex}.m-extras-add-btn:hover{color:#ededed;background:#ffffff05;border-style:solid;border-color:#ededed}@media (width<=600px){.m-extras-chip,.m-extras-add-btn{padding:5px 10px 5px 12px;font-size:12px}.m-extras-add-btn{padding:5px 12px}}.m-toggles-container{flex-direction:column;gap:12px;width:100%;display:flex}.m-toggles-header{padding:0 4px}.m-toggles-title{font-family:var(--font-mono), monospace;color:#888;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}.m-component-toggles{gap:10px;width:100%;display:flex}.m-component-toggle-card{cursor:pointer;-webkit-user-select:none;user-select:none;background:#050505;border:1px solid #1c1c1c;border-radius:9999px;flex:1;justify-content:space-between;align-items:center;padding:12px 18px;font-family:inherit;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.m-component-toggle-card:hover{background:#080808;border-color:#2e2e2e}.m-component-toggle-card.is-active{background:#0d0d0d;border-color:#fff;box-shadow:0 0 12px #ffffff08}.m-toggle-left-group{align-items:center;gap:10px;display:flex}.m-toggle-icon-wrapper{color:#666;justify-content:center;align-items:center;transition:color .2s;display:flex}.m-component-toggle-card.is-active .m-toggle-icon-wrapper{color:#fff}.m-toggle-label{color:#888;font-size:13.5px;font-weight:500;transition:color .2s}.m-component-toggle-card.is-active .m-toggle-label{color:#fff}.m-toggle-checkbox{color:#000;background:0 0;border:1px solid #2e2e2e;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;transition:all .15s cubic-bezier(.16,1,.3,1);display:flex}.m-component-toggle-card.is-active .m-toggle-checkbox{background:#fff;border-color:#fff}@media (width<=768px){.m-component-toggles{flex-direction:column;gap:8px}.m-component-toggle-card{border-radius:12px;padding:14px 20px}.m-toggle-checkbox{width:18px;height:18px}}.m-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:999;background:#000000d9;justify-content:center;align-items:center;padding:20px;animation:.2s cubic-bezier(.16,1,.3,1) fadeIn;display:flex;position:fixed;inset:0}.m-modal-box{background:#050505;border:1px solid #1c1c1c;border-radius:20px;flex-direction:column;gap:20px;width:100%;max-width:440px;padding:28px;animation:.3s cubic-bezier(.16,1,.3,1) scaleUp;display:flex;box-shadow:0 30px 60px -15px #000c}.m-modal-drag-handle{display:none}.m-modal-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.m-modal-title-wrapper{flex-direction:column;gap:4px;display:flex}.m-modal-title{letter-spacing:-.01em;color:#fff;margin:0;font-size:1.05rem;font-weight:600}.m-modal-subtitle{color:#666;margin:0;font-size:.78rem;line-height:1.4}.m-modal-close{color:#888;cursor:pointer;background:#0d0d0d;border:1px solid #1a1a1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex}.m-modal-close:hover{color:#000;background:#fff;border-color:#fff}.m-modal-list{flex-direction:column;gap:8px;display:flex}.m-modal-item{cursor:pointer;background:#0d0d0d;border:1px solid #121212;border-radius:12px;justify-content:space-between;align-items:center;padding:14px 16px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.m-modal-item:hover{background:#121212;border-color:#222}.m-modal-item.active{background:#141414;border-color:#fff}.m-modal-item input{display:none}.m-modal-item-left{align-items:center;gap:14px;display:flex}.m-modal-item-icon{color:#888;background:#161616;border:1px solid #222;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.m-modal-item.active .m-modal-item-icon{color:#000;background:#fff;border-color:#fff}.m-modal-item-label{color:#ededed;font-size:.875rem;font-weight:500}.m-modal-checkbox{border:1.5px solid #333;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;transition:all .15s;display:flex}.m-modal-checkbox.checked{color:#000;background:#fff;border-color:#fff}.m-modal-done{color:#000;cursor:pointer;background:#fff;border:none;border-radius:9999px;justify-content:center;align-items:center;margin-top:8px;padding:14px;font-size:.85rem;font-weight:600;transition:all .15s;display:flex}.m-modal-done:hover{background:#ededed;transform:translateY(-1px)}@keyframes scaleUp{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media (width<=600px){.m-modal-overlay{align-items:flex-end;padding:0}.m-modal-box{border-bottom:none;border-left:none;border-right:none;border-radius:24px 24px 0 0;max-width:100%;max-height:85vh;padding:24px 20px;animation:.35s cubic-bezier(.16,1,.3,1) slideUp;overflow-y:auto}.m-modal-drag-handle{background:#222;border-radius:2px;align-self:center;width:36px;height:4px;margin-bottom:4px;display:block}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}}.dsh-shell{color:#e2e8f0;background:#0f172a;min-height:100vh;display:flex}.dsh-sidebar{background:#0b1220;border-right:1px solid #ffffff0f;flex-direction:column;flex-shrink:0;gap:14px;width:260px;padding:16px 12px;display:flex}.dsh-sidebar-header{justify-content:space-between;align-items:center;display:flex}.dsh-logo{color:#f8fafc;font-size:18px;font-weight:700;text-decoration:none}.dsh-logo em{color:#1877f2;font-style:normal}.dsh-close-mobile{display:none}.dsh-new-project-btn{color:#fff;cursor:pointer;background:#1877f2;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:10px 12px;font-size:14px;font-weight:600;transition:background .15s;display:flex}.dsh-new-project-btn:hover{background:#1466d1}.dsh-search-box{background:#ffffff0d;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:8px;padding:8px 10px;display:flex}.dsh-search-icon{color:#94a3b8;flex-shrink:0}.dsh-search-box input{color:#e2e8f0;background:0 0;border:none;outline:none;width:100%;font-size:13px}.dsh-search-box input::placeholder{color:#64748b}.dsh-nav{flex-direction:column;gap:2px;margin-top:4px;display:flex}.dsh-nav-item{color:#cbd5e1;border-radius:8px;align-items:center;gap:10px;padding:9px 10px;font-size:14px;text-decoration:none;transition:background .12s;display:flex}.dsh-nav-item:hover{background:#ffffff0d}.dsh-nav-item.active{color:#f8fafc;background:#1877f226}.dsh-main{flex-direction:column;flex:1;min-width:0;display:flex}.dsh-mobile-topbar,.dsh-backdrop{display:none}.dsh-icon-btn{color:#e2e8f0;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px;display:flex}.dsh-icon-btn:hover{background:#ffffff0f}@media (width<=768px){.dsh-mobile-topbar{z-index:20;background:#0b1220;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:12px 14px;display:flex;position:sticky;top:0}.dsh-mobile-logo{color:#f8fafc;font-size:16px;font-weight:700}.dsh-shell{flex-direction:column}.dsh-sidebar{z-index:40;height:100vh;transition:transform .25s;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:8px 0 24px #0006}.dsh-sidebar-open{transform:translate(0)}.dsh-close-mobile{display:flex}.dsh-backdrop{z-index:30;background:#00000080;display:block;position:fixed;inset:0}}.dsh-sidebar-footer{border-top:1px solid #ffffff0f;margin-top:auto;padding-top:10px;position:relative}.dsh-profile-trigger{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;width:100%;padding:8px;transition:background .15s;display:flex}.dsh-profile-trigger:hover{background:#ffffff0d}.dsh-profile-avatar{color:#fff;text-transform:uppercase;background:#1877f2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:700;display:flex}.dsh-profile-info{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.dsh-profile-name{color:#f8fafc;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.dsh-profile-email{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;overflow:hidden}.dsh-profile-chevron{color:#94a3b8;flex-shrink:0;transition:transform .15s}.dsh-profile-chevron-open{transform:rotate(180deg)}.dsh-profile-menu{z-index:50;background:#111a2e;border:1px solid #ffffff14;border-radius:12px;padding:8px;position:absolute;bottom:calc(100% + 8px);left:0;right:0;box-shadow:0 12px 32px #00000080}.dsh-profile-menu-header{padding:8px 10px 10px}.dsh-profile-menu-name{color:#f8fafc;margin:0 0 2px;font-size:13.5px;font-weight:600}.dsh-profile-menu-email{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;overflow:hidden}.dsh-profile-menu-divider{background:#ffffff0f;height:1px;margin:6px 0}.dsh-profile-menu-item{color:#cbd5e1;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:9px 10px;font-size:13.5px;text-decoration:none;transition:background .12s;display:flex}.dsh-profile-menu-item:hover{color:#f8fafc;background:#ffffff0f}.dsh-profile-menu-item-accent{color:#1877f2}.dsh-profile-menu-item-accent:hover{color:#4d9bff;background:#1877f21f}.dsh-profile-menu-item-danger{color:#f87171}.dsh-profile-menu-item-danger:hover{color:#fca5a5;background:#ef44441a}@media (width<=768px){.dsh-profile-menu{padding:10px 10px calc(10px + env(safe-area-inset-bottom));z-index:60;border-radius:16px 16px 0 0;position:fixed;inset:auto 0 0}.dsh-profile-menu-header{padding:10px 12px 12px}.dsh-profile-menu-name{font-size:14.5px}.dsh-profile-menu-item{padding:12px;font-size:14.5px}.dsh-profile-trigger{padding:10px 8px}.dsh-profile-avatar{width:38px;height:38px;font-size:14px}.dsh-profile-name{font-size:14px}.dsh-profile-email{font-size:12px}}.aic-page{color:#e2e8f0;background:#0f172a;min-height:100vh}.aic-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:20px 32px;display:flex}.aic-logo{color:#f8fafc;font-size:18px;font-weight:700;text-decoration:none}.aic-logo em{color:#1877f2;font-style:normal}.aic-secure{color:#94a3b8;align-items:center;gap:6px;font-size:13px;display:flex}.aic-body{max-width:1180px;margin:0 auto;padding:48px 24px 64px}.aic-top{text-align:center;margin-bottom:32px}.aic-title{color:#f8fafc;margin:0 0 8px;font-size:28px;font-weight:700}.aic-subtitle{color:#94a3b8;margin:0;font-size:15px}.aic-error{color:#fca5a5;background:#ef44441a;border:1px solid #ef44444d;border-radius:10px;align-items:center;gap:8px;max-width:520px;margin:0 auto 24px;padding:12px 16px;font-size:14px;display:flex}.aic-error button{color:inherit;cursor:pointer;background:0 0;border:none;margin-left:auto}.aic-cards{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:20px;display:grid}.aic-card{background:#161f34;border:1px solid #ffffff14;border-radius:18px;flex-direction:column;padding:26px 22px;display:flex;position:relative}.aic-card-featured{border-color:#1877f2;box-shadow:0 0 0 1px #1877f2,0 12px 32px #1877f22e}.aic-badge{color:#fff;background:#1877f2;border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-size:11px;font-weight:700;display:flex;position:absolute;top:-12px;left:22px}.aic-plan-name{color:#f8fafc;margin-bottom:10px;font-size:16px;font-weight:700}.aic-price-row{align-items:baseline;gap:4px;display:flex}.aic-price{color:#f1f5f9;font-size:32px;font-weight:800}.aic-price-accent{color:#4d9dff}.aic-tokens{color:#94a3b8;margin:4px 0 0;font-size:13px}.aic-plan-desc{color:#94a3b8;min-height:36px;margin:12px 0 0;font-size:13px}.aic-divider{background:#ffffff14;height:1px;margin:16px 0}.aic-features{flex:1;margin:0 0 20px;padding:0;list-style:none}.aic-features li{color:#cbd5e1;align-items:flex-start;gap:8px;padding:5px 0;font-size:13.5px;display:flex}.aic-check-icon{color:#4ade80;flex-shrink:0;margin-top:2px}.aic-btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:11px 16px;font-size:14px;font-weight:600;transition:all .15s;display:flex}.aic-btn:disabled{opacity:.6;cursor:not-allowed}.aic-btn-primary{color:#fff;background:#1877f2}.aic-btn-primary:hover:not(:disabled){background:#1466d1}.aic-btn-ghost{color:#e2e8f0;background:#ffffff0f;border:1px solid #ffffff1a}.aic-btn-ghost:hover:not(:disabled){background:#ffffff1a}.aic-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite aic-spin}@keyframes aic-spin{to{transform:rotate(360deg)}}.aic-trust{flex-wrap:wrap;justify-content:center;gap:28px;margin-top:40px;display:flex}.aic-trust-item{color:#94a3b8;align-items:center;gap:7px;font-size:13px;display:flex}@media (width<=1024px){.aic-cards{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.aic-cards{grid-template-columns:1fr}.aic-title{font-size:22px}.aic-header{padding:16px 18px}}.pricing-page{color:#f3f4f6;background-color:#000;flex-direction:column;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.pricing-header{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:24px 16px;display:flex}.pricing-logo{color:#fff;letter-spacing:-.5px;font-size:20px;font-weight:800;text-decoration:none}.pricing-logo em{color:#3b82f6;font-style:normal}.pricing-secure{color:#9ca3af;align-items:center;gap:6px;font-size:13px;display:flex}.pricing-body{flex-direction:column;flex-grow:1;justify-content:center;width:100%;max-width:1200px;margin:0 auto;padding:40px 16px 80px;display:flex}.pricing-top{text-align:center;margin-bottom:48px}.pricing-title{letter-spacing:-1px;color:#fff;margin-bottom:16px;font-size:40px;font-weight:800}.pricing-subtitle{color:#9ca3af;max-width:680px;margin:0 auto;font-size:18px;line-height:1.5}.pricing-error{color:#fca5a5;background-color:#ef44441a;border:1px solid #ef444433;border-radius:12px;align-items:center;gap:12px;width:100%;max-width:920px;margin:0 auto 32px;padding:14px 16px;font-size:14px;display:flex}.pricing-error-icon{color:#f87171;align-items:center;display:flex}.pricing-error-text{flex-grow:1;line-height:1.4}.pricing-error-close{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;padding:4px;transition:background-color .2s;display:flex}.pricing-error-close:hover{color:#fff;background-color:#ffffff0d}.pricing-core-strip{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;max-width:920px;margin:0 auto;padding-top:8px;display:flex}.pricing-core-strip-label{color:#6b7280;margin-right:2px;font-size:13px;font-weight:600}.pricing-core-pill{color:#d1d5db;background-color:#ffffff0a;border:1px solid #ffffff14;border-radius:100px;align-items:center;gap:6px;padding:6px 12px;font-size:12.5px;font-weight:500;display:inline-flex}.pricing-core-note{text-align:center;color:#6b7280;margin:10px auto 0;font-size:12.5px}.pricing-cards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;width:100%;max-width:920px;margin:32px auto 0;display:grid}.pricing-card{background-color:#111827;border:1px solid #1f2937;border-radius:16px;flex-direction:column;padding:24px;transition:transform .3s,border-color .3s;display:flex;position:relative}.pricing-card:hover{border-color:#374151;transform:translateY(-4px)}.pricing-card-featured{background-color:#131c31;border:2px solid #3b82f6;box-shadow:0 10px 30px #3b82f626}.pricing-card-featured:hover{border-color:#60a5fa}.pricing-featured-badge{color:#fff;white-space:nowrap;background-color:#3b82f6;border-radius:100px;align-items:center;gap:4px;padding:4px 12px;font-size:12px;font-weight:700;display:flex;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-plan-icon{color:#9ca3af;background-color:#ffffff0d;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:12px;display:flex}.pricing-card-featured .pricing-plan-icon{color:#60a5fa;background-color:#3b82f61f;border-color:#3b82f640}.pricing-plan-name{color:#fff;margin-bottom:12px;font-size:17px;font-weight:700}.pricing-price-area{margin-bottom:16px}.pricing-price-row{align-items:baseline;gap:4px;margin-bottom:10px;display:flex}.pricing-price{color:#fff;font-size:36px;font-weight:800}.pricing-price-accent{color:#60a5fa}.pricing-price-suffix{color:#9ca3af;margin-left:-2px;margin-right:2px;font-size:16px;font-weight:700}.pricing-period{color:#9ca3af;font-size:16px}.pricing-token-indicator{color:#d1d5db;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;align-items:center;gap:6px;padding:4px 12px;font-size:13px;font-weight:600;display:inline-flex}.pricing-token-indicator.accent-tokens{color:#60a5fa;background-color:#3b82f61a;border-color:#3b82f633}.pricing-plan-desc{color:#9ca3af;min-height:34px;margin-bottom:18px;font-size:13px;line-height:1.4}.pricing-divider{background-color:#1f2937;height:1px;margin-bottom:18px}.pricing-features{flex-direction:column;flex-grow:1;gap:11px;margin:0 0 22px;padding:0;list-style:none;display:flex}.pricing-features li{color:#d1d5db;align-items:flex-start;gap:9px;font-size:13px;line-height:1.4;display:flex}.pricing-check-icon{color:#10b981;flex-shrink:0;margin-top:3px}.pricing-actions{flex-direction:column;gap:12px;display:flex}.pricing-btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px 18px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.pricing-btn:disabled{opacity:.6;cursor:not-allowed}.pricing-btn-primary{color:#fff;background-color:#3b82f6}.pricing-btn-primary:hover:not(:disabled){background-color:#2563eb}.pricing-spinner-wrapper{align-items:center;gap:8px;display:flex}.pricing-spinner{animation:1s linear infinite pricing-spin}@keyframes pricing-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pricing-plan-footnote{color:#6b7280;justify-content:center;align-items:center;gap:6px;margin-top:4px;font-size:12px;text-decoration:none;transition:color .2s;display:flex}.pricing-plan-footnote:hover{color:#9ca3af}.pricing-trust{flex-wrap:wrap;justify-content:center;gap:32px;margin-top:48px;display:flex}.pricing-trust-item{color:#6b7280;align-items:center;gap:8px;font-size:13px;display:flex}@media (width<=768px){.pricing-title{font-size:32px}.pricing-cards{grid-template-columns:1fr}.pricing-trust{flex-direction:column;align-items:center;gap:16px}}
