@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap";:root{--bg-dark:#f1f5f9;--bg-sidebar:#fff;--bg-card:#fff;--bg-card-hover:#f8fafc;--bg-card-header:#f8fafc;--text-main:#1e293b;--text-muted:#64748b;--text-dark:#fff;--accent-yellow:#f5b041;--accent-yellow-hover:#f39c12;--accent-blue:#3b82f6;--accent-blue-hover:#2563eb;--accent-blue-transparent:#3b82f61a;--success:#10b981;--danger:#ef4444;--danger-transparent:#ef44441a;--border-color:#e2e8f0;--border-light:#cbd5e1;--font-main:"Inter", system-ui, sans-serif;--font-brand:"Outfit", system-ui, sans-serif;--sidebar-width:260px;--header-height:70px}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%}body{font-family:var(--font-main);background-color:var(--bg-dark);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body.admin-nav-open{overflow:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.app-container{width:100%;max-width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.sidebar{width:var(--sidebar-width);z-index:40;background-color:#131720;border-right:1px solid #272c39;flex-direction:column;flex-shrink:0;display:flex}.sidebar-header{min-height:var(--header-height);border-bottom:1px solid #272c39;justify-content:center;align-items:center;gap:12px;padding:16px 12px;display:flex;position:relative}.sidebar-logo{object-fit:contain;width:auto;max-width:100%;height:64px}.sidebar-close-btn,.menu-toggle,.sidebar-backdrop{display:none}.brand{font-family:var(--font-brand);color:#f8fafc;letter-spacing:.5px;font-size:1.25rem;font-weight:600}.brand-subtitle{color:#94a3b8;margin-top:2px;font-size:.75rem;font-weight:400}.sidebar-section-label{color:#94a3b8;letter-spacing:.06em;text-transform:uppercase;border-top:1px solid #ffffff14;align-items:center;gap:8px;margin:18px 12px 8px;padding-top:12px;font-size:.7rem;font-weight:700;display:flex}.sidebar-nav-section:first-child .sidebar-section-label{border-top:none;margin-top:0;padding-top:0}.sidebar-nav{flex-direction:column;flex-grow:1;gap:8px;padding:24px 16px;display:flex;overflow-y:auto}.sidebar-nav-section{flex-direction:column;gap:8px;display:flex}.nav-item{color:#94a3b8;cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:8px;align-items:center;gap:16px;padding:12px 16px;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-item:hover{color:#f8fafc;background-color:#1a1e28}.nav-item.active-blue{background-color:var(--accent-blue);color:#fff}.nav-item.active-yellow{background-color:var(--accent-yellow);color:#000;font-weight:600}.sidebar-footer{border-top:1px solid #272c39;flex-direction:column;gap:8px;padding:16px;display:flex}.main-wrapper,.main-content{flex-direction:column;flex:auto;width:100%;min-width:0;display:flex;overflow:hidden}.top-header{min-height:var(--header-height);padding:0 32px;padding-left:max(16px, env(safe-area-inset-left));padding-right:max(16px, env(safe-area-inset-right));background-color:#131720;border-bottom:1px solid #272c39;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;display:flex}.header-left{align-items:center;gap:12px;min-width:0;display:flex}.header-page-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1.25rem;overflow:hidden}.logout-btn{border:1px solid var(--danger);color:var(--danger);cursor:pointer;background-color:#ef44441a;border-radius:8px;flex-shrink:0;align-items:center;gap:8px;padding:8px 16px;font-weight:500;display:flex}.menu-toggle,.sidebar-close-btn{color:#f8fafc;cursor:pointer;background:0 0;border:1px solid #272c39;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px}.header-title{align-items:center;gap:16px;display:flex}.header-brand{font-family:var(--font-brand);color:var(--accent-yellow);letter-spacing:1px;font-size:1.25rem;font-weight:700}.header-divider{background-color:#272c39;width:1px;height:20px}.header-subtitle{color:#94a3b8;letter-spacing:.5px;font-size:.9rem;font-weight:500}.header-actions{align-items:center;gap:20px;display:flex}.icon-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:color .2s;display:flex;position:relative}.icon-btn:hover{color:#f8fafc}.badge{background-color:var(--accent-yellow);border-radius:50%;width:8px;height:8px;position:absolute;top:0;right:-2px}.btn-primary{background-color:var(--accent-yellow);color:#000;cursor:pointer;border:none;border-radius:6px;padding:8px 20px;font-size:.9rem;font-weight:600;transition:background-color .2s}.btn-primary:hover{background-color:var(--accent-yellow-hover)}.user-avatar{cursor:pointer;width:36px;height:36px;color:var(--accent-blue);background-color:#1a1e28;border:1px solid #272c39;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.user-avatar img{object-fit:cover;width:100%;height:100%}.dashboard-content{padding:32px;padding-bottom:max(24px, env(safe-area-inset-bottom));flex-direction:column;flex-grow:1;gap:24px;width:100%;min-width:0;max-width:100%;display:flex;overflow:hidden auto}.dashboard-content>*{box-sizing:border-box;width:100%;max-width:100%}.admin-metric-strip{--metric-cols:3;grid-template-columns:repeat(var(--metric-cols), minmax(0, 1fr));box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:12px;gap:0;width:100%;display:grid;overflow:hidden}.admin-metric-strip.cols-4{--metric-cols:4}.admin-metric{text-align:center;background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:0;padding:14px 10px;display:flex}.admin-metric:last-child{border-right:none}.admin-metric-value{color:#0f172a;font-size:1.45rem;font-weight:700;font-family:var(--font-brand);letter-spacing:-.02em;line-height:1.1}.admin-metric-label{letter-spacing:.04em;text-transform:uppercase;color:#64748b;font-size:.68rem;font-weight:600;line-height:1.2}@media (width<=700px){.admin-metric{min-height:72px;padding:12px 6px}.admin-metric-value{font-size:1.25rem}.admin-metric-label{font-size:.62rem}.admin-metric-strip.cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-metric-strip.cols-4 .admin-metric:nth-child(2){border-right:none}.admin-metric-strip.cols-4 .admin-metric:first-child,.admin-metric-strip.cols-4 .admin-metric:nth-child(2){border-bottom:1px solid #e2e8f0}}.page-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.page-toolbar-actions{flex-wrap:wrap;align-items:center;gap:12px;min-width:0;display:flex}.search-bar{border:1px solid var(--border-color);background:#ffffff0a;border-radius:8px;align-items:center;gap:8px;width:100%;min-width:160px;max-width:280px;padding:10px 14px;display:flex}.search-bar input,.search-bar select{width:100%;min-width:0;max-width:100%}.table-scroll{-webkit-overflow-scrolling:touch;width:100%;max-width:100%;overflow-x:auto}.table-scroll table{border-collapse:collapse;width:100%;min-width:720px}.admin-modal-overlay{z-index:1000;padding:max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));background:#000000a6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow-y:auto}.admin-modal-panel{border:1px solid var(--border-color);background:#0a192f;border-radius:12px;width:100%;max-width:500px;max-height:min(90dvh,90vh);overflow-y:auto;box-shadow:0 20px 40px #0006}.admin-modal-panel.wide{max-width:800px}.form-row-2{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.tabs-scroll{-webkit-overflow-scrolling:touch;gap:8px;width:100%;padding-bottom:4px;display:flex;overflow-x:auto}.banner-list-item{flex-wrap:wrap;align-items:flex-start;gap:16px;display:flex}.banner-list-item img{object-fit:cover;border-radius:8px;flex-shrink:0;width:200px;max-width:100%;height:auto}.banner-list-item>div{flex:220px;min-width:0}.stats-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.stat-card{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;padding:24px;transition:border-color .2s;position:relative;overflow:hidden}.stat-card:hover{border-color:var(--border-light)}.stat-card:before{content:"";background-color:var(--accent-blue);opacity:.8;width:4px;height:100%;position:absolute;top:0;left:0}.stat-card:nth-child(2):before{background-color:var(--accent-yellow)}.stat-card:nth-child(3):before{background-color:var(--success)}.stat-card:nth-child(4):before{background-color:var(--text-muted)}.stat-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.stat-title{color:var(--text-muted);letter-spacing:.5px;text-transform:uppercase;font-size:.8rem;font-weight:600}.stat-icon{color:var(--accent-blue);opacity:.8}.stat-value{color:var(--text-main);font-size:2rem;font-weight:600;font-family:var(--font-brand);margin-bottom:8px}.stat-trend{align-items:center;gap:4px;font-size:.85rem;font-weight:500;display:flex}.stat-trend.warning{color:var(--accent-yellow)}.server-stat-row{justify-content:space-between;align-items:center;margin-bottom:8px;font-size:.85rem;display:flex}.progress-bar-bg{background-color:var(--border-color);border-radius:2px;width:100%;height:4px;margin-bottom:16px;overflow:hidden}.progress-bar-fill{background-color:var(--success);border-radius:2px;height:100%}.middle-grid{grid-template-columns:2fr 1fr;gap:20px;display:grid}.panel{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;display:flex}.panel-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.panel-title{color:var(--text-main);font-size:1.1rem;font-weight:600}.toggle-group{background-color:var(--bg-sidebar);border:1px solid var(--border-color);border-radius:6px;display:flex;overflow:hidden}.toggle-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:6px 16px;font-size:.85rem;font-weight:500;transition:all .2s}.toggle-btn.active{background-color:var(--border-light);color:var(--text-main)}.panel-content{flex-grow:1;padding:24px}.chart-container{width:100%;height:250px}.priority-badge{background-color:var(--danger-transparent);color:var(--danger);border-radius:12px;padding:4px 10px;font-size:.75rem;font-weight:600}.task-list{flex-direction:column;gap:20px;display:flex}.task-item{padding-left:16px;position:relative}.task-item:before{content:"";border-radius:50%;width:6px;height:6px;position:absolute;top:6px;left:0}.task-item.warning:before{background-color:var(--accent-yellow)}.task-item.danger:before{background-color:var(--danger)}.task-item.success:before{background-color:var(--success)}.task-title{color:var(--text-main);margin-bottom:6px;font-size:.9rem;font-weight:600}.task-desc{color:var(--text-muted);font-size:.85rem;line-height:1.4}.view-all-link{text-align:center;color:var(--accent-yellow);margin-top:10px;font-size:.85rem;font-weight:500;text-decoration:none;display:block}.view-all-link:hover{text-decoration:underline}.actions-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.action-card{background-color:var(--bg-card);border:1px solid var(--border-color);cursor:pointer;border-radius:12px;align-items:center;gap:16px;padding:20px;transition:all .2s;display:flex}.action-card:hover{border-color:var(--border-light);background-color:var(--bg-card-hover);transform:translateY(-2px)}.action-icon-wrapper{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.action-card:first-child .action-icon-wrapper{background-color:var(--accent-blue-transparent);color:var(--accent-blue)}.action-card:nth-child(2) .action-icon-wrapper{color:var(--accent-yellow);background-color:#f5b04126}.action-card:nth-child(3) .action-icon-wrapper{color:var(--success);background-color:#10b98126}.action-card:nth-child(4) .action-icon-wrapper{color:var(--text-muted);background-color:#94a3b826}.action-details{flex-direction:column;gap:4px;display:flex}.action-title{color:var(--text-main);font-size:.95rem;font-weight:600}.action-subtitle{color:var(--text-muted);font-size:.75rem;line-height:1.3}.dashboard-footer{border-top:1px solid var(--border-color);color:var(--text-muted);justify-content:space-between;align-items:center;padding-top:16px;font-size:.8rem;display:flex}.footer-left,.footer-right{gap:24px;display:flex}.footer-link{color:var(--text-muted);text-decoration:none;transition:color .2s}.footer-link:hover{color:var(--text-main)}@media (width<=1200px){.stats-grid{grid-template-columns:repeat(2,1fr)}.middle-grid{grid-template-columns:1fr}.actions-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=1024px){.top-header{padding:0 20px}.dashboard-content{padding:20px}}@media (width<=900px){.menu-toggle{display:inline-flex}.sidebar-close-btn{display:inline-flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.sidebar-backdrop{z-index:35;opacity:0;pointer-events:none;background:#0000008c;border:none;margin:0;padding:0;transition:opacity .2s;display:block;position:fixed;inset:0}.app-container.nav-open .sidebar-backdrop{opacity:1;pointer-events:auto}.sidebar{z-index:40;width:min(280px,86vw);max-width:280px;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);border-right:1px solid #272c39;transition:transform .25s;position:fixed;top:0;bottom:0;left:0;transform:translate(-105%)}.app-container.nav-open .sidebar{transform:translate(0)}.sidebar-nav{flex-flow:column;gap:8px;padding:16px}.nav-item{flex:none;width:100%;min-width:0}.main-content{width:100%}.top-header{min-height:64px;padding:0 16px}.dashboard-content{padding:16px;overflow-x:hidden}.stats-grid,.actions-grid,.form-row-2{grid-template-columns:1fr}.search-bar{flex:100%;max-width:100%}.page-toolbar-actions{width:100%}.page-toolbar-actions>*{flex:auto}.footer-left,.footer-right,.dashboard-footer{flex-wrap:wrap;gap:12px}}@media (width<=600px){.header-page-title{font-size:1.05rem}.logout-label{display:none}.logout-btn{padding:8px 10px}.dashboard-content{gap:16px;padding:12px}.admin-modal-panel{max-height:min(92dvh,92vh)}.banner-list-item img{width:100%}.table-scroll table{min-width:640px}.panel{max-width:100%}.panel-header,.panel-content{padding-left:16px;padding-right:16px}}@media (width<=480px){.sidebar-logo{height:48px}.user-avatar{width:32px;height:32px}}.admin-page{flex-direction:column;gap:24px;width:100%;min-width:0;max-width:100%;display:flex}@media (width<=700px){.admin-page{gap:16px}}.admin-panel{padding:clamp(16px,4vw,40px)}.admin-panel-sm{padding:clamp(14px,3vw,24px)}.admin-page-head{align-items:center;gap:16px;min-width:0;margin-bottom:24px;display:flex}.admin-page-head-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;padding:12px;display:flex}.admin-page-head-text{min-width:0}.admin-page-head-text h1,.admin-page-head-text h2{color:var(--text-main);overflow-wrap:anywhere;margin:0 0 4px;font-size:clamp(1.25rem,4.5vw,1.8rem);line-height:1.2}.admin-page-head-text p{color:var(--text-muted);margin:0;font-size:clamp(.82rem,2.6vw,.95rem);line-height:1.45}@media (width<=700px){.admin-page-head{gap:12px;margin-bottom:16px}.admin-page-head-icon{padding:9px}.admin-page-head-icon svg{width:22px;height:22px}}.page-toolbar .admin-page-head{flex:260px;margin-bottom:0}@media (width<=700px){.page-toolbar>.btn-primary,.page-toolbar-actions>.btn-primary{justify-content:center;width:100%}}.admin-form-grid{gap:12px;width:100%;min-width:0;display:grid}.admin-form-grid>*{min-width:0}.admin-form-grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-form-grid.cols-3{grid-template-columns:minmax(0,1fr) minmax(0,160px) minmax(0,180px)}.admin-form-grid.cols-main-aside{grid-template-columns:minmax(0,1fr) minmax(0,160px)}@media (width<=900px){.admin-form-grid.cols-3{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-form-grid.cols-3>:nth-child(3){grid-column:1/-1}}@media (width<=640px){.admin-form-grid.cols-2,.admin-form-grid.cols-3,.admin-form-grid.cols-main-aside{grid-template-columns:minmax(0,1fr)}}.admin-dropzone{border:2px dashed var(--border-color);text-align:center;cursor:pointer;background-color:#ffffff05;border-radius:12px;padding:clamp(20px,5vw,40px) clamp(14px,4vw,36px);position:relative}.admin-dropzone input[type=file]{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.admin-list-row{grid-template-columns:var(--row-thumb,148px) minmax(0, 1fr) auto;align-items:center;gap:16px;padding:16px;display:grid}.admin-list-row>*{min-width:0}.admin-row-thumb{width:var(--row-thumb,148px);height:var(--row-thumb-h,92px);object-fit:cover;border-radius:10px;display:block}.admin-row-body{overflow-wrap:anywhere;min-width:0}.admin-row-actions{flex-direction:column;flex-shrink:0;gap:8px;display:flex}@media (width<=720px){.admin-list-row{grid-template-columns:minmax(0,1fr);gap:12px;padding:14px}.admin-row-thumb{aspect-ratio:16/10;width:100%;height:auto;max-height:200px}.admin-row-actions{flex-flow:wrap;justify-content:flex-end}}.admin-icon-btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;min-width:40px;min-height:40px;padding:8px;display:inline-flex}.admin-split-row{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.admin-split-row>:first-child{flex:auto;min-width:0}.admin-split-actions{flex-shrink:0;gap:8px;display:flex}@media (width<=600px){.admin-split-row{flex-direction:column;gap:12px}.admin-split-actions{flex-wrap:wrap;justify-content:flex-end;width:100%}}.admin-form-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}@media (width<=600px){.admin-form-actions>*{text-align:center;flex:140px;justify-content:center}}.admin-table-view{display:block}.admin-card-view{display:none}@media (width<=900px){.admin-table-view{display:none}.admin-card-view{flex-direction:column;gap:12px;padding:12px;display:flex}}.admin-data-card{border:1px solid var(--border-color);background:var(--bg-card);border-radius:12px;flex-direction:column;gap:10px;min-width:0;padding:14px;display:flex}.admin-data-card-title{color:var(--text-main);overflow-wrap:anywhere;font-size:.95rem;font-weight:600}.admin-data-card-sub{color:var(--text-muted);overflow-wrap:anywhere;margin-top:2px;font-size:.82rem}.admin-data-card-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px;display:grid}.admin-data-card-field{min-width:0}.admin-data-card-field dt{letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);margin-bottom:2px;font-size:.65rem;font-weight:700}.admin-data-card-field dd{color:var(--text-main);overflow-wrap:anywhere;margin:0;font-size:.85rem}.admin-data-card-foot{border-top:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding-top:10px;display:flex}.admin-page input,.admin-page select,.admin-page textarea{max-width:100%}@media (width<=700px){.admin-page input,.admin-page select,.admin-page textarea,.dashboard-content input,.dashboard-content select,.dashboard-content textarea{font-size:16px}}.admin-breakable{overflow-wrap:anywhere;word-break:break-word}.live-dashboard{color:#1a1d20;box-sizing:border-box;background-color:#f8f9fb;border-radius:12px;width:100%;max-width:100%;min-height:100%;padding:24px;font-family:Inter,system-ui,sans-serif}.dashboard-header{margin-bottom:24px}.dashboard-header h1{color:#111827;word-wrap:break-word;margin:0 0 4px;font-size:24px;font-weight:700}.dashboard-header p{color:#6b7280;margin:0;font-size:14px}.dashboard-layout{grid-template-columns:1fr minmax(240px,300px);align-items:start;gap:24px;width:100%;display:grid}.dashboard-main{flex-direction:column;gap:24px;min-width:0;display:flex}.stats-grid-light{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.stat-card-light{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;min-width:0;padding:16px;display:flex;position:relative;box-shadow:0 1px 3px #0000000d}.stat-card-light .icon-wrapper{border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:12px;display:flex}.stat-card-light .stat-title{color:#4b5563;margin-bottom:4px;font-size:13px;font-weight:500}.stat-card-light .stat-value{color:#111827;word-break:break-word;flex-wrap:wrap;align-items:center;gap:8px;font-size:24px;font-weight:700;display:flex}.stat-card-light .stat-trend{font-size:12px;font-weight:600}.stat-trend.positive{color:#10b981}.stat-trend.negative{color:#ef4444}.charts-row{grid-template-columns:1fr 1fr 1fr;gap:16px;display:grid}.chart-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;min-width:0;height:280px;min-height:240px;padding:16px;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000000d}.chart-card h3{color:#374151;margin:0 0 16px;font-size:14px;font-weight:600}.chart-card .recharts-responsive-container{flex:auto;min-height:0}.sidebar-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-width:0;max-height:calc(100vh - 160px);padding:16px;overflow-y:auto;box-shadow:0 1px 3px #0000000d}.sidebar-panel h3{color:#111827;border-bottom:1px solid #f3f4f6;margin:0 0 16px;padding-bottom:12px;font-size:16px;font-weight:600}.activity-list{flex-direction:column;gap:16px;display:flex}.activity-item{gap:12px;display:flex;position:relative}.activity-item:not(:last-child):after{content:"";background-color:#f3f4f6;width:2px;position:absolute;top:32px;bottom:-16px;left:15px}.activity-icon{z-index:1;background:#f3f4f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.activity-content{flex:1;min-width:0}.activity-content h4{color:#111827;word-wrap:break-word;margin:0 0 2px;font-size:13px;font-weight:600}.activity-content p{color:#6b7280;word-wrap:break-word;margin:0;font-size:12px}@media (width<=1200px){.dashboard-layout{grid-template-columns:1fr}.sidebar-panel{height:auto;max-height:360px}.charts-row{grid-template-columns:1fr 1fr}}@media (width<=900px){.live-dashboard{padding:16px}.stats-grid-light{grid-template-columns:1fr 1fr}.charts-row{grid-template-columns:1fr}.chart-card{height:260px}}@media (width<=600px){.live-dashboard{padding:12px}.dashboard-header h1{font-size:20px}.stats-grid-light{grid-template-columns:1fr}.stat-card-light .stat-value{font-size:22px}}.dir-page{flex-direction:column;gap:20px;width:100%;min-width:0;display:flex}.dir-hero{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.dir-hero-left{align-items:flex-start;gap:14px;min-width:0;display:flex}.dir-hero-icon{color:#2563eb;background:linear-gradient(145deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.dir-hero h1{font-family:var(--font-brand);color:#0f172a;letter-spacing:-.02em;margin:0 0 4px;font-size:1.55rem;font-weight:700}.dir-hero p{color:#64748b;margin:0;font-size:.9rem;line-height:1.45}.dir-toolbar{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:10px;width:100%;padding:12px;display:flex}.dir-toolbar-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;display:grid}.dir-select,.dir-search{color:#0f172a;box-sizing:border-box;background:#f8fafc;border:1px solid #e2e8f0;border-radius:9px;outline:none;height:40px;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.dir-select:focus,.dir-search:focus-within{background:#fff;border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f61f}.dir-select{width:100%;min-width:0;padding:0 12px}.dir-search{color:#64748b;align-items:center;gap:8px;width:100%;max-width:none;padding:0 12px;display:flex}.dir-search input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:.875rem}.dir-search input::placeholder{color:#94a3b8}.dir-create-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#2563eb;border:none;border-radius:9px;justify-content:center;align-items:center;gap:8px;height:40px;padding:0 14px;font-size:.875rem;font-weight:600;transition:background .15s;display:inline-flex}.dir-create-btn:hover{background:#1d4ed8}@media (width>=768px){.dir-toolbar{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"search row";align-items:center;gap:10px 12px;padding:12px 14px;display:grid}.dir-search{grid-area:search}.dir-toolbar-row{grid-area:row;width:auto;min-width:300px}}.dir-regions{flex-direction:column;gap:22px;display:flex}.dir-region-head{align-items:center;gap:10px;margin-bottom:12px;display:flex}.dir-region-head h2{letter-spacing:.08em;text-transform:uppercase;color:#475569;margin:0;font-size:.78rem;font-weight:700}.dir-region-count{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:2px 9px;font-size:.72rem;font-weight:600}.dir-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));align-items:stretch;gap:14px;display:grid}.dir-card{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;gap:12px;min-width:0;height:100%;min-height:248px;padding:16px;transition:border-color .15s,box-shadow .15s;display:flex}.dir-card:hover{border-color:#cbd5e1;box-shadow:0 8px 24px #0f172a0f}.dir-card-top{flex-shrink:0;align-items:flex-start;gap:12px;display:flex}.dir-logo,.dir-logo-fallback{border-radius:11px;flex-shrink:0;width:48px;height:48px}.dir-logo{object-fit:cover;background:#fff;border:1px solid #e2e8f0}.dir-logo-fallback{color:#2563eb;background:#eff6ff;border:1px solid #dbeafe;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.dir-card-meta{flex:1;min-width:0}.dir-card-name{color:#0f172a;word-break:break-word;align-items:center;gap:6px;font-size:.95rem;font-weight:600;line-height:1.3;display:flex}.dir-card-name svg{flex-shrink:0}.dir-card-loc{color:#64748b;align-items:center;gap:4px;margin-top:4px;font-size:.8rem;display:flex}.dir-card-actions{flex-shrink:0;align-items:center;gap:4px;display:flex}.dir-icon-btn{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,border-color .15s;display:inline-flex}.dir-icon-btn.edit{color:#2563eb}.dir-icon-btn.edit:hover{background:#eff6ff;border-color:#bfdbfe}.dir-icon-btn.delete{color:#ef4444}.dir-icon-btn.delete:hover{background:#fef2f2;border-color:#fecaca}.dir-card-footer{border-top:1px solid #f1f5f9;flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;margin-top:auto;padding-top:10px;display:flex}.dir-category{color:#475569;text-overflow:ellipsis;white-space:nowrap;max-width:70%;font-size:.8rem;font-weight:500;overflow:hidden}.dir-status{letter-spacing:.03em;text-transform:uppercase;border-radius:999px;flex-shrink:0;padding:3px 8px;font-size:.7rem;font-weight:700}.dir-status.active{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0}.dir-status.inactive{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0}.dir-card-body{flex-direction:column;flex:auto;gap:10px;min-height:108px;display:flex}.dir-details{flex-direction:column;flex:1;gap:6px;display:flex}.dir-detail-row{color:#475569;word-break:break-word;align-items:flex-start;gap:7px;font-size:.78rem;line-height:1.35;display:flex}.dir-detail-row svg{color:#94a3b8;flex-shrink:0;margin-top:2px}.dir-detail-row.muted{color:#94a3b8;font-style:italic}.dir-chips{flex-wrap:wrap;align-content:flex-start;gap:6px;min-height:28px;display:flex}.dir-chip{color:#475569;text-overflow:ellipsis;white-space:nowrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;max-width:100%;padding:3px 8px;font-size:.68rem;font-weight:500;overflow:hidden}.dir-chip.more{color:#2563eb;background:#eff6ff;border-color:#bfdbfe;font-weight:600}.dir-chip.empty{color:#94a3b8;background:0 0;border-style:dashed}.dir-empty{text-align:center;color:#64748b;background:#fff;border:1px dashed #cbd5e1;border-radius:14px;padding:48px 24px}.dir-empty strong{color:#0f172a;margin-bottom:6px;font-size:1.05rem;display:block}.dir-modal-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;background:#0f172a8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.dir-modal{background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:100%;max-width:820px;max-height:90vh;padding:24px;overflow-y:auto;box-shadow:0 25px 50px #0f172a33}.dir-modal-head{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;display:flex}.dir-modal-head h3{color:#0f172a;margin:0;font-size:1.15rem;font-weight:700}.dir-modal-close{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.dir-modal-close:hover{color:#0f172a;background:#f1f5f9}.dir-form{flex-direction:column;gap:16px;display:flex}.dir-form label{color:#64748b;margin-bottom:6px;font-size:.8rem;font-weight:600;display:block}.dir-form input,.dir-form select{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-size:.9rem}.dir-form input:focus,.dir-form select:focus{background:#fff;border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f61f}.dir-form-actions{border-top:1px solid #f1f5f9;justify-content:flex-end;gap:10px;margin-top:8px;padding-top:16px;display:flex}.dir-btn-ghost{color:#334155;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:8px;padding:10px 18px;font-weight:600}.dir-btn-ghost:hover{background:#f8fafc}.dir-btn-primary{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:10px 18px;font-weight:600}.dir-btn-primary:disabled{opacity:.7;cursor:not-allowed}.dir-btn-primary:hover:not(:disabled){background:#1d4ed8}.dir-logo-pick{cursor:pointer;color:#334155;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;align-items:center;gap:8px;padding:10px 14px;font-size:.875rem;font-weight:500;display:inline-flex}@media (width<=700px){.dir-page{gap:14px}.dir-hero h1{font-size:1.3rem}.dir-hero p{font-size:.82rem}.dir-toolbar-row{grid-template-columns:1fr}.dir-create-btn{width:100%}.dir-grid{grid-template-columns:1fr}.dir-card,.dir-card-body{min-height:0}.dir-detail-row{font-size:.76rem}}.int-page{flex-direction:column;gap:20px;width:100%;min-width:0;display:flex}.int-hero{align-items:flex-start;gap:14px;display:flex}.int-hero-icon{color:#2563eb;background:linear-gradient(145deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.int-hero h1{font-family:var(--font-brand);color:#0f172a;letter-spacing:-.02em;margin:0 0 4px;font-size:1.55rem;font-weight:700}.int-hero p{color:#64748b;max-width:56rem;margin:0;font-size:.9rem;line-height:1.5}.int-list{flex-direction:column;gap:14px;display:flex}.int-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;transition:border-color .15s,box-shadow .15s;overflow:hidden}.int-card:hover{border-color:#cbd5e1;box-shadow:0 8px 24px #0f172a0f}.int-card-main{flex-direction:column;gap:14px;padding:18px 20px;display:flex}.int-card-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.int-card-top-left{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.int-type{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-items:center;padding:4px 10px;font-size:.7rem;font-weight:700;display:inline-flex}.int-type.buy{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0}.int-type.sell{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe}.int-type.other{color:#475569;background:#f8fafc;border:1px solid #e2e8f0}.int-date{color:#64748b;font-size:.8rem}.int-count-pill{color:#c2410c;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:.78rem;font-weight:700;display:inline-flex}.int-title{color:#0f172a;word-break:break-word;margin:0;font-size:1.2rem;font-weight:700;line-height:1.3}.int-meta-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px 16px;display:grid}.int-meta-item{min-width:0}.int-meta-label{letter-spacing:.04em;text-transform:uppercase;color:#94a3b8;margin-bottom:3px;font-size:.7rem;font-weight:600}.int-meta-value{color:#334155;word-break:break-word;align-items:center;gap:5px;font-size:.9rem;font-weight:500;display:flex}.int-interest-section{background:#f8fafc;border-top:1px solid #f1f5f9;padding:16px 20px 18px}.int-interest-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:12px;display:flex}.int-interest-head h3{letter-spacing:.06em;text-transform:uppercase;color:#475569;margin:0;font-size:.78rem;font-weight:700}.int-interest-head span{color:#64748b;font-size:.8rem}.int-interest-list{flex-direction:column;gap:8px;display:flex}.int-interest-row{background:#fff;border:1px solid #e2e8f0;border-radius:11px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:12px;padding:12px 14px;display:grid}.int-interest-num{color:#2563eb;background:#eff6ff;border:1px solid #dbeafe;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:700;display:flex}.int-interest-body{min-width:0}.int-interest-who{color:#0f172a;word-break:break-word;font-size:.95rem;font-weight:700}.int-interest-what{color:#475569;margin-top:4px;font-size:.84rem;line-height:1.45}.int-interest-what strong{color:#0f172a;font-weight:600}.int-interest-sub{color:#94a3b8;margin-top:4px;font-size:.78rem}.int-empty{text-align:center;color:#64748b;background:#fff;border:1px dashed #cbd5e1;border-radius:14px;padding:48px 24px}.int-empty strong{color:#0f172a;margin-bottom:6px;font-size:1.05rem;display:block}.int-toolbar{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:10px;width:100%;padding:12px;display:flex}.int-toolbar-row{grid-template-columns:1fr 1fr;gap:8px;width:100%;display:grid}.int-search,.int-select{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:9px;outline:none;height:40px;font-size:.875rem}.int-search:focus-within,.int-select:focus{background:#fff;border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f61f}.int-search{color:#64748b;box-sizing:border-box;align-items:center;gap:8px;width:100%;max-width:none;padding:0 12px;display:flex}.int-search input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:.875rem}.int-search input::placeholder{color:#94a3b8}.int-select{box-sizing:border-box;width:100%;min-width:0;padding:0 10px}.int-toolbar-meta{color:#64748b;border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:8px;padding-top:8px;font-size:.75rem;line-height:1.3;display:flex}.int-toolbar-meta strong{color:#334155;font-weight:600}@media (width>=768px){.int-toolbar{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"search row""meta meta";align-items:center;gap:10px 12px;padding:12px 14px;display:grid}.int-search{grid-area:search}.int-toolbar-row{grid-area:row;width:auto;min-width:280px}.int-toolbar-meta{grid-area:meta}}.int-expand-btn{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-top:0;padding:8px 12px;font-size:.82rem;font-weight:600}.int-expand-btn:hover{background:#eff6ff;border-color:#bfdbfe}.int-expand-btn.ghost{color:#64748b}.int-expand-btn.ghost:hover{color:#334155;background:#f8fafc;border-color:#e2e8f0}.int-interest-tools{margin-bottom:10px}.int-search-inline{width:100%;max-width:none;height:36px}.int-interest-actions{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.int-interest-empty{color:#64748b;text-align:center;background:#fff;border:1px dashed #cbd5e1;border-radius:10px;padding:14px;font-size:.85rem}.int-pagination{justify-content:center;align-items:center;gap:14px;padding:4px 0 8px;display:flex}.int-page-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:4px;height:36px;padding:0 12px;font-size:.85rem;font-weight:600;display:inline-flex}.int-page-btn:hover:not(:disabled){background:#f8fafc}.int-page-btn:disabled{opacity:.45;cursor:not-allowed}.int-page-status{color:#64748b;font-size:.85rem;font-weight:500}@media (width<=700px){.int-page{gap:14px}.int-hero h1{font-size:1.3rem}.int-hero p{font-size:.82rem}.int-search,.int-select{height:38px;font-size:.82rem}.int-meta-grid{grid-template-columns:1fr 1fr;gap:10px}.int-card-main,.int-interest-section{padding:14px}.int-title{font-size:1.05rem}}.ad-page{flex-direction:column;gap:20px;width:100%;min-width:0;display:flex}.ad-hero{align-items:flex-start;gap:14px;display:flex}.ad-hero-icon{color:#2563eb;background:linear-gradient(145deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.ad-hero h1{font-family:var(--font-brand);color:#0f172a;letter-spacing:-.02em;margin:0 0 4px;font-size:1.55rem;font-weight:700}.ad-hero p{color:#64748b;max-width:62rem;margin:0;font-size:.9rem;line-height:1.5}.ad-panel{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:22px}.ad-panel-title{color:#0f172a;margin:0 0 4px;font-size:1.05rem;font-weight:700}.ad-panel-sub{color:#64748b;margin:0 0 18px;font-size:.875rem}.ad-form{flex-direction:column;gap:18px;display:flex}.ad-dropzone{text-align:center;cursor:pointer;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;padding:36px 24px;transition:border-color .15s,background .15s;position:relative}.ad-dropzone:hover{background:#eff6ff;border-color:#93c5fd}.ad-dropzone input[type=file]{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.ad-dropzone-title{color:#0f172a;margin-top:10px;font-size:1rem;font-weight:700}.ad-dropzone-hint{color:#64748b;margin-top:6px;font-size:.875rem}.ad-dropzone-hint strong{color:#b45309}.ad-preview{object-fit:contain;background:#fff;border:1px solid #e2e8f0;border-radius:10px;max-width:100%;max-height:200px}.ad-label{color:#64748b;margin-bottom:8px;font-size:.8rem;font-weight:600;display:block}.ad-input{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:9px;outline:none;width:100%;padding:11px 14px;font-size:.9rem}.ad-input:focus{background:#fff;border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f61f}.ad-placement{flex-wrap:wrap;gap:10px;display:flex}.ad-place-option{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:8px;padding:10px 14px;font-size:.875rem;font-weight:500;display:inline-flex}.ad-place-option.active{color:#1d4ed8;background:#eff6ff;border-color:#93c5fd}.ad-place-option input{accent-color:#2563eb}.ad-alert{border-radius:10px;align-items:center;gap:8px;padding:12px 14px;font-size:.875rem;font-weight:500;display:flex}.ad-alert.error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.ad-alert.success{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.ad-form-actions{justify-content:flex-end;display:flex}.ad-upload-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:9px;align-items:center;gap:8px;height:42px;padding:0 18px;font-size:.9rem;font-weight:600;display:inline-flex}.ad-upload-btn:hover:not(:disabled){background:#1d4ed8}.ad-upload-btn:disabled{opacity:.5;cursor:not-allowed}.ad-manage-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.ad-tabs{background:#f1f5f9;border-radius:10px;gap:4px;padding:4px;display:flex}.ad-tab{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;padding:8px 14px;font-size:.82rem;font-weight:600}.ad-tab.active{color:#1d4ed8;background:#fff;box-shadow:0 1px 2px #0f172a0f}.ad-list{flex-direction:column;gap:12px;display:flex}.ad-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:120px minmax(0,1fr) auto;align-items:center;gap:16px;padding:14px;transition:border-color .15s,box-shadow .15s;display:grid}.ad-card:hover{border-color:#cbd5e1;box-shadow:0 8px 20px #0f172a0d}.ad-card.inactive{opacity:.72}.ad-thumb{object-fit:cover;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;width:120px;height:88px}.ad-card-body{flex-direction:column;gap:8px;min-width:0;display:flex}.ad-card-link{color:#0f172a;word-break:break-word;font-size:.95rem;font-weight:700}.ad-card-meta{color:#64748b;flex-wrap:wrap;gap:6px 12px;font-size:.8rem;display:flex}.ad-card-meta span strong{color:#475569;font-weight:600}.ad-badge{letter-spacing:.03em;text-transform:uppercase;border-radius:999px;align-items:center;width:fit-content;padding:3px 9px;font-size:.7rem;font-weight:700;display:inline-flex}.ad-badge.active{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0}.ad-badge.inactive{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.ad-card-actions{flex-shrink:0;gap:8px;display:flex}.ad-icon-btn{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s,border-color .15s;display:inline-flex}.ad-icon-btn.power-on{color:#dc2626;background:#fef2f2;border-color:#fecaca}.ad-icon-btn.power-off{color:#059669;background:#ecfdf5;border-color:#a7f3d0}.ad-icon-btn.delete{color:#dc2626;background:#fef2f2;border-color:#fecaca}.ad-icon-btn:hover{filter:brightness(.97)}.ad-empty{text-align:center;color:#64748b;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;padding:40px 20px}.ad-empty strong{color:#0f172a;margin-bottom:4px;font-size:1rem;display:block}@media (width<=800px){.ad-card{grid-template-columns:1fr}.ad-thumb{width:100%;height:160px}.ad-card-actions{justify-content:flex-end}}.um-page{flex-direction:column;gap:20px;width:100%;min-width:0;display:flex}.um-hero{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.um-hero-left{align-items:flex-start;gap:14px;min-width:0;display:flex}.um-hero-icon{color:#2563eb;background:linear-gradient(145deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.um-hero h1{font-family:var(--font-brand);color:#0f172a;letter-spacing:-.02em;margin:0 0 4px;font-size:1.55rem;font-weight:700}.um-hero p{color:#64748b;margin:0;font-size:.9rem;line-height:1.45}.um-toolbar{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:10px;width:100%;padding:12px;display:flex}.um-select,.um-search{color:#0f172a;box-sizing:border-box;background:#f8fafc;border:1px solid #e2e8f0;border-radius:9px;outline:none;width:100%;height:40px;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.um-select:focus,.um-search:focus-within{background:#fff;border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f61f}.um-select{min-width:0;padding:0 12px}.um-search{color:#64748b;align-items:center;gap:8px;max-width:none;padding:0 12px;display:flex}.um-search input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:.875rem}.um-search input::placeholder{color:#94a3b8}@media (width>=768px){.um-toolbar{grid-template-columns:minmax(0,1fr) 200px;align-items:center;gap:10px 12px;padding:12px 14px;display:grid}}.um-tabs{background:#fff;border:1px solid #e2e8f0;border-radius:12px;gap:4px;padding:6px;display:flex;overflow-x:auto}.um-tab{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 14px;font-size:.875rem;font-weight:600;transition:background .15s,color .15s;display:inline-flex}.um-tab:hover{color:#334155;background:#f8fafc}.um-tab.active{color:#1d4ed8;background:#eff6ff}.um-tab-count{color:#475569;background:#e2e8f0;border-radius:999px;padding:2px 8px;font-size:.72rem;font-weight:700}.um-tab.active .um-tab-count{color:#fff;background:#2563eb}.um-list{flex-direction:column;gap:12px;display:flex}.um-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px 18px;transition:border-color .15s,box-shadow .15s;display:block;position:relative}.um-card:hover{border-color:#cbd5e1;box-shadow:0 8px 24px #0f172a0f}.um-card-main{flex-direction:column;gap:12px;min-width:0;display:flex}.um-card-top{align-items:flex-start;gap:12px;min-width:0;display:flex}.um-card-identity{flex:1;min-width:0}.um-avatar{color:#2563eb;background:#eff6ff;border:1px solid #dbeafe;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.05rem;font-weight:700;display:flex}.um-card-name{color:#0f172a;word-break:break-word;font-size:1rem;font-weight:700;line-height:1.3}.um-card-email{color:#64748b;word-break:break-word;font-size:.875rem}.um-meta{color:#334155;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 14px;font-size:.82rem;display:grid}.um-meta span{min-width:0}.um-meta span strong{color:#94a3b8;letter-spacing:.04em;text-transform:uppercase;margin-bottom:2px;font-size:.68rem;font-weight:600;display:block}.um-meta-id{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem}.um-meta-phone{color:#2563eb;overflow-wrap:anywhere;font-weight:600;text-decoration:none}.um-meta-phone:hover{text-decoration:underline}.um-badges{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.um-badge{letter-spacing:.02em;text-transform:uppercase;border:1px solid #0000;border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-size:.72rem;font-weight:700;display:inline-flex}.um-badge.approved{color:#059669;background:#ecfdf5;border-color:#a7f3d0}.um-badge.rejected{color:#dc2626;background:#fef2f2;border-color:#fecaca}.um-badge.pending{color:#b45309;background:#fffbeb;border-color:#fde68a}.um-badge.paid{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.um-badge.trial{color:#b45309;background:#fffbeb;border-color:#fde68a}.um-badge.none{color:#64748b;text-transform:none;background:#f8fafc;border-color:#e2e8f0;font-weight:600}.um-docs{align-items:center;gap:6px;margin-left:2px;display:inline-flex}.um-docs-label{color:#64748b;font-size:.75rem;font-weight:600}.um-doc-link{color:#2563eb;border-radius:6px;padding:4px;display:inline-flex}.um-doc-link:hover{background:#eff6ff}.um-card-side{flex-direction:row;flex-shrink:0;align-items:center;gap:8px;margin-left:auto;display:flex;position:relative}.um-review-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.um-review-actions-mobile{display:none}.um-btn-reject,.um-btn-approve,.um-menu-trigger{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:6px;height:36px;font-size:.82rem;font-weight:600;display:inline-flex}.um-btn-reject{color:#b91c1c;background:#fff;border:1px solid #fecaca;padding:0 14px}.um-btn-reject:hover{background:#fef2f2}.um-btn-approve{color:#fff;background:#2563eb;border:none;padding:0 14px}.um-btn-approve:hover{background:#1d4ed8}.um-menu-trigger{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;width:36px;padding:0}.um-menu-trigger:hover{background:#f1f5f9}.um-menu{z-index:40;background:#fff;border:1px solid #e2e8f0;border-radius:10px;min-width:200px;margin-top:6px;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 12px 28px #0f172a24}.um-menu button{color:#0f172a;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:11px 14px;font-size:.875rem;font-weight:500;display:flex}.um-menu button:hover{background:#f8fafc}.um-menu button.danger{color:#dc2626}.um-menu button.danger:hover{background:#fef2f2}.um-empty{text-align:center;color:#64748b;background:#fff;border:1px dashed #cbd5e1;border-radius:14px;padding:48px 24px}.um-empty strong{color:#0f172a;margin-bottom:6px;font-size:1.05rem;display:block}.um-modal-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:100;background:#0f172a8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.um-modal-overlay.high{z-index:200}.um-modal{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;width:100%;max-width:800px;max-height:90vh;display:flex;overflow-y:auto;box-shadow:0 25px 50px #0f172a33}.um-modal.sm{max-width:420px}.um-modal-head{z-index:10;background:#fff;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:12px;padding:20px 24px;display:flex;position:sticky;top:0}.um-modal-head h2,.um-modal-head h3{color:#0f172a;margin:0;font-size:1.15rem;font-weight:700}.um-modal-close{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.um-modal-close:hover{color:#0f172a;background:#f1f5f9}.um-modal-body{flex-direction:column;gap:24px;padding:24px;display:flex}.um-info-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:18px}.um-info-card h4{color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin:0 0 14px;font-size:.72rem;font-weight:700}.um-info-row{justify-content:space-between;gap:12px;padding:6px 0;font-size:.875rem;display:flex}.um-info-row span:first-child{color:#64748b}.um-info-row span:last-child{color:#0f172a;text-align:right;font-weight:500}.um-doc-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;display:grid}.um-doc-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:12px;padding:14px;text-decoration:none;display:flex}.um-doc-card:hover{background:#eff6ff;border-color:#bfdbfe}.um-approve-box{background:#fffbeb;border:1px solid #fde68a;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:18px;display:flex}.um-approve-box h3{color:#0f172a;margin:0 0 4px;font-size:1.05rem}.um-approve-box p{color:#64748b;margin:0;font-size:.875rem}.um-form label{color:#64748b;margin-bottom:6px;font-size:.8rem;font-weight:600;display:block}.um-form input,.um-form textarea{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-size:.9rem}.um-form input:focus,.um-form textarea:focus{background:#fff;border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f61f}.um-form-actions{justify-content:flex-end;gap:10px;margin-top:8px;display:flex}.um-btn-ghost{color:#334155;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:8px;padding:10px 16px;font-weight:600}.um-btn-ghost:hover{background:#f8fafc}.um-btn-danger{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:8px;padding:10px 16px;font-weight:600}.um-btn-danger:hover{background:#dc2626}.um-btn-primary{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:10px 16px;font-weight:600}.um-btn-primary:hover{background:#1d4ed8}@media (width<=700px){.um-page{gap:14px}.um-hero h1{font-size:1.3rem}.um-hero p{font-size:.82rem}.um-tabs{gap:2px;padding:4px}.um-tab{flex:1;justify-content:center;gap:4px;padding:8px 6px;font-size:.72rem}.um-tab-count{padding:1px 6px;font-size:.65rem}.um-card{padding:14px}.um-meta{grid-template-columns:1fr}.um-card-side .um-review-actions{display:none}.um-review-actions-mobile{grid-template-columns:1fr 1fr;gap:8px;width:100%;display:grid}.um-btn-reject,.um-btn-approve{width:100%}}@media (width>=701px){.um-card-side{flex-direction:column;align-items:flex-end}.um-meta{grid-template-columns:repeat(3,minmax(0,1fr))}.um-review-actions-mobile{display:none}}.landing-page{--cn-bg:#050b18;--cn-bg-elevated:#0b1220;--cn-bg-nav:#050b18c7;--cn-page-width:1240px;--cn-page-gutter:4%;background-color:var(--cn-bg);color:#f8fafc;min-height:100vh;font-family:Inter,system-ui,sans-serif;overflow-x:hidden}html{scroll-padding-top:6.25rem;overflow-x:hidden}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.landing-page h1,.landing-page h2,.landing-page h3,.landing-page h4{color:#fff;margin-bottom:1rem;font-family:Outfit,system-ui,sans-serif}.landing-page p{color:#94a3b8;line-height:1.6}.text-orange{color:lab(74.1406% 25.9398 71.4489)}.text-gradient{background:linear-gradient(90deg,#f59e0b,#d97706);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-navbar{z-index:100;padding:.8rem var(--cn-page-gutter);background:0 0;border:none;position:fixed;top:0;left:0;right:0}.nav-shell{max-width:var(--cn-page-width);-webkit-backdrop-filter:blur(20px)saturate(1.4);backdrop-filter:blur(20px)saturate(1.4);background:linear-gradient(#ffffff12,#0000 42%),#050b1894;border:1px solid #f59e0b33;border-radius:999px;justify-content:space-between;align-items:center;gap:.85rem;margin:0 auto;padding:.45rem .5rem .45rem .85rem;display:flex;box-shadow:0 12px 40px #00000061,inset 0 1px #ffffff1a}.landing-navbar.is-scrolled .nav-shell{background:linear-gradient(#ffffff0f,#0000 40%),#050b18e6;border-color:#f59e0b61;box-shadow:0 14px 44px #0000007a,0 0 28px #f59e0b1f,inset 0 1px #ffffff14}.landing-logo{color:#f59e0b;align-items:center;gap:12px;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.landing-logo img{width:auto;height:36px}.landing-navbar .landing-logo{gap:10px;font-size:1.05rem}.nav-logo-mark{place-items:center;display:grid;position:relative}.nav-logo-mark:after{content:"";z-index:-1;background:radial-gradient(circle,#f59e0b61,#0000 68%);border-radius:50%;position:absolute;inset:-7px}.landing-navbar .landing-logo img{height:32px}.nav-brand{letter-spacing:-.02em;white-space:nowrap}.nav-brand em{color:#e2e8f0;font-style:normal;font-weight:600}.landing-nav-links{align-items:center;gap:.15rem;display:flex}.landing-nav-links a{color:#cbd5e1;z-index:1;border-radius:999px;padding:.42rem .72rem;font-size:.86rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.landing-nav-links a:hover,.landing-nav-links a.is-active{color:#fde68a}.nav-pill{border-radius:inherit;z-index:-1;background:#f59e0b29;border:1px solid #f59e0b66;position:absolute;inset:0;box-shadow:0 0 18px #f59e0b29}.nav-cta{white-space:nowrap;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:10px 22px;font-size:.88rem;font-weight:700;display:inline-flex}@media (width<=1280px){.nav-brand em{display:none}}@media (width>=1025px) and (width<=1180px){.landing-nav-links a{padding:.4rem .5rem;font-size:.8rem}}.join-btn{color:#000;cursor:pointer;background:lab(74.1406% 25.9398 71.4489);border:none;border-radius:8px;padding:10px 24px;font-weight:600;transition:transform .2s,box-shadow .2s,filter .2s;box-shadow:0 0 15px #f59e0b66}.join-btn:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 0 25px #f59e0b99}.join-btn.nav-cta{border-radius:999px;width:auto;height:auto;padding:10px 22px}.outline-btn{color:#f8fafc;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:8px;padding:10px 24px;font-weight:600;transition:background .2s}.outline-btn:hover{background:#ffffff1a}.landing-section{box-sizing:border-box;width:100%;max-width:none;padding:1.5rem var(--cn-page-gutter);margin-left:0;margin-right:0}.landing-section>:not([class*=-orbits]):not(.services-more){width:100%;max-width:var(--cn-page-width);margin-left:auto;margin-right:auto}.dark-section{background:#0f172a66}.hero-section{text-align:center;min-height:100dvh;padding:6rem var(--cn-page-gutter) 1.75rem;box-sizing:border-box;background-color:#020617;justify-content:center;align-items:center;display:flex;position:relative;overflow:visible}.hero-background-slider{z-index:0;background-color:#020617;position:absolute;inset:0;overflow:hidden}.slider-overlay{z-index:2;pointer-events:none;background:radial-gradient(55% 50% at 50% 45%,#0206178c 0%,#0000 72%),linear-gradient(#0206179e 0%,#02061759 35%,#0206178c 70%,#020617e0 100%),linear-gradient(90deg,#0206178c 0%,#02061733 50%,#0206178c 100%);position:absolute;inset:0}.hero-section--with-ads .slider-overlay{background:linear-gradient(100deg,#020617eb 0%,#020617c7 38%,#02061766 72%,#0206178c 100%),linear-gradient(#02061759 0%,#020617cc 100%)}.banner-carousel{width:100%;height:100%;position:relative}.carousel-slide{opacity:0;z-index:1;background-color:#020617;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transition:opacity 1.15s ease-in-out,transform 7s ease-out;position:absolute;inset:0;transform:scale(1.04)}.carousel-slide.active{opacity:1;z-index:1;transform:scale(1)}.hero-content{z-index:10;width:100%;max-width:920px;margin:0 auto;padding:0 0 1.25rem;animation:.9s ease-out both hero-content-in;position:relative}.hero-inner{z-index:10;width:100%;max-width:var(--cn-page-width);justify-content:center;align-items:center;margin:0 auto;display:flex;position:relative}.hero-section--with-ads{align-items:stretch;min-height:100dvh}.hero-section--with-ads .hero-inner{max-width:var(--cn-page-width);flex:auto;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);justify-content:stretch;align-items:stretch;gap:clamp(.75rem,1.5vw,1.25rem);width:100%;padding-bottom:0;display:grid}.hero-section--with-ads .hero-content{text-align:left;flex-direction:column;align-self:stretch;width:100%;min-width:0;max-width:none;height:auto;min-height:0;margin:0;padding:0;animation:.9s ease-out both hero-fade-in;display:flex}.hero-section--with-ads .hero-showcase{box-sizing:border-box;isolation:isolate;flex-direction:column;flex:auto;width:100%;min-width:0;height:auto;display:flex;overflow:hidden}.hero-section--with-ads .hero-showcase:before{content:"";offset-path:inset(1px round 24px);offset-rotate:auto;offset-anchor:center;pointer-events:none;z-index:2;background:linear-gradient(90deg,#0000,#f59e0b 35%,#fde68a 55%,#f59e0b 80%,#0000);border-radius:999px;width:56px;height:3px;animation:4s linear infinite section-tag-beam;position:absolute;box-shadow:0 0 10px 2px #f59e0ba6}.hero-section--with-ads .hero-showcase-glow{pointer-events:none;background:radial-gradient(circle,#f59e0b38 0%,#0000 68%);border-radius:50%;width:240px;height:240px;animation:4.2s ease-in-out infinite hero-ads-picker-glow;display:block;position:absolute;top:-30%;right:-18%}.hero-section--with-ads .global-beta-tag{isolation:isolate;align-self:flex-start;width:fit-content;max-width:100%;position:relative;overflow:hidden}.hero-section--with-ads .global-beta-tag:before{content:"";offset-path:inset(1px round 999px);offset-rotate:auto;offset-anchor:center;pointer-events:none;background:linear-gradient(90deg,#0000,#f59e0b 30%,#fde68a 55%,#0000);border-radius:999px;width:36px;height:2px;animation:3.4s linear infinite section-tag-beam;position:absolute;box-shadow:0 0 8px #f59e0ba6}.hero-section--with-ads .hero-cta-group{margin-bottom:0}.hero-section--with-ads .hero-contact-strip{border-top:1px solid #ffffff1a;margin-top:0;padding-top:1.1rem}.hero-section--with-ads .hero-ads-panel{flex-direction:column;justify-content:flex-start;align-self:stretch;height:auto;min-height:0;animation:.9s ease-out .12s both hero-fade-in;display:flex}.hero-section--with-ads .hero-ads-picker-head{flex-shrink:0}.hero-section--with-ads .hero-ads-showcase{flex:auto;justify-content:flex-end;min-height:0;container-type:inline-size}.hero-section--with-ads .hero-ads-picker{height:100%}.hero-section--with-ads .hero-ads-frame{min-height:calc(62.5cqw + var(--hero-ad-footer-inset));max-height:560px;max-height:calc(75cqw + var(--hero-ad-footer-inset));flex:auto}@keyframes hero-fade-in{0%{opacity:0}to{opacity:1}}.hero-showcase{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(155deg,#0f172ab8 0%,#0206178c 100%);border:1px solid #ffffff1f;border-radius:24px;width:100%;padding:clamp(1.25rem,2.5vw,2rem);position:relative;box-shadow:0 24px 56px #02061766,inset 0 1px #ffffff0f}.hero-showcase-glow{display:none}.hero-section:not(.hero-section--with-ads){text-align:center;justify-content:center;align-items:center}.hero-section:not(.hero-section--with-ads) .hero-inner{justify-content:center;width:100%;max-width:920px}.hero-section:not(.hero-section--with-ads) .hero-content{text-align:center;max-width:820px;margin:0 auto;padding:0 0 1rem}.hero-section:not(.hero-section--with-ads) .hero-showcase{-webkit-backdrop-filter:none;backdrop-filter:none;max-width:none;box-shadow:none;background:0 0;border:none;border-radius:0;margin:0 auto;padding:0;overflow:visible}.hero-fx{z-index:3;pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero-section--with-ads .hero-fx{display:none}.hero-fx-orb{background:radial-gradient(circle,#f59e0b2e 0%,#0000 68%);border-radius:50%;width:min(520px,70vw);height:min(520px,70vw);animation:4.2s ease-in-out infinite hero-ads-picker-glow;position:absolute;top:44%;left:50%;transform:translate(-50%,-50%)}.hero-fx-ring{border:1px dashed #f59e0b33;border-radius:50%;width:min(640px,78vw);height:min(640px,78vw);margin:0;animation:42s linear infinite hero-fx-spin;position:absolute;top:46%;left:50%}.hero-fx-ring.is-inner{border-color:#f59e0b1f;width:min(420px,52vw);height:min(420px,52vw);animation-duration:28s;animation-direction:reverse}@keyframes hero-fx-spin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.hero-fx i{background:#fbbf24;border-radius:50%;width:5px;height:5px;animation:7s ease-in-out infinite hero-spark;position:absolute;box-shadow:0 0 12px 3px #f59e0b8c}.hero-fx i:nth-child(4){animation-delay:0s;top:22%;left:18%}.hero-fx i:nth-child(5){animation-delay:1.4s;top:28%;right:16%}.hero-fx i:nth-child(6){animation-delay:2.6s;bottom:24%;left:22%}.hero-fx i:nth-child(7){animation-delay:3.8s;bottom:30%;right:20%}@keyframes hero-spark{0%,to{opacity:.25;transform:translateY(0)scale(.7)}50%{opacity:1;transform:translateY(-14px)scale(1.15)}}.hero-section:not(.hero-section--with-ads) .hero-showcase-glow{display:none}.hero-section:not(.hero-section--with-ads) .hero-brand-row{z-index:1;justify-content:center;align-items:center;gap:.95rem;margin-bottom:1.5rem;position:relative}.hero-section:not(.hero-section--with-ads) .hero-brand{letter-spacing:-.03em;color:#fff;-webkit-text-fill-color:#fff;filter:none;text-shadow:0 2px 28px #00000080;background:0 0;font-size:clamp(1.9rem,4vw,2.75rem);font-weight:700}.hero-section:not(.hero-section--with-ads) .hero-brand-sub{color:#94a3b8;letter-spacing:.08em;text-transform:uppercase;margin-top:.2rem;font-size:.86rem;font-weight:500}.hero-section:not(.hero-section--with-ads) .hero-brand-logo{filter:drop-shadow(0 8px 22px #00000073);width:clamp(54px,6.5vw,72px);height:clamp(54px,6.5vw,72px)}.hero-section:not(.hero-section--with-ads) .global-beta-tag{z-index:1;isolation:isolate;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:none;letter-spacing:.14em;background:#02061773;border:1px solid #f59e0b61;border-radius:999px;align-items:center;margin-bottom:1.35rem;padding:.42rem 1rem;font-size:.68rem;display:inline-flex;position:relative;overflow:hidden}.hero-section:not(.hero-section--with-ads) .global-beta-tag:before{content:"";offset-path:inset(1px round 999px);offset-rotate:auto;offset-anchor:center;pointer-events:none;background:linear-gradient(90deg,#0000,#f59e0b 30%,#fde68a 55%,#0000);border-radius:999px;width:36px;height:2px;animation:3.4s linear infinite section-tag-beam;position:absolute;box-shadow:0 0 8px #f59e0ba6}.hero-section:not(.hero-section--with-ads) .hero-title{z-index:1;letter-spacing:-.035em;text-align:center;text-shadow:0 4px 32px #0000008c;max-width:16ch;margin:0 auto 1.2rem;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:700;line-height:1.1;position:relative}.hero-section:not(.hero-section--with-ads) .hero-title-accent{background:linear-gradient(90deg,#f59e0b 0%,#fde68a 45%,#f59e0b 90%) 0 0/200% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:4s ease-in-out infinite hero-ads-title-shine}.hero-section:not(.hero-section--with-ads) .hero-subtitle{z-index:1;color:#dbe4f0;text-align:center;text-shadow:0 2px 18px #00000073;max-width:38rem;margin:0 auto 1.25rem;font-size:clamp(1rem,1.55vw,1.15rem);line-height:1.7;position:relative}.hero-section:not(.hero-section--with-ads) .hero-tagline{z-index:1;color:#f8fafc;letter-spacing:.02em;border:none;border-radius:0;width:fit-content;margin:0 auto 2rem;padding:.15rem 0 .55rem;font-size:clamp(1rem,1.6vw,1.15rem);font-weight:600;display:block;position:relative}.hero-section:not(.hero-section--with-ads) .hero-tagline:after{content:"";background:linear-gradient(90deg,#0000,#f59e0b,#0000);height:1px;animation:2.8s ease-in-out infinite hero-tagline-glow;position:absolute;bottom:0;left:8%;right:8%;box-shadow:0 0 10px #f59e0b73}@keyframes hero-tagline-glow{0%,to{opacity:.45;transform:scaleX(.86)}50%{opacity:1;transform:scaleX(1)}}.hero-section:not(.hero-section--with-ads) .hero-cta-group{z-index:1;justify-content:center;gap:.9rem;margin-bottom:0;position:relative}.hero-section:not(.hero-section--with-ads) .hero-btn{border-radius:8px;padding:14px 30px;animation:2.4s ease-in-out infinite hero-ads-cta-pulse;box-shadow:0 10px 28px #f59e0b59}.hero-section:not(.hero-section--with-ads) .hero-btn-secondary{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#02061759;border-color:#ffffff4d;border-radius:8px}.hero-section:not(.hero-section--with-ads) .hero-btn-secondary:hover{background:#ffffff14}.hero-section:not(.hero-section--with-ads) .hero-contact-strip{z-index:1;border-top:1px solid #ffffff1f;justify-content:center;gap:1.75rem;margin-top:2rem;padding-top:1.35rem;position:relative}.hero-section:not(.hero-section--with-ads) .hero-contact-link{color:#94a3b8;background:0 0;border:none;border-radius:0;padding:0;font-size:.9rem;font-weight:500}.hero-section:not(.hero-section--with-ads) .hero-contact-link:hover{color:#fbbf24;background:0 0;border:none}@media (prefers-reduced-motion:reduce){.hero-fx-orb,.hero-fx-ring,.hero-fx-spin,.hero-fx i,.hero-section:not(.hero-section--with-ads) .hero-showcase-glow,.hero-section:not(.hero-section--with-ads) .global-beta-tag:before,.hero-section:not(.hero-section--with-ads) .hero-title-accent,.hero-section:not(.hero-section--with-ads) .hero-tagline:after,.hero-section:not(.hero-section--with-ads) .hero-btn,.hero-section--with-ads .hero-showcase:before,.hero-section--with-ads .hero-showcase-glow,.hero-section--with-ads .global-beta-tag:before,.hero-section--with-ads .hero-title-accent,.hero-section--with-ads .hero-btn{animation:none}}.hero-section--with-ads .hero-title{overflow-wrap:break-word;text-wrap:balance;max-width:none;margin:0 0 1rem;font-size:clamp(1.95rem,3.2vw,2.95rem);line-height:1.14}.hero-section--with-ads .hero-title-accent{white-space:normal;background:linear-gradient(90deg,#f59e0b 0%,#fde68a 45%,#f59e0b 90%) 0 0/200% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:4s ease-in-out infinite hero-ads-title-shine}.hero-section--with-ads .hero-btn{animation:2.4s ease-in-out infinite hero-ads-cta-pulse}@media (width>=1280px){.hero-section--with-ads .hero-title-accent{white-space:nowrap}}.hero-section--with-ads .hero-subtitle{max-width:none;margin:0 0 .85rem;font-size:clamp(.98rem,1.25vw,1.1rem)}.hero-section--with-ads .hero-tagline{margin:0 0 1.35rem;font-size:clamp(1rem,1.4vw,1.18rem)}.hero-section--with-ads .hero-cta-group{justify-content:flex-start;margin-bottom:1.25rem}.hero-brand-copy{flex-direction:column;gap:.2rem;min-width:0;display:flex}.hero-brand-sub{color:#94a3b8;letter-spacing:.02em;margin:0;font-size:.82rem}.hero-section--with-ads .hero-brand-sub{color:#cbd5e1}.hero-section:not(.hero-section--with-ads) .hero-showcase-foot{display:contents}.hero-section:not(.hero-section--with-ads) .hero-connect{display:none}.hero-section--with-ads .hero-showcase-foot{flex-shrink:0;margin-top:auto}.hero-connect{flex-direction:column;gap:.2rem;min-height:2.75rem;margin:0 0 .85rem;display:flex}.hero-connect-label{letter-spacing:.12em;text-transform:uppercase;color:#fbbf24;font-size:.68rem;font-weight:700}.hero-connect-line{color:#f8fafc;font-family:Outfit,system-ui,sans-serif;font-size:clamp(1rem,1.4vw,1.15rem);font-weight:600;line-height:1.3;display:block}.hero-contact-strip{border-top:1px solid #ffffff1a;flex-wrap:wrap;gap:.65rem 1rem;padding-top:1.1rem;display:flex}.hero-contact-link{color:#e2e8f0;background:#0f172a73;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:.45rem;padding:.45rem .75rem;font-size:.92rem;font-weight:500;text-decoration:none;transition:color .2s,border-color .2s,background .2s;display:inline-flex}.hero-contact-link:hover{color:#fbbf24;background:#f59e0b1a;border-color:#f59e0b73}.hero-contact-link svg{color:#f59e0b;flex-shrink:0}.hero-ads-panel{z-index:10;flex-direction:column;justify-content:center;justify-self:stretch;width:100%;max-width:none;animation:1s ease-out .15s both hero-ads-in;display:flex;position:relative}.hero-ads-showcase{flex-direction:column;flex:1;width:100%;display:flex;position:relative}.hero-ads-showcase:before{content:"";z-index:0;pointer-events:none;filter:blur(8px);background:radial-gradient(70% 65% at 55% 45%,#f59e0b38,#0000 68%),radial-gradient(50% 50% at 20% 80%,#3b82f61f,#0000 70%);position:absolute;inset:-10% -6% -8% -8%}.hero-ads-picker{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(155deg,#0f172ae0 0%,#020617c7 100%);border:1px solid #ffffff1f;border-radius:24px;flex-direction:column;min-height:0;padding:1.1rem 1.15rem 1.15rem;display:flex;position:relative;overflow:visible;box-shadow:0 24px 56px #02061766,inset 0 1px #ffffff0f}.hero-ads-picker:before{content:"";pointer-events:none;background:radial-gradient(circle,#f59e0b38 0%,#0000 68%);border-radius:50%;width:220px;height:220px;animation:4.2s ease-in-out infinite hero-ads-picker-glow;position:absolute;top:-40%;right:-12%}@keyframes hero-ads-picker-glow{0%,to{opacity:.45;transform:scale(1)}50%{opacity:1;transform:scale(1.12)}}.hero-ads-picker-head{isolation:isolate;background:linear-gradient(115deg,#f59e0b29 0%,#0000 38%),linear-gradient(155deg,#1e293bf5 0%,#020617eb 100%);border:1px solid #f59e0b57;border-radius:18px;align-items:center;gap:.85rem;margin-bottom:.85rem;padding:.8rem .95rem .8rem .9rem;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 32px #02061759,inset 0 1px #ffffff0f}.hero-ads-picker-head:before{content:"";offset-path:inset(1px round 18px);offset-rotate:auto;offset-anchor:center;pointer-events:none;z-index:2;background:linear-gradient(90deg,#0000,#f59e0b 35%,#fde68a 55%,#f59e0b 80%,#0000);border-radius:999px;width:52px;height:3px;animation:3.4s linear infinite section-tag-beam;position:absolute;box-shadow:0 0 10px 2px #f59e0bb3}.hero-ads-picker-head:after{content:"";background:linear-gradient(#fde68a,#f59e0b);border-radius:999px;width:3px;position:absolute;top:12px;bottom:12px;left:0;box-shadow:0 0 12px #f59e0ba6}.hero-ads-picker-head-icon{z-index:1;color:#0f172a;background:linear-gradient(145deg,#fde68a,#f59e0b);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;animation:3s ease-in-out infinite hero-ads-icon-float;display:inline-flex;position:relative;box-shadow:0 8px 18px #f59e0b66}@keyframes hero-ads-icon-float{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.hero-ads-picker-head-copy{z-index:1;flex:1;min-width:0;position:relative}.hero-ads-picker-kicker{letter-spacing:.16em;text-transform:uppercase;color:#fde68a;margin:0 0 .22rem;font-size:.66rem;font-weight:700}.hero-ads-picker-kicker:before{content:"";vertical-align:1px;background:#22c55e;border-radius:50%;width:7px;height:7px;margin-right:.4rem;animation:1.6s ease-in-out infinite hero-ads-live-dot;display:inline-block;box-shadow:0 0 0 3px #22c55e40}@keyframes hero-ads-live-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.65;transform:scale(.75)}}.hero-ads-picker-title{letter-spacing:-.03em;background:linear-gradient(90deg,#fff 0%,#fde68a 45%,#fff 80%) 0 0/200% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-family:Outfit,system-ui,sans-serif;font-size:clamp(1.2rem,1.8vw,1.55rem);font-weight:800;line-height:1.15;animation:4s ease-in-out infinite hero-ads-title-shine}@keyframes hero-ads-title-shine{0%,to{background-position:0%}50%{background-position:100%}}.hero-ads-picker-count{z-index:1;letter-spacing:.08em;color:#0f172a;background:linear-gradient(135deg,#fde68a,#f59e0b);border-radius:999px;flex-shrink:0;padding:.32rem .75rem;font-size:.68rem;font-weight:800;position:relative;overflow:hidden;box-shadow:0 6px 14px #f59e0b52}.hero-ads-picker-count:after{content:"";background:linear-gradient(115deg,#0000 30%,#ffffff8c,#0000 70%);animation:2.8s ease-in-out infinite hero-ads-sheen;position:absolute;inset:0;transform:translate(-130%)}.hero-ads-picker-body{flex:auto;grid-template-rows:auto minmax(0,1fr);grid-template-columns:1fr;align-content:start;align-items:stretch;gap:.75rem;min-height:0;display:grid}.hero-ads-rail{flex-direction:row;flex:none;justify-content:space-between;align-self:stretch;align-items:flex-start;gap:.4rem;padding:.55rem .2rem .35rem;display:flex;overflow:visible}.hero-ads-rail-btn{color:#e2e8f0;cursor:pointer;background:linear-gradient(#ffffff24,#0f172a8c);border:1.5px solid #ffffff47;border-radius:16px;flex-direction:column;flex:1 1 0;justify-content:flex-start;align-self:flex-start;align-items:center;gap:.3rem;min-width:0;max-width:5.4rem;height:auto;min-height:0;padding:.55rem .32rem .4rem;transition:border-color .2s,background .2s,box-shadow .2s,color .2s,transform .2s;display:flex;box-shadow:inset 0 1px #ffffff2e,0 8px 18px #02061773}.hero-ads-rail-btn:hover,.hero-ads-rail-btn:focus-visible{color:#fff;background:linear-gradient(#f59e0b2e,#1e293ba6);border-color:#f59e0bbf;outline:none;transform:translateY(-2px);box-shadow:inset 0 1px #fde68a47,0 12px 26px #02061780,0 0 0 2px #f59e0b47}.hero-ads-rail-thumb{color:#0f172a;background:#ffffff14;border:2px solid #ffffff47;border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;transition:border-color .2s,box-shadow .2s,transform .2s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 10px #02061759}.hero-ads-rail-thumb:after{content:"";pointer-events:none;background:linear-gradient(115deg,#0000 25%,#ffffff80,#0000 75%);position:absolute;inset:0;transform:translate(-130%)}.hero-ads-rail-thumb.is-premium{color:#fff;background:linear-gradient(145deg,#ddd6fe,#7c3aed);border-color:#c4b5fda6}.hero-ads-rail-thumb.is-gold{background:linear-gradient(145deg,#facc15,#ca8a04);border-color:#facc15b3}.hero-ads-rail-thumb.is-silver{background:linear-gradient(145deg,#e2e8f0,#94a3b8);border-color:#e2e8f0b3}.hero-ads-rail-thumb.is-platinum{color:#082f49;background:linear-gradient(145deg,#f0f9ff 0%,#38bdf8 40%,#0369a1 100%);border-color:#38bdf8f2;box-shadow:0 4px 14px #0ea5e973}.hero-ads-rail-thumb.is-rhodium{color:#4a044e;background:linear-gradient(145deg,#fce7f3 0%,#e879f9 38%,#a21caf 100%);border-color:#e879f9f2;box-shadow:0 4px 14px #c026d373}.hero-ads-rail-thumb.is-custom{color:#f8fafc;background:linear-gradient(145deg,#1e293b,#334155)}.hero-ads-rail-symbol{letter-spacing:.02em;font-family:Outfit,system-ui,sans-serif;font-size:1.05rem;font-weight:800;line-height:1}.hero-ads-empty{color:#94a3b8;text-align:center;background:#0f172a59;border:1px dashed #ffffff29;border-radius:20px;flex:1;justify-content:center;align-items:center;min-height:220px;padding:1.5rem;display:flex}.hero-ads-empty p{margin:0}.hero-ads-rail-btn:hover .hero-ads-rail-thumb,.hero-ads-rail-btn:focus-visible .hero-ads-rail-thumb{transform:translateY(-1px)}.hero-ads-rail-btn.is-active{color:#fde68a;background:linear-gradient(#f59e0b38,#0f172a8c);border-color:#f59e0ba6;box-shadow:inset 0 1px #fde68a40,0 0 0 2px #f59e0b47,0 12px 24px #02061773}.hero-ads-rail-btn.is-active .hero-ads-rail-label{text-underline-offset:3px;-webkit-text-decoration:underline #fde68abf;text-decoration:underline #fde68abf}.hero-ads-rail-btn.is-active .hero-ads-rail-thumb{animation:2.2s ease-in-out infinite hero-ads-thumb-bob}.hero-ads-rail-btn.is-active .hero-ads-rail-thumb:after{animation:2.6s ease-in-out infinite hero-ads-sheen}.hero-ads-rail-btn.is-active .hero-ads-rail-thumb.is-premium{border-color:#c4b5fd;box-shadow:0 0 0 3px #a78bfa59,0 10px 24px #7c3aed73}.hero-ads-rail-btn.is-active .hero-ads-rail-thumb.is-gold{border-color:#eab308;box-shadow:0 0 0 3px #eab3084d,0 10px 24px #eab3086b}.hero-ads-rail-btn.is-active .hero-ads-rail-thumb.is-silver{border-color:#e2e8f0;box-shadow:0 0 0 3px #e2e8f047,0 10px 24px #94a3b866}.hero-ads-rail-btn.is-active .hero-ads-rail-thumb.is-platinum{border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf873,0 10px 24px #0ea5e98c}.hero-ads-rail-btn.is-active .hero-ads-rail-thumb.is-rhodium{border-color:#e879f9;box-shadow:0 0 0 3px #e879f973,0 10px 24px #c026d38c}@keyframes hero-ads-thumb-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes hero-ads-sheen{0%,55%{transform:translate(-130%)}80%,to{transform:translate(130%)}}.hero-ads-rail-label{letter-spacing:.05em;text-transform:uppercase;text-align:center;pointer-events:none;max-width:100%;font-size:.58rem;font-weight:800;line-height:1.15}.hero-ads-detail{flex-direction:column;min-width:0;min-height:0;display:flex}.hero-ads-tier-view{flex-direction:column;min-height:0;display:flex}.hero-ads-detail .hero-ad-dots{justify-content:center}.hero-ads-frame{z-index:1;--hero-ad-footer-inset:80px;aspect-ratio:16/10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:radial-gradient(80% 60% at 50% 40%,#f59e0b1f,#0000 70%),#0f172ab3;border:1px solid #ffffff38;border-radius:24px;width:100%;height:auto;min-height:0;max-height:480px;transition:transform .4s,box-shadow .4s;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 32px 72px #0206178c,0 0 0 1px #f59e0b38,0 0 80px #f59e0b24}.hero-ads-frame:before{content:"";z-index:2;pointer-events:none;border-radius:inherit;background:linear-gradient(#ffffff14 0%,#0000 22% 55%,#0206178c 100%);position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff14}.hero-ads-frame:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(90deg,#0000,#fde68a29,#0000);width:38%;height:100%;animation:4.8s ease-in-out infinite hero-ads-frame-shine;position:absolute;top:0;left:0}@keyframes hero-ads-frame-shine{0%{transform:translate(-140%)}45%,to{transform:translate(320%)}}.hero-ads-frame:hover{box-shadow:0 32px 72px #0206178c,0 0 0 1px #f59e0b47,0 0 80px #f59e0b29}.hero-ad-footer{z-index:3;color:#f8fafc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(#02061700 0%,#020617b8 35%,#020617f0 100%);border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.15rem 1.05rem;text-decoration:none;transition:background .25s;display:flex;position:absolute;bottom:0;left:0;right:0}a.hero-ad-footer:hover{background:linear-gradient(#02061700 0%,#0f172acc 30%,#020617f7 100%)}.hero-ad-footer-copy{flex-direction:column;gap:.15rem;min-width:0;display:flex}.hero-ad-footer-kicker{letter-spacing:.12em;text-transform:uppercase;color:#fbbf24;font-size:.68rem;font-weight:600}.hero-ad-footer-title{white-space:nowrap;text-overflow:ellipsis;font-family:Outfit,system-ui,sans-serif;font-size:clamp(.95rem,1.3vw,1.1rem);font-weight:700;overflow:hidden}.hero-ad-footer-cta{color:#0f172a;background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);border-radius:999px;flex-shrink:0;align-items:center;gap:.4rem;padding:.55rem .9rem;font-size:.82rem;font-weight:700;animation:2.4s ease-in-out infinite hero-ads-cta-pulse;display:inline-flex;box-shadow:0 8px 18px #f59e0b59}@keyframes hero-ads-cta-pulse{0%,to{box-shadow:0 8px 18px #f59e0b59}50%{box-shadow:0 10px 26px #f59e0b9e}}a.hero-ad-footer:hover .hero-ad-footer-cta{filter:brightness(1.05)}.hero-ad-slide-bg{z-index:0;filter:blur(26px)brightness(.45)saturate(1.15);background-position:50%;background-size:cover;position:absolute;inset:0;transform:scale(1.2)}.hero-ad-slide img{z-index:1;object-fit:contain;object-position:center;width:100%;height:100%;padding-bottom:var(--hero-ad-footer-inset,64px);box-sizing:border-box;transition:none;display:block;position:relative;transform:none}.hero-brand-row{justify-content:center;align-items:center;gap:.85rem;margin-bottom:1.15rem;display:flex}.hero-section--with-ads .hero-brand-row{justify-content:flex-start}.hero-brand-logo{object-fit:contain;filter:drop-shadow(0 8px 20px #00000073);flex-shrink:0;width:clamp(52px,7vw,72px);height:clamp(52px,7vw,72px)}.hero-section--with-ads .hero-brand-logo{width:clamp(52px,5.5vw,74px);height:clamp(52px,5.5vw,74px)}.hero-brand{letter-spacing:-.03em;color:#f8fafc;text-shadow:0 2px 24px #00000073;margin:0;font-family:Outfit,system-ui,sans-serif;font-size:clamp(1.85rem,4.2vw,2.75rem);font-weight:700;line-height:1.15}.hero-section--with-ads .hero-brand{text-wrap:balance;font-size:clamp(1.5rem,2.5vw,2.35rem);line-height:1.08}@keyframes hero-ads-in{0%{opacity:0;transform:translate(22px)scale(.98)}to{opacity:1;transform:translate(0)scale(1)}}.hero-ad-slide{opacity:0;pointer-events:none;color:inherit;text-decoration:none;transition:opacity .55s;display:block;position:absolute;inset:0}.hero-ad-slide.active{opacity:1;pointer-events:auto;z-index:1}.hero-ad-dots{justify-content:flex-start;gap:8px;margin-top:.85rem;display:flex}.hero-ad-dots .dot{cursor:pointer;background-color:#ffffff59;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .25s}.hero-ad-dots .dot.active{background-color:#f59e0b;border-radius:999px;width:22px;transform:scale(1.2)}@keyframes hero-content-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.carousel-dots.hero-dots{z-index:10;bottom:28px}.carousel-dots{z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000004d;border-radius:20px;gap:12px;padding:8px 16px;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.carousel-dots .dot{cursor:pointer;background-color:#fff6;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.carousel-dots .dot:hover{background-color:#fffc}.carousel-dots .dot.active{background-color:#f59e0b;transform:scale(1.2)}.placeholder-carousel{background-color:#0f172a}.global-beta-tag{color:#fbbf24;letter-spacing:.12em;text-transform:uppercase;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#f59e0b1f;border:1px solid #f59e0b59;border-radius:999px;margin-bottom:1.35rem;padding:.45rem 1rem;font-size:.72rem;font-weight:600;display:inline-block}.hero-title{letter-spacing:-.02em;overflow-wrap:break-word;-webkit-hyphens:none;hyphens:none;text-shadow:0 4px 22px #0000008c;max-width:16ch;margin:0 auto 1.25rem;font-size:clamp(2rem,5vw,3.65rem);font-weight:700;line-height:1.12}.hero-subtitle{color:#e2e8f0;text-shadow:0 2px 12px #0000008c;max-width:38rem;margin:0 auto 1.25rem;font-size:clamp(1rem,1.6vw,1.2rem);line-height:1.65}.hero-tagline{color:#f8fafc;letter-spacing:.01em;text-shadow:0 2px 12px #00000080;margin:0 auto 2rem;font-family:Outfit,system-ui,sans-serif;font-size:clamp(1rem,1.8vw,1.2rem);font-weight:600}.hero-cta-group{flex-wrap:wrap;justify-content:center;align-items:center;gap:.85rem;display:flex}.hero-btn{padding:15px 32px;font-size:1.05rem}.hero-btn-secondary{color:#f8fafc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a59;border:1px solid #ffffff47;border-radius:8px;justify-content:center;align-items:center;padding:14px 28px;font-size:1.02rem;font-weight:600;text-decoration:none;transition:background .25s,border-color .25s,color .25s;display:inline-flex}.hero-btn-secondary:hover{color:#fbbf24;background:#ffffff1a;border-color:#f59e0b8c}.icon-inline{vertical-align:middle;margin-left:6px;display:inline}@media (prefers-reduced-motion:reduce){.hero-content,.hero-ads-panel,.hero-ads-picker:before,.hero-ads-picker-head:before,.hero-ads-picker-head-icon,.hero-ads-picker-title,.hero-ads-picker-count:after,.hero-ads-picker-kicker:before,.hero-ads-rail-btn.is-active .hero-ads-rail-thumb,.hero-ads-rail-btn.is-active .hero-ads-rail-thumb:after,.hero-ads-frame:after,.hero-ad-footer-cta,.ads-fx-orb,.ads-fx-ring,.ads-fx i,.ads-card,.ads-card:after,.ads-card.is-featured:before,.ads-card-beam,.ads-card li svg,.ads-card-cta,.products-orbits span,.product-card,.product-card-media:after,.product-card-image{animation:none}.carousel-slide{transition:opacity .4s;transform:none}.carousel-slide.active{transform:none}.hero-ad-slide{transition:none}}.grid-2{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a99;border:1px solid #ffffff0d;border-radius:16px;padding:2.5rem;transition:transform .3s,border-color .3s}.feature-card:hover{border-color:#f59e0b;transform:translateY(-5px)}.feature-icon{color:#f8fafc;background:#ffffff0d;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;display:flex}.feature-icon.gold{color:lab(74.1406% 25.9398 71.4489);background:#f59e0b1a}.split-section{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.align-items-center{align-items:center}.section-tag{isolation:isolate;color:#f59e0b;letter-spacing:.12em;text-transform:uppercase;background:#080e1ce6;border:1px solid #f59e0b38;border-radius:999px;justify-content:center;align-items:center;margin-bottom:1rem;padding:.38rem 1.05rem;font-size:.78rem;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.section-tag:before{content:"";offset-path:inset(1px round 999px);offset-rotate:auto;offset-anchor:center;pointer-events:none;background:linear-gradient(90deg,#0000,#f59e0b 35%,#fde68a 55%,#f59e0b 80%,#0000);border-radius:999px;width:52px;height:3px;animation:3.4s linear infinite section-tag-beam;position:absolute;box-shadow:0 0 10px 2px #f59e0bb3}@keyframes section-tag-beam{to{offset-distance:100%}}@media (prefers-reduced-motion:reduce){.section-tag:before{animation:none}}.section-title{margin-bottom:1.5rem;font-size:2.5rem}.section-lead{color:#94a3b8;max-width:820px;margin:0 auto 1.5rem;font-size:1.05rem;line-height:1.75}.services-section{box-sizing:border-box;height:auto;min-height:0;max-height:none;padding:2.75rem var(--cn-page-gutter) 3.5rem;flex-direction:column;display:flex;position:relative;overflow:visible}.services-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#f59e0b24,#0000 68%);border-radius:50%;width:420px;height:420px;animation:6s ease-in-out infinite alternate services-glow;position:absolute;top:12%;right:-80px}@keyframes services-glow{to{opacity:.7;transform:translate(-30px,20px)scale(1.08)}}.services-head{text-align:center;flex-shrink:0;margin-bottom:.75rem}.services-section .section-title{margin-bottom:.4rem;font-size:clamp(1.5rem,2.5vw,2.1rem)}.services-section .section-lead{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:0;font-size:.88rem;line-height:1.45;display:-webkit-box;overflow:hidden}.services-grid{flex:1 0 auto;grid-template-rows:auto;grid-template-columns:repeat(6,1fr);align-content:start;align-items:stretch;gap:.75rem;min-height:0;display:grid;overflow:visible}.service-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:100%;transform-style:preserve-3d;background:linear-gradient(#ffffff0d,#0000 40%),#0f172a9e;border:1px solid #ffffff12;border-radius:16px;flex-direction:column;grid-column:span 2;padding:.75rem .85rem;display:flex;position:relative;overflow:hidden}.service-card:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#f59e0b29,#0000);width:36%;height:180%;position:absolute;top:-30%;left:-40%;transform:rotate(18deg)}.service-card:hover:after{animation:.7s forwards service-sheen}@keyframes service-sheen{to{transform:translate(420%)rotate(18deg)}}.service-card.is-featured{border-color:#f59e0b59;grid-column:1/-1;padding:1rem 1.25rem;box-shadow:0 0 28px #f59e0b1a}.services-grid:not(.is-expanded) .service-card:nth-child(n+5),.services-grid.is-expanded .service-card:nth-child(n+8){grid-column:span 3}.landing-section>.services-more{width:auto;max-width:none;margin-left:auto;margin-right:auto}.services-more{color:#fbbf24;cursor:pointer;background:#0f172a73;border:1px solid #f59e0b73;border-radius:999px;justify-content:center;align-self:center;align-items:center;width:auto;margin-top:1.15rem;padding:10px 22px;font-size:.88rem;font-weight:700;text-decoration:none;transition:border-color .2s,background .2s;display:inline-flex}.services-more:hover{background:#f59e0b1f;border-color:#f59e0bbf}.service-num{color:#f59e0b;letter-spacing:.08em;margin-bottom:.3rem;font-size:.72rem;font-weight:700}.service-card h3{margin-bottom:.35rem;font-size:.92rem;line-height:1.25}.service-card.is-featured h3{font-size:1.15rem}.service-card p{color:#94a3b8;margin:0;font-size:.8rem;line-height:1.45}.service-card.is-featured p{max-width:72rem;font-size:.92rem;line-height:1.55}@media (width<=1024px){.services-section{height:auto;min-height:0;max-height:none;padding:3rem var(--cn-page-gutter) 2.75rem}.services-grid,.services-grid.is-expanded{grid-template-rows:none;grid-template-columns:repeat(2,1fr)}.service-card,.services-grid:not(.is-expanded) .service-card:nth-child(n+5),.services-grid.is-expanded .service-card:nth-child(n+8){grid-column:auto}.service-card.is-featured{grid-column:1/-1}}@media (width<=700px){.services-grid{grid-template-columns:1fr}.service-card,.service-card.is-featured,.services-grid:not(.is-expanded) .service-card:nth-child(n+5),.services-grid.is-expanded .service-card:nth-child(n+8){grid-column:auto}.service-card p,.service-card.is-featured p{overflow:visible}}.offerings-grid,.why-grid,.events-grid,.exhibitions-grid,.video-grid{gap:1.25rem;display:grid}.offerings-grid{grid-template-columns:repeat(3,1fr)}.offering-card,.why-card,.event-card,.video-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172aa6;border:1px solid #ffffff0f;border-radius:16px;padding:1.6rem 1.5rem}.offering-card h3,.why-card h3,.event-card h3,.video-card h3{margin-bottom:.65rem;font-size:1.15rem}.offering-card p,.why-card p{color:#94a3b8;margin:0;font-size:.95rem;line-height:1.65}.offering-num{color:#f59e0b;letter-spacing:.08em;margin-bottom:.7rem;font-size:.8rem;font-weight:700;display:inline-block}.why-grid{grid-template-columns:repeat(2,1fr)}.why-card:last-child:nth-child(odd){grid-column:1/-1}.why-section.dark-section{box-sizing:border-box;height:auto;min-height:0;max-height:none;padding:2.75rem var(--cn-page-gutter) 1.75rem;flex-direction:column;display:flex;position:relative;overflow:hidden}.ads-section.dark-section{isolation:isolate;padding:2.75rem var(--cn-page-gutter) 3rem;position:relative;overflow:hidden}.ads-fx{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.ads-fx-orb{background:radial-gradient(circle,#f59e0b29 0%,#0000 68%);border-radius:50%;width:min(520px,70vw);height:min(520px,70vw);animation:4.2s ease-in-out infinite hero-ads-picker-glow;position:absolute;top:42%;left:50%;transform:translate(-50%,-50%)}.ads-fx-ring{border:1px dashed #f59e0b38;border-radius:50%;width:min(640px,78vw);height:min(280px,36vw);animation:28s linear infinite about-spin;position:absolute;top:46%;left:50%;transform:translate(-50%,-50%)}.ads-fx i{background:#fbbf24;border-radius:50%;width:5px;height:5px;animation:5.2s ease-in-out infinite ads-spark;position:absolute;box-shadow:0 0 10px #f59e0b}.ads-fx i:nth-child(3){animation-delay:0s;top:18%;left:12%}.ads-fx i:nth-child(4){animation-delay:1.2s;top:28%;right:16%}.ads-fx i:nth-child(5){animation-delay:2.1s;bottom:22%;left:22%}.ads-fx i:nth-child(6){animation-delay:3.4s;bottom:16%;right:10%}@keyframes ads-spark{0%,to{opacity:.15;transform:scale(.7)}50%{opacity:1;transform:scale(1.25)}}.ads-head,.ads-grid{z-index:1;position:relative}.ads-head{text-align:center;margin-bottom:1.5rem}.ads-head .section-title{margin-bottom:.45rem}.ads-head .section-lead{margin-bottom:0}.ads-grid{grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;gap:.85rem;display:grid}.ads-card{isolation:isolate;background:linear-gradient(165deg,#0f172ab8 0%,#0206178c 100%);border:1px solid #ffffff1a;border-radius:18px;flex-direction:column;gap:.85rem;min-width:0;padding:1.15rem 1rem 1.1rem;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0d}.ads-card:after{content:"";pointer-events:none;animation:5.6s ease-in-out infinite ads-card-sheen;animation-delay:var(--ads-delay,0s);background:linear-gradient(110deg,#0000 35%,#fde68a24 50%,#0000 65%) 0 0/220% 100%;position:absolute;inset:0}.ads-card-beam{offset-path:inset(1px round 18px);offset-rotate:auto;offset-anchor:center;pointer-events:none;z-index:2;background:linear-gradient(90deg,#0000,#f59e0b 35%,#fde68a 55%,#f59e0b 80%,#0000);border-radius:999px;width:42px;height:3px;animation:4.2s linear infinite section-tag-beam;position:absolute;box-shadow:0 0 10px 2px #f59e0ba6}.ads-card.is-featured{border-color:#a78bfa73;box-shadow:0 0 0 1px #7c3aed40,0 16px 36px #7c3aed2e,inset 0 1px #ffffff14}.ads-card.is-featured:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(120deg,#0000 30%,#c4b5fd38,#0000 70%) 0 0/220% 100%;animation:3.6s ease-in-out infinite ads-card-glow;position:absolute;inset:-1px}@keyframes ads-card-glow{0%,to{opacity:.25}50%{opacity:.8}}@keyframes ads-card-sheen{0%,to{background-position:120% 0}50%{background-position:-20% 0}}.ads-card h3{letter-spacing:.02em;margin:0;font-family:Outfit,system-ui,sans-serif;font-size:1.15rem}.ads-card ul{flex-direction:column;flex:1;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.ads-card li{color:#e2e8f0;align-items:flex-start;gap:.45rem;font-size:.82rem;line-height:1.4;display:flex}.ads-card li svg{color:#fbbf24;flex-shrink:0;margin-top:.12rem;animation:2.2s ease-in-out infinite ads-check-pulse}@keyframes ads-check-pulse{0%,to{filter:drop-shadow(0 0 #0000)}50%{filter:drop-shadow(0 0 6px #fbbf24d9)}}.ads-card-cta{width:100%;padding:.55rem .75rem;font-size:.78rem;animation:2.8s ease-in-out infinite hero-ads-cta-pulse}@media (width<=1100px){.ads-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=720px){.ads-grid{grid-template-columns:1fr}}.why-orbits,.products-orbits{pointer-events:none;position:absolute;inset:0}.why-orbits span,.products-orbits span{border:1px dashed #f59e0b33;border-radius:50%;animation:30s linear infinite about-spin;position:absolute}.why-orbits span:first-child,.products-orbits span:first-child{width:460px;height:460px;top:-120px;left:-100px}.why-orbits span:last-child,.products-orbits span:last-child{width:320px;height:320px;animation-direction:reverse;bottom:-70px;right:-80px}.why-stage{z-index:1;flex-direction:column;flex:1;width:100%;min-height:0;display:flex;position:relative}.why-head{text-align:center;flex-shrink:0;margin-bottom:.9rem}.why-section .section-title{margin-bottom:.2rem;font-size:clamp(1.45rem,2.5vw,2.1rem)}.why-title{flex-wrap:wrap;justify-content:center;gap:.22em .36em;display:flex}.why-title span{display:inline-block}.why-showcase{perspective:1100px;flex:1;grid-template-rows:auto;grid-template-columns:repeat(6,1fr);align-content:start;align-items:stretch;gap:.85rem;min-height:0;display:grid}.why-panel{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(#ffffff0f,#0000 42%),#0f172a9e;border:1px solid #ffffff12;border-radius:18px;flex-direction:column;grid-column:span 2;height:100%;padding:.95rem 1rem;display:flex;position:relative;overflow:hidden}.why-panel.is-featured{border-color:#f59e0b61;padding:1.05rem 1.15rem;box-shadow:0 0 32px #f59e0b1f}.why-panel:nth-child(4),.why-panel:nth-child(5){grid-column:span 3}.why-panel:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#f59e0b29,#0000);width:38%;height:180%;position:absolute;top:-30%;left:-45%;transform:rotate(18deg)}.why-panel:hover:after{animation:.7s forwards service-sheen}.why-num{color:#f59e0b;letter-spacing:.08em;margin-bottom:.45rem;font-family:Outfit,sans-serif;font-size:.82rem;font-weight:700}.why-panel h3{margin-bottom:.45rem;font-size:1.05rem;line-height:1.3}.why-panel.is-featured h3{font-size:1.15rem}.why-panel p{color:#94a3b8;margin:0;font-size:.95rem;line-height:1.6}.why-panel.is-featured p{color:#cbd5e1;font-size:.92rem}@media (width<=900px){.why-section.dark-section{height:auto;min-height:0;max-height:none;padding:3rem var(--cn-page-gutter) 1.5rem}.why-showcase{grid-template-rows:none;grid-template-columns:1fr}.why-panel,.why-panel:nth-child(4),.why-panel:nth-child(5),.why-panel.is-featured{grid-area:auto}}.video-grid{grid-template-columns:repeat(2,1fr)}.videos-section{background:radial-gradient(70% 50% at 50% 0,#f59e0b14,#0000 60%),linear-gradient(#0f172a47 0%,#0000 100%);padding-top:2.25rem;padding-bottom:1.5rem;overflow:hidden}.videos-head{text-align:center;margin-bottom:2rem}.stage-wrap{width:100%}.stage{perspective:1200px;width:100%;height:360px;transform-style:preserve-3d;position:relative}.stage.is-expo{height:440px}.stage-card{z-index:0;opacity:0;pointer-events:none;transform-style:preserve-3d;margin:0;transition:transform .7s cubic-bezier(.22,1,.36,1),opacity .45s,filter .45s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.56)}.stage-card.is-center{z-index:3;opacity:1;pointer-events:auto;transform:translate(-50%,-50%)scale(1)rotateY(0)}.stage-card.is-prev{z-index:2;opacity:.5;pointer-events:auto;filter:brightness(.68);transform:translate(-88%,-50%)scale(.76)rotateY(30deg)}.stage-card.is-next{z-index:2;opacity:.5;pointer-events:auto;filter:brightness(.68);transform:translate(-12%,-50%)scale(.76)rotateY(-30deg)}.stage-ctrl{justify-content:center;align-items:center;gap:.75rem;margin-top:.85rem;display:flex}.stage-arrow,.stage-dot{color:#fbbf24;cursor:pointer;background:#0f172ab3;border:1px solid #f59e0b59}.stage-arrow{border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.stage-arrow:hover,.stage-dot.is-on{background:#f59e0b2e;border-color:#f59e0bb3}.stage-dots{gap:.4rem;display:flex}.stage-count{text-align:center;letter-spacing:.04em;color:#fbbf24;min-width:4.5rem;font-size:.82rem;font-weight:700}.stage-dot{border-radius:50%;width:8px;height:8px;padding:0}.videos-section .video-card{isolation:isolate;background:linear-gradient(165deg,#1e293bf0 0%,#020617e0 100%);border:1px solid #f59e0b47;border-radius:18px;width:min(420px,78vw);padding:.7rem .7rem 1rem;animation:3.2s ease-in-out infinite product-card-glow;overflow:hidden}.videos-section .video-card.is-on,.videos-section .video-card:hover{border-color:#f59e0b99;animation:none;box-shadow:0 20px 44px #f59e0b3d}.videos-section .video-card h3{color:#f8fafc;margin:0 .25rem;font-size:1rem}.video-frame{aspect-ratio:16/9;background:#020617;border-radius:12px;width:100%;margin-bottom:.75rem;position:relative;overflow:hidden}.video-frame:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(115deg,#0000 30%,#fde68a38,#0000 70%);animation:4.8s ease-in-out infinite product-card-sheen;position:absolute;inset:0;transform:translate(-130%)}.video-card.is-on .video-frame:after{display:none}.video-frame iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.video-thumb-btn{cursor:pointer;background:#020617;border:0;padding:0;display:block;position:absolute;inset:0}.video-thumb-btn:disabled{cursor:default}.video-thumb{object-fit:cover;width:100%;height:100%;animation:9s ease-in-out infinite product-card-ken}.video-play{z-index:2;color:#0f172a;background:linear-gradient(135deg,#f59e0b 0%,#fbbf24 100%);border-radius:50%;place-items:center;width:56px;height:56px;animation:2.2s ease-in-out infinite video-play-pulse;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 28px #f59e0b73}.video-thumb-btn:hover .video-play{transform:translate(-50%,-50%)scale(1.08)}@keyframes video-play-pulse{0%,to{box-shadow:0 10px 28px #f59e0b66,0 0 #f59e0b59}50%{box-shadow:0 10px 28px #f59e0b8c,0 0 0 12px #f59e0b00}}@media (prefers-reduced-motion:reduce){.stage-card{transition:none}.stage-card.is-prev,.stage-card.is-next{filter:none;transform:translate(-50%,-50%)scale(.82)}.video-thumb,.video-play,.videos-section .video-card,.video-frame:after{animation:none}}@media (width<=700px){.stage{height:320px}.stage.is-expo{height:400px}.stage-card.is-prev{transform:translate(-76%,-50%)scale(.7)rotateY(22deg)}.stage-card.is-next{transform:translate(-24%,-50%)scale(.7)rotateY(-22deg)}}.events-grid,.exhibitions-grid{grid-template-columns:repeat(3,1fr)}.exhibitions-section.dark-section{padding:2.5rem var(--cn-page-gutter) 2rem;position:relative;overflow:hidden}.exhibitions-head{text-align:center;margin:0 auto 1.6rem}.exhibitions-empty{text-align:center}.exhibition-card{isolation:isolate;background:linear-gradient(165deg,#1e293bf0 0%,#020617e6 100%);border:1px solid #f59e0b47;border-radius:18px;flex-direction:column;width:min(236px,68vw);padding:0;animation:3.2s ease-in-out infinite product-card-glow;display:flex;overflow:hidden}.exhibition-card:hover{border-color:#f59e0ba6;animation:none;box-shadow:0 20px 44px #f59e0b3d}.exhibition-cover{background:#0b1220;height:250px;position:relative;overflow:hidden}.exhibition-cover:after{content:"";pointer-events:none;background:linear-gradient(115deg,#0000 30%,#fde68a2e,#0000 70%);animation:4.8s ease-in-out infinite product-card-sheen;position:absolute;inset:0;transform:translate(-130%)}.exhibition-cover img,.exhibition-cover iframe{object-fit:contain;border:0;width:100%;height:100%;display:block}.exhibition-cover-ph{color:#fbbf24b3;letter-spacing:.12em;place-items:center;height:100%;font-size:.75rem;font-weight:800;display:grid}.exhibition-badge{color:#f59e0b;letter-spacing:.08em;background:#050b18c7;border:1px solid #f59e0b73;border-radius:999px;padding:.2rem .5rem;font-size:.68rem;font-weight:700;position:absolute;top:.7rem;right:.7rem}.exhibition-copy{flex-direction:column;gap:.4rem;padding:1rem 1.1rem 1.15rem;display:flex}.exhibition-copy h3{margin:0;font-size:1.05rem;line-height:1.3}.exhibition-dates{color:#f59e0b;letter-spacing:.03em;font-size:.75rem;font-weight:600}.exhibition-dl{color:#111827;background:linear-gradient(90deg,#f59e0b,#d97706);border-radius:10px;justify-content:center;align-items:center;gap:.4rem;margin-top:.35rem;padding:.55rem .8rem;font-size:.85rem;font-weight:700;text-decoration:none;display:inline-flex}.exhibition-dl:hover,.exhibition-dl:focus-visible{filter:brightness(1.06);outline:none}@media (prefers-reduced-motion:reduce){.exhibition-card,.exhibition-cover:after{animation:none}}.event-card{color:inherit;flex-direction:column;padding:0;text-decoration:none;transition:transform .25s,border-color .25s;display:flex;overflow:hidden}.event-card:hover{border-color:#f59e0bb3;transform:translateY(-5px)}.event-thumb{object-fit:cover;width:100%;height:160px;display:block}.event-thumb-empty{background:linear-gradient(135deg,#f59e0b2e,#0f172ae6)}.event-copy{padding:1.1rem 1.2rem 1.25rem}.event-date{color:#f59e0b;letter-spacing:.04em;margin-bottom:.4rem;font-size:.78rem;font-weight:600;display:inline-block}.event-cta{color:#f59e0b;align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;display:inline-flex}.footer-socials{flex-wrap:wrap;gap:.7rem;margin-top:1rem;display:flex}.footer-social{color:#f8fafc;background:#ffffff0d;border:1px solid #f59e0b47;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex;position:relative;overflow:visible}.footer-social:after{content:"";pointer-events:none;border:1px solid #f59e0b59;border-radius:50%;animation:2.4s ease-out infinite footer-social-ring;position:absolute;inset:-4px}.footer-social:nth-child(2):after{animation-delay:.3s}.footer-social:nth-child(3):after{animation-delay:.6s}.footer-social:nth-child(4):after{animation-delay:.9s}.footer-social-bob{animation:2.6s ease-in-out infinite footer-social-bob;display:inline-flex}.footer-social:nth-child(2) .footer-social-bob{animation-delay:.2s}.footer-social:nth-child(3) .footer-social-bob{animation-delay:.4s}.footer-social:nth-child(4) .footer-social-bob{animation-delay:.6s}@keyframes footer-social-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes footer-social-ring{0%{opacity:.7;transform:scale(.92)}to{opacity:0;transform:scale(1.28)}}.footer-social:hover,.footer-social:focus-visible{color:#fff;outline:none}.footer-social--instagram:hover{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af);border-color:#0000}.footer-social--linkedin:hover{background:#0a66c2;border-color:#0a66c2}.footer-social--facebook:hover{background:#1877f2;border-color:#1877f2}.footer-social--youtube:hover{background:red;border-color:red}.store-btn{color:#f8fafc;white-space:nowrap;background:linear-gradient(#ffffff14,#0000 42%),#0f172abf;border:1px solid #f59e0b73;border-radius:12px;align-items:center;gap:.55rem;padding:.4rem .85rem .4rem .65rem;font-size:.88rem;font-weight:700;line-height:1.1;text-decoration:none;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 6px 16px #00000040}.store-btn small{letter-spacing:.06em;color:#cbd5e1;font-size:.58rem;font-weight:600;display:block}.store-btn svg{flex-shrink:0}.store-btn:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#fde68a59,#0000);width:40%;height:180%;animation:3.2s ease-in-out infinite store-btn-sheen;position:absolute;top:-40%;left:-50%;transform:rotate(18deg)}.store-btn--apple:after{animation-delay:.8s}@keyframes store-btn-sheen{0%,55%{transform:translate(0)rotate(18deg)}to{transform:translate(420%)rotate(18deg)}}.store-btn:hover,.store-btn:focus-visible{color:#fff;border-color:#f59e0b;outline:none;box-shadow:0 8px 20px #f59e0b47}.store-btn--play:hover{background:linear-gradient(135deg,#34a853,#4285f4);border-color:#0000}.store-btn--apple:hover{background:linear-gradient(135deg,#3a3a3a,#111);border-color:#f59e0b}@media (width<=1024px){.offerings-grid,.events-grid,.exhibitions-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.offerings-grid,.why-grid,.events-grid,.exhibitions-grid,.video-grid{grid-template-columns:1fr}.why-card:last-child:nth-child(odd){grid-column:auto}}.about-section.dark-section{box-sizing:border-box;height:auto;min-height:0;max-height:none;padding:2.25rem var(--cn-page-gutter) 1.5rem;flex-direction:column;display:flex;position:relative;overflow:hidden}.about-orbits{pointer-events:none;position:absolute;inset:0}.about-orbits span{border:1px dashed #f59e0b33;border-radius:50%;animation:28s linear infinite about-spin;position:absolute}.about-orbits span:first-child{width:560px;height:560px;top:-160px;right:-180px}.about-orbits span:last-child{width:360px;height:360px;animation-duration:36s;animation-direction:reverse;bottom:-110px;left:-100px}@keyframes about-spin{to{transform:rotate(360deg)}}.about-stage{z-index:1;flex-direction:column;flex:1;gap:.55rem;width:100%;min-height:0;display:flex;position:relative}.about-head{text-align:center;flex-direction:column;flex-shrink:0;align-items:center;display:flex}.about-cinematic{flex:1;grid-template-columns:.92fr 1.08fr;align-items:stretch;gap:0 1.6rem;min-height:0;display:grid}.about-visual{flex-direction:column;gap:.55rem;min-height:0;display:flex}.about-photo{isolation:isolate;border-radius:22px;flex:none;width:100%;height:clamp(168px,28vh,230px);margin:0;position:relative;overflow:hidden;box-shadow:0 22px 48px #0006,0 0 0 1px #f59e0b2e}.about-photo-ring{z-index:0;border:1px solid #f59e0b38;border-radius:50%;animation:22s linear infinite about-spin;position:absolute;inset:-16%}.about-photo:before{content:"";z-index:2;pointer-events:none;background:linear-gradient(#0000 55%,#050b1859);position:absolute;inset:0}.about-viewfinder{z-index:3;pointer-events:none;background:linear-gradient(#f59e0b,#f59e0b) 0 0/22px 1.5px no-repeat,linear-gradient(#f59e0b,#f59e0b) 0 0/1.5px 22px no-repeat,linear-gradient(#f59e0b,#f59e0b) 100% 0/22px 1.5px no-repeat,linear-gradient(#f59e0b,#f59e0b) 100% 0/1.5px 22px no-repeat,linear-gradient(#f59e0b,#f59e0b) 0 100%/22px 1.5px no-repeat,linear-gradient(#f59e0b,#f59e0b) 0 100%/1.5px 22px no-repeat,linear-gradient(#f59e0b,#f59e0b) 100% 100%/22px 1.5px no-repeat,linear-gradient(#f59e0b,#f59e0b) 100% 100%/1.5px 22px no-repeat;position:absolute;inset:14px}.about-photo img{z-index:1;object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.about-live{flex-direction:column;flex:1;gap:.45rem;min-height:0;display:flex}.about-chips{flex-shrink:0;grid-template-columns:repeat(3,1fr);gap:.4rem;display:grid;position:static}.about-chip{background:#0f172ab8;border:1px solid #f59e0b61;border-radius:12px;flex-direction:column;min-width:0;padding:.45rem .5rem;display:flex}.about-chip strong{color:#f59e0b;font-family:Outfit,sans-serif;font-size:1.05rem;line-height:1.05}.about-chip span{color:#e2e8f0;letter-spacing:.01em;font-size:.66rem}.about-constellation{background:radial-gradient(circle,#f59e0b24,#0000 46%),#080e1ce0;border:1px solid #f59e0b47;border-radius:16px;flex:1;min-height:0;position:relative;overflow:hidden}.about-radar{border:1px dashed #f59e0b47;border-radius:50%;animation:14s linear infinite about-spin;position:absolute;inset:10%}.about-radar.is-inner{border-style:solid;border-color:#f59e0b29;animation-duration:9s;animation-direction:reverse;inset:24%}.about-radar:after{content:"";background:conic-gradient(#0000 72%,#f59e0b38 88%,#0000 100%);border-radius:50%;animation:4.5s linear infinite about-spin;position:absolute;inset:0}.about-net-lines{width:100%;height:100%;position:absolute;inset:0}.about-net-lines line{stroke:#f59e0b73;stroke-width:.6px;stroke-dasharray:4 5;animation:2.4s linear infinite about-dash}@keyframes about-dash{to{stroke-dashoffset:-28px}}.about-hub{background:#f59e0b;border-radius:50%;width:14px;height:14px;margin:-7px 0 0 -7px;animation:1.8s ease-in-out infinite about-hub-pulse;position:absolute;top:50%;left:50%;box-shadow:0 0 0 6px #f59e0b29,0 0 22px #f59e0bb3}@keyframes about-hub-pulse{50%{box-shadow:0 0 0 11px #f59e0b14,0 0 28px #f59e0be6}}.about-node{letter-spacing:.04em;color:#f8fafc;background:#050b18b8;border:1px solid #f59e0b59;border-radius:999px;padding:.18rem .4rem .18rem .7rem;font-family:Outfit,sans-serif;font-size:.62rem;font-style:normal;position:absolute}.about-node:before{content:"";background:#f59e0b;border-radius:50%;width:6px;height:6px;margin-top:-3px;animation:1.6s ease-in-out infinite about-hub-pulse;position:absolute;top:50%;left:.32rem;box-shadow:0 0 8px #f59e0b}.about-packet{background:#fde68a;border-radius:50%;width:7px;height:7px;margin:-3.5px 0 0 -3.5px;animation:3.6s linear infinite about-packet;position:absolute;top:50%;left:50%;box-shadow:0 0 10px #f59e0b}@keyframes about-packet{0%{opacity:0;transform:translate(-38px,-22px)}12%{opacity:1}25%{transform:translate(0)}50%{transform:translate(38px,20px)}75%{transform:translate(0)}88%{opacity:1}to{opacity:0;transform:translate(-38px,20px)}}.about-story{flex-direction:column;gap:.7rem;min-width:0;height:auto;min-height:0;display:flex;position:relative;overflow:visible}.about-section .section-tag{margin-bottom:.3rem}.about-section .section-title{justify-content:center;margin-bottom:0;font-size:clamp(1.55rem,2.6vw,2.15rem);line-height:1.12}.about-title{flex-wrap:wrap;justify-content:center;gap:.22em .34em;display:flex}.about-title span{display:inline-block}.about-title-rule{transform-origin:50%;background:linear-gradient(90deg,#0000,#f59e0b,#0000);width:4.5rem;height:2px;margin:.55rem auto 0;display:block}.about-lead{z-index:2;color:#e8eef7;background:0 0;border:none;flex:none;margin:0;padding:.15rem 0 .15rem 1.05rem;font-size:clamp(.78rem,1.35vh,.92rem);line-height:1.5;position:relative;overflow:visible}.about-lead-mark{color:#f59e0b47;pointer-events:none;font-family:Outfit,sans-serif;font-size:2.6rem;line-height:1;position:absolute;top:-.7rem;left:.15rem}.about-lead-bar{transform-origin:top;background:#f59e0b;border-radius:2px;width:2px;position:absolute;top:.15rem;bottom:.15rem;left:0}.about-timeline{z-index:0;flex:auto;grid-template-rows:repeat(4,1fr);grid-template-columns:1fr;align-content:stretch;align-items:stretch;gap:0;min-height:0;margin:0;padding:0 0 0 1.15rem;list-style:none;display:grid;position:relative}.about-spine{transform-origin:top;pointer-events:none;background:linear-gradient(#f59e0b 0%,#f59e0b1f 100%);width:1px;position:absolute;top:.45rem;bottom:.45rem;left:.28rem}.about-step{z-index:0;background:0 0;border:none;grid-template-rows:auto 1fr;grid-template-columns:2.15rem 1fr;align-content:start;column-gap:.55rem;height:100%;min-height:0;margin:0;padding:.35rem 0 .45rem;display:grid;position:relative;overflow:hidden}.about-step:before{content:"";background:#050b18;border:1.5px solid #f59e0b;border-radius:50%;width:9px;height:9px;position:absolute;top:.55rem;left:-1.02rem;box-shadow:0 0 12px #f59e0b80}.about-step-num{z-index:1;color:#f59e0b;letter-spacing:.08em;grid-area:1/1;margin:0;font-family:Outfit,sans-serif;font-size:.82rem;font-weight:700;line-height:1.2;position:relative}.about-step-kicker{color:#f8fafc;letter-spacing:.01em;grid-area:1/2;margin:0;font-family:Outfit,sans-serif;font-size:.86rem;font-weight:600;line-height:1.2}.about-step p{z-index:1;color:#94a3b8;grid-area:2/2;min-height:0;margin:.28rem 0 0;font-size:clamp(.7rem,1.2vh,.8rem);line-height:1.42;position:relative;overflow:hidden}@media (width<=900px){.about-section.dark-section{height:auto;min-height:0;max-height:none;padding:1.5rem var(--cn-page-gutter) 1.25rem}.about-cinematic{grid-template-columns:1fr;gap:1.1rem}.about-photo,.about-photo img{height:200px;min-height:200px}.about-constellation{min-height:180px}.about-timeline{grid-template-rows:none}.about-step,.about-lead{-webkit-line-clamp:unset;flex:none;height:auto;overflow:visible}.about-lead{font-size:.95rem}}.section-image-container img{border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:500px;height:auto;margin:0 auto;display:block;box-shadow:0 20px 40px #0006}.check-list{margin:2rem 0;padding:0;list-style:none}.check-list li{color:#cbd5e1;align-items:center;gap:12px;margin-bottom:1rem;font-size:1.05rem;display:flex}.check-icon{color:lab(74.1406% 25.9398 71.4489)}.small-feature{background:#02061766;border:1px solid #ffffff08;border-radius:12px;padding:1.5rem}.icon-circle{color:lab(74.1406% 25.9398 71.4489);background:#f59e0b1a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1rem;display:flex}.small-feature h4{margin-bottom:.5rem;font-size:1.1rem}.small-feature p{margin:0;font-size:.95rem}.contact-section{text-align:center;padding-top:2rem;padding-bottom:2.25rem;position:relative;overflow:hidden}.cta-card{isolation:isolate;background:radial-gradient(70% 50% at 50% -8%,#f59e0b24,#0000 52%),linear-gradient(165deg,#1e293bf0 0%,#020617e6 100%);border:1px solid #f59e0b47;border-radius:22px;width:100%;max-width:800px;margin:0 auto;padding:2.75rem 2rem 2.4rem;animation:3.2s ease-in-out infinite product-card-glow;position:relative;overflow:hidden}.cta-card:before{content:"";offset-path:inset(1px round 22px);offset-rotate:auto;offset-anchor:center;pointer-events:none;z-index:2;background:linear-gradient(90deg,#0000,#f59e0b 35%,#fde68a 55%,#f59e0b 80%,#0000);border-radius:999px;width:56px;height:3px;animation:4s linear infinite section-tag-beam;position:absolute;box-shadow:0 0 10px 2px #f59e0ba6}.cta-card:after{content:"";pointer-events:none;z-index:0;background:linear-gradient(115deg,#0000 30%,#fde68a29,#0000 70%);animation:5.2s ease-in-out infinite product-card-sheen;position:absolute;inset:0;transform:translate(-130%)}.cta-card>*{z-index:1;position:relative}.feature-card.cta-card:hover{border-color:#f59e0b8c;transform:none}.cta-lead{max-width:600px;margin:0 auto 2rem;font-size:1.1rem}.cta-note{color:#64748b;margin:1.5rem 0 0;font-size:.9rem}.cta-card .join-btn{padding:14px 28px;font-size:1.1rem;animation:2.4s ease-in-out infinite hero-ads-cta-pulse}.cta-card .invite-input:focus{box-shadow:0 0 0 3px #f59e0b2e}@media (prefers-reduced-motion:reduce){.cta-card,.cta-card:before,.cta-card:after,.cta-card .join-btn{animation:none}}.testimonials-section{padding:2.5rem var(--cn-page-gutter) 2.5rem;background:radial-gradient(80% 50% at 50% 0,#f59e0b14,#0000 60%),linear-gradient(#0f172a59 0%,#0000 100%);border-top:1px solid #ffffff0a;overflow:hidden}.testimonials-header{text-align:center;margin:0 auto 2.75rem;padding:0}.testimonials-subtitle{color:#94a3b8;max-width:640px;margin:.75rem auto 0;font-size:1.05rem;line-height:1.6}.testimonials-marquee{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 6% 94%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 6% 94%,#0000 100%)}.testimonials-track{width:max-content;animation:testimonials-rtl var(--marquee-duration,40s) linear infinite;will-change:transform;backface-visibility:hidden;padding:.5rem 0 1rem;display:flex;transform:translate(0,0)}.testimonials-group{flex-shrink:0;gap:1.25rem;padding-right:1.25rem;display:flex}.testimonials-marquee:hover .testimonials-track{animation-play-state:paused}@keyframes testimonials-rtl{0%{transform:translate(0,0)}to{transform:translate(-50%)}}.testimonial-card{isolation:isolate;background:linear-gradient(165deg,#1e293bf0 0%,#020617e0 100%);border:1px solid #f59e0b47;border-radius:18px;flex-direction:column;flex:0 0 min(340px,82vw);gap:.85rem;width:min(340px,82vw);padding:1.5rem 1.4rem 1.35rem;animation:3.2s ease-in-out infinite product-card-glow;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 40px #02061759}.testimonial-card:after{content:"";pointer-events:none;background:linear-gradient(115deg,#0000 30%,#fde68a29,#0000 70%);animation:4.8s ease-in-out infinite product-card-sheen;position:absolute;inset:0;transform:translate(-130%)}.testimonial-card:hover{border-color:#f59e0b99;animation:none;box-shadow:0 20px 44px #f59e0b3d}.testimonial-quote-icon{color:#f59e0bb3;flex-shrink:0;animation:2.4s ease-in-out infinite testimonial-quote-float}@keyframes testimonial-quote-float{0%,to{opacity:.65;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}.testimonial-stars{color:#f59e0b;gap:3px;display:flex}.testimonial-message{color:#e2e8f0;-webkit-line-clamp:5;-webkit-box-orient:vertical;min-height:5.2em;margin:0;font-size:.98rem;line-height:1.65;display:-webkit-box;overflow:hidden}.testimonial-author{border-top:1px solid #ffffff0f;align-items:center;gap:.75rem;margin-top:auto;padding-top:.35rem;display:flex}.testimonial-avatar{color:#0f172a;background:linear-gradient(135deg,#f59e0b 0%,#fbbf24 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1rem;font-weight:700;animation:2.4s ease-in-out infinite video-play-pulse;display:flex;box-shadow:0 0 #f59e0b59}.testimonial-name{color:#f8fafc;font-size:.95rem;font-weight:700}.testimonial-meta{color:#94a3b8;margin-top:2px;font-size:.8rem;line-height:1.35}@media (prefers-reduced-motion:reduce){.testimonials-track{flex-wrap:wrap;justify-content:center;width:100%;max-width:1100px;margin:0 auto;padding:0 5%;animation:none;transform:none}.testimonials-group{flex-wrap:wrap;justify-content:center;gap:1rem;padding-right:0}.testimonials-group[aria-hidden=true]{display:none}.testimonials-marquee{-webkit-mask-image:none;mask-image:none}.testimonial-card,.testimonial-card:after,.testimonial-quote-icon,.testimonial-avatar{animation:none}}@media (width<=640px){.testimonials-section{padding:2.25rem var(--cn-page-gutter) 2.25rem}.testimonial-card{flex-basis:min(300px,85vw);width:min(300px,85vw)}}.landing-footer{background:radial-gradient(ellipse at 12% 0%, #f59e0b1a, transparent 42%), linear-gradient(180deg, #070d1c, var(--cn-bg));border-top:1px solid #f59e0b2e;padding:3.6rem 0 1.6rem;position:relative;overflow:hidden}.landing-footer:before{content:"";background:linear-gradient(90deg,#0000,#f59e0b,#0000);height:1px;position:absolute;top:0;left:10%;right:10%}.footer-orbits{pointer-events:none;position:absolute;inset:0}.footer-orbits span{border:1px dashed #f59e0b29;border-radius:50%;animation:32s linear infinite about-spin;position:absolute}.footer-orbits span:first-child{width:420px;height:420px;bottom:-180px;right:-120px}.footer-orbits span:last-child{width:260px;height:260px;animation-duration:40s;animation-direction:reverse;top:-80px;left:-90px}.footer-inner{z-index:1;width:min(var(--cn-page-width), calc(100% - 2 * var(--cn-page-gutter)));max-width:var(--cn-page-width);margin:0 auto;position:relative}.footer-content{grid-template-columns:1.05fr 1.15fr .9fr;align-items:start;gap:1.6rem 2rem;margin:0 0 2.2rem;display:grid}.footer-brand .landing-logo{margin-bottom:.85rem}.footer-tag{color:#e2e8f0;max-width:280px;margin:0 0 1rem;font-size:.95rem;line-height:1.45}.footer-contact{flex-direction:column;gap:.55rem;margin:0 0 1.1rem;padding:0;list-style:none;display:flex}.footer-contact li{color:#94a3b8;align-items:flex-start;gap:.55rem;font-size:.82rem;line-height:1.45;display:flex}.footer-contact svg{color:#f59e0b;flex-shrink:0;margin-top:.15rem}.footer-contact a{color:#cbd5e1;text-decoration:none}.footer-contact a:hover,.footer-contact a:focus-visible{color:#f59e0b;outline:none}.footer-audience-note{color:#cbd5e1;max-width:340px;margin-top:1.25rem;font-size:.9rem;line-height:1.45}.footer-who-can-join{background:linear-gradient(#f59e0b14,#0000 40%),#0f172a8c;border:1px solid #f59e0b38;border-radius:18px;min-width:0;padding:1.15rem 1.2rem 1.25rem}.footer-who-list{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.footer-who-list li{color:#cbd5e1;padding-left:.95rem;font-size:.8rem;line-height:1.4;position:relative}.footer-who-list li:before{content:"";background:#f59e0b;border-radius:50%;width:6px;height:6px;position:absolute;top:.5em;left:0;box-shadow:0 0 8px #f59e0b8c}.footer-columns{flex-wrap:wrap;gap:2.4rem;display:flex}.footer-heading{color:#f8fafc;letter-spacing:.12em;text-transform:uppercase;margin:0 0 .85rem;font-size:.78rem;font-weight:700}.footer-heading:after{content:"";background:linear-gradient(90deg,#f59e0b,#0000);width:2rem;height:2px;margin-top:.4rem;display:block}.footer-link-list{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.footer-link-list a{color:#94a3b8;font-size:.88rem;text-decoration:none;transition:color .2s,padding-left .2s}.footer-link-list a:hover,.footer-link-list a:focus-visible{color:#f59e0b;outline:none;padding-left:.25rem}.footer-bottom{color:#94a3b8;white-space:nowrap;border-top:1px solid #ffffff0f;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.15rem;font-size:.78rem;display:flex}.footer-copyright{align-items:center;gap:.65rem;min-width:0;margin:0;display:flex}.footer-tagline{color:#f59e0b}.footer-powered{color:#94a3b8;letter-spacing:.01em;font-weight:600;text-decoration:none;transition:color .2s}.footer-powered:hover,.footer-powered:focus-visible{color:#f59e0b}.footer-stores{flex-shrink:0;align-items:center;gap:.5rem;display:flex}@media (width<=1024px){.footer-content{grid-template-columns:1fr 1fr}.footer-who-can-join{grid-column:1/-1}}.store-placeholder{color:#94a3b8;white-space:nowrap;background:#0f172a59;border:1px dashed #94a3b859;border-radius:999px;align-items:center;gap:.4rem;padding:.45rem .75rem;font-size:.75rem;display:inline-flex}.mobile-menu-btn{cursor:pointer;color:#fff;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:none}.mobile-menu-dropdown{display:none}@media (width>=1025px) and (width<=1320px){.hero-section--with-ads .hero-btn,.hero-section--with-ads .hero-btn-secondary{padding:13px 22px;font-size:.97rem}}@media (width<=1024px){.hero-section{padding:5.75rem var(--cn-page-gutter) 1.5rem;align-items:flex-start}.hero-section--with-ads{min-height:auto;padding-bottom:1.5rem}.hero-section--with-ads .slider-overlay{background:linear-gradient(#020617b8 0%,#0206178c 40%,#020617e0 100%),linear-gradient(105deg,#020617d9 0%,#02061773 100%)}.hero-section--with-ads .hero-inner{max-width:var(--cn-page-width);grid-template-columns:1fr;gap:1.35rem;padding-bottom:.5rem}.hero-section--with-ads .hero-content{text-align:left}.hero-ads-frame{max-height:none}.hero-ads-frame:hover{transform:none}}@media (width<=768px){.hero-section{padding:4.85rem var(--cn-page-gutter) 1.5rem;align-items:flex-start;min-height:auto}.hero-section--with-ads{padding:4.75rem var(--cn-page-gutter) 1.5rem}.hero-section--with-ads .hero-inner{gap:1.15rem;max-width:100%}.hero-showcase{background:linear-gradient(155deg,#1e293be0 0%,#020617b8 100%);border-color:#ffffff29;border-radius:20px;padding:1.2rem 1.15rem 1.25rem;box-shadow:0 20px 48px #02061773,0 0 0 1px #f59e0b1f,inset 0 1px #ffffff14}.hero-section:not(.hero-section--with-ads) .hero-showcase{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:none;border-radius:0;padding:0}.hero-section:not(.hero-section--with-ads) .hero-content{text-align:center;max-width:100%}.hero-section:not(.hero-section--with-ads) .hero-brand-row{justify-content:center}.hero-section--with-ads .hero-brand-row{justify-content:flex-start;gap:.75rem;margin-bottom:.9rem}.hero-brand-row{gap:.75rem;margin-bottom:.9rem}.hero-section:not(.hero-section--with-ads) .hero-contact-strip{flex-direction:column;align-items:center;gap:.75rem}.hero-section:not(.hero-section--with-ads) .hero-contact-link{background:0 0;border:none;justify-content:center;width:auto;padding:0}.hero-section:not(.hero-section--with-ads) .hero-tagline{width:fit-content;margin-left:auto;margin-right:auto;display:block}.hero-section:not(.hero-section--with-ads) .hero-btn,.hero-section:not(.hero-section--with-ads) .hero-btn-secondary{flex:0 auto;width:auto;min-width:min(100%,150px)}.hero-section:not(.hero-section--with-ads) .hero-title{text-align:center;max-width:16ch;margin-left:auto;margin-right:auto;font-size:clamp(1.85rem,8vw,2.45rem)}.global-beta-tag{letter-spacing:.08em;margin-bottom:1rem;padding:.4rem .85rem;font-size:.65rem}.hero-contact-strip{flex-direction:column;align-items:stretch;gap:.5rem;padding-top:.95rem}.hero-contact-link{border-radius:12px;justify-content:flex-start;width:100%;padding:.65rem .85rem;font-size:.84rem}.hero-ads-panel{justify-self:stretch;max-width:100%}.hero-ads-picker{border-radius:20px;padding:.95rem .95rem 1rem}.hero-ads-picker-head{gap:.65rem;margin-bottom:.7rem;padding:.7rem .75rem}.hero-ads-picker-head-icon{border-radius:10px;width:36px;height:36px}.hero-ads-picker-title{font-size:1.15rem}.hero-ads-picker-body{grid-template-columns:1fr;gap:.7rem}.hero-ads-rail{flex-direction:row;padding:.85rem .2rem .4rem;overflow:visible}.hero-ads-rail-btn{flex:none}.hero-ads-showcase:before{opacity:.95;inset:-6% -4% -4%}.hero-ads-frame{--hero-ad-footer-inset:68px;aspect-ratio:16/10;border-radius:18px;width:100%;min-height:0;max-height:none;box-shadow:0 24px 56px #0206178c,0 0 0 1px #f59e0b4d,0 0 64px #f59e0b2e}.hero-ad-footer{flex-wrap:nowrap;align-items:center;gap:.55rem;padding:.75rem .85rem .8rem}.hero-ad-footer-kicker{font-size:.62rem}.hero-ad-footer-title{white-space:nowrap;font-size:.92rem}.hero-ad-footer-cta{flex-shrink:0;justify-content:center;width:auto;padding:.45rem .7rem;font-size:.72rem}.hero-ad-dots{margin-top:.75rem}.hero-brand-logo{width:52px;height:52px}.hero-section--with-ads .hero-brand-logo{width:56px;height:56px}.hero-brand{font-size:1.45rem;line-height:1.15}.hero-section--with-ads .hero-brand{font-size:1.5rem}.hero-brand-sub{font-size:.75rem}.hero-title{max-width:none;margin:0 0 .85rem;font-size:clamp(1.7rem,7.2vw,2.15rem);line-height:1.15}.hero-section--with-ads .hero-title{font-size:clamp(1.65rem,6.8vw,2.05rem)}.hero-section--with-ads .hero-title-accent{white-space:normal}.hero-subtitle{-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;margin:0 0 .75rem;font-size:.92rem;line-height:1.55;display:-webkit-box;overflow:hidden}.hero-section--with-ads .hero-subtitle{-webkit-line-clamp:3;line-clamp:3}.hero-tagline{margin:0 0 1.15rem;font-size:.95rem}.hero-content{text-align:left;padding-bottom:2rem}.hero-cta-group{flex-direction:column;justify-content:stretch;align-items:stretch;gap:.65rem;margin-bottom:.25rem}.hero-section:not(.hero-section--with-ads) .hero-cta-group{flex-flow:wrap;justify-content:center;align-items:center}.hero-section--with-ads .hero-cta-group{margin-bottom:.15rem}.carousel-dots.hero-dots{bottom:12px}.hero-btn,.hero-btn-secondary{border-radius:12px;justify-content:center;width:100%;padding:13px 18px;font-size:.95rem}.grid-2,.grid-3,.split-section{grid-template-columns:1fr;gap:2rem}.landing-nav-links,.nav-cta,.join-btn.nav-cta{display:none}.mobile-menu-btn{display:inline-flex}.mobile-menu-dropdown{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:99;background:#050b18f5;border:1px solid #f59e0b38;border-radius:20px;flex-direction:column;width:auto;padding:.55rem .4rem .75rem;display:flex;position:fixed;top:5.55rem;left:4%;right:4%;box-shadow:0 18px 48px #00000073}.nav-cta-mobile{border-radius:999px;margin:.45rem .75rem .2rem}.mobile-menu-dropdown a{color:#cbd5e1;border-bottom:1px solid #ffffff0d;padding:1rem 5%;font-size:1.1rem;font-weight:500;text-decoration:none;transition:color .3s,background .3s}.mobile-menu-dropdown a:last-child{border-bottom:none}.mobile-menu-dropdown a:hover,.mobile-menu-dropdown a.is-active{color:#fde68a;background:#f59e0b14}.footer-content{grid-template-columns:1fr;gap:1.6rem}.footer-columns{gap:2rem}.footer-bottom{text-align:center;white-space:normal;flex-flow:column wrap;justify-content:center;align-items:center;gap:.85rem;font-size:.7rem}.footer-copyright{flex-wrap:wrap;justify-content:center}.footer-stores{flex-wrap:wrap;justify-content:center;width:100%}.footer-tagline{display:none}.reverse-mobile{flex-direction:column-reverse;display:flex}.float-image-right{float:none;width:100%;max-width:100%;margin-top:1rem;margin-bottom:2rem;margin-left:0}}@media (width<=480px){.hero-section,.hero-section--with-ads{padding:5.1rem var(--cn-page-gutter) 1.35rem}.hero-section:not(.hero-section--with-ads) .hero-showcase{border-radius:0;padding:0}.hero-brand{font-size:1.28rem}.hero-section--with-ads .hero-brand{font-size:1.32rem}.hero-brand-logo,.hero-section--with-ads .hero-brand-logo{width:46px;height:46px}.hero-title,.hero-section--with-ads .hero-title{font-size:1.55rem}.hero-subtitle{-webkit-line-clamp:3;font-size:.88rem}.hero-ads-picker{border-radius:18px;padding:.8rem .8rem .85rem}.hero-ads-picker-title{font-size:1.1rem}.hero-ads-frame{--hero-ad-footer-inset:100px;border-radius:14px}.hero-ad-footer{flex-wrap:wrap;padding:.7rem .75rem}.hero-ad-footer-title{white-space:normal;font-size:.88rem}.hero-ad-footer-cta{width:100%}.hero-contact-link span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}.invite-form{flex-wrap:wrap;justify-content:center;gap:10px;max-width:500px;margin:0 auto;display:flex}.invite-input{color:#f8fafc;background:#0f172a99;border:1px solid #fff3;border-radius:8px;flex:1;min-width:250px;padding:14px 20px;font-family:Inter,sans-serif;font-size:1.05rem;transition:border-color .3s}.invite-input:focus{border-color:#f59e0b;outline:none}.invite-input::placeholder{color:#64748b}.roadmap-section{padding:4rem 5%;position:relative}.roadmap-timeline{max-width:800px;margin:0 auto;position:relative}.roadmap-timeline:before{content:"";background:#f59e0b33;width:2px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.roadmap-item{opacity:1;width:50%;margin-bottom:3rem;padding-right:40px;transition:transform .3s,border-color .3s;position:relative;transform:translateY(0)}.roadmap-item:nth-child(2n){margin-left:50%;padding-left:40px;padding-right:0}.roadmap-icon{color:lab(74.1406% 25.9398 71.4489);z-index:2;background:#020617;border:2px solid lab(74.1406% 25.9398 71.4489);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:absolute;top:0;right:-24px;box-shadow:0 0 15px #f59e0b4d}.roadmap-item:nth-child(2n) .roadmap-icon{left:-24px;right:auto}.roadmap-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172acc;border:1px solid #ffffff0d;border-radius:12px;padding:1.5rem;transition:transform .3s,border-color .3s;position:relative}.roadmap-content:hover{border-color:#f59e0b;transform:translateY(-5px)}.roadmap-content:before{content:"";border:10px solid #0000;border-left-color:#0f172acc;border-right-width:0;position:absolute;top:16px;right:-10px}.roadmap-item:nth-child(2n) .roadmap-content:before{border-width:10px 10px 10px 0;border-color:#0000 #0f172acc #0000 #0000;left:-10px;right:auto}.fade-up,.fade-up.animate-in{opacity:1;transform:translateY(0)}@media (width<=768px){.roadmap-timeline:before{left:24px}.roadmap-item,.roadmap-item:nth-child(2n){width:100%;margin-left:0;padding-left:70px;padding-right:0}.roadmap-icon,.roadmap-item:nth-child(2n) .roadmap-icon{left:0;right:auto}.roadmap-content:before,.roadmap-item:nth-child(2n) .roadmap-content:before{border-width:10px 10px 10px 0;left:-10px;right:auto}}.modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal-content{text-align:center;background:#0f172a;border:1px solid #ffffff1a;border-radius:16px;width:90%;max-width:400px;padding:2rem;position:relative;box-shadow:0 25px 50px -12px #00000080}.modal-close-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;transition:color .2s;position:absolute;top:1rem;right:1rem}.modal-close-btn:hover{color:#fff}.modal-icon-container{color:#f59e0b;border:2px solid #f59e0b4d;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;display:flex}.modal-title{margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.modal-title-underline{background:#f59e0b;border-radius:2px;width:40px;height:3px;margin:0 auto 1rem}.modal-subtitle{color:#94a3b8;margin-bottom:2rem;font-size:.9rem}.modal-contact-btn{color:#fff;background:#02061766;border:1px solid #ffffff0d;border-radius:12px;justify-content:space-between;align-items:center;width:100%;margin-bottom:1rem;padding:1rem;text-decoration:none;transition:background .2s,border-color .2s;display:flex}.modal-contact-btn:hover{background:#020617cc;border-color:#f59e0b4d}.modal-contact-btn-left{align-items:center;gap:1rem;display:flex}.modal-contact-icon-whatsapp{color:#25d366;background:#25d3661a;border-radius:8px;padding:8px}.modal-contact-icon-call{color:#3b82f6;background:#3b82f61a;border-radius:8px;padding:8px}.modal-contact-info{text-align:left}.modal-contact-name{font-size:.95rem;font-weight:500;display:block}.modal-contact-number{color:#f59e0b;margin-top:2px;font-size:.85rem;display:block}.modal-cancel-btn{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:12px;width:100%;margin-top:.5rem;padding:1rem;font-weight:500;transition:background .2s}.modal-cancel-btn:hover{background:#ffffff0d}.who-can-join-section{background:#0f172a59}.who-can-join-intro{max-width:720px;margin:0 auto 2rem}.who-can-join-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;max-width:1000px;margin:0 auto;display:grid}.who-can-join-card{color:#e2e8f0;background:#0f172aa6;border:1px solid #ffffff0f;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 1.1rem;font-weight:500;display:flex}@media (width<=900px){.who-can-join-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.who-can-join-grid{grid-template-columns:1fr}}.form-feedback{margin-top:1rem;font-size:.95rem}.form-feedback-error{color:#fca5a5}.form-feedback-success{color:#86efac}.join-btn:disabled,.invite-input:disabled{opacity:.7;cursor:not-allowed}.access-modal{max-width:480px;max-height:90vh;overflow-y:auto}.access-form{text-align:left;flex-direction:column;gap:.45rem;margin-bottom:1rem;display:flex}.access-form label{color:#94a3b8;margin-top:.35rem;font-size:.8rem}.access-form input,.access-form textarea{box-sizing:border-box;color:#f8fafc;width:100%;font:inherit;background:#02061773;border:1px solid #ffffff1f;border-radius:8px;padding:.7rem .85rem}.access-form input:focus,.access-form textarea:focus{border-color:#f59e0b;outline:none}.access-submit-btn{justify-content:center;width:100%;margin-top:.75rem}.access-alt-contacts{margin-top:.5rem}.cookie-consent{z-index:200;pointer-events:none;justify-content:center;display:flex;position:fixed;bottom:1rem;left:1rem;right:1rem}.cookie-consent-inner{pointer-events:auto;background:#0b1220f5;border:1px solid #ffffff14;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;width:100%;max-width:920px;padding:1rem 1.25rem;display:flex;box-shadow:0 12px 40px #00000073}.cookie-consent-inner p{color:#cbd5e1;flex:1;min-width:220px;margin:0;font-size:.9rem}.cookie-consent-actions{flex-wrap:wrap;gap:.6rem;display:flex}.cookie-btn{padding:8px 16px;font-size:.9rem}.legal-page{isolation:isolate;position:relative}.legal-atmosphere{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.legal-orb{filter:blur(60px);opacity:.45;border-radius:50%;animation:14s ease-in-out infinite alternate legal-orb-drift;position:absolute}.legal-orb-a{background:radial-gradient(circle,#f59e0b59,#0000 68%);width:min(48vw,420px);height:min(48vw,420px);top:-8%;left:-6%}.legal-orb-b{background:radial-gradient(circle,#38bdf82e,#0000 70%);width:min(40vw,360px);height:min(40vw,360px);animation-delay:-4s;bottom:12%;right:-4%}.legal-orb-b.is-danger{background:radial-gradient(circle,#f8717129,#0000 70%)}.legal-grid{background-image:linear-gradient(#94a3b80a 1px,#0000 1px),linear-gradient(90deg,#94a3b80a 1px,#0000 1px);background-size:56px 56px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 55% at 50% 20%,#000 20%,#0000 75%);mask-image:radial-gradient(70% 55% at 50% 20%,#000 20%,#0000 75%)}@keyframes legal-orb-drift{0%{transform:translate(0,0)scale(1)}to{transform:translate(18px,24px)scale(1.08)}}.legal-page .legal-nav{z-index:40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(#050b18eb,#050b18b8 70%,#0000);position:sticky;top:0}.legal-nav-shell{max-width:var(--cn-page-width);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.85rem;margin:0 auto;padding:.55rem 0;display:flex}.legal-nav-links{flex-wrap:wrap;justify-content:center;gap:.35rem;display:flex}.legal-chip{color:#94a3b8;letter-spacing:.01em;z-index:0;border-radius:999px;align-items:center;gap:.35rem;padding:.45rem .8rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex;position:relative}.legal-chip span:last-child,.legal-chip svg{z-index:1;position:relative}.legal-chip:hover,.legal-chip:focus-visible{color:#f8fafc}.legal-chip.is-active{color:#0f172a}.legal-chip-pill{border-radius:inherit;z-index:0;background:linear-gradient(120deg,#fbbf24,#f59e0b);position:absolute;inset:0;box-shadow:0 8px 22px #f59e0b47}.legal-back-link{color:#cbd5e1;white-space:nowrap;align-items:center;gap:.4rem;font-weight:500;text-decoration:none;display:inline-flex}.legal-back-link:hover,.legal-back-link:focus-visible{color:#f59e0b}.legal-main{z-index:1;padding:2.5rem var(--cn-page-gutter) 4.5rem;max-width:920px;margin:0 auto;position:relative}.legal-hero{text-align:center;margin-bottom:1.75rem}.legal-hero .section-tag{margin-bottom:1rem;display:inline-block}.legal-hero h1{letter-spacing:-.02em;background:linear-gradient(#fff 35%,#cbd5e1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.65rem;font-size:clamp(1.85rem,4vw,2.65rem)}.legal-icon{color:#f59e0b;background:#f59e0b1f;border:1px solid #f59e0b47;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.1rem;display:flex;position:relative;box-shadow:0 0 0 8px #f59e0b0d}.legal-icon.is-danger{color:#f87171;background:#f871711f;border-color:#f871714d;box-shadow:0 0 0 8px #f871710d}.legal-icon-ring{border:1px solid #f59e0b38;border-radius:50%;animation:2.8s ease-out infinite legal-ring-pulse;position:absolute;inset:-10px}.legal-icon.is-danger .legal-icon-ring{border-color:#f8717140}@keyframes legal-ring-pulse{0%{opacity:.85;transform:scale(.92)}70%{opacity:0;transform:scale(1.12)}to{opacity:0;transform:scale(1.12)}}.legal-subtitle{color:#94a3b8;max-width:38rem;margin:0 auto 1.25rem;font-size:1.02rem;line-height:1.65}.legal-cta{color:#0f172a;background:linear-gradient(120deg,#fbbf24,#f59e0b);border-radius:999px;align-items:center;gap:.55rem;padding:.85rem 1.35rem;font-weight:700;text-decoration:none;animation:2.6s ease-in-out infinite legal-cta-glow;display:inline-flex;box-shadow:0 12px 28px #f59e0b47}@keyframes legal-cta-glow{0%,to{box-shadow:0 12px 28px #f59e0b47}50%{box-shadow:0 14px 36px #f59e0b6b}}.legal-card{background:linear-gradient(165deg,#0f172ae0,#0b1220eb);border:1px solid #f59e0b24;border-radius:22px;padding:1.75rem 1.5rem 1.85rem;position:relative;overflow:hidden;box-shadow:0 24px 50px #00000059,inset 0 1px #ffffff0a}.legal-card:before{content:"";background:linear-gradient(90deg,#0000,#fbbf248c,#0000);height:1px;position:absolute;top:0;left:10%;right:10%}.legal-section-title{color:#f8fafc;margin:0 0 1.25rem;font-size:1.15rem}.legal-loading{flex-direction:column;align-items:flex-start;gap:.75rem;display:flex}.legal-loading-bar{background:linear-gradient(90deg,#0000,#f59e0b,#0000) 0 0/200% 100%;border-radius:999px;width:100%;height:3px;animation:1.2s linear infinite legal-shimmer}@keyframes legal-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.legal-pending{background:#f59e0b14;border:1px dashed #f59e0b73;border-radius:14px;padding:1.25rem}.legal-pending strong{color:#fbbf24;margin-bottom:.5rem;display:block}.legal-error{color:#fca5a5}.legal-points{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.legal-points>li{background:#ffffff05;border:1px solid #ffffff0d;border-radius:14px;grid-template-columns:auto 1fr;align-items:start;gap:.9rem;padding:1rem 1rem 1.05rem;transition:border-color .25s,background .25s,transform .25s;display:grid}.legal-points>li:hover{background:#f59e0b0d;border-color:#f59e0b47;transform:translate(3px)}.legal-point-num{letter-spacing:.06em;color:#f59e0b;min-width:2rem;padding-top:.2rem;font-family:Outfit,system-ui,sans-serif;font-size:.78rem;font-weight:700}.legal-point-body h2{color:#f8fafc;margin:0 0 .35rem;font-size:1.05rem}.legal-point-body p{color:#94a3b8;margin:0;line-height:1.7}.legal-steps{counter-reset:none;flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.legal-steps>li{background:#ffffff06;border:1px solid #ffffff0f;border-radius:14px;grid-template-columns:auto 1fr;gap:.9rem;padding:1rem;display:grid}.legal-step-num{color:#f59e0b;letter-spacing:.05em;font-family:Outfit,system-ui,sans-serif;font-size:.8rem;font-weight:700}.legal-steps h3{color:#f8fafc;margin:0 0 .3rem;font-size:1rem}.legal-steps p{color:#94a3b8;margin:0;line-height:1.65}.legal-notes{grid-template-columns:repeat(3,1fr);gap:.85rem;margin-top:1.1rem;display:grid}.legal-note{background:#0f172ab8;border:1px solid #ffffff0f;border-radius:16px;padding:1.15rem 1.1rem 1.2rem}.legal-note-icon{color:#f59e0b;background:#f59e0b1f;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:.75rem;display:inline-flex}.legal-note h3{margin:0 0 .4rem;font-size:.98rem}.legal-note p{margin:0;font-size:.9rem;line-height:1.6}@media (width<=900px){.legal-notes{grid-template-columns:1fr}.legal-nav-links{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;order:3;justify-content:flex-start;width:100%;padding-bottom:.2rem;overflow-x:auto}.legal-chip{flex-shrink:0}}@media (width<=640px){.legal-main{padding-top:1.5rem}.legal-card{border-radius:18px;padding:1.25rem 1rem 1.35rem}.legal-points>li,.legal-steps>li{grid-template-columns:1fr;gap:.35rem}}.products-section{background:radial-gradient(70% 42% at 50% 0,#f59e0b14,#0000 58%),linear-gradient(#0f172a80 0%,#0000 62%);border-top:1px solid #ffffff12;flex-direction:column;padding-top:3.5rem;padding-bottom:3rem;display:flex;position:relative;overflow:hidden}.products-head{text-align:center;margin-bottom:2.25rem}.products-head .section-title{flex-wrap:wrap;justify-content:center;gap:.35em;display:flex}.products-empty{text-align:center;color:#64748b}.products-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;display:grid}.products-grid-home{grid-template-columns:repeat(4,minmax(0,1fr))}@media (width<=1024px){.products-grid-home{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.products-grid-home{grid-template-columns:1fr}}.product-card{isolation:isolate;height:100%;color:inherit;background:linear-gradient(165deg,#1e293beb 0%,#020617db 100%);border:1px solid #f59e0b47;border-radius:18px;flex-direction:column;text-decoration:none;transition:border-color .25s;animation:3.2s ease-in-out infinite product-card-glow;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 36px #02061759}@keyframes product-card-glow{0%,to{box-shadow:0 16px 36px #02061759,0 0 #f59e0b00}50%{box-shadow:0 18px 40px #f59e0b33,0 0 28px #f59e0b29}}.product-card:hover{border-color:#f59e0b99;animation:none;box-shadow:0 20px 44px #f59e0b3d}.product-card-media{background:#0f172a;height:180px;display:block;position:relative;overflow:hidden}.product-card-media:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0000,#020617e0);height:42%;position:absolute;inset:auto 0 0}.product-card-media:after{content:"";pointer-events:none;background:linear-gradient(115deg,#0000 30%,#fde68a38,#0000 70%);animation:4.8s ease-in-out infinite product-card-sheen;position:absolute;inset:0;transform:translate(-130%)}.product-card:hover .product-card-media:after{animation-duration:1.2s}@keyframes product-card-sheen{0%,62%{transform:translate(-130%)}82%,to{transform:translate(130%)}}.product-card-image{object-fit:cover;background:#0f172a;width:100%;height:100%;animation:9s ease-in-out infinite product-card-ken}@keyframes product-card-ken{0%,to{transform:scale(1)}50%{transform:scale(1.07)}}.product-card:hover .product-card-image{transition:transform .45s;animation:none;transform:scale(1.08)}.product-card-body{flex-direction:column;flex:1;gap:.55rem;padding:1.1rem 1.2rem 1.25rem;display:flex}.product-card-body h3{color:#f8fafc;margin:0;font-size:1.15rem}.product-card-body p{color:#94a3b8;-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;flex:none;height:2.9em;max-height:2.9em;margin:0;font-size:.92rem;line-height:1.45;display:-webkit-box;overflow:hidden}.product-card-cta{color:#fbbf24;background:#f59e0b14;border:1px solid #f59e0b59;border-radius:999px;align-self:flex-start;align-items:center;gap:.25rem;margin-top:auto;padding:.38rem .7rem;font-size:.82rem;font-weight:700;transition:gap .2s,background .2s,border-color .2s;display:inline-flex}.product-card:hover .product-card-cta{background:#f59e0b29;border-color:#f59e0bb3;gap:.45rem}.product-detail-main{max-width:980px}.product-status{color:#94a3b8;padding:2rem 0}.product-status-error{color:#fca5a5}.product-detail-shell{width:min(1200px,94%);margin:0 auto;padding:5rem 0 3.25rem}.product-detail-breadcrumb{color:#64748b;flex-wrap:wrap;align-items:center;gap:.35rem;margin-bottom:1rem;font-size:.88rem;display:flex}.product-detail-breadcrumb a{color:#94a3b8;text-decoration:none}.product-detail-breadcrumb a:hover{color:#f59e0b}.product-detail-breadcrumb span{color:#e2e8f0;text-overflow:ellipsis;white-space:nowrap;max-width:36ch;overflow:hidden}.product-pro-panel{background:#0f172ac7;border:1px solid #94a3b824;border-radius:22px;overflow:hidden;box-shadow:0 22px 48px #02081766}.product-pro-top{grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);align-items:stretch;gap:1.5rem;padding:1.25rem 1.25rem .35rem;display:grid}.product-pro-media{flex-direction:column;gap:.85rem;min-width:0;display:flex}.product-pro-hero{aspect-ratio:4/3;background:#020617;border:1px solid #94a3b829;border-radius:16px;position:relative;overflow:hidden}.product-pro-hero img{object-fit:cover;width:100%;height:100%;display:block}.product-pro-info{flex-direction:column;justify-content:space-between;gap:1rem;min-width:0;min-height:100%;padding:.2rem .1rem;display:flex}.product-pro-info-main{flex-direction:column;gap:.85rem;display:flex}.product-pro-info .section-tag{width:fit-content}.product-pro-info h1{color:#f8fafc;margin:0;font-size:clamp(1.7rem,2.8vw,2.35rem);line-height:1.2}.product-pro-points{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.product-pro-points li{color:#cbd5e1;align-items:center;gap:.5rem;font-size:.92rem;display:flex}.product-pro-points li svg{color:#f59e0b;flex-shrink:0}.product-pro-actions{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.2rem;display:grid}.product-pro-meta-grid{grid-template-columns:1fr 1fr;gap:.7rem;display:grid}.product-pro-meta-card{background:#02081766;border:1px solid #94a3b824;border-radius:12px;align-items:center;gap:.65rem;padding:.8rem .85rem;display:flex}.product-pro-meta-card svg{color:#f59e0b;flex-shrink:0}.product-pro-meta-card strong{color:#f8fafc;font-size:.9rem;line-height:1.25;display:block}.product-pro-meta-card span{color:#94a3b8;margin-top:.15rem;font-size:.78rem;display:block}.product-pro-description{background:linear-gradient(#02081747,#02081780);border:1px solid #94a3b81f;border-radius:16px;margin:.95rem 1.25rem 1.25rem;overflow:hidden}.product-pro-description-head{background:#0f172a73;border-bottom:1px solid #94a3b81f;justify-content:space-between;align-items:baseline;gap:1rem;padding:.95rem 1.2rem;display:flex}.product-pro-description-head h2{letter-spacing:.07em;text-transform:uppercase;color:#fbbf24;margin:0;font-size:.82rem;font-weight:700}.product-pro-description-head span{color:#64748b;font-size:.8rem}.product-pro-description-grid{grid-template-columns:minmax(0,1.45fr) minmax(240px,.7fr);align-items:start;gap:1rem;padding:1.1rem 1.15rem 1.2rem;display:grid}.product-pro-description-body{scrollbar-width:thin;scrollbar-color:#94a3b873 transparent;max-height:calc(43.75em + 1.2rem);padding-right:.35rem;overflow-y:auto}.product-pro-description-body p{color:#e2e8f0;margin:0 0 .95rem;font-size:1.02rem;line-height:1.75}.product-pro-description-body p:last-child{margin-bottom:0}.product-pro-side-card{background:linear-gradient(165deg,#f59e0b29,#0f172ae0);border:1px solid #f59e0b47;border-radius:14px;flex-direction:column;gap:.7rem;padding:1.05rem 1.1rem;display:flex}.product-pro-side-card h3{color:#f8fafc;margin:0;font-size:1.05rem;line-height:1.3}.product-pro-side-card>p{color:#cbd5e1;margin:0;font-size:.9rem;line-height:1.55}.product-pro-side-highlights{margin:0;font-weight:600;color:#f8fafc!important;font-size:.9rem!important;line-height:1.55!important}.product-pro-side-card ul{color:#e2e8f0;flex-direction:column;gap:.3rem;margin:0;padding-left:1.05rem;font-size:.88rem;line-height:1.55;display:flex}.product-detail-image-badge{z-index:2;color:#e2e8f0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#020817b8;border:1px solid #94a3b847;border-radius:999px;align-items:center;gap:.35rem;padding:.4rem .7rem;font-size:.78rem;font-weight:600;display:inline-flex;position:absolute;bottom:.85rem;right:.85rem}.product-showcase-thumbs{flex-wrap:wrap;gap:.65rem;display:flex}.product-detail-cta-primary,.product-detail-cta-secondary{border-radius:12px;justify-content:center;align-items:center;gap:.4rem;width:100%;padding:.85rem 1.1rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s,color .2s;display:inline-flex}.product-detail-cta-primary{color:#0f172a;background:linear-gradient(135deg,#f59e0b,#fbbf24);box-shadow:0 10px 24px #f59e0b40}.product-detail-cta-primary:hover{transform:translateY(-2px)}.product-detail-cta-secondary{color:#e2e8f0;background:#0f172a8c;border:1px solid #94a3b847}.product-detail-cta-secondary:hover{color:#f59e0b;border-color:#f59e0b73}.product-thumb{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:10px;width:78px;height:78px;padding:0;transition:border-color .2s,transform .2s;overflow:hidden}.product-thumb:hover{transform:translateY(-2px)}.product-thumb.active{border-color:#f59e0b}.product-thumb img{object-fit:cover;width:100%;height:100%;display:block}@media (width<=900px){.product-pro-top,.product-pro-description-grid,.product-pro-actions{grid-template-columns:1fr}}@media (width<=640px){.product-detail-shell{padding-top:4.75rem}.product-pro-top{padding:1rem 1rem .25rem}.product-pro-description{margin:.75rem 1rem 1rem}.product-pro-meta-grid{grid-template-columns:1fr 1fr}}.products-all-main{max-width:1100px}.products-all-header{text-align:center;margin-bottom:2.5rem}.products-catalogue-page{background:radial-gradient(80% 50% at 10% 0,#f59e0b1f,#0000 55%),radial-gradient(70% 45% at 90% 10%,#f59e0b14,#0000 50%),linear-gradient(#020617 0%,#0b1220 45%,#020617 100%);min-height:100vh}.products-catalogue-main{width:min(1180px,92%);margin:0 auto;padding:5.5rem 0 3.5rem}.products-catalogue-hero{background:linear-gradient(135deg,#0f172aeb,#0f172a8c);border:1px solid #94a3b829;border-radius:18px;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:1.75rem;padding:1.35rem 1.5rem;display:flex;box-shadow:0 18px 40px #02081759}.products-catalogue-hero-copy{text-align:left;max-width:42rem}.products-catalogue-hero-copy .section-tag{margin-bottom:.45rem;display:inline-block}.products-catalogue-hero-copy h1{color:#f8fafc;margin:0 0 .4rem;font-size:clamp(1.7rem,3vw,2.35rem);line-height:1.15}.products-catalogue-hero-copy p{color:#94a3b8;margin:0;font-size:.98rem;line-height:1.5}.products-catalogue-stat{color:#fbbf24;background:#f59e0b1a;border:1px solid #f59e0b59;border-radius:14px;flex-shrink:0;align-items:center;gap:.75rem;padding:.85rem 1.1rem;display:inline-flex}.products-catalogue-stat strong{color:#f8fafc;font-size:1.45rem;line-height:1;display:block}.products-catalogue-stat span{letter-spacing:.02em;color:#cbd5e1;margin-top:.2rem;font-size:.78rem;display:block}.products-grid-catalogue{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.15rem}.product-card-compact .product-card-media{overflow:hidden}.product-card-compact .product-card-image{height:150px;transition:transform .35s}.product-card-compact:hover .product-card-image{transform:scale(1.06)}.product-card-compact .product-card-body{gap:.4rem;padding:.9rem 1rem 1rem}.product-card-compact .product-card-body h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1.02rem;line-height:1.3;display:-webkit-box;overflow:hidden}.product-card-compact .product-card-cta{margin-top:.15rem}@media (width<=1024px){.products-grid-catalogue{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.products-catalogue-main{padding-top:5rem}.products-catalogue-hero{flex-direction:column;align-items:flex-start;padding:1.15rem 1.2rem}.products-grid-catalogue{grid-template-columns:1fr}}.lcm{flex-direction:column;gap:1.15rem;width:100%;padding-bottom:5.5rem;display:flex}.lcm-hero{align-items:flex-start;gap:1rem;display:flex}.lcm-hero-icon{width:52px;height:52px;color:var(--accent-blue);background:var(--accent-blue-transparent);border:1px solid #3b82f647;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.lcm-hero h1{font-family:var(--font-brand);color:var(--text-main);margin:0 0 .3rem;font-size:clamp(1.35rem,3vw,1.7rem)}.lcm-hero p{color:var(--text-muted);margin:0;font-size:.92rem;line-height:1.5}.lcm-loading,.lcm-error{border:1px solid var(--border-color);background:var(--bg-card);color:var(--text-muted);border-radius:12px;padding:1.5rem}.lcm-error{color:var(--danger);background:var(--danger-transparent);border-color:#ef44444d}.lcm-tabs{-webkit-overflow-scrolling:touch;gap:.4rem;padding-bottom:2px;display:flex;overflow-x:auto}.lcm-tab{border:1px solid var(--border-color);background:var(--bg-card);color:var(--text-muted);cursor:pointer;border-radius:999px;flex:none;padding:.5rem .9rem;font-size:.82rem;font-weight:700}.lcm-tab.is-active{color:#0f172a;background:#f5b04129;border-color:#f5b0418c}.lcm-panel{padding:1.25rem 1.35rem 1.4rem}.lcm-panel h2{color:var(--text-main);margin:0 0 .35rem;font-size:1.15rem}.lcm-lead{color:var(--text-muted);margin:0 0 1.1rem;font-size:.88rem;line-height:1.5}.lcm-field{flex-direction:column;gap:.35rem;min-width:0;margin-bottom:.85rem;display:flex}.lcm-field>span{color:var(--text-muted);font-size:.78rem;font-weight:700}.lcm-feat{align-items:center;gap:.45rem;display:flex}.lcm-feat input{flex:1;min-width:0}.lcm-input,.lcm-field input,.lcm-field textarea,.lcm-field select{border:1px solid var(--border-color);width:100%;min-width:0;color:var(--text-main);font:inherit;background:#fff;border-radius:8px;padding:10px 12px}.lcm-field textarea{resize:vertical;min-height:88px}.lcm-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.lcm-card{border:1px solid var(--border-color);background:var(--bg-card-header);border-radius:12px;margin-bottom:.85rem;padding:.95rem}.lcm-card-head{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.lcm-live{letter-spacing:.02em;font-size:.72rem;font-weight:700}.lcm-live.is-on{color:#15803d}.lcm-live.is-off{color:#b45309}.lcm-badge{letter-spacing:.04em;color:#0f172a;background:#f5b04138;border-radius:999px;justify-content:center;align-items:center;min-width:2rem;padding:.2rem .5rem;font-size:.72rem;font-weight:800;display:inline-flex}.lcm-actions{flex-wrap:wrap;gap:.5rem;margin-top:.35rem;display:flex}.lcm-btn{border:1px solid var(--border-color);color:var(--text-main);cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:.35rem;padding:8px 12px;font-size:.82rem;font-weight:600;display:inline-flex}.lcm-btn:hover{background:var(--bg-card-hover)}.lcm-btn-danger{color:var(--danger);background:var(--danger-transparent);border-color:#ef444440}.lcm-upload{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.lcm-upload input{max-width:100%}.lcm-preview{object-fit:cover;border:1px solid var(--border-color);background:#fff;border-radius:10px;width:min(220px,100%);max-height:140px;display:block}.lcm-preview.is-thumb{object-fit:contain;width:min(140px,100%);max-height:180px}.lcm-file{color:var(--text-muted);word-break:break-all;margin:0;font-size:.78rem}.lcm-save{z-index:5;border:1px solid var(--border-color);background:#fffffff0;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-top:.25rem;padding:.85rem 1rem;display:flex;position:sticky;bottom:0;box-shadow:0 -8px 24px #0f172a0f}.lcm-save p{color:var(--text-muted);margin:0;font-size:.88rem}.lcm-save p.is-ok{color:var(--success)}.lcm-save p.is-err{color:var(--danger)}@media (width<=720px){.lcm-hero{align-items:center}.lcm-hero-icon{width:44px;height:44px}.lcm-panel{padding:1rem}.lcm-row{grid-template-columns:1fr}.lcm-save{position:sticky;bottom:.5rem}.lcm-save .btn-primary{justify-content:center;width:100%}}.whatsapp-float{z-index:9999;color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;position:fixed;bottom:6.5rem;right:4.25rem;box-shadow:0 10px 28px #25d36673}.whatsapp-float:hover,.whatsapp-float:focus-visible{background:#1ebe57;outline:none;transform:translateY(-3px)scale(1.04);box-shadow:0 14px 32px #25d3668c}.whatsapp-float svg{width:36px;height:36px;display:block}@media (width<=640px){.whatsapp-float{width:62px;height:62px;bottom:6rem;right:2.5rem}.whatsapp-float svg{width:32px;height:32px}}
