@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@300;400;500;600;700&display=swap";:root{--bg-primary:#0a0a0f;--bg-secondary:#111118;--bg-tertiary:#1a1a2e;--bg-card:#111118;--bg-hover:#1f1f33;--bg-glass:#0a0a0ff0;--bg-glass-card:#111118eb;--border-subtle:#1a1a2e;--border-mid:#335;--border-glow:#ff33332e;--border-gold:#ffcc0040;--text-primary:#e8e8f0;--text-secondary:#889;--text-muted:#556;--text-accent:#f33;--accent-red:#f33;--accent-red-dim:#ff33331a;--accent-green:#22c55e;--accent-green-dim:#22c55e1a;--accent-cyan:#00e5ff;--accent-cyan-dim:#00e5ff1a;--accent-purple:#a855f7;--accent-purple-dim:#a855f71a;--accent-yellow:#fc0;--accent-yellow-dim:#ffcc0014;--accent-orange:#f60;--accent-orange-dim:#ff660014;--accent-pink:#f6c;--accent-pink-dim:#ff66cc14;--accent-teal:#14b8a6;--accent-teal-dim:#14b8a614;--accent-blue:#4a9eff;--accent-blue-dim:#4a9eff14;--accent-gold:#fc0;--accent-gold-dim:#ffcc0014;--gradient-hero:linear-gradient(135deg, #f33 0%, #c22 100%);--gradient-gold:linear-gradient(135deg, #fc0 0%, #f60 50%, #f33 100%);--gradient-card:linear-gradient(160deg, #0a0a0f 0%, #111118 100%);--gradient-glow:radial-gradient(ellipse at center, #ff33330f 0%, transparent 70%);--gradient-sidebar:linear-gradient(180deg, #111118 0%, #0a0a0f 100%);--font-main:"Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;--font-display:"Space Grotesk", -apple-system, Arial, sans-serif;--font-mono:"JetBrains Mono", "SF Mono", "Menlo", monospace;--sidebar-width:60px;--header-height:60px;--shadow-sm:0 1px 3px #00000080;--shadow-md:0 4px 16px #0009;--shadow-lg:0 8px 32px #000000b3;--shadow-glow:0 0 20px #ff333314;--shadow-gold:0 0 20px #ffcc000f;--ease-smooth:cubic-bezier(.4, 0, .2, 1);--ease-bounce:cubic-bezier(.34, 1.2, .64, 1);--duration-fast:.15s;--duration-base:.2s;--duration-slow:.35s;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px}[data-theme=light]{--bg-primary:#fff;--bg-secondary:#f4f4f8;--bg-tertiary:#e0e0e8;--bg-card:#f8f8fc;--bg-hover:#eaeaf4;--bg-glass:#fffffff0;--bg-glass-card:#f8f8fceb;--border-subtle:#d4d4e0;--border-mid:#c0c0d0;--text-primary:#111118;--text-secondary:#334;--text-muted:#556;--gradient-card:linear-gradient(160deg, #fff 0%, #f4f4f8 100%);--gradient-sidebar:linear-gradient(180deg, #f8f8fc 0%, #fff 100%)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-main);background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh;line-height:1.5;overflow-x:hidden}#root{min-height:100vh;display:flex}a{color:inherit;text-decoration:none}a:hover{color:var(--text-accent)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#333;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#444}.app-layout{width:100%;min-height:100vh;display:flex}.main-content{margin-left:var(--sidebar-width);flex:1;min-height:100vh}.page-container{max-width:1400px;animation:fadeIn var(--duration-base) var(--ease-smooth);padding:32px 40px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.sidebar{width:var(--sidebar-width);background:var(--bg-secondary);border-right:1px solid var(--border-subtle);z-index:100;flex-direction:column;height:100vh;display:flex;position:fixed;top:0;left:0}.sidebar-collapsed{align-items:center;padding-top:12px}.sidebar-logo{cursor:pointer;justify-content:center;align-items:center;width:100%;padding:4px 0 6px;display:flex}.sidebar-nav-icons{flex-direction:column;flex:1;align-items:center;gap:2px;width:100%;padding:4px 0;display:flex;overflow-y:auto}.nav-icon-link{width:42px;height:42px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;text-decoration:none;transition:all .2s;display:flex;position:relative}.nav-icon-link:hover{background:var(--bg-hover);color:var(--text-primary)}.nav-icon-link.active{background:var(--accent-red-dim);color:var(--accent-red)}.nav-icon-link:after{content:attr(title);color:#fff;white-space:nowrap;pointer-events:none;opacity:0;border:1px solid var(--border-subtle);z-index:200;background:#1a1a1a;border-radius:8px;padding:6px 12px;font-size:.72rem;font-weight:600;transition:opacity .15s;position:absolute;top:50%;left:56px;transform:translateY(-50%)}.nav-icon-link:hover:after{opacity:1}.nav-icon-logout{color:var(--text-muted);margin-top:auto;margin-bottom:16px}.nav-icon-logout:hover{color:var(--accent-red);background:var(--accent-red-dim)}.sidebar-top-actions{flex-direction:column;align-items:center;gap:2px;width:100%;padding:4px 0;display:flex}.sidebar-badge{background:var(--accent-red);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.55rem;font-weight:800;display:flex;position:absolute;top:2px;right:2px;box-shadow:0 2px 6px #f336}.sidebar-divider{background:var(--border-subtle);width:30px;height:1px;margin:6px auto}.sidebar-search-panel{background:var(--bg-card);border:1px solid var(--border-subtle);z-index:200;border-radius:0 16px 16px 0;width:280px;height:auto;max-height:400px;padding:16px;position:fixed;top:0;left:60px;box-shadow:8px 0 32px #0006}.sidebar-search-input{border:none;border-bottom:1px solid var(--border-subtle);width:100%;color:var(--text-primary);background:0 0;outline:none;padding:8px 0;font-size:.82rem}.sidebar-search-input::placeholder{color:var(--text-muted)}.sidebar-search-result{cursor:pointer;color:var(--text-primary);border-radius:8px;padding:10px 8px;font-size:.8rem;transition:background .15s}.sidebar-search-result:hover{background:var(--bg-tertiary)}.sidebar-dropdown{background:var(--bg-card);border:1px solid var(--border-subtle);z-index:200;border-radius:0 16px 16px 0;width:340px;position:fixed;top:46px;left:60px;overflow:hidden;box-shadow:8px 0 32px #00000080}.sidebar-dropdown-header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.sidebar-mark-read-btn{cursor:pointer;color:var(--accent-red);background:0 0;border:none;font-size:.68rem;font-weight:600}.sidebar-alert-item{cursor:pointer;border-bottom:1px solid var(--border-subtle);gap:10px;padding:12px 16px;transition:background .15s;display:flex}.sidebar-alert-item:hover{background:var(--bg-tertiary)}.sidebar-dropdown-footer{text-align:center;border-top:1px solid var(--border-subtle);cursor:pointer;color:var(--accent-red);padding:10px 16px;font-size:.72rem;font-weight:600;transition:background .15s}.sidebar-dropdown-footer:hover{background:var(--bg-tertiary)}.top-header{top:0;left:var(--sidebar-width);height:var(--header-height);background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-subtle);z-index:90;justify-content:space-between;align-items:center;padding:0 40px;display:flex;position:fixed;right:0}.header-title{letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);font-size:.82rem;font-weight:600}.header-search{background:var(--bg-tertiary);border-radius:var(--radius-sm);border:1px solid var(--border-subtle);align-items:center;gap:8px;width:260px;padding:7px 14px;display:flex}.header-search input{color:var(--text-primary);font-family:var(--font-main);background:0 0;border:none;outline:none;width:100%;font-size:.8rem}.header-search input::placeholder{color:var(--text-muted)}.page-header{border-bottom:3px solid var(--accent-red);margin-bottom:28px;padding-bottom:16px}.page-header h2{font-family:var(--font-display);color:var(--text-primary);letter-spacing:.04em;text-transform:uppercase;font-size:max(1.4rem,min(3vw,1.8rem));font-weight:900;line-height:1.1}.page-header p{color:var(--text-muted);letter-spacing:.03em;margin-top:6px;font-size:.75rem}.card{-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-md);transition:border-color var(--duration-fast) var(--ease-smooth), box-shadow var(--duration-fast) var(--ease-smooth);background:#111118bf;border:1px solid #ffffff0f;margin-bottom:20px;padding:24px;box-shadow:0 4px 24px #0006,inset 0 1px #ffffff0a}.card:hover{border-color:#ffffff1a;box-shadow:0 6px 32px #00000080,inset 0 1px #ffffff0f}.card-header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;display:flex}.card-title{font-family:var(--font-display);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:800}.card-subtitle{color:var(--text-muted);letter-spacing:.02em;font-size:.65rem}.stats-grid{gap:16px;margin-bottom:28px;display:grid}.stat-card{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-md);transition:all var(--duration-base) var(--ease-smooth);background:#111118b3;border:1px solid #ffffff0d;align-items:center;gap:16px;padding:20px 24px;display:flex;box-shadow:0 2px 16px #0000004d,inset 0 1px #ffffff08}.stat-card:hover{border-color:var(--border-glow);box-shadow:var(--shadow-glow), 0 8px 32px #00000080, inset 0 1px 0 #ffffff0f;transform:translateY(-4px)}.stat-card:hover .stat-value{color:#fff;text-shadow:0 0 12px #ffffff4d;transform:scale(1.08)}.stat-icon{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.stat-icon.purple{background:var(--accent-red-dim);color:var(--accent-red)}.stat-icon.blue{background:var(--accent-blue-dim);color:var(--accent-blue)}.stat-icon.green{background:var(--accent-green-dim);color:var(--accent-green)}.stat-icon.orange{background:var(--accent-orange-dim);color:var(--accent-orange)}.stat-icon.gold{background:var(--accent-red-dim);color:var(--accent-red)}.stat-label{font-family:var(--font-display);color:var(--text-muted);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:2px;font-size:.6rem;font-weight:800}.stat-value{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.01em;transition:all var(--duration-base) var(--ease-bounce);font-size:1.4rem;font-weight:900;display:inline-block}.badge{font-family:var(--font-display);letter-spacing:.8px;text-transform:uppercase;border-radius:3px;align-items:center;gap:4px;padding:2px 8px;font-size:.6rem;font-weight:800;display:inline-flex}.badge.green{background:var(--accent-green-dim);color:var(--accent-green)}.badge.blue{background:var(--accent-blue-dim);color:var(--accent-blue)}.badge.purple{background:var(--accent-red-dim);color:var(--accent-red)}.badge.orange{background:var(--accent-orange-dim);color:var(--accent-orange)}.badge.red,.badge.gold{background:var(--accent-red-dim);color:var(--accent-red)}.btn{border-radius:var(--radius-sm);font-family:var(--font-display);cursor:pointer;transition:all var(--duration-fast) var(--ease-smooth);letter-spacing:.06em;text-transform:uppercase;border:none;align-items:center;gap:6px;padding:9px 18px;font-size:.72rem;font-weight:700;line-height:1;display:inline-flex}.btn-primary{background:var(--accent-red);color:#fff}.btn-primary:hover{background:#c22;box-shadow:0 4px 16px #ff33334d}.btn-secondary{-webkit-backdrop-filter:blur(8px);color:var(--text-secondary);background:#1a1a2eb3;border:1px solid #ffffff0f}.btn-secondary:hover{color:var(--text-primary);background:#1f1f33d9;border-color:#ffffff1a}.glass-surface{-webkit-backdrop-filter:blur(16px);background:#111118b8;border:1px solid #ffffff0f;box-shadow:0 4px 24px #00000059,inset 0 1px #ffffff0a}.btn-sm{padding:5px 10px;font-size:.72rem}.btn-danger{background:var(--accent-red-dim);color:var(--accent-red)}.btn-danger:hover{background:#ff333326}table{border-collapse:collapse;width:100%}thead th{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;text-align:left;border-bottom:1px solid var(--border-subtle);padding:12px 16px;font-size:.62rem;font-weight:700}tbody td{border-bottom:1px solid var(--border-subtle);color:var(--text-primary);padding:14px 16px;font-size:.82rem}tbody tr:hover{background:var(--bg-hover)}tbody tr:last-child td{border-bottom:none}.modal-overlay{-webkit-backdrop-filter:blur(4px);z-index:999;animation:fadeIn .15s var(--ease-smooth);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.modal-content{-webkit-backdrop-filter:blur(24px);border-radius:var(--radius-lg);background:#111118e0;border:1px solid #ffffff14;width:90%;max-width:520px;max-height:85vh;padding:28px;overflow-y:auto;box-shadow:0 8px 48px #0009,inset 0 1px #ffffff0d}.modal-content h3{text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px;font-size:1rem;font-weight:700}input,select,textarea{background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);color:var(--text-primary);font-family:var(--font-main);width:100%;transition:border-color var(--duration-fast) var(--ease-smooth);outline:none;padding:10px 14px;font-size:.82rem}input:focus,select:focus,textarea:focus{border-color:var(--accent-red)}input::placeholder,textarea::placeholder{color:var(--text-muted)}label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;margin-bottom:6px;font-size:.65rem;font-weight:700;display:block}.progress-bar{background:var(--bg-tertiary);border-radius:2px;height:3px;overflow:hidden}.progress-fill{background:var(--accent-red);height:100%;transition:width .3s var(--ease-smooth);border-radius:2px}.grid-2{grid-template-columns:1fr 1fr;gap:20px;display:grid}.grid-3{grid-template-columns:1fr 1fr 1fr;gap:20px;display:grid}.login-page{background:var(--bg-secondary);width:100%;min-height:100vh;display:flex}.login-left{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px;display:flex}.login-card{width:100%;max-width:360px}.login-brand{text-align:center;margin-bottom:48px}.login-brand h1{color:var(--text-primary);letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px;font-size:2rem;font-weight:700}.login-brand p{color:var(--text-muted);text-transform:uppercase;letter-spacing:.15em;font-size:.75rem}.login-form{flex-direction:column;gap:14px;display:flex}.login-form .btn-primary{letter-spacing:.12em;justify-content:center;width:100%;padding:12px;font-size:.75rem}.login-right{background:var(--bg-primary);border-left:1px solid var(--border-subtle);flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.login-visual{text-align:center;padding:60px}.login-visual h2{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:1.5rem;font-weight:700}.login-visual p{color:var(--text-muted);max-width:340px;font-size:.85rem}.separator{text-align:center;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;position:relative}.separator:before,.separator:after{content:"";background:var(--border-subtle);width:40%;height:1px;position:absolute;top:50%}.separator:before{left:0}.separator:after{right:0}.login-demo-btn{border:1px solid var(--border-mid);border-radius:var(--radius-sm);width:100%;color:var(--text-secondary);font-family:var(--font-main);text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:all var(--duration-fast) var(--ease-smooth);background:0 0;padding:11px;font-size:.75rem;font-weight:500}.login-demo-btn:hover{background:var(--bg-hover);color:var(--text-primary);border-color:var(--accent-red)}.loading-screen{flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100%;height:100vh;display:flex}.loading-screen p{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem}.loading-spinner{border:2px solid var(--border-mid);border-top-color:var(--accent-red);border-radius:50%;width:24px;height:24px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.page-loader{flex-direction:column;justify-content:center;align-items:center;gap:18px;width:100%;min-height:60vh;animation:.3s fadeIn;display:flex}.page-loader-brand{font-family:var(--font-display);color:var(--accent-red);letter-spacing:.12em;font-size:2.4rem;font-weight:800;animation:1.4s ease-in-out infinite pulseLoader}.page-loader-text{color:var(--text-muted);text-transform:uppercase;letter-spacing:.15em;font-size:.72rem;font-weight:600}@keyframes pulseLoader{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.92)}}.user-badge{cursor:pointer;z-index:95;border-radius:var(--radius-sm);align-items:center;gap:10px;padding:5px 12px;display:flex;position:fixed;top:12px;right:40px}.user-badge:hover{background:var(--bg-hover)}.user-role-tag{text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;font-weight:700}.user-name{color:var(--text-secondary);font-size:.78rem}.demo-tag{background:var(--accent-red-dim);color:var(--accent-red);letter-spacing:.5px;text-transform:uppercase;border-radius:3px;padding:2px 7px;font-size:.55rem;font-weight:700}.chart-container{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:24px}.metric-row{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:12px 0;display:flex}.metric-row:last-child{border-bottom:none}.status-dot{border-radius:50%;width:6px;height:6px;display:inline-block}.status-dot.active{background:var(--accent-green)}.status-dot.pending{background:var(--accent-orange)}.status-dot.inactive{background:var(--text-muted)}.empty-state{text-align:center;color:var(--text-muted);padding:48px 24px}.empty-state svg{opacity:.1;margin-bottom:16px}.hamburger-btn{z-index:200;background:var(--bg-secondary);border:1px solid var(--border-subtle);cursor:pointer;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:36px;height:36px;padding:0;display:none;position:fixed;top:12px;left:14px}.hamburger-btn span{background:var(--text-primary);border-radius:2px;width:18px;height:2px;transition:all .2s;display:block}.sidebar-overlay{display:none}@keyframes toastSlideIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@media (max-width:1024px) and (min-width:769px){.grid-2,.grid-3{grid-template-columns:1fr 1fr}.stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.card-header{flex-wrap:wrap;gap:8px}.page-container{padding:20px 16px}.card{padding:16px 14px}.stat-card{padding:14px 12px!important}.stat-value{font-size:1.3rem!important}[style*="height: 220"]{height:180px!important}[style*="height: 700"]{height:auto!important;min-height:400px!important}.page-header h2{font-size:1.4rem}.page-header p{font-size:.85rem}:root{--sidebar-width:60px}table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}[style*="grid-template-columns: repeat(3"],[style*="grid-template-columns: repeat(4"]{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:1024px){.card-header{flex-wrap:wrap;gap:8px}}@media (max-width:768px){.hamburger-btn{display:flex}.sidebar-mobile-open .hamburger-btn{opacity:0;pointer-events:none}.sidebar{z-index:150;width:60px;height:100vh;transition:left .3s;position:fixed;top:0;left:-70px}.sidebar-mobile-open .sidebar{left:0}.sidebar-overlay{z-index:140;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;display:block;position:fixed;top:0;bottom:0;left:0;right:0}:root{--sidebar-width:0px;--header-height:52px}.main-content{padding-top:var(--header-height);margin-left:0}.header{height:var(--header-height);padding:0 16px 0 56px;left:0}.header h1{font-size:1rem}.page-container{padding:16px 12px}.user-badge{justify-content:flex-end;margin-bottom:12px;display:flex;position:relative;top:auto;right:auto}.stats-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}.stat-card{padding:14px 12px!important}.stat-value{font-size:1.2rem!important}.stat-label{font-size:.7rem!important}.grid-2,.grid-3{grid-template-columns:1fr;gap:12px}.card{margin-bottom:0}.login-right{display:none}.login-container{max-width:100%;padding:24px 20px}.login-page{padding:16px}.page-header h2{font-size:1.3rem}.page-header p{font-size:.8rem}.page-header{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}table{-webkit-overflow-scrolling:touch;white-space:nowrap;display:block;overflow-x:auto}table thead,table tbody,table tr,table th,table td{white-space:nowrap}[style*=grid-template-columns],[style*=gridTemplateColumns]{grid-template-columns:1fr!important}.stats-grid{grid-template-columns:1fr 1fr!important}.btn{font-size:.82rem}.card{border-radius:12px}[style*="height: 220"]{height:160px!important}[style*="height: 700"]{height:auto!important;min-height:500px!important}.header .header-search{display:none}.header .header-notif{width:32px;height:32px}}.studio-pro-shell{background:radial-gradient(circle at 50% -10%,#ff383824,#0000 34%),radial-gradient(circle at 85% 10%,#00e5ff14,#0000 24%),linear-gradient(#090a0e 0%,#06070b 100%);min-height:100vh}.studio-pro-frame{z-index:1;max-width:1440px;margin:0 auto;padding:20px 18px 32px;position:relative}.studio-pro-surface{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#0d0f15f5 0%,#090a0ffa 100%);border:1px solid #50587e3d;box-shadow:inset 0 1px #ffffff08,0 20px 44px #0000006b}.studio-pro-header{border-radius:18px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:12px;padding:18px 20px;display:flex}.studio-pro-header:after{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(90deg,#ff333314,#0000 18% 82%,#00e5ff0f),linear-gradient(#ffffff05,#0000 36%);position:absolute;top:0;bottom:0;left:0;right:0}.studio-pro-brand{z-index:1;align-items:center;gap:14px;display:flex;position:relative}.studio-pro-brand-mark{color:#fff;letter-spacing:1px;background:linear-gradient(145deg,#ff4040,#920f16);border:1px solid #ff787873;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;font-size:11px;font-weight:900;display:flex;box-shadow:0 14px 28px #ff000038}.studio-pro-brand-mark--logo{background:radial-gradient(circle at 50% 40%,#ffffff2e,#ff33331f 54%,#0a0c12eb 100%);border-color:#ff9f9f47;border-radius:50%;padding:4px}.studio-pro-brand-logo{object-fit:contain;border-radius:50%;width:100%;height:100%}.studio-pro-title{color:#f4f7fb;letter-spacing:.16em;text-transform:uppercase;font-size:20px;font-weight:800}.studio-pro-subtitle{color:#7f879d;letter-spacing:.18em;text-transform:uppercase;font-size:10px}.studio-pro-drop-logo-wrap{background:radial-gradient(circle at 50% 38%,#fff3,#ff333324 46%,#0c0c12f2 100%);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 20px;padding:6px;display:flex;box-shadow:0 0 36px #ff000029,inset 0 1px #ffffff29}.studio-pro-drop-logo{object-fit:contain;border-radius:50%;width:100%;height:100%}.studio-pro-header-controls{z-index:1;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex;position:relative}.studio-pro-pill{color:#aeb6cc;letter-spacing:.12em;text-transform:uppercase;background:#0d1017e6;border:1px solid #69708f47;border-radius:999px;align-items:center;gap:6px;min-height:30px;padding:0 12px;font-size:10px;font-weight:700;display:inline-flex}.studio-pro-pill--danger{color:#ff8585;background:#360a0ed1;border-color:#ff4e4e57}.studio-pro-pill--accent{color:#86eaff;background:#06191fe0;border-color:#00e5ff3d}.studio-pro-toolbar{border-radius:16px;align-items:center;gap:8px;margin-bottom:12px;padding:10px 14px;display:flex}.studio-pro-toolbar-label,.studio-pro-panel-label{color:#636d84;letter-spacing:.18em;text-transform:uppercase;font-size:10px;font-weight:800}.studio-pro-button{color:#d9deea;cursor:pointer;letter-spacing:.06em;background:linear-gradient(#1a1e28f5,#0d0f16fa);border:1px solid #5e648547;border-radius:10px;min-height:34px;padding:0 14px;font-size:11px;font-weight:700;transition:transform .16s,border-color .16s,box-shadow .16s,background .16s}.studio-pro-button:hover{border-color:#7880a76b;transform:translateY(-1px);box-shadow:0 10px 22px #00000047}.studio-pro-button--danger{color:#ff7d7d;background:linear-gradient(#380b0ef5,#1c0709fa);border-color:#ff525261}.studio-pro-button--active{color:#8beaff;background:linear-gradient(#09222cf5,#071218fa);border-color:#00e5ff57}.studio-pro-wave-card{border-radius:18px;margin:10px 0 12px;padding:14px}.studio-pro-kpi-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,.95fr) minmax(260px,.9fr);gap:12px;margin:12px 0 10px;display:grid}.studio-pro-kpi-card,.studio-pro-summary-card,.studio-pro-info-card{border-radius:16px;padding:16px 18px}.studio-pro-kpi-card{min-height:178px}.studio-pro-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:10px 0;display:grid}.studio-pro-summary-card{text-align:center;background:linear-gradient(#0b0f14f5,#07090efa);border:1px solid #43ff8629;box-shadow:inset 0 1px #ffffff05}.studio-pro-insight-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:12px 0;display:grid}.studio-pro-bottom-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:10px 0 14px;display:grid}.studio-pro-adaptive-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.studio-pro-grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.studio-pro-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.studio-pro-grid-6{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;display:grid}.studio-pro-deep-card{background:linear-gradient(#0b0d14f5,#08090efa);border:1px solid #4c547038;border-radius:16px;padding:16px 18px;box-shadow:inset 0 1px #ffffff05,0 14px 30px #00000047}.studio-pro-deep-card--red{background:linear-gradient(#160a0cfa,#09080cfa);border-color:#ff4f4f2e}.studio-pro-deep-card--blue{background:linear-gradient(#08101cfa,#07090efa);border-color:#5389ff33}.studio-pro-deep-card--violet{background:linear-gradient(#0f0b1afa,#09080efa);border-color:#b678ff33}.studio-pro-subcard{background:#080a0fd6;border:1px solid #4e557029;border-radius:12px;padding:12px}.studio-pro-micro-card{background:#0a0e15d6;border:1px solid #464c6429;border-radius:12px;padding:10px 12px}.studio-pro-tabs{border-bottom:1px solid #4e55702e;gap:0;margin-bottom:10px;display:flex}.studio-pro-tab{color:#616b80;cursor:pointer;letter-spacing:.08em;text-transform:uppercase;background:0 0;border:none;border-bottom:2px solid #0000;padding:7px 12px;font-size:9px;font-weight:700}.studio-pro-tab--active{color:#8ceaff;border-bottom-color:#0df}.studio-pro-thermo-card{border-radius:12px;padding:12px 12px 11px;transition:border .15s,box-shadow .15s,transform .15s;position:relative;overflow:hidden}.studio-pro-thermo-shell{background:radial-gradient(circle at 100% 0,#ffbb5c14,#0000 28%),linear-gradient(#0f0d13fa,#08090efa);border:1px solid #ff8f4a2e;border-radius:18px;margin:8px 0 16px;padding:16px 16px 14px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff08,0 18px 34px #00000047}.studio-pro-thermo-shell:before{content:"";pointer-events:none;background:linear-gradient(#ffffff05,#0000 24%),linear-gradient(90deg,#0000,#ff99400d,#0000);position:absolute;top:0;bottom:0;left:0;right:0}.studio-pro-thermo-header{border-bottom:1px solid #785c4442;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:14px;padding-bottom:12px;display:flex}.studio-pro-thermo-title{color:#f6e3c4;letter-spacing:.18em;text-transform:uppercase;font-size:12px;font-weight:900}.studio-pro-thermo-meta{color:#8e7c69;letter-spacing:.14em;text-transform:uppercase;margin-top:4px;font-size:8px}.studio-pro-thermo-summary{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.studio-pro-thermo-chip{color:#d9b892;letter-spacing:.14em;text-transform:uppercase;background:#130e0ce6;border:1px solid #7c5c403d;border-radius:999px;align-items:center;gap:4px;min-height:24px;padding:0 10px;font-size:8px;font-weight:800;display:inline-flex}.studio-pro-thermo-card-header{z-index:1;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex;position:relative}.studio-pro-thermo-score{font-size:18px;font-weight:900;line-height:1}.studio-pro-thermo-formula{color:#636b7d;font-size:7px;font-family:var(--font-mono);white-space:nowrap;text-overflow:ellipsis;max-width:70%;overflow:hidden}.studio-pro-thermo-footer{z-index:1;justify-content:space-between;align-items:center;gap:8px;display:flex;position:relative}.studio-pro-thermo-indicator{border-radius:50%;width:6px;height:6px}.studio-pro-meta-shell{margin:8px 0;padding:16px 18px}.studio-pro-meta-topline{border-bottom:1px solid #7c62aa3d;justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;padding-bottom:12px;display:flex}.studio-pro-meta-composite{letter-spacing:.08em;text-transform:uppercase;background:#120e1ce6;border:1px solid #9478ff33;border-radius:999px;align-items:center;min-height:28px;padding:0 12px;font-size:10px;font-weight:900;display:inline-flex}.studio-pro-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.studio-pro-meta-law{background:linear-gradient(#0a0b11f0,#08080efa);border:1px solid #525a7c2e;border-radius:14px;padding:14px;box-shadow:inset 0 1px #ffffff05}.studio-pro-meta-law-header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.studio-pro-meta-law-label{letter-spacing:.12em;text-transform:uppercase;font-size:9px;font-weight:800}.studio-pro-meta-law-score{font-size:18px;font-weight:900}.studio-pro-meta-law-status{margin-bottom:6px;font-size:8px;line-height:1.6}.studio-pro-meta-law-copy{color:#aeb7c9;margin-bottom:4px;font-size:9px;line-height:1.55}.studio-pro-meta-law-fix{border-top:1px solid #ffffff14;margin-top:6px;padding-top:6px;font-size:8px;font-style:italic;line-height:1.55}.studio-pro-meta-directives{background:linear-gradient(#0d0d16fa,#0a0a12fa);border-color:#585c8438;margin-top:12px}.studio-pro-meta-directives-title{color:#7f88a1;letter-spacing:.16em;text-transform:uppercase;margin-bottom:8px;font-size:8px}.studio-pro-thermo-tooltip{z-index:50;pointer-events:none;background:#171b24;border-radius:10px;width:220px;padding:10px 14px;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);box-shadow:0 18px 28px #00000073}.studio-pro-note{color:#6a7388;font-size:10px;line-height:1.55}.studio-pro-muted-banner{color:#7f889c;background:#0a0d13d1;border:1px solid #4c547029;border-radius:12px;margin-top:8px;padding:10px 12px;font-size:10px;line-height:1.55}.studio-pro-label-strong{letter-spacing:.14em;text-transform:uppercase;font-size:10px;font-weight:900}.studio-pro-chip{letter-spacing:.12em;text-transform:uppercase;color:#c2c8d6;background:#0e1118d6;border:1px solid #50587033;border-radius:999px;align-items:center;gap:6px;min-height:24px;padding:0 9px;font-size:8px;font-weight:800;display:inline-flex}.studio-pro-chart-frame{background:linear-gradient(#06080dfa,#080a0ffa);border:1px solid #4c54702e;border-radius:12px;overflow:hidden}.studio-pro-action-bar{flex-wrap:wrap;gap:8px;margin:8px 0;display:flex}.studio-pro-bottom-metric-card{background:radial-gradient(circle at 100% 0,#ffffff0a,#0000 30%),linear-gradient(#0a0c12f5,#06080efa);border:1px solid #525a7c33;min-height:132px;position:relative;overflow:hidden}.studio-pro-bottom-metric-card:after{content:"";pointer-events:none;background:linear-gradient(#ffffff08,#0000 28%);position:absolute;top:0;bottom:0;left:0;right:0}.studio-pro-bottom-metric-kicker{letter-spacing:.16em;text-transform:uppercase;color:#93a0ba;margin-bottom:6px;font-size:9px;font-weight:800}.studio-pro-bottom-metric-copy{color:#566072;margin-bottom:12px;font-size:10px;line-height:1.45}.studio-pro-bottom-metric-track{background:#181b24f2;border:1px solid #ffffff08;border-radius:999px;height:5px;margin-bottom:14px;overflow:hidden}.studio-pro-bottom-metric-fill{border-radius:inherit;background:var(--metric-color,#3cf);height:100%;box-shadow:0 0 16px color-mix(in srgb, var(--metric-color,#3cf) 45%, transparent)}.studio-pro-bottom-metric-value{font-size:28px;font-weight:900;line-height:1;font-family:var(--font-mono);align-items:flex-end;gap:6px;display:flex}.studio-pro-bottom-metric-unit{color:#7f889c;margin-bottom:3px;font-size:11px}.studio-pro-module-card{position:relative;overflow:hidden}.studio-pro-module-card:before{content:"";pointer-events:none;background:linear-gradient(#ffffff05,#0000 26%),radial-gradient(circle at 100% 0,#ffffff09,#0000 28%);position:absolute;top:0;bottom:0;left:0;right:0}.studio-pro-module-header{border-bottom:1px solid #4d55703d;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:16px;padding-bottom:12px;display:flex}.studio-pro-module-title-wrap{align-items:center;gap:12px;min-width:0;display:flex}.studio-pro-module-icon{background:linear-gradient(145deg,#ff3c3c33,#561014e0);border:1px solid #ff737338;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;display:flex;box-shadow:0 10px 24px #0000003d}.studio-pro-module-title{color:#f2f5fb;letter-spacing:.18em;text-transform:uppercase;font-size:13px;font-weight:900}.studio-pro-module-meta{color:#6d7691;letter-spacing:.16em;text-transform:uppercase;margin-top:4px;font-size:8px}.studio-pro-module-chip-row{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.studio-pro-module-chip{letter-spacing:.1em;text-transform:uppercase;background:#080a0fbd;border:1px solid #525a7c3d;border-radius:999px;align-items:center;gap:4px;min-height:24px;padding:0 10px;font-size:9px;font-weight:800;display:inline-flex}.studio-pro-inline-meter{align-items:flex-end;gap:2px;height:22px;display:flex}.studio-pro-suggestion-stack,.studio-pro-compact-stack,.studio-pro-slider-stack,.studio-pro-processing-stack,.studio-pro-zone-stack,.studio-pro-history-stack{flex-direction:column;gap:8px;display:flex}.studio-pro-suggestion-row{border-radius:14px;align-items:flex-start;gap:14px;padding:14px;display:flex}.studio-pro-suggestion-text{flex:1;min-width:0}.studio-pro-module-footnote{color:#545c71;border-top:1px solid #4d557033;flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:12px;padding-top:10px;font-size:8px;display:flex}.studio-pro-corner-tag{letter-spacing:.18em;text-transform:uppercase;border-bottom-left-radius:10px;padding:4px 10px;font-size:7px;font-weight:900;position:absolute;top:0;right:0}.studio-pro-comparison-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.studio-pro-comparison-card{background:linear-gradient(#0a0c11f0,#07090efa);border:1px solid #4d55702e;border-radius:14px;padding:14px;box-shadow:inset 0 1px #ffffff05}.studio-pro-lab-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.studio-pro-lab-action{text-align:left;color:#f5f7fb;cursor:pointer;background:linear-gradient(145deg,#16070afa,#0d0709fa);border:1px solid #74243061;border-radius:12px;flex-direction:column;gap:8px;padding:16px 14px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;box-shadow:inset 0 1px 10px #ff00000a}.studio-pro-lab-action:hover:not(:disabled){border-color:#ff43438c;transform:translateY(-2px);box-shadow:0 14px 26px #00000047,0 0 20px #ff00001f}.studio-pro-lab-action:disabled{opacity:.42;cursor:not-allowed;box-shadow:none}.studio-pro-lab-action-title{color:#f66;letter-spacing:.1em;font-size:11px;font-weight:900}.studio-pro-lab-action-copy{color:#7f889d;font-size:9px;line-height:1.45}.studio-pro-lab-subgrid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;display:grid}.studio-pro-lab-panel{background:linear-gradient(#0a0709fa,#070508fa);border:1px solid #561d223d;border-radius:14px;padding:20px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff05}.studio-pro-lab-panel--violet{background:linear-gradient(#0b070ffa,#08050afa);border-color:#7838763d}.studio-pro-lab-badge{color:#fff;letter-spacing:.18em;text-transform:uppercase;border-bottom-left-radius:8px;padding:4px 8px;font-size:7px;font-weight:900;position:absolute;top:0;right:0}.studio-pro-lab-section-title{color:#ff6d6d;letter-spacing:.18em;text-transform:uppercase;margin-bottom:18px;font-size:10px;font-weight:800}.studio-pro-lab-panel--violet .studio-pro-lab-section-title{color:#f6a}.studio-pro-analyzer-shell{margin:8px 0;padding:14px}.studio-pro-analyzer-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.studio-pro-analyzer-title{color:#6f7990;letter-spacing:.18em;text-transform:uppercase;font-size:10px;font-weight:800}.studio-pro-prep-shell,.studio-pro-refine-shell{background:linear-gradient(#0b0d14f5,#08090efa);border:1px solid #4c547038;border-radius:14px;padding:16px;box-shadow:inset 0 1px #ffffff05}.studio-pro-prep-shell{background:linear-gradient(#0f0c0ffa,#0a0a0cfa);border-color:#704a4a3d}.studio-pro-prep-grid{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px;display:grid}.studio-pro-prep-label{letter-spacing:.12em;color:#838ca0;text-transform:uppercase;margin-bottom:6px;font-size:9px;font-weight:800;display:block}.studio-pro-prep-select{color:#eef3fb;background:#0d0f16f5;border:1px solid #525a7c3d;border-radius:10px;width:100%;min-height:38px;padding:8px 12px;font-size:12px}.studio-pro-refine-shell{background:linear-gradient(#090c14fa,#0a0c12fa);border-color:#384c7042}.studio-pro-refine-header,.studio-pro-footer-strip{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.studio-pro-refine-textarea{resize:vertical;color:#e8edf6;width:100%;min-height:108px;font-size:10px;line-height:1.55;font-family:var(--font-mono);background:#080a12fa;border:1px solid #3a445e57;border-radius:10px;padding:10px 12px}.studio-pro-refine-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-top:8px;display:flex}.studio-pro-footer-strip{border-top:1px solid #444c5e3d;gap:6px;margin-top:18px;padding:12px 0 0}.studio-pro-footer-button{color:#d9dfeb;letter-spacing:.08em;cursor:pointer;background:linear-gradient(#10121af5,#0b0d13fa);border:1px solid #525a7c3d;border-radius:10px;min-height:40px;padding:10px 12px;font-size:10px;font-weight:800;transition:transform .16s,box-shadow .16s,border-color .16s}.studio-pro-footer-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 24px #0000003d}.studio-pro-footer-button:disabled{cursor:not-allowed;opacity:.45;box-shadow:none}.studio-pro-slider-card,.studio-pro-processing-step,.studio-pro-zone-card{background:linear-gradient(#0b070efa,#08050afa);border:1px solid #592a4d42;border-radius:12px;padding:10px 12px}.studio-pro-zone-card{background:linear-gradient(#080a0ff5,#06080dfa);border-color:#525a7c2e}.studio-pro-status-banner{letter-spacing:.03em;color:#a7cdfd;background:linear-gradient(#0d1626f5,#0a101dfa);border:1px solid #38588070;border-radius:10px;margin:6px 0 4px;padding:8px 10px;font-size:9px}.studio-pro-soft-divider{background:linear-gradient(90deg,#0000,#7882a43d,#0000);height:1px;margin:10px 0}@media (max-width:1200px){.studio-pro-kpi-grid,.studio-pro-summary-grid,.studio-pro-bottom-grid,.studio-pro-insight-grid,.studio-pro-grid-3,.studio-pro-grid-6,.studio-pro-comparison-grid,.studio-pro-lab-grid,.studio-pro-lab-subgrid{grid-template-columns:1fr 1fr}}@media (max-width:820px){.studio-pro-frame{padding:12px}.studio-pro-header,.studio-pro-toolbar{border-radius:14px}.studio-pro-kpi-grid,.studio-pro-summary-grid,.studio-pro-bottom-grid,.studio-pro-insight-grid,.studio-pro-grid-3,.studio-pro-grid-2,.studio-pro-grid-6,.studio-pro-comparison-grid,.studio-pro-lab-grid,.studio-pro-lab-subgrid{grid-template-columns:1fr}.studio-pro-title{letter-spacing:.12em;font-size:16px}.studio-pro-module-header{flex-direction:column;align-items:stretch}.studio-pro-module-chip-row{justify-content:flex-start}}.section-editor-pro__shell{-webkit-tap-highlight-color:transparent;background:radial-gradient(circle at top,#4f9bff1a,#0000 32%),linear-gradient(#0b0e16fa,#07090ffc);border:1px solid #56608438;border-radius:16px;flex-direction:column;gap:12px;padding:16px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff08,0 20px 44px #00000052}.section-editor-pro__shell:before{content:"";pointer-events:none;opacity:.6;background:linear-gradient(90deg,#ffffff06,#0000 20% 80%,#ffffff05),linear-gradient(#ffffff06,#0000 24%);position:absolute;top:0;bottom:0;left:0;right:0}.section-editor-pro__header{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex;position:relative}.section-editor-pro__meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.section-editor-pro__snap-pill{color:#d9e0ec;letter-spacing:.08em;text-transform:uppercase;touch-action:manipulation;white-space:nowrap;background:linear-gradient(#121622f5,#0b0e16fa);border:1px solid #67739e3d;border-radius:999px;align-items:center;gap:6px;min-height:36px;padding:0 12px;font-size:10px;font-weight:800;display:inline-flex;box-shadow:inset 0 1px #ffffff0a}.section-editor-pro__snap-pill[data-state=on]{color:#93dcff;background:linear-gradient(#0a1e30f5,#08121ffa);border-color:#58c2ff61}.section-editor-pro__snap-pill[data-state=off]{color:#9ca7b9;border-color:#60667a33}.section-editor-pro__grid{background:linear-gradient(#090c14f5,#06080efa),linear-gradient(90deg,#ffffff03,#fff0);border:1px solid #4c587a33;border-radius:14px;min-height:108px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff08}.section-editor-pro__grid:after{content:"";pointer-events:none;opacity:.6;background:linear-gradient(#ffffff06,#0000 35% 65%,#ffffff04),linear-gradient(90deg,#ffffff04,#0000 22% 78%,#ffffff03);position:absolute;top:0;bottom:0;left:0;right:0}.section-editor-pro__bar-line,.section-editor-pro__beat-line{pointer-events:none;width:1px;position:absolute;top:0;bottom:0}.section-editor-pro__bar-line{background:linear-gradient(#65d2ff5c,#65d2ff0a);box-shadow:0 0 0 1px #65d2ff0a}.section-editor-pro__beat-line{background:linear-gradient(#8a96be29,#8a96be0a)}.section-editor-pro__table{z-index:1;flex-direction:column;gap:8px;display:flex;position:relative;overflow:hidden}.section-editor-pro__row{background:linear-gradient(#0d111bf5,#0a0d15fa);border:1px solid #58608029;border-radius:12px;grid-template-columns:minmax(120px,1.3fr) minmax(82px,.75fr) minmax(82px,.75fr) minmax(92px,.7fr) minmax(84px,.6fr) minmax(84px,.6fr);align-items:center;gap:8px;padding:12px;transition:border-color .16s,transform .16s,box-shadow .16s,background .16s;display:grid}.section-editor-pro__row:hover{border-color:#6c81b247;transform:translateY(-1px);box-shadow:0 12px 28px #0000003d}.section-editor-pro__row--active{background:linear-gradient(#0d1a26fa,#0a121cfa),linear-gradient(90deg,#65d2ff0d,#0000);border-color:#65d2ff6b;box-shadow:inset 0 1px #ffffff0d,0 0 0 1px #65d2ff14,0 18px 36px #00000047}.section-editor-pro__label{color:#eff3fb;letter-spacing:.04em;background:linear-gradient(#121622f0,#0b0e15fa);border:1px solid #64709238;border-radius:999px;align-items:center;gap:8px;min-height:40px;padding:0 12px;font-size:11px;font-weight:800;display:inline-flex}.section-editor-pro__time{color:#a9d8ff;min-height:40px;font-family:var(--font-mono);text-align:center;background:#0a0d15db;border:1px solid #5a627c2e;border-radius:10px;justify-content:center;align-items:center;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.section-editor-pro__loop,.section-editor-pro__handle,.section-editor-pro__add{color:#d8deea;letter-spacing:.08em;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:linear-gradient(#12151ff5,#0c0e16fa);border:1px solid #5c668838;border-radius:10px;justify-content:center;align-items:center;min-width:40px;min-height:40px;padding:0 12px;font-size:10px;font-weight:800;transition:transform .16s,border-color .16s,box-shadow .16s,color .16s;display:inline-flex}.section-editor-pro__loop:hover,.section-editor-pro__handle:hover,.section-editor-pro__add:hover{border-color:#6bc6ff57;transform:translateY(-1px);box-shadow:0 10px 24px #0000003d}.section-editor-pro__loop[data-active=true]{color:#9fffd4;background:linear-gradient(#082119f5,#071712fa);border-color:#53dba257}.section-editor-pro__handle{cursor:ew-resize;color:#8ea0c9;touch-action:none;-webkit-user-select:none;user-select:none}.section-editor-pro__handle:before{content:"⋮⋮";letter-spacing:-.1em;line-height:1}.section-editor-pro__add{color:#dff7ff;background:linear-gradient(#0c1c2af5,#09131ffa);border-color:#59baff47;gap:8px;width:-moz-fit-content;width:fit-content}.section-editor-pro__hint{z-index:1;color:#8f9aaf;letter-spacing:.03em;background:linear-gradient(#0c0f18f5,#080a10fa);border:1px solid #535c792e;border-radius:12px;padding:10px 12px;font-size:10px;line-height:1.65;position:relative}@media (max-width:1200px){.section-editor-pro__row{grid-template-columns:minmax(110px,1.2fr) repeat(3,minmax(74px,.75fr)) minmax(72px,.55fr) minmax(72px,.55fr);gap:10px}}@media (max-width:820px){.section-editor-pro__shell{border-radius:14px;gap:14px;padding:16px}.section-editor-pro__header{align-items:stretch}.section-editor-pro__meta{justify-content:flex-start;gap:10px}.section-editor-pro__grid{min-height:96px}.section-editor-pro__table{gap:12px}.section-editor-pro__row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:12px}.section-editor-pro__label{grid-column:1/-1;min-height:44px}.section-editor-pro__time{min-height:44px;padding:8px 10px;line-height:1.35}.section-editor-pro__loop,.section-editor-pro__handle,.section-editor-pro__add{min-width:44px;min-height:44px;font-size:11px}.section-editor-pro__hint{padding:12px;font-size:11px}}@media (max-width:480px){.section-editor-pro__shell{gap:12px;padding:14px}.section-editor-pro__meta{gap:8px}.section-editor-pro__snap-pill{justify-content:center;width:100%;min-height:42px;padding:0 12px;font-size:10px}.section-editor-pro__row{grid-template-columns:1fr;gap:8px;padding:12px}.section-editor-pro__time,.section-editor-pro__loop,.section-editor-pro__handle,.section-editor-pro__add{width:100%;min-width:0;min-height:46px}.section-editor-pro__hint{font-size:10px;line-height:1.6}.stats-grid{grid-template-columns:1fr!important}.stat-card{flex-direction:row!important;align-items:center!important;gap:12px!important}.stat-icon{flex-shrink:0;width:36px;height:36px}.page-container{padding:12px 10px}.page-header h2{font-size:1.1rem}.card-header .card-title{font-size:.85rem}.badge{padding:2px 6px;font-size:.6rem}.login-header h1{font-size:1.8rem}.login-btn{padding:12px;font-size:.85rem}.role-selector{flex-direction:column}.role-btn{width:100%}}:root{--density-x:24px;--density-y:20px;--card-pad:20px;--card-radius:18px;--stack-gap:16px;--section-gap:48px;--content-max:1240px;--fs-display:clamp(40px, 6vw, 88px);--fs-h1:clamp(28px, 3.2vw, 44px);--fs-h2:clamp(22px, 2.4vw, 32px);--fs-h3:clamp(18px, 1.6vw, 22px);--fs-body:clamp(14px, 1vw, 16px);--fs-caption:clamp(11px, .8vw, 12px)}[data-density=compact],.compact-page{--density-x:17px;--density-y:14px;--card-pad:14px;--card-radius:14px;--stack-gap:12px;--section-gap:32px}.page-shell{width:100%;max-width:var(--content-max);padding-inline:var(--density-x);margin-inline-start:auto;margin-inline-end:auto}.page-shell--centered{width:100%;min-height:100svh;padding:var(--density-y) var(--density-x);flex:1;place-items:center;display:grid}.glass-surface--card{background:var(--bg-glass-card);-webkit-backdrop-filter:blur(22px)saturate(1.4);border-radius:var(--card-radius);padding:var(--card-pad);border:1px solid #ffffff0f;box-shadow:inset 0 1px #ffffff0f,0 8px 32px #0006}.glass-surface--modal{background:var(--bg-glass-card);-webkit-backdrop-filter:blur(28px)saturate(1.6);padding:var(--card-pad);border:1px solid #ffffff14;border-radius:24px;box-shadow:inset 0 1px #ffffff14,0 20px 60px #0000008c}.glass-surface--nav{background:var(--bg-glass);-webkit-backdrop-filter:blur(14px);box-shadow:none;border-bottom:1px solid #ffffff0d}.stack{gap:var(--stack-gap);flex-direction:column;display:flex}.section-gap{margin-block:var(--section-gap)}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;width:100%;display:grid}@media (min-width:1100px){.pricing-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.upload-gate-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;background:#000000d9;justify-content:center;align-items:center;animation:.3s ease-out forwards fadeInGate;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.upload-gate-modal{text-align:center;color:#fff;background:#111;border:1px solid #333;border-radius:16px;width:90%;max-width:500px;padding:40px;position:relative;box-shadow:0 20px 40px #00000080}.gate-close{color:#666;cursor:pointer;background:0 0;border:none;font-size:24px;transition:color .2s;position:absolute;top:15px;right:20px}.gate-close:hover{color:#fff}.gate-step h2{letter-spacing:-.5px;color:#fff;margin-top:0;font-size:1.8rem}.gate-step p{color:#aaa;margin-bottom:30px;font-size:.95rem}.drop-box{border:2px dashed #444;border-radius:12px;flex-direction:column;align-items:center;gap:15px;padding:40px 20px;transition:border-color .2s,background .2s;display:flex}.drop-box:hover{background:#ff33330d;border-color:#f33}.upload-icon{color:#f33;font-size:32px}.btn-solid-upload{color:#fff;cursor:pointer;background:#f33;border:none;border-radius:8px;padding:12px 24px;font-size:1rem;font-weight:600;transition:transform .2s,background .2s;display:inline-block}.btn-solid-upload:hover{background:#e62e2e;transform:translateY(-2px)}.progress-bar-gate{background:#333;border-radius:3px;width:100%;height:6px;margin:20px 0;overflow:hidden}.progress-fill-gate{background:#f33;height:100%;transition:width .3s}.score-blur-gate{color:#f33;filter:blur(14px);-webkit-user-select:none;user-select:none;margin:10px 0 20px;font-size:7rem;font-weight:800;display:inline-block}.hook-text-gate{line-height:1.5;color:#ddd!important;margin-bottom:25px!important;font-size:1.05rem!important}.hook-btn{text-transform:uppercase;letter-spacing:1px;width:100%;padding:16px;font-size:1.1rem}.file-name{font-weight:700;color:#f33!important}@keyframes fadeInGate{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.landing-wrapper{color:#111116;background:#fff;width:100%;min-height:100vh;font-family:Outfit,Space Grotesk,-apple-system,sans-serif;overflow-x:hidden}.mosaic-hero{--cell-base:clamp(50px, 3.9vw, 64px);--logo-base:clamp(54px, 5.8vw, 84px);background:radial-gradient(circle at 50% 42%,#ff4d4d0b 0%,#ff4d4d05 18%,#fffffffb 36%,#fff 72%);justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.mosaic-grid{width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.mosaic-cell{left:var(--node-x);top:var(--node-y);cursor:pointer;touch-action:manipulation;opacity:0;aspect-ratio:1;width:var(--cell-base);transform:translate(calc(-50% + var(--node-drift-x)), calc(-50% + var(--node-drift-y))) scale(var(--node-scale));z-index:2;background:0 0;border:none;border-radius:999px;animation:.75s forwards cellFadeIn;position:absolute;overflow:visible;box-shadow:0 10px 20px #11111614}@keyframes cellFadeIn{0%{opacity:0;transform:translate(calc(-50% + var(--node-drift-x)), calc(-50% + var(--node-drift-y))) scale(calc(var(--node-scale) * .72))}to{opacity:1;transform:translate(calc(-50% + var(--node-drift-x)), calc(-50% + var(--node-drift-y))) scale(var(--node-scale))}}.mosaic-cell .cell-poster{object-fit:cover;object-position:center 56%;filter:brightness(.94)saturate(1.08)contrast(1.04);border-radius:999px;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1),filter .4s;display:block;transform:scale(1.12);box-shadow:0 0 0 2px #ffffffe0,0 0 0 6px #ffffff94,0 8px 18px #0f0f1414}.mosaic-cell .cell-video{object-fit:cover;filter:none;opacity:0;z-index:1;background:0 0;border-radius:999px;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;bottom:0;left:0;right:0}.cell-water-overlay{box-shadow:none;-webkit-backdrop-filter:none;opacity:0;pointer-events:none;z-index:2;background:0 0;border:0;border-radius:999px;transition:opacity .35s,transform .35s;position:absolute;top:6%;bottom:6%;left:6%;right:6%}.mosaic-cell:hover .cell-poster,.mosaic-cell.is-active .cell-poster{filter:brightness(1.03)saturate(1.06)contrast(1.04);transform:scale(1.18)}.mosaic-cell:hover .cell-video,.mosaic-cell.is-active .cell-video{opacity:1}.mosaic-cell:hover .cell-water-overlay,.mosaic-cell.is-active .cell-water-overlay{opacity:0;transform:none}.mosaic-cell:hover,.mosaic-cell.is-active{z-index:18}.mosaic-cell:after{content:"";z-index:3;pointer-events:none;border:1px solid #0000;border-radius:999px;transition:border-color .3s,box-shadow .3s;position:absolute;top:0;bottom:0;left:0;right:0}.mosaic-cell:hover:after,.mosaic-cell.is-active:after{border-color:#ffffffe6;box-shadow:inset 0 0 0 1px #ffffff3d}.cell-glow{opacity:0;z-index:2;pointer-events:none;background:0 0;border-radius:999px;transition:opacity .4s;position:absolute;top:0;bottom:0;left:0;right:0}.mosaic-cell:hover .cell-glow,.mosaic-cell.is-active .cell-glow{opacity:1}.cell-subtitle{-webkit-backdrop-filter:blur(14px);color:#14141a;z-index:5;text-align:center;opacity:0;pointer-events:none;background:linear-gradient(#fffffff5,#fffffffe);border:1px solid #11111614;border-radius:14px;width:max-content;max-width:180px;padding:10px 12px;font-family:Space Grotesk,sans-serif;font-size:.62rem;line-height:1.3;transition:opacity .3s,transform .3s;position:absolute;top:calc(100% + 10px);bottom:auto;left:50%;right:auto;transform:translate(-50%)translateY(8px)}.mosaic-cell:hover .cell-subtitle{opacity:1;color:color-mix(in srgb, var(--node-accent) 64%, #14141a);transform:translate(-50%)translateY(0)}.mosaic-logo-center{z-index:20;-webkit-backdrop-filter:blur(16px);cursor:pointer;background:#ffffffe0;border:1px solid #1111160f;border-radius:50%;outline:none;padding:8px;transition:transform .35s cubic-bezier(.34,1.2,.64,1),background .3s,box-shadow .3s;animation:4s ease-in-out infinite logoBreath;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mosaic-logo-center:hover{background:#fffffffa;transform:translate(-50%,-50%)scale(1.04)}.mosaic-logo-center:active{transform:translate(-50%,-50%)scale(.96)}@keyframes logoBreath{0%,to{transform:translate(-50%,-50%)scale(1);box-shadow:0 0 18px #ff4d4d1a}50%{transform:translate(-50%,-50%)scale(1.015);box-shadow:0 0 26px #ff4d4d24}}.mosaic-logo-center:hover{animation:none}.logo-ring{width:var(--logo-base);height:var(--logo-base);background-color:#0000;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden;box-shadow:0 0 18px #ffffff47,0 0 34px #ffffff2e,0 8px 20px #0f0f1414}.logo-ring img{object-fit:contain;border-radius:50%;width:100%;height:100%}.logo-pulse{pointer-events:none;border:1px solid #ffffff3d;border-radius:50%;width:max(58px,min(6.2vw,96px));height:max(58px,min(6.2vw,96px));animation:3.6s ease-in-out infinite logoPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.logo-pulse.delay{animation-delay:1.5s}@keyframes logoPulse{0%{opacity:.42;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(1.9)}}.mosaic-vignette{pointer-events:none;z-index:10;background:linear-gradient(#ffffff0d 0%,#ffffff14 42%,#ffffff1f 100%),radial-gradient(circle at 28% 22%,#ffffff14,#0000 24%),radial-gradient(circle at 72% 64%,#ffffff0f,#0000 28%);position:absolute;top:0;bottom:0;left:0;right:0}.scroll-indicator{z-index:15;opacity:.7;pointer-events:none;flex-direction:column;align-items:center;gap:6px;transition:opacity .5s;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.scroll-indicator.is-hidden{opacity:0}.scroll-indicator-label{letter-spacing:3px;color:#889;text-transform:uppercase;font-family:Space Grotesk,sans-serif;font-size:.55rem;font-weight:600}.scroll-indicator-arrow{border-bottom:2px solid #f339;border-right:2px solid #f339;width:20px;height:20px;animation:2s ease-in-out infinite scrollBounce;transform:rotate(45deg)}@keyframes scrollBounce{0%,to{opacity:.6;transform:rotate(45deg)translateY(0)}50%{opacity:1;transform:rotate(45deg)translateY(6px)}}.premium-nav{z-index:1000;opacity:0;pointer-events:none;background:0 0;justify-content:space-between;align-items:center;height:56px;padding:0 40px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;right:0}.premium-nav.nav-scrolled{opacity:1;pointer-events:all;-webkit-backdrop-filter:blur(20px);background:#000000d9;border-bottom:1px solid #ff33331a}.nav-side{align-items:center;gap:32px;display:flex}.nav-side button{color:#888;letter-spacing:3px;cursor:pointer;background:0 0;border:none;padding:8px 0;font-family:Space Grotesk,sans-serif;font-size:.65rem;font-weight:600;transition:color .2s}.nav-side button:hover{color:#f33}.nav-btn-solid{color:#fff!important;background:#f33!important;border-radius:4px!important;padding:6px 18px!important;font-weight:700!important;transition:background .2s!important}.nav-btn-solid:hover{background:#c22!important}.animate-on-scroll{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(30px)}.animate-on-scroll.is-visible{opacity:1;transform:translateY(0)}.delay-1{transition-delay:.15s}.delay-2{transition-delay:.25s}.delay-3{transition-delay:.35s}.delay-4{transition-delay:.45s}.delay-5{transition-delay:.55s}.delay-fast{transition-delay:.1s}.vision-section{background:#0a0a0f;border-top:1px solid #1a1a1a;padding:120px 60px}.vision-container{text-align:center;max-width:900px;margin:0 auto}.vision-title{letter-spacing:-1px;color:#fff;margin-bottom:24px;font-family:Outfit,sans-serif;font-size:max(1.8rem,min(4vw,3.5rem));font-weight:800;line-height:1.1}.text-red{color:#f33}.vision-desc{color:#888;max-width:600px;margin:0 auto 48px;font-family:Space Grotesk,sans-serif;font-size:1rem;line-height:1.7}.vision-stats{flex-wrap:wrap;justify-content:center;gap:48px;display:flex}.stat-box{text-align:center;padding:24px}.stat-number{color:#f33;letter-spacing:-1px;font-family:Outfit,sans-serif;font-size:2.4rem;font-weight:800;display:block}.stat-label{letter-spacing:3px;color:#555;margin-top:8px;font-family:Space Grotesk,sans-serif;font-size:.6rem;display:block}.premium-services{background:#0f0f0f;padding:100px 60px}.section-header{text-align:center;margin-bottom:60px}.section-header h2{letter-spacing:-1px;color:#fff;font-family:Outfit,sans-serif;font-size:max(1.5rem,min(3vw,2.5rem));font-weight:800}.section-header p{color:#666;margin-top:12px;font-family:Space Grotesk,sans-serif;font-size:.9rem}.bento-grid{grid-template-columns:repeat(3,1fr);gap:16px;max-width:1100px;margin:0 auto;display:grid}.bento-item{background:#161616;border:1px solid #222;border-radius:12px;padding:32px 28px;transition:all .35s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.bento-item:hover,.bento-item.active{background:#1a1a1a;border-color:#ff33334d;transform:translateY(-4px)}.bento-id{color:#f33;letter-spacing:2px;font-family:Space Grotesk,monospace;font-size:.65rem;font-weight:700}.bento-title{color:#fff;letter-spacing:.5px;margin:12px 0 8px;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:700}.bento-desc{color:#666;font-family:Space Grotesk,sans-serif;font-size:.78rem;line-height:1.5}.bento-glow{opacity:0;pointer-events:none;background:radial-gradient(circle,#ff33330a,#0000 50%);width:200%;height:200%;transition:opacity .5s;position:absolute;top:-50%;left:-50%}.bento-item:hover .bento-glow{opacity:1}.partners-section{background:#0a0a0a;border-top:1px solid #151515;padding:80px 60px}.partners-container{max-width:1000px;margin:0 auto}.partners-grid{grid-template-columns:repeat(6,1fr);gap:12px;margin-bottom:48px;display:grid}.partner-card{text-align:center;background:#141414;border:1px solid #1e1e1e;border-radius:8px;padding:20px 16px;transition:border-color .3s}.partner-card:hover{border-color:#f333}.partner-name{letter-spacing:2px;color:#555;font-family:Space Grotesk,sans-serif;font-size:.65rem;font-weight:600}.proof-stats{background:linear-gradient(#ffffff05,#ffffff03);border:1px solid #ffffff0f;border-radius:24px;justify-content:center;align-items:center;gap:0;padding:32px 0;display:flex;box-shadow:0 18px 60px #00000038}.proof-stat{text-align:center;padding:0 32px}.proof-number{color:#fff3f3;font-family:Outfit,sans-serif;font-size:1.6rem;font-weight:800;display:block}.proof-label{letter-spacing:2px;color:#555;margin-top:4px;font-family:Space Grotesk,sans-serif;font-size:.55rem;display:block}.proof-divider{background:#222;width:1px;height:40px}.overline{letter-spacing:4px;color:#555;margin-bottom:8px;font-family:Space Grotesk,sans-serif;font-size:.6rem;font-weight:600}.title{letter-spacing:-1px;color:#fff;font-family:Outfit,sans-serif;font-size:max(1.5rem,min(3vw,2.5rem));font-weight:800}.contact-section{background:#0a0a0a;border-top:1px solid #151515;padding:100px 60px}.contact-container{grid-template-columns:1fr 1fr;align-items:start;gap:60px;max-width:1000px;margin:0 auto;display:grid}.contact-desc{color:#888;margin:20px 0 32px;font-family:Space Grotesk,sans-serif;font-size:.9rem;line-height:1.7}.contact-emails{flex-direction:column;gap:16px;display:flex}.contact-emails .label{letter-spacing:3px;color:#444;margin-bottom:4px;font-family:Space Grotesk,sans-serif;font-size:.55rem;display:block}.email-link{color:#f33;font-family:Space Grotesk,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s}.email-link:hover{color:#f33}.premium-form{flex-direction:column;gap:16px;display:flex}.form-group-row{gap:16px;display:flex}.form-group{flex:1;position:relative}.form-group input,.form-group select,.form-group textarea{color:#fff;letter-spacing:1px;background:#141414;border:1px solid #222;border-radius:6px;outline:none;width:100%;padding:14px 16px;font-family:Space Grotesk,sans-serif;font-size:.78rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#f33}.form-group select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-group textarea{resize:vertical;min-height:80px}.input-focus-border{display:none}.btn-submit{color:#fff;letter-spacing:2px;cursor:pointer;background:#f33;border:none;border-radius:6px;padding:14px 32px;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:700;transition:background .2s,transform .2s}.btn-submit:hover{background:#c22;transform:translateY(-2px)}.btn-submit .arrow{margin-left:8px}.success-message{text-align:center;padding:48px 24px}.check-ring{border:2px solid #22c55e;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 16px;display:flex}.check-icon{color:#22c55e;font-size:1.5rem}.success-message h3{letter-spacing:2px;margin-bottom:8px;font-family:Outfit,sans-serif;font-weight:700}.success-message p{color:#888;font-family:Space Grotesk,sans-serif;font-size:.85rem}.modern-footer{background:#0a0a0f;border-top:1px solid #111;padding:60px}.footer-top{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.img-logo-bottom{background-color:#f33;border-radius:50%;height:50px}.footer-social-grid{gap:16px;display:flex}.social-icon-link{color:#555;align-items:center;transition:color .2s,transform .2s;display:flex}.social-icon-link:hover{color:#f33;transform:translateY(-2px)}.social-icon-link svg{width:20px;height:20px}.footer-bottom{border-top:1px solid #151515;justify-content:space-between;align-items:center;padding-top:24px;display:flex}.footer-bottom p{color:#444;letter-spacing:1px;font-family:Space Grotesk,sans-serif;font-size:.65rem}.footer-legal{gap:24px;display:flex}.footer-legal a{color:#444;letter-spacing:2px;font-family:Space Grotesk,sans-serif;font-size:.6rem;text-decoration:none;transition:color .2s}.footer-legal a:hover{color:#f33}@media (max-width:1024px){.mosaic-grid{top:0;bottom:0;left:0;right:0}.bento-grid{grid-template-columns:repeat(2,1fr)}.partners-grid{grid-template-columns:repeat(3,1fr)}.contact-container{grid-template-columns:1fr}.proof-stats{flex-wrap:wrap;gap:12px}}@media (max-width:768px){.mosaic-grid{top:0;bottom:0;left:0;right:0}.mosaic-cell{width:max(34px,min(6.9vw,44px))}.logo-ring{width:54px!important;height:54px!important}.logo-pulse{width:58px!important;height:58px!important}.vision-section,.premium-services,.partners-section,.roster-section,.contact-section{padding:60px 20px}.premium-nav{padding:0 16px}.nav-side{gap:16px}}@media (max-width:640px){.premium-nav{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;height:52px;padding:0 12px;overflow-x:auto}.premium-nav::-webkit-scrollbar{display:none}.nav-side{flex-shrink:0;gap:8px}.nav-side button{letter-spacing:1.8px;white-space:nowrap;scroll-snap-align:start;padding:6px 0;font-size:.62rem}}@media (max-width:480px){.nav-left button:nth-child(2),.nav-right button:first-child{display:none}.nav-side button{letter-spacing:1.5px;font-size:.58rem}.bento-grid{grid-template-columns:1fr}.partners-grid{grid-template-columns:repeat(2,1fr)}.form-group-row{flex-direction:column}.modern-footer{padding:40px 20px}.footer-top,.footer-bottom{text-align:center;flex-direction:column;gap:16px}.mosaic-cell{width:max(30px,min(7.2vw,40px))}.mosaic-logo-center{padding:6px}.logo-ring{width:48px!important;height:48px!important}.logo-pulse{width:52px!important;height:52px!important}.vision-stats{flex-direction:column;gap:0}}.chat-toggle{color:#fff;cursor:pointer;z-index:9999;background:linear-gradient(135deg,#e11d48,#be123c);border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 4px 24px #e11d4866}.chat-toggle:hover{transform:scale(1.1);box-shadow:0 6px 32px #e11d4880}.chat-toggle.active{background:#1a1a1a;box-shadow:0 4px 20px #0000004d}.chat-panel{z-index:9998;background:#0a0a0a;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;width:400px;max-height:560px;animation:.3s ease-out chatSlideIn;display:flex;position:fixed;bottom:96px;right:28px;overflow:hidden;box-shadow:0 12px 48px #0009}@keyframes chatSlideIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.chat-header{background:#111;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.chat-header-info{align-items:center;gap:10px;display:flex}.chat-avatar{color:#fff;background:linear-gradient(135deg,#e11d48,#be123c);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.chat-header h4{color:#fff;margin:0;font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:600}.chat-status{color:#ffffff80;align-items:center;gap:5px;font-size:11px;display:flex}.status-dot{background:#22c55e;border-radius:50%;width:7px;height:7px;animation:2s infinite pulse-dot;display:inline-block}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.chat-minimize{color:#fff6;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:18px;transition:color .2s}.chat-minimize:hover{color:#fff}.chat-messages{scrollbar-width:thin;scrollbar-color:#ffffff1a transparent;flex-direction:column;flex:1;gap:12px;max-height:350px;padding:16px;display:flex;overflow-y:auto}.chat-bubble{max-width:85%;animation:.2s ease-out bubbleFadeIn}@keyframes bubbleFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chat-bubble.user{align-self:flex-end}.chat-bubble.assistant{align-self:flex-start}.bubble-content{word-wrap:break-word;white-space:pre-wrap;border-radius:12px;padding:10px 14px;font-size:13px;line-height:1.5}.chat-bubble.user .bubble-content{color:#fff;background:linear-gradient(135deg,#e11d48,#be123c);border-bottom-right-radius:4px}.chat-bubble.assistant .bubble-content{color:#ffffffe6;background:#1a1a1a;border:1px solid #ffffff0f;border-bottom-left-radius:4px}.bubble-time{color:#ffffff4d;margin-top:4px;padding:0 4px;font-size:10px;display:block}.chat-bubble.user .bubble-time{text-align:right}.typing{gap:4px;display:flex;padding:12px 16px!important}.typing span{background:#fff6;border-radius:50%;width:6px;height:6px;animation:1.4s infinite typingBounce}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.chat-quick-actions{flex-direction:column;gap:6px;padding:8px 16px;display:flex}.quick-action-btn{color:#fffc;cursor:pointer;text-align:left;background:#e11d4814;border:1px solid #e11d4833;border-radius:8px;padding:8px 12px;font-family:Space Grotesk,sans-serif;font-size:12px;transition:all .2s}.quick-action-btn:hover{color:#fff;background:#e11d4826;border-color:#e11d4866}.chat-input-bar{background:#111;border-top:1px solid #ffffff0f;align-items:center;gap:8px;padding:12px 14px;display:flex}.chat-input-bar input{color:#fff;background:#1a1a1a;border:1px solid #ffffff14;border-radius:8px;outline:none;flex:1;padding:10px 14px;font-family:Space Grotesk,sans-serif;font-size:13px;transition:border-color .2s}.chat-input-bar input:focus{border-color:#e11d4866}.chat-input-bar input::placeholder{color:#ffffff4d}.chat-send-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e11d48,#be123c);border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.chat-send-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 2px 12px #e11d4866}.chat-send-btn:disabled{opacity:.4;cursor:not-allowed}.chat-badge{color:#fff;background:#22c55e;border:2px solid #0a0a0a;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:10px;font-weight:800;animation:2s infinite badgePulse;display:flex;position:absolute;top:-4px;right:-4px}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.chat-tabs{border-bottom:1px solid #ffffff0f;display:flex}.chat-tab{color:#fff6;cursor:pointer;background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 0;font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:600;transition:all .2s;display:flex;position:relative}.chat-tab.active{color:#fff;border-bottom:2px solid #e11d48}.chat-tab:hover:not(.active){color:#ffffffb3}.tab-badge{color:#fff;background:#e11d48;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:9px;font-weight:800;display:inline-flex}.chat-bubble.system .bubble-content{color:#fffc;text-align:center;background:#22c55e1a;border:1px solid #22c55e33;border-radius:8px;font-size:11px}.chat-activity{scrollbar-width:thin;scrollbar-color:#ffffff1a transparent;flex:1;max-height:420px;padding:8px;overflow-y:auto}.activity-empty{text-align:center;color:#ffffff4d;padding:40px 20px;font-size:13px}.activity-item{cursor:pointer;border-radius:10px;gap:10px;margin-bottom:2px;padding:10px 12px;transition:background .2s;display:flex}.activity-item:hover{background:#ffffff0a}.activity-item.unread{background:#e11d480f;border-left:2px solid #e11d48}.activity-icon{flex-shrink:0;margin-top:2px;font-size:18px}.activity-content{flex:1;min-width:0}.activity-title{color:#ffffffe6;margin-bottom:2px;font-size:12px;font-weight:600}.activity-body{color:#ffffff80;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:11px;line-height:1.4;display:-webkit-box;overflow:hidden}.activity-time{color:#ffffff40;margin-top:4px;font-size:10px}.streaming-cursor{color:#7c3aed;font-weight:700;animation:.7s infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@media (max-width:480px){.chat-panel{width:calc(100vw - 24px);max-height:70vh;bottom:80px;right:12px}.chat-toggle{bottom:16px;right:16px}}
