.demo-shell{min-height:100vh;background:#0D0F1E;color:#F0F4FF;font-family:Manrope,Segoe UI,system-ui,sans-serif;padding:0 0 56px}.demo-header{justify-content:space-between;gap:16px;padding:0 32px;height:54px;border-bottom:1px solid rgba(240,244,255,.07);background:rgba(13,15,30,.97);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:sticky;top:0;z-index:100}.demo-brand,.demo-header{display:flex;align-items:center}.demo-brand{font-size:14px;font-weight:800;letter-spacing:-.01em;color:#F0F4FF;gap:8px}.demo-brand-dot{width:8px;height:8px;border-radius:50%;background:#E94560;box-shadow:0 0 8px rgba(233,69,96,.7);flex-shrink:0}.demo-header-center{display:flex;align-items:center;gap:18px}.demo-header-right{gap:12px}.demo-header-right,.demo-live{display:flex;align-items:center}.demo-live{gap:6px;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#4ADE80}.demo-live-pulse{width:7px;height:7px;border-radius:50%;background:#22C55E;box-shadow:0 0 7px rgba(34,197,94,.8);animation:demo-pulse 2s ease-in-out infinite}@keyframes demo-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.8)}}.demo-time{font-size:12px;font-weight:700;color:rgba(240,244,255,.38);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.demo-nav{display:flex;align-items:center;gap:14px}.demo-nav a{font-size:13px;font-weight:700;color:rgba(240,244,255,.45);text-decoration:none;transition:color .15s}.demo-nav a.active,.demo-nav a:hover{color:#F0F4FF}.demo-body{max-width:1240px;margin:0 auto;padding:28px 32px}.demo-page-title{margin:0 0 6px;font-size:clamp(22px,3vw,30px);font-weight:800;letter-spacing:-.02em;color:#F0F4FF}.demo-page-subtitle{margin:0 0 28px;font-size:14px;color:rgba(240,244,255,.45);line-height:1.6}.demo-kpi-row{display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:20px}.demo-kpi-card{padding:18px 20px;border-radius:18px;border:1px solid rgba(240,244,255,.07);background:rgba(22,24,41,.88);display:grid;gap:4px}.demo-kpi-card.red{border-color:rgba(233,69,96,.22);background:linear-gradient(135deg,rgba(233,69,96,.06),rgba(22,24,41,.9))}.demo-kpi-card.green{border-color:rgba(34,197,94,.22);background:linear-gradient(135deg,rgba(34,197,94,.05),rgba(22,24,41,.9))}.demo-kpi-card.blue{border-color:rgba(59,130,246,.22);background:linear-gradient(135deg,rgba(59,130,246,.05),rgba(22,24,41,.9))}.demo-kpi-card.amber{border-color:rgba(245,158,11,.22);background:linear-gradient(135deg,rgba(245,158,11,.05),rgba(22,24,41,.9))}.demo-kpi-card.violet{border-color:rgba(139,92,246,.22);background:linear-gradient(135deg,rgba(139,92,246,.06),rgba(22,24,41,.9))}.demo-kpi-label{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:rgba(240,244,255,.38);margin:0}.demo-kpi-value{font-size:30px;font-weight:800;color:#F0F4FF;letter-spacing:-.02em;line-height:1.1;margin:4px 0 0}.demo-kpi-meta{margin:6px 0 0;font-size:12px;color:rgba(240,244,255,.45);display:flex;align-items:center;gap:5px}.demo-delta{font-weight:700}.demo-delta.up{color:#4ADE80}.demo-delta.down{color:#F87191}.demo-main-grid{display:grid;gap:16px;grid-template-columns:minmax(0,1.65fr) minmax(260px,.85fr)}.demo-card{padding:20px;border-radius:18px;border:1px solid rgba(240,244,255,.07);background:rgba(22,24,41,.88)}.demo-card.violet-tint{border-color:rgba(139,92,246,.2);background:rgba(139,92,246,.04)}.demo-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.demo-card-title{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:rgba(240,244,255,.38);margin:0}.demo-card-h2{font-size:17px;font-weight:800;color:#F0F4FF;margin:0 0 12px}.demo-badge{display:inline-flex;align-items:center;padding:3px 9px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;border:1px solid transparent}.demo-badge.red{background:rgba(233,69,96,.12);border-color:rgba(233,69,96,.3);color:#FDA4AF}.demo-badge.green{background:rgba(34,197,94,.1);border-color:rgba(34,197,94,.24);color:#86EFAC}.demo-badge.amber{background:rgba(245,158,11,.1);border-color:rgba(245,158,11,.24);color:#FDE68A}.demo-badge.blue{background:rgba(59,130,246,.1);border-color:rgba(59,130,246,.24);color:#BFDBFE}.demo-badge.violet{background:rgba(139,92,246,.12);border-color:rgba(139,92,246,.28);color:#DDD6FE}.demo-table{width:100%;border-collapse:collapse}.demo-table th{text-align:left;padding:8px 10px;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:rgba(240,244,255,.28);border-bottom:1px solid rgba(240,244,255,.07)}.demo-table td{padding:12px 10px;font-size:13px;color:rgba(240,244,255,.78);border-bottom:1px solid rgba(240,244,255,.05);vertical-align:middle}.demo-table tr:last-child td{border-bottom:none}.demo-table tr:hover td{background:rgba(240,244,255,.02)}.demo-table .mono{font-family:JetBrains Mono,Cascadia Mono,monospace;font-size:12px}.demo-priority{display:inline-flex;align-items:center;padding:2px 7px;border-radius:5px;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.demo-priority.high{background:rgba(233,69,96,.12);color:#F87191}.demo-priority.med{background:rgba(245,158,11,.12);color:#FCD34D}.demo-priority.low{background:rgba(34,197,94,.1);color:#86EFAC}.demo-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 18px;border-radius:12px;font-size:13px;font-weight:800;letter-spacing:.01em;text-decoration:none;border:1px solid transparent;cursor:pointer;font-family:inherit;transition:all .16s ease}.demo-btn.primary{background:linear-gradient(135deg,#E94560,#CC3652);color:#fff;box-shadow:0 8px 24px rgba(233,69,96,.3)}.demo-btn.primary:hover{transform:translateY(-1px);box-shadow:0 12px 30px rgba(233,69,96,.42)}.demo-btn.ghost{background:rgba(240,244,255,.05);border-color:rgba(240,244,255,.12);color:rgba(240,244,255,.65)}.demo-btn.ghost:hover{background:rgba(240,244,255,.09);color:#F0F4FF}.demo-btn.violet{background:linear-gradient(135deg,#7C3AED,#6D28D9);color:#fff;box-shadow:0 8px 24px rgba(124,58,237,.34)}.demo-btn.violet:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(124,58,237,.45)}.demo-btn.sm{padding:7px 12px;font-size:12px;border-radius:9px}.demo-btn.full{width:100%}.demo-btn-row{display:flex;flex-wrap:wrap;gap:10px}.demo-progress-track{height:6px;border-radius:999px;background:rgba(240,244,255,.08);overflow:hidden}.demo-progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#E94560,#F05274)}.demo-progress-fill.green{background:linear-gradient(90deg,#22C55E,#4ADE80)}.demo-progress-fill.blue{background:linear-gradient(90deg,#3B82F6,#60A5FA)}.demo-progress-fill.amber{background:linear-gradient(90deg,#F59E0B,#FCD34D)}.demo-progress-fill.violet{background:linear-gradient(90deg,#7C3AED,#A78BFA)}.demo-action-list{display:grid;gap:10px}.demo-action-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:12px;border:1px solid rgba(240,244,255,.07);background:rgba(240,244,255,.03);cursor:pointer;transition:background .16s}.demo-action-item:hover{background:rgba(240,244,255,.06)}.demo-action-icon{font-size:18px;line-height:1}.demo-action-copy{flex:1 1}.demo-action-copy strong{display:block;font-size:13px;font-weight:700;color:#F0F4FF}.demo-action-copy span{font-size:11px;color:rgba(240,244,255,.42)}.demo-status-strip{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:20px;padding:14px 20px;border-radius:14px;border:1px solid rgba(240,244,255,.07);background:rgba(22,24,41,.7)}.demo-status-item{display:flex;align-items:center;gap:6px;font-size:12px;color:rgba(240,244,255,.52)}.demo-status-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.demo-status-dot.green{background:#22C55E;box-shadow:0 0 5px rgba(34,197,94,.6)}.demo-status-dot.amber{background:#F59E0B;box-shadow:0 0 5px rgba(245,158,11,.6)}.demo-status-dot.red{background:#E94560;box-shadow:0 0 5px rgba(233,69,96,.6)}.demo-comp-section{margin-bottom:32px}.demo-comp-section-label{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:rgba(240,244,255,.3);margin:0 0 14px;padding-bottom:10px;border-bottom:1px solid rgba(240,244,255,.07)}.demo-comp-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.demo-comp-grid-2{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.demo-comp-grid-3{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.demo-sbutton{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 18px;border-radius:10px;font-size:13px;font-weight:700;border:1px solid transparent;cursor:pointer;font-family:inherit}.demo-sbutton.primary{background:linear-gradient(135deg,#E94560,#CC3652);color:#fff;box-shadow:0 6px 20px rgba(233,69,96,.28)}.demo-sbutton.secondary{background:linear-gradient(135deg,#7C3AED,#6D28D9);color:#fff;box-shadow:0 6px 20px rgba(124,58,237,.28)}.demo-sbutton.outline{background:transparent;border-color:rgba(240,244,255,.18);color:rgba(240,244,255,.72)}.demo-sbutton.ghost{background:rgba(240,244,255,.06);color:rgba(240,244,255,.65)}.demo-sbutton.danger{background:rgba(233,69,96,.12);border-color:rgba(233,69,96,.28);color:#FDA4AF}.demo-sbutton.success{background:rgba(34,197,94,.1);border-color:rgba(34,197,94,.24);color:#86EFAC}.demo-sinput{width:100%;background:rgba(240,244,255,.04);border:1px solid rgba(240,244,255,.12);border-radius:10px;padding:10px 13px;font-size:13px;color:#F0F4FF;font-family:inherit;outline:none;transition:border-color .16s}.demo-sinput:focus{border-color:rgba(233,69,96,.5);box-shadow:0 0 0 3px rgba(233,69,96,.12)}.demo-sinput::placeholder{color:rgba(240,244,255,.28)}.demo-form-label{display:block;margin-bottom:8px;color:rgba(240,244,255,.42);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.demo-scard{padding:16px;border-radius:14px;border:1px solid rgba(240,244,255,.08);background:rgba(22,24,41,.9);display:grid;gap:8px}.demo-scard-title{font-size:15px;font-weight:700;color:#F0F4FF;margin:0}.demo-scard-body{font-size:13px;color:rgba(240,244,255,.52);margin:0;line-height:1.6}.demo-scard.glass{background:rgba(240,244,255,.04);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-color:rgba(240,244,255,.1)}.demo-scard.accent{border-color:rgba(233,69,96,.2);background:rgba(233,69,96,.05)}.demo-sstat{padding:16px;border-radius:14px;border:1px solid rgba(240,244,255,.08);background:rgba(22,24,41,.9)}.demo-sstat strong{display:block;font-size:28px;font-weight:800;color:#F0F4FF;letter-spacing:-.02em}.demo-sstat span{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:rgba(240,244,255,.4)}.demo-salert{padding:12px 14px;border-radius:10px;border:1px solid transparent;font-size:13px;font-weight:600;display:flex;align-items:center;gap:10px}.demo-salert.info{background:rgba(59,130,246,.1);border-color:rgba(59,130,246,.24);color:#BFDBFE}.demo-salert.success{background:rgba(34,197,94,.1);border-color:rgba(34,197,94,.24);color:#86EFAC}.demo-salert.warning{background:rgba(245,158,11,.1);border-color:rgba(245,158,11,.24);color:#FDE68A}.demo-salert.danger{background:rgba(233,69,96,.1);border-color:rgba(233,69,96,.24);color:#FDA4AF}.demo-premium-hero{padding:32px;border-bottom:1px solid rgba(139,92,246,.18);background:linear-gradient(135deg,rgba(22,10,45,.96),rgba(13,15,30,.98));position:relative;overflow:hidden}.demo-premium-hero:before{top:-60px;right:-60px;width:300px;height:300px;background:radial-gradient(circle,rgba(139,92,246,.18),transparent 70%)}.demo-premium-hero:after,.demo-premium-hero:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.demo-premium-hero:after{bottom:-80px;left:-40px;width:250px;height:250px;background:radial-gradient(circle,rgba(233,69,96,.12),transparent 70%)}.demo-premium-hero>*{position:relative;z-index:1}.demo-tier-ladder{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.demo-tier-rung{padding:5px 14px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;border:1px solid rgba(240,244,255,.1)}.demo-tier-rung.active{background:linear-gradient(135deg,#7C3AED,#EC4899);color:#fff;border-color:transparent;box-shadow:0 4px 18px rgba(124,58,237,.4)}.demo-tier-rung.inactive{background:transparent;color:rgba(240,244,255,.3)}.demo-asset-grid{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr))}.demo-asset-card{padding:20px;border-radius:18px;border:1px solid rgba(240,244,255,.08);background:rgba(22,24,41,.9);display:grid;gap:12px;transition:border-color .2s}.demo-asset-card.unlocked{border-color:rgba(139,92,246,.28);background:linear-gradient(135deg,rgba(139,92,246,.06),rgba(22,24,41,.95))}.demo-asset-card.unlocked:hover{border-color:rgba(139,92,246,.45)}.demo-asset-card.locked{opacity:.45;filter:blur(.5px)}.demo-asset-icon{font-size:32px;line-height:1}.demo-asset-name{font-size:16px;font-weight:800;color:#F0F4FF;margin:0;letter-spacing:-.01em}.demo-asset-desc{font-size:13px;color:rgba(240,244,255,.48);margin:0;line-height:1.6}.demo-asset-tag{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:6px;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;background:rgba(139,92,246,.14);border:1px solid rgba(139,92,246,.28);color:#C4B5FD}.demo-locked-section{margin-top:32px;padding:20px;border-radius:18px;border:1px dashed rgba(240,244,255,.12);background:rgba(22,24,41,.5)}.demo-locked-grid{display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:14px}.demo-locked-item{padding:14px;border-radius:12px;border:1px solid rgba(240,244,255,.06);background:rgba(240,244,255,.02);opacity:.55;display:grid;gap:6px}.demo-locked-item strong{font-size:13px;color:rgba(240,244,255,.7)}.demo-locked-item span{font-size:11px;color:rgba(240,244,255,.35)}.demo-index-grid{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.demo-comparison-grid{display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr))}.demo-index-card{padding:24px;border-radius:20px;border:1px solid rgba(240,244,255,.08);background:rgba(22,24,41,.9);text-decoration:none;color:inherit;display:grid;gap:10px;transition:border-color .2s,transform .2s}.demo-index-card:hover{border-color:rgba(233,69,96,.3);transform:translateY(-2px)}.demo-index-card.violet:hover{border-color:rgba(139,92,246,.35)}.demo-index-card.green:hover{border-color:rgba(34,197,94,.3)}.demo-index-num{font-size:36px;font-weight:800;letter-spacing:-.03em;color:rgba(240,244,255,.18);line-height:1}.demo-index-card-title{font-size:18px;font-weight:800;color:#F0F4FF;margin:0}.demo-index-card-body{font-size:13px;color:rgba(240,244,255,.48);margin:0;line-height:1.6}.demo-index-cta{font-size:13px;font-weight:700;color:#E94560}.demo-section-label{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:rgba(240,244,255,.38);margin:0 0 10px}.demo-divider{height:1px;background:rgba(240,244,255,.07);margin:24px 0}.demo-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#7C3AED,#E94560);display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;color:#fff;flex-shrink:0}.demo-avatar.sm{width:28px;height:28px;font-size:11px}.demo-avatar.lg{width:48px;height:48px;font-size:18px}.demo-avatar.green{background:linear-gradient(135deg,#059669,#34D399)}.demo-avatar.blue{background:linear-gradient(135deg,#2563EB,#60A5FA)}.demo-avatar.amber{background:linear-gradient(135deg,#D97706,#FCD34D);color:#1a1a1a}.demo-avatar-group{display:flex}.demo-avatar-group .demo-avatar{margin-left:-8px;border:2px solid #0d0f1e}.demo-avatar-group .demo-avatar:first-child{margin-left:0}.demo-spinner{width:20px;height:20px;border:2px solid rgba(240,244,255,.12);border-top-color:#e94560;border-radius:50%;animation:demo-spin .7s linear infinite;display:inline-block;flex-shrink:0}.demo-spinner.sm{width:14px;height:14px;border-width:1.5px}.demo-spinner.lg{width:32px;height:32px;border-width:3px}.demo-spinner.violet{border-top-color:#A78BFA}.demo-spinner.green{border-top-color:#4ADE80}@keyframes demo-spin{to{transform:rotate(1turn)}}.demo-skeleton{background:linear-gradient(90deg,rgba(240,244,255,.04) 25%,rgba(240,244,255,.1) 50%,rgba(240,244,255,.04) 75%);background-size:200% 100%;border-radius:6px;animation:demo-shimmer 1.5s ease-in-out infinite}@keyframes demo-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.demo-switch{width:44px;height:24px;background:rgba(240,244,255,.1);border-radius:999px;position:relative;cursor:pointer;border:1px solid rgba(240,244,255,.12);transition:background .2s,border-color .2s;flex-shrink:0}.demo-switch.on{background:rgba(233,69,96,.38);border-color:rgba(233,69,96,.5)}.demo-switch:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:rgba(240,244,255,.45);transition:transform .2s,background .2s}.demo-switch.on:after{transform:translateX(20px);background:#E94560}.demo-switch-row{display:flex;align-items:center;gap:10px;font-size:13px;color:rgba(240,244,255,.72)}.demo-checkbox{width:18px;height:18px;border:1.5px solid rgba(240,244,255,.2);border-radius:5px;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;font-size:11px}.demo-checkbox.checked{background:#E94560;border-color:#E94560;color:#fff}.demo-checkbox-row{display:flex;align-items:center;gap:10px;font-size:13px;color:rgba(240,244,255,.72)}.demo-radio{width:18px;height:18px;border:1.5px solid rgba(240,244,255,.2);border-radius:50%;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.demo-radio.checked{border-color:#E94560}.demo-radio.checked:after{content:"";width:8px;height:8px;border-radius:50%;background:#E94560}.demo-radio-row{display:flex;align-items:center;gap:10px;font-size:13px;color:rgba(240,244,255,.72)}.demo-tabs{display:flex;gap:2px;background:rgba(240,244,255,.04);border-radius:12px;padding:3px;border:1px solid rgba(240,244,255,.07)}.demo-tab{padding:7px 16px;border-radius:9px;font-size:13px;font-weight:700;color:rgba(240,244,255,.42);cursor:pointer;border:none;background:transparent;font-family:inherit;transition:all .16s}.demo-tab.active{background:rgba(240,244,255,.1);color:#F0F4FF}.demo-tab.active.red{background:rgba(233,69,96,.18);color:#FDA4AF}.demo-accordion{border:1px solid rgba(240,244,255,.08);border-radius:14px;overflow:hidden}.demo-accordion-item{border-bottom:1px solid rgba(240,244,255,.06)}.demo-accordion-item:last-child{border-bottom:none}.demo-accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:transparent;border:none;color:#F0F4FF;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;text-align:left}.demo-accordion-trigger:hover{background:rgba(240,244,255,.03)}.demo-accordion-chevron{font-size:11px;color:rgba(240,244,255,.35)}.demo-accordion-content{padding:0 16px 14px;font-size:13px;color:rgba(240,244,255,.52);line-height:1.7}.demo-breadcrumbs{display:flex;align-items:center;gap:6px;font-size:13px;flex-wrap:wrap}.demo-breadcrumbs a{color:rgba(240,244,255,.42);text-decoration:none;font-weight:600;transition:color .15s}.demo-breadcrumbs a:hover{color:rgba(240,244,255,.75)}.demo-breadcrumbs-sep{color:rgba(240,244,255,.2);font-size:12px}.demo-breadcrumbs .current{color:rgba(240,244,255,.8);font-weight:700}.demo-dropdown-open{min-width:180px;background:rgba(22,24,41,.98);border:1px solid rgba(240,244,255,.1);border-radius:12px;padding:4px;box-shadow:0 16px 40px rgba(0,0,0,.5)}.demo-dropdown-item{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;font-size:13px;color:rgba(240,244,255,.72);cursor:pointer}.demo-dropdown-item:hover{background:rgba(240,244,255,.06);color:#F0F4FF}.demo-dropdown-item.danger{color:#FDA4AF}.demo-dropdown-item.danger:hover{background:rgba(233,69,96,.1)}.demo-dropdown-sep{height:1px;background:rgba(240,244,255,.07);margin:3px 0}.demo-empty-state{padding:40px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.demo-empty-icon{font-size:36px;line-height:1}.demo-empty-title{font-size:16px;font-weight:800;color:rgba(240,244,255,.55);margin:0}.demo-empty-body{font-size:13px;color:rgba(240,244,255,.32);margin:0;max-width:260px;line-height:1.6}.demo-modal-wrap{background:rgba(0,0,0,.55);border-radius:18px;padding:24px;display:flex;align-items:center;justify-content:center}.demo-modal{background:rgba(22,24,41,.99);border:1px solid rgba(240,244,255,.1);border-radius:20px;padding:24px;width:100%}.demo-modal-title{font-size:18px;font-weight:800;color:#F0F4FF;margin:0 0 8px}.demo-modal-body{font-size:13px;color:rgba(240,244,255,.52);line-height:1.7;margin:0 0 20px}.demo-modal-actions{display:flex;gap:8px;justify-content:flex-end}.demo-toast{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;border-radius:12px;background:rgba(22,24,41,.98);border:1px solid rgba(240,244,255,.1);box-shadow:0 12px 32px rgba(0,0,0,.5);font-size:13px;font-weight:600;color:rgba(240,244,255,.82);min-width:260px}.demo-toast.success{border-color:rgba(34,197,94,.3)}.demo-toast.warning{border-color:rgba(245,158,11,.3)}.demo-toast.danger{border-color:rgba(233,69,96,.3)}.demo-toast-icon{font-size:16px;line-height:1.2;flex-shrink:0}.demo-toast-title{font-size:13px;font-weight:800;color:#F0F4FF}.demo-toast-body{font-size:12px;color:rgba(240,244,255,.52);margin-top:2px}.demo-toast-stack{display:flex;flex-direction:column;gap:8px}.demo-tooltip-wrap{position:relative;display:inline-flex}.demo-tooltip{bottom:calc(100% + 8px);background:rgba(22,24,41,.98);border:1px solid rgba(240,244,255,.12);border-radius:8px;padding:6px 10px;font-size:12px;color:rgba(240,244,255,.82);white-space:nowrap;pointer-events:none;z-index:50}.demo-tooltip,.demo-tooltip:after{position:absolute;left:50%;transform:translateX(-50%)}.demo-tooltip:after{content:"";top:100%;border:5px solid transparent;border-top-color:rgba(240,244,255,.12)}.demo-combobox{position:relative}.demo-combobox-input{width:100%;padding-right:36px}.demo-combobox-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:12px;color:rgba(240,244,255,.35);pointer-events:none}.demo-desktop-window{border-radius:14px;overflow:hidden;border:1px solid rgba(240,244,255,.1);box-shadow:0 40px 80px rgba(0,0,0,.7)}.demo-desktop-titlebar{height:36px;display:flex;align-items:center;padding:0 14px;gap:8px;background:rgba(18,20,36,.99);border-bottom:1px solid rgba(240,244,255,.07)}.demo-titlebar-dot{width:12px;height:12px;border-radius:50%}.demo-titlebar-dot.red{background:#FF5F57}.demo-titlebar-dot.amber{background:#FFBD2E}.demo-titlebar-dot.green{background:#28C840}.demo-titlebar-name{flex:1 1;text-align:center;font-size:12px;font-weight:700;color:rgba(240,244,255,.38);letter-spacing:.02em}.demo-desktop-body{display:flex;min-height:520px;background:#0D0F1E}.demo-desktop-sidebar{width:200px;flex-shrink:0;background:rgba(13,15,28,.98);border-right:1px solid rgba(240,244,255,.06);padding:16px 0}.demo-sidebar-section{padding:0 10px;margin-bottom:20px}.demo-sidebar-label{font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:rgba(240,244,255,.22);padding:0 6px;margin-bottom:6px}.demo-sidebar-item{display:flex;align-items:center;gap:9px;padding:8px 10px;border-radius:9px;font-size:13px;font-weight:600;color:rgba(240,244,255,.52);cursor:pointer;transition:all .15s}.demo-sidebar-item.active{background:rgba(233,69,96,.12);color:#F87191;border:1px solid rgba(233,69,96,.18)}.demo-sidebar-item:hover:not(.active){background:rgba(240,244,255,.04);color:rgba(240,244,255,.72)}.demo-sidebar-icon{font-size:14px;width:20px;text-align:center}.demo-desktop-main{flex:1 1;padding:20px;overflow:auto;display:flex;flex-direction:column;gap:16px}.demo-desktop-statusbar{height:28px;display:flex;align-items:center;padding:0 16px;gap:16px;background:rgba(13,15,28,.98);border-top:1px solid rgba(240,244,255,.06);font-size:11px;color:rgba(240,244,255,.32)}.sin-shell{min-height:100vh;background:#f0f2f5;color:#1a1a2e;font-family:Arial,Helvetica,sans-serif}.sin-header{background:#fff;border-bottom:1px solid #dde1e7;padding:0 24px;height:52px;display:flex;align-items:center;justify-content:space-between}.sin-logo{font-size:16px;font-weight:700;color:#1a1a2e}.sin-nav{display:flex;gap:20px}.sin-nav a{font-size:13px;color:#555;text-decoration:none}.sin-nav a:hover{text-decoration:underline}.sin-body{max-width:1200px;margin:0 auto;padding:24px}.sin-page-title{font-size:22px;font-weight:700;color:#1a1a2e;margin:0 0 4px}.sin-page-sub{font-size:13px;color:#666;margin:0 0 20px}.sin-card{background:#fff;border:1px solid #dde1e7;border-radius:6px;padding:18px;margin-bottom:16px}.sin-card-title{font-size:14px;font-weight:700;color:#333;margin:0 0 12px;border-bottom:1px solid #eee;padding-bottom:8px}.sin-stat-row{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:16px}.sin-stat{background:#fff;border:1px solid #dde1e7;border-radius:4px;padding:14px 18px;flex:1 1;min-width:140px}.sin-stat strong{display:block;font-size:24px;color:#1a1a2e}.sin-stat span{font-size:12px;color:#888}.sin-table{width:100%;border-collapse:collapse;font-size:13px}.sin-table th{background:#f5f6f8;text-align:left;padding:10px 12px;border:1px solid #dde1e7;font-size:12px;font-weight:700;color:#555}.sin-table td{padding:10px 12px;border:1px solid #e8eaed;color:#333;vertical-align:middle}.sin-table tr:hover td{background:#fafbfc}.sin-btn{display:inline-flex;align-items:center;justify-content:center;padding:7px 14px;border-radius:4px;font-size:13px;border:1px solid transparent;cursor:pointer;font-family:Arial,sans-serif;font-weight:400}.sin-btn.primary{background:#0066cc;color:#fff;border-color:#0066cc}.sin-btn.primary:hover{background:#005ab5}.sin-btn.secondary{background:#fff;color:#333;border-color:#ccc}.sin-btn.danger{background:#dc3545;color:#fff}.sin-btn.small{padding:4px 10px;font-size:12px}.sin-status{display:inline-block;padding:2px 8px;border-radius:3px;font-size:11px;font-weight:700}.sin-status.active{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.sin-status.pending{background:#fff3cd;color:#856404;border:1px solid #ffeeba}.sin-status.inactive{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.sin-input{width:100%;padding:7px 10px;border-radius:3px;border:1px solid #ced4da;font-size:13px;font-family:Arial,sans-serif;background:#fff;color:#333}.sin-input:focus{outline:2px solid #0066cc}.sin-label{display:block;font-size:12px;font-weight:700;color:#444;margin-bottom:4px}.sin-form-group{margin-bottom:14px}.sin-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.sin-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.sin-alert{padding:10px 14px;border-radius:4px;font-size:13px;margin-bottom:12px;border:1px solid}.sin-alert.info{background:#cce5ff;border-color:#b8daff;color:#004085}.sin-alert.success{background:#d4edda;border-color:#c3e6cb;color:#155724}.sin-alert.warn{background:#fff3cd;border-color:#ffeeba;color:#856404}.sin-alert.error{background:#f8d7da;border-color:#f5c6cb;color:#721c24}.sin-progress{height:12px;background:#e9ecef;border-radius:4px;overflow:hidden;margin-bottom:8px}.sin-progress-bar{height:100%;background:#0066cc}.sin-progress-bar.green{background:#28a745}.sin-progress-bar.orange{background:#fd7e14}.sin-tabs{display:flex;border-bottom:2px solid #dee2e6;margin-bottom:16px}.sin-tab{padding:8px 16px;font-size:13px;cursor:pointer;background:none;font-family:Arial,sans-serif;color:#666;border:none;border-bottom:2px solid transparent;margin-bottom:-2px}.sin-tab.active{color:#0066cc;border-bottom-color:#0066cc;font-weight:700}.sin-breadcrumbs{font-size:12px;color:#666;margin-bottom:14px}.sin-breadcrumbs a{color:#0066cc;text-decoration:none}.sin-breadcrumbs a:hover{text-decoration:underline}.sin-select{appearance:auto}.sin-checkbox-row,.sin-radio-row{display:flex;align-items:center;gap:6px;font-size:13px;color:#444;margin-bottom:8px}.sin-accordion{border:1px solid #dde1e7;border-radius:4px;overflow:hidden;margin-bottom:12px}.sin-accordion-trigger{width:100%;padding:12px 14px;background:#f8f9fa;text-align:left;font-size:13px;font-weight:700;color:#333;cursor:pointer;display:flex;justify-content:space-between;border:none;border-bottom:1px solid #dde1e7;font-family:Arial,sans-serif}.sin-accordion-content{padding:12px 14px;font-size:13px;color:#555;line-height:1.6}.sin-spinner{display:inline-block;width:18px;height:18px;border:2px solid #ccc;border-top-color:#0066cc;border-radius:50%;animation:demo-spin .8s linear infinite}.sin-skeleton{height:14px;background:linear-gradient(90deg,#e9ecef 25%,#f5f6f8 50%,#e9ecef 75%);background-size:200% 100%;border-radius:3px;animation:demo-shimmer 1.5s ease-in-out infinite;margin-bottom:8px}.sin-empty{text-align:center;padding:32px;color:#888;font-size:14px}.sin-modal-wrap{background:rgba(0,0,0,.3);border-radius:6px;padding:24px;display:flex;align-items:center;justify-content:center}.sin-modal{background:#fff;border:1px solid #ccc;border-radius:6px;padding:20px;width:100%;box-shadow:0 4px 16px rgba(0,0,0,.15)}.sin-modal-title{font-size:16px;font-weight:700;margin-bottom:8px;color:#1a1a2e}.sin-modal-body{font-size:13px;color:#666;margin-bottom:16px;line-height:1.6}.sin-modal-actions{display:flex;gap:8px;justify-content:flex-end}.sin-toast{background:#333;color:#fff;padding:10px 14px;border-radius:4px;font-size:13px;max-width:280px;box-shadow:0 4px 8px rgba(0,0,0,.2)}.sin-tooltip-wrap{position:relative;display:inline-flex}.sin-tooltip{position:absolute;bottom:calc(100% + 6px);left:50%;transform:translateX(-50%);background:#333;color:#fff;font-size:12px;padding:5px 9px;border-radius:3px;white-space:nowrap;z-index:50}.sin-dropdown{background:#fff;border:1px solid #ccc;border-radius:4px;padding:4px;min-width:160px;box-shadow:0 4px 12px rgba(0,0,0,.12)}.sin-dropdown-item{padding:7px 12px;font-size:13px;color:#333;cursor:pointer}.sin-dropdown-item:hover{background:#f5f6f8}.sin-dropdown-item.danger{color:#dc3545}.sin-switch{width:36px;height:20px;background:#ccc;border-radius:999px;position:relative;cursor:pointer;display:inline-block}.sin-switch:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform .2s}.sin-switch.on{background:#0066cc}.sin-switch.on:after{transform:translateX(16px)}.demo-code{background:rgba(240,244,255,.03);border:1px solid rgba(240,244,255,.08);border-radius:10px;padding:14px 16px;font-family:JetBrains Mono,Cascadia Mono,Fira Code,monospace;font-size:12px;line-height:1.7;color:#A5B4FC;overflow-x:auto;white-space:pre}.demo-code .kw{color:#F472B6}.demo-code .str{color:#86EFAC}.demo-code .cmt{color:rgba(240,244,255,.3)}.demo-code .fn{color:#93C5FD}.demo-code .num{color:#FCD34D}.demo-code .ty{color:#C4B5FD}.demo-lang-label{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:6px;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.demo-lang-label.python{background:rgba(59,130,246,.12);border:1px solid rgba(59,130,246,.25);color:#93C5FD}.demo-lang-label.rust{background:rgba(245,158,11,.12);border:1px solid rgba(245,158,11,.25);color:#FCD34D}.demo-lang-label.java{background:rgba(239,68,68,.12);border:1px solid rgba(239,68,68,.25);color:#FCA5A5}.demo-lang-label.c{background:rgba(139,92,246,.12);border:1px solid rgba(139,92,246,.25);color:#C4B5FD}.demo-lang-label.cpp{background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.25);color:#86EFAC}.demo-lang-label.vba{background:rgba(233,69,96,.12);border:1px solid rgba(233,69,96,.25);color:#FDA4AF}.lotos-shell{background:radial-gradient(600px 300px at 0 0,#c8f2e8,transparent 60%),radial-gradient(400px 300px at 100% 0,#cfe0ff,transparent 55%),linear-gradient(180deg,#f6f8fb,#e5edf7);border-radius:14px;overflow:hidden;color:#122032;font-family:Manrope,Segoe UI,system-ui,sans-serif}.lotos-shell-titlebar{background:rgba(255,255,255,.72);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(18,32,50,.1);height:36px;display:flex;align-items:center;padding:0 14px;gap:8px}.lotos-shell-dots{display:flex;gap:6px}.lotos-shell-dot{width:12px;height:12px;border-radius:50%}.lotos-shell-dot.r{background:rgba(255,95,86,.6)}.lotos-shell-dot.y{background:rgba(255,189,46,.6)}.lotos-shell-dot.g{background:rgba(40,200,64,.6)}.lotos-shell-name{flex:1 1;text-align:center;font-size:11px;font-weight:700;color:rgba(18,32,50,.45);letter-spacing:.02em}.lotos-shell-body{display:flex;min-height:300px}.lotos-shell-nav{width:200px;padding:16px;background:rgba(255,255,255,.5);border-right:1px solid rgba(18,32,50,.08);display:flex;flex-direction:column;gap:12px}.lotos-shell-brand{font-size:20px;font-weight:800;letter-spacing:-.02em;color:#122032}.lotos-shell-tier{background:#e4f3ef;color:#046049;border:1px solid #b9e5d9;padding:3px 10px;border-radius:999px;width:fit-content}.lotos-shell-label,.lotos-shell-tier{font-size:10px;font-weight:800;text-transform:uppercase}.lotos-shell-label{letter-spacing:.08em;color:#4e5f75;font-family:monospace}.lotos-shell-chip{display:inline-flex;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;color:#4e5f75;border:1px solid rgba(18,32,50,.12);background:rgba(255,255,255,.72)}.lotos-shell-main{flex:1 1;padding:14px;display:flex;flex-direction:column;gap:10px}.lotos-shell-topbar{padding:12px 16px;display:flex;justify-content:space-between;align-items:center}.lotos-shell-topbar,.lotos-shell-zone{background:rgba(255,255,255,.76);border:1px solid rgba(18,32,50,.1);border-radius:14px}.lotos-shell-zone{padding:12px}.lotos-shell-zone-h{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.lotos-shell-zone-title{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#4e5f75}.lotos-shell-zone-idx{font-size:11px;font-weight:700;color:#1f6feb;font-family:monospace}.lotos-shell-card{background:rgba(255,255,255,.84);border:1px solid rgba(18,32,50,.1);border-radius:10px;padding:10px}.lotos-shell-btn{background:#078b6d;color:#fff;border:none;border-radius:8px;padding:6px 14px;font-size:12px;font-weight:700;cursor:pointer;font-family:Manrope,Segoe UI,sans-serif}.lotos-shell-text-soft{font-size:12px;color:#4e5f75;margin:4px 0}.sin-lang-panel{font-family:Arial,Helvetica,sans-serif;font-size:12px;color:#000;border-radius:4px;overflow:hidden;border:2px solid #666}.sin-tkinter{background:#f0f0f0}.sin-tkinter-title{background:linear-gradient(180deg,#8b8b8b,#6d6d6d);color:#fff;padding:3px 8px;font-size:11px;display:flex;align-items:center;justify-content:space-between}.sin-tkinter-btn{background:linear-gradient(180deg,#e8e8e8,#d4d4d4);border-color:#fff #888 #888 #fff;border-style:solid;border-width:2px;color:#000;padding:3px 12px;font-size:11px;cursor:pointer;font-family:Arial,sans-serif}.sin-tkinter-entry{background:#fff;border:2px inset #999;padding:2px 6px;font-size:12px;font-family:Arial,sans-serif}.sin-tkinter-label{font-size:12px;color:#000;background:#f0f0f0}.sin-tkinter-listbox{background:#fff;border:2px inset #999;font-size:12px;font-family:Courier New,monospace}.sin-swing{background:#d6dbe0}.sin-swing-title{background:linear-gradient(180deg,#3e7fcf,#1e5faf);color:#fff;padding:4px 8px;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:space-between}.sin-swing-btn{background:#c8d4de;border:1px solid #8899a6;box-shadow:inset 0 1px rgba(255,255,255,.5),inset 0 -1px rgba(0,0,0,.15);padding:4px 14px;font-size:11px;cursor:pointer;font-family:Dialog,Arial;border-radius:4px}.sin-swing-panel{background:#dce0e4;border:1px solid #b0bec5;padding:8px;margin:6px}.sin-swing-panel-title{font-size:11px;font-weight:700;color:#333;margin-bottom:4px}.sin-swing-table th{background:#bcc7d0;border:1px solid #8899a6;padding:4px 8px;font-size:11px}.sin-swing-table td{background:#e8ecef;border:1px solid #c5cdd4;padding:4px 8px;font-size:11px}.sin-swing-table tr:nth-child(2n) td{background:#dce3e8}.sin-win32{background:#ece9d8}.sin-win32-title{background:linear-gradient(180deg,#0054e3,#003ac8);color:#fff;padding:3px 8px;font-size:11px;display:flex;align-items:center;justify-content:space-between}.sin-win32-btn{background:#ece9d8;border-color:#fff #888 #888 #fff;border-style:solid;border-width:2px;padding:3px 12px;font-size:11px;cursor:pointer;font-family:Tahoma,Arial,sans-serif;color:#000}.sin-win32-group{border:1px solid #7b8aa0;padding:8px 10px;margin:6px;position:relative}.sin-win32-group-label{position:absolute;top:-8px;left:8px;background:#ece9d8;padding:0 4px;font-size:11px;color:#000}.sin-qt{background:#f0f0f0}.sin-qt-title{background:#404040;color:#fff;padding:5px 10px;font-size:12px;display:flex;align-items:center;justify-content:space-between}.sin-qt-btn{background:#f0f0f0;border:1px solid #b0b0b0;border-radius:3px;padding:5px 14px;font-size:12px;cursor:pointer;font-family:Segoe UI,Arial}.sin-qt-btn:hover{background:#e5e5e5}.sin-qt-input{border:1px solid #b0b0b0;border-radius:3px;background:#fff;padding:4px 8px;font-size:12px;font-family:Segoe UI,Arial}.sin-egui{background:#2d2d2d;color:#e0e0e0}.sin-egui-title{background:#1c1c1c;color:#ddd;padding:6px 10px;font-size:12px;display:flex;align-items:center;justify-content:space-between}.sin-egui-btn{background:#3d3d3d;color:#ddd;padding:4px 12px;cursor:pointer}.sin-egui-btn,.sin-egui-input{border:1px solid #555;border-radius:3px;font-size:12px}.sin-egui-input{background:#1c1c1c;color:#e0e0e0;padding:4px 8px}.sin-egui-label{font-size:12px;color:#9e9e9e}.sin-egui-separator{height:1px;background:#444;margin:8px 0}.sheet-wrap{border:1px solid #ccc;border-radius:4px;overflow:hidden;font-family:Calibri,Segoe UI,Arial,sans-serif}.sheet-toolbar{background:#f5f6f8;border-bottom:1px solid #ccc;padding:4px 10px;display:flex;gap:6px;align-items:center;font-size:11px}.sheet-toolbar-btn{background:#fff;border:1px solid #ccc;border-radius:3px;padding:2px 8px;font-size:11px;cursor:pointer;color:#333}.sheet-formula-bar{display:flex;align-items:center;gap:6px;background:#fff;border-bottom:1px solid #ccc;padding:3px 8px;font-size:12px}.sheet-cell-ref{width:60px;background:#f5f6f8;border:1px solid #ccc;padding:2px 4px;font-size:11px;border-radius:2px;color:#333}.sheet-formula-input{flex:1 1;border:none;outline:none;font-size:12px;color:#333}.sheet-tabs-bar{display:flex;background:#e5e7eb;border-top:1px solid #ccc;padding:2px 6px 0}.sheet-tab-btn{padding:3px 16px;font-size:11px;background:#fff;border:1px solid #ccc;border-bottom:none;border-radius:3px 3px 0 0;cursor:pointer;color:#333;margin-right:2px}.sheet-tab-btn.active{background:#fff;font-weight:700}.plain-sheet{background:#fff;overflow-x:auto}.plain-sheet table{border-collapse:collapse}.plain-sheet .col-hdr{width:90px;min-width:90px}.plain-sheet .col-hdr,.plain-sheet .row-num{background:#f3f3f3;border:1px solid #d0d0d0;padding:2px 4px;text-align:center;font-size:11px;color:#666;font-weight:400}.plain-sheet .row-num{width:36px}.plain-sheet .cell{border:1px solid #d0d0d0;padding:2px 6px;font-size:12px;min-width:90px;height:20px;color:#1a1a1a}.plain-sheet .cell.hdr{background:#e8e8e8;font-weight:700;font-size:11px;color:#444}.plain-sheet .cell.sel{outline:2px solid #1a73e8;outline-offset:-2px}.lotos-sheet{background:#08111C;color:#E8F1FF;overflow-x:auto}.lotos-sheet .cell{border:1px solid #29456b;padding:3px 8px;font-size:12px;min-width:90px;height:22px;color:#E8F1FF;font-family:Segoe UI,Arial,sans-serif}.lotos-sheet .cell-hero-kicker{background:#0E2439;color:#22D3EE;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;text-align:center;border:1px solid #22d3ee;padding:4px 8px}.lotos-sheet .cell-hero-title{background:#0C1A2A;color:#E8F1FF;font-size:16px;font-weight:800;text-align:center;border:1px solid #29456b;padding:6px 8px}.lotos-sheet .cell-hero-sub{background:#0A1624;color:#9CB6D6;font-size:11px;text-align:center;border:1px solid #1e3451;padding:3px 8px}.lotos-sheet .cell-kpi{background:#132338;color:#E8F1FF;font-weight:800;font-size:14px;text-align:center;border:1px solid #345e8f;padding:6px 8px}.lotos-sheet .cell-kpi-label{font-size:10px;font-weight:400;color:#9CB6D6;text-transform:uppercase;letter-spacing:.06em}.lotos-sheet .cell-strip-label{background:#102436;color:#9CB6D6;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;text-align:center;border:1px solid #1e3451}.lotos-sheet .cell-cmd{background:#14283E;color:#E8F1FF;font-weight:800;font-size:11px;letter-spacing:.06em;text-align:center;border:1px solid #5a84b5;padding:6px 8px;cursor:pointer}.lotos-sheet .cell-q-label{background:#091422;color:#9CB6D6;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;text-align:center;border:1px solid #304d7e}.lotos-sheet .cell-q-body{background:#0B1827;color:#E8F1FF;font-size:12px;border:1px solid #23384e;padding:3px 8px}.lotos-sheet .cell-q-hdr{background:#0E1927;color:#9CB6D6;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;border:1px solid #305282;padding:3px 8px}.lotos-sheet .status-ok{background:#0A231C;color:#A7F3D0;border:1px solid #34d399}.lotos-sheet .status-ok,.lotos-sheet .status-watch{font-weight:800;font-size:11px;text-align:center;padding:3px 8px}.lotos-sheet .status-watch{background:#281D08;color:#FDE68A;border:1px solid #f59e0b}.lotos-sheet .status-review{background:#2D101A;color:#FBCFE8;font-weight:800;font-size:11px;text-align:center;border:1px solid #fb7185;padding:3px 8px}.lotos-sheet .cell-alert{background:#0F1F31;color:#9CB6D6;font-size:11px;border:1px solid #4676a8;padding:3px 8px;line-height:1.5}.lotos-sheet .cell-footer{color:#7F93B8;border:1px solid #1e3451;padding:3px 8px;letter-spacing:.04em}.lotos-sheet .cell-footer,.lotos-sheet .row-num{background:#08111C;font-size:10px;text-align:center}.lotos-sheet .row-num{color:#29456B;border:1px solid #1a2e46;padding:2px 4px;width:36px}.student-demo{background:radial-gradient(900px 420px at 10% 0,rgba(34,211,238,.13),transparent 60%),radial-gradient(760px 420px at 95% 8%,rgba(167,139,250,.14),transparent 56%),#07111f}.student-body{max-width:1320px}.student-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.62fr);gap:18px;align-items:stretch;margin-bottom:18px}.student-title{max-width:920px;margin:0;color:#f4f8ff;font-size:clamp(34px,6vw,76px);line-height:.96;letter-spacing:0}.student-lead{max-width:760px;margin:18px 0 0;color:rgba(240,244,255,.62);font-size:17px;line-height:1.65}.student-proof-card{display:grid;align-content:end;gap:12px;padding:24px;border:1px solid rgba(125,211,252,.18);border-radius:24px;background:linear-gradient(145deg,rgba(15,23,42,.92),rgba(14,30,48,.88));box-shadow:0 28px 80px rgba(0,0,0,.28)}.student-proof-card p,.student-proof-card span{margin:0;color:rgba(240,244,255,.56)}.student-proof-card span{font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.student-proof-card strong{color:#f8fbff;font-size:28px;line-height:1.05}.student-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:16px}.student-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:16px;align-items:stretch}.student-sidebar{display:grid;align-content:start;gap:8px;min-height:620px;padding:18px;border:1px solid rgba(240,244,255,.08);border-radius:22px;background:rgba(15,23,42,.84)}.student-sidebar strong{margin-bottom:12px;color:#f8fbff;font-size:18px}.student-sidebar span{min-height:42px;padding:11px 12px;border:1px solid transparent;border-radius:12px;color:rgba(240,244,255,.58);font-size:13px;font-weight:800}.student-sidebar span.active{color:#dffcff;border-color:rgba(34,211,238,.24);background:rgba(34,211,238,.08)}.student-main-panel{display:grid;gap:16px;padding:18px;border:1px solid rgba(240,244,255,.08);border-radius:24px;background:linear-gradient(145deg,rgba(12,18,32,.96),rgba(17,29,48,.92))}.student-filters,.student-report-list div,.student-subject-card>div,.student-toolbar,.student-toolbar>div{display:flex;gap:12px;align-items:center}.student-toolbar{justify-content:space-between}.student-toolbar h2{margin:4px 0 0;color:#f8fbff;font-size:28px}.student-filters{flex-wrap:wrap;justify-content:flex-end}.student-filters span{min-height:34px;padding:8px 11px;border:1px solid rgba(240,244,255,.1);border-radius:999px;color:rgba(240,244,255,.66);background:rgba(240,244,255,.04);font-size:12px;font-weight:800}.student-content-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.48fr);gap:16px}.student-table td:nth-child(2){color:rgba(240,244,255,.92);font-weight:700}.student-report-panel{display:grid;gap:16px}.student-report-list{display:grid;gap:9px}.student-report-list div{padding:11px;border:1px solid rgba(240,244,255,.07);border-radius:12px;background:rgba(240,244,255,.035)}.student-report-list span{color:#67e8f9;font-family:JetBrains Mono,Cascadia Mono,monospace;font-size:11px;font-weight:900}.student-report-list strong{color:rgba(240,244,255,.78);font-size:13px}.student-card-title{margin:10px 0 0;color:#f8fbff;font-size:20px}.student-card-copy{margin:8px 0 0;color:rgba(240,244,255,.56);line-height:1.6}.student-subject-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.student-subject-card{display:grid;gap:10px;padding:16px;border:1px solid rgba(240,244,255,.08);border-radius:18px;background:rgba(240,244,255,.035)}.student-subject-card h3,.student-subject-card p{margin:0}.student-subject-card h3{color:#f8fbff;font-size:15px}.student-subject-card span{margin-left:auto;color:#86efac;font-size:12px;font-weight:900}.student-subject-card strong{color:#f8fbff;font-size:34px;line-height:1}.student-subject-card p{color:rgba(240,244,255,.48);font-size:12px}.student-comparison{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:16px;margin-top:18px}.student-after,.student-before{padding:22px;border:1px solid rgba(240,244,255,.08);border-radius:22px;background:rgba(22,24,41,.8)}.student-after h2,.student-before h2{margin:0 0 16px;color:#f8fbff;font-size:30px}.raw-window{display:grid;gap:8px;padding:16px;border-radius:8px;background:#ffffff;color:#222222;font-family:Arial,sans-serif}.raw-row{padding:8px;border:1px solid #d7d7d7;background:#f6f6f6;font-size:13px}.raw-title{color:#004c99;font-size:18px;font-weight:700}.raw-window button{width:fit-content;padding:7px 14px;border:1px solid #777;border-radius:3px;background:#eeeeee;color:#111111;font:inherit}.student-after ul{display:grid;gap:12px;margin:0;padding-left:18px;color:rgba(240,244,255,.7);line-height:1.7}.student-quality{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:18px}.student-quality article{display:grid;gap:10px;padding:18px;border:1px solid rgba(240,244,255,.08);border-radius:18px;background:rgba(240,244,255,.035)}.student-quality span{width:26px;height:5px;border-radius:999px;background:linear-gradient(90deg,#22d3ee,#a78bfa)}.student-quality h3,.student-quality p{margin:0}.student-quality h3{color:#f8fbff}.student-quality p{color:rgba(240,244,255,.56);line-height:1.55}@media (max-width:960px){.demo-kpi-row{grid-template-columns:repeat(2,minmax(0,1fr))}.demo-main-grid{grid-template-columns:1fr}.demo-asset-grid,.demo-comp-grid-3,.demo-locked-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.demo-index-grid{grid-template-columns:1fr}.demo-comparison-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.student-comparison,.student-content-grid,.student-hero,.student-layout,.student-quality{grid-template-columns:1fr}.student-kpis,.student-subject-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.student-sidebar{min-height:auto}}@media (max-width:600px){.demo-body{padding:16px}.demo-header{padding:0 16px}.demo-premium-hero{padding:20px 16px}.demo-asset-grid,.demo-comp-grid-2,.demo-comp-grid-3,.demo-comparison-grid,.demo-kpi-row,.demo-locked-grid,.student-kpis,.student-subject-grid{grid-template-columns:1fr}.student-toolbar{display:grid}}