:root{--color-primary: #6366f1;--color-primary-light: #818cf8;--color-primary-dark: #4f46e5;--color-accent: #0ea5e9;--color-accent-hover: #0284c7;--color-success: #22c55e;--color-warning: #f59e0b;--color-danger: #ef4444;--color-info: #0ea5e9;--color-bg: #0f1117;--color-background: #0f1117;--color-surface: #1a1d2e;--color-surface-2: #242738;--color-surface-raised: #1e2130;--color-border: #2e3247;--color-border-strong: #3d4158;--color-text: #e2e8f0;--color-text-muted: #b8c4d0;--color-text-subtle: #8a95a5;--sidebar-width: 240px;--sidebar-collapsed-width: 60px;--sidebar-bg: #111322;--sidebar-text: #b8c4d0;--sidebar-text-active: #ffffff;--sidebar-item-active: rgba(99,102,241,.18);--sidebar-item-hover: rgba(255,255,255,.06);--topbar-height: 56px;--topbar-bg: #141627;--topbar-border: #2e3247;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--font-sans: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono: "Cascadia Code", "Fira Code", Consolas, monospace;--text-xs: 11px;--text-sm: 13px;--text-base: 14px;--text-lg: 16px;--text-xl: 18px;--text-2xl: 22px;--shadow-sm: 0 1px 3px rgba(0,0,0,.25);--shadow-md: 0 4px 12px rgba(0,0,0,.3);--shadow-lg: 0 8px 24px rgba(0,0,0,.35);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--color-primary-bg: #1a1d2e;--color-secondary-bg: #242738;--color-primary-text: #e2e8f0;--color-secondary-text: #b8c4d0;--color-hover: rgba(99,102,241,.12)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:14px}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit;color:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-surface)}::-webkit-scrollbar-thumb{background:var(--color-border-strong);border-radius:3px}.dark-bg-surface{background:var(--color-surface, #1a1d2e)!important}.dark-bg-main{background:var(--color-bg, #0f1117)!important}.dark-bg-surface2{background:var(--color-surface-2, #242738)!important}.dark-text{color:var(--color-text, #e2e8f0)!important}.dark-text-muted{color:var(--color-text-muted, #b8c4d0)!important}.dark-text-subtle{color:var(--color-text-subtle, #8a95a5)!important}.dark-border{border-color:var(--color-border, #2e3247)!important}.hover\:bg-gray-50:hover,.hover\:bg-gray-100:hover,tr.hover\:bg-gray-50:hover{background:var(--color-surface-2, #242738)!important}.sad-tab{background:var(--color-surface);border-radius:10px;padding:20px}.sad-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.sad-filters select,.sad-filters input{background:var(--color-surface-2);color:var(--color-text);border:1px solid var(--color-border);border-radius:6px;padding:6px 12px;font-size:13px}.sad-table{width:100%;border-collapse:collapse;font-size:13px}.sad-table th{padding:8px 10px;text-align:left;font-weight:600;color:var(--color-text-muted);border-bottom:2px solid var(--color-border)}.sad-table td{padding:8px 10px;border-bottom:1px solid var(--color-border);color:var(--color-text)}.sad-table tr:hover td{background:var(--color-surface-2)}.sad-badge{display:inline-block;font-size:11px;font-weight:700;padding:2px 8px;border-radius:12px;color:#fff;text-transform:uppercase}.sad-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:16px}.sad-pagination button{background:var(--color-surface-2);color:var(--color-text-muted);border:1px solid var(--color-border);border-radius:6px;padding:6px 14px;font-size:12px;font-weight:600;cursor:pointer}.sad-pagination button:hover:not(:disabled){background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.sad-pagination button:disabled{opacity:.4;cursor:default}.sad-pagination__info{font-size:12px;color:var(--color-text-muted)}.sad-btn{padding:6px 14px;font-size:12px;font-weight:600;border-radius:6px;border:1px solid var(--color-border);cursor:pointer}.sad-btn--sm{padding:4px 10px;font-size:11px}.sad-btn--primary{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.sad-btn--primary:hover{background:var(--color-primary-dark)}.sad-btn--danger{background:var(--color-danger);color:#fff;border-color:var(--color-danger)}.sad-btn--outline{background:transparent;color:var(--color-text-muted)}.sad-btn--outline:hover{background:var(--color-surface-2)}.sad-heading{font-size:16px;font-weight:700;color:var(--color-text);margin-bottom:16px}.sad-stats{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:16px}.sad-stat{background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:8px;padding:12px 18px;text-align:center;flex:1 1 120px}.sad-stat__value{font-size:24px;font-weight:800;color:var(--color-text)}.sad-stat__label{font-size:11px;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.sad-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;padding:16px}.sad-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.sad-product-img{width:100%;height:160px;object-fit:cover;border-radius:6px;background:var(--color-surface-2)}.sad-price{font-size:18px;font-weight:700;color:var(--color-primary-light)}.sad-stock{font-size:12px;color:var(--color-text-muted)}.gdpr-panel{background:var(--color-bg);color:var(--color-text);padding:24px;max-width:1200px}.gdpr-panel__header h1{font-size:22px;font-weight:800;color:var(--color-text);margin-bottom:4px}.gdpr-panel__subtitle{font-size:13px;color:var(--color-text-muted)}.gdpr-tabs{display:flex;gap:4px;margin:20px 0;border-bottom:2px solid var(--color-border)}.gdpr-tab{padding:8px 16px;border:none;background:none;color:var(--color-text-muted);font-size:13px;font-weight:600;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px}.gdpr-tab--active{color:var(--color-primary-light);border-bottom-color:var(--color-primary)}.gdpr-section{background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;padding:20px}.gdpr-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--color-border)}.gdpr-toggle-label{font-weight:600;color:var(--color-text)}.gdpr-toggle-desc{font-size:12px;color:var(--color-text-muted);display:block;margin-top:2px}.gdpr-toggle{position:relative;width:44px;height:24px;border-radius:12px;border:none;background:var(--color-border-strong);cursor:pointer;transition:background .2s}.gdpr-toggle--on{background:var(--color-success)}.gdpr-toggle-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;transition:transform .2s}.gdpr-toggle--on .gdpr-toggle-thumb{transform:translate(20px)}.gdpr-badge{display:inline-block;font-size:11px;font-weight:700;padding:2px 8px;border-radius:12px;color:#fff}.gdpr-loading{padding:40px;text-align:center;color:var(--color-text-muted)}.gdpr-error{padding:40px;text-align:center;color:var(--color-danger)}.gdpr-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:50}.gdpr-dialog{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:24px;max-width:420px;width:90%}.gdpr-dialog h3{font-size:16px;font-weight:700;color:var(--color-text);margin-bottom:8px}.gdpr-dialog p{font-size:13px;color:var(--color-text-muted);margin-bottom:16px}.gdpr-dialog-actions{display:flex;gap:8px;justify-content:flex-end}.gdpr-btn{padding:8px 16px;font-size:13px;font-weight:600;border-radius:6px;border:none;cursor:pointer}.gdpr-btn--primary{background:var(--color-primary);color:#fff}.gdpr-btn--secondary{background:var(--color-surface-2);color:var(--color-text-muted);border:1px solid var(--color-border)}.gdpr-btn--danger{background:var(--color-danger);color:#fff}.gdpr-save-msg{font-size:12px;font-weight:600;margin-left:12px}.gdpr-save-msg.ok{color:var(--color-success)}.gdpr-save-msg.error{color:var(--color-danger)}.gdpr-table{width:100%;border-collapse:collapse;font-size:13px}.gdpr-table th{padding:8px 10px;text-align:left;font-weight:600;color:var(--color-text-muted);border-bottom:2px solid var(--color-border)}.gdpr-table td{padding:8px 10px;border-bottom:1px solid var(--color-border);color:var(--color-text)}.gdpr-input,.gdpr-select,.gdpr-textarea{background:var(--color-surface-2);color:var(--color-text);border:1px solid var(--color-border);border-radius:6px;padding:8px 12px;font-size:13px;width:100%}.gdpr-textarea{min-height:80px;resize:vertical}.notification-badge{background:var(--color-surface-2)!important;color:var(--color-text)!important;border:1px solid var(--color-border)!important}.screening-panel{background:var(--color-bg);color:var(--color-text);padding:24px}.screening-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.screening-header h1{font-size:22px;font-weight:800;color:var(--color-text);margin:0}.screening-topics{display:flex;flex-direction:column;gap:6px}.screening-topic-row{display:flex;align-items:center;gap:8px}.screening-topic-name{font-size:12px;color:var(--color-text-muted);min-width:80px}.screening-topic-bar-wrap{flex:1;height:6px;background:var(--color-border);border-radius:3px;overflow:hidden}.screening-topic-bar{height:100%;background:var(--color-primary);border-radius:3px}.screening-topic-pct{font-size:11px;font-weight:600;color:var(--color-text);width:32px;text-align:right}.screening-topic-trend{font-size:12px;width:16px;text-align:center}.screening-topic-trend--up{color:var(--color-success)}.screening-topic-trend--down{color:var(--color-danger)}.screening-tone-card{background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:8px;padding:12px}.screening-tone-dominant{display:inline-block;font-size:11px;font-weight:700;padding:2px 8px;border-radius:12px;color:#fff;margin-bottom:8px}.screening-tone-breakdown{display:flex;flex-direction:column;gap:4px}.screening-tone-row{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--color-text-muted)}.screening-tone-bar-wrap{flex:1;height:4px;background:var(--color-border);border-radius:2px;overflow:hidden}.influencer-hub{background:var(--color-bg);color:var(--color-text);padding:24px}.influencer-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;flex-wrap:wrap;gap:16px}.influencer-header h1{font-size:22px;font-weight:800;color:var(--color-text);margin:0}.influencer-overview-stats{display:flex;gap:16px;flex-wrap:wrap}.influencer-stat{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:12px;color:var(--color-text-muted)}.influencer-stat__val{font-size:20px;font-weight:700;color:var(--color-text)}.influencer-tier-badge{display:inline-block;font-size:11px;font-weight:700;padding:2px 8px;border-radius:12px;color:#fff}.influencer-score-gauge{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:2px solid;font-size:13px;font-weight:700}.influencer-topic-chips{display:flex;gap:4px;flex-wrap:wrap}.influencer-topic-chip{font-size:10px;background:var(--color-surface-2);color:var(--color-text-muted);padding:2px 6px;border-radius:4px;border:1px solid var(--color-border)}.influencer-topic-more{font-size:10px;color:var(--color-text-subtle);padding:2px 4px}.influencer-trend-chart{display:flex;align-items:flex-end;gap:3px;height:60px}.influencer-trend-bar-wrap{display:flex;flex-direction:column;align-items:center;flex:1;height:100%;justify-content:flex-end}.influencer-trend-bar{width:100%;background:var(--color-primary);border-radius:2px 2px 0 0;min-height:2px}.influencer-trend-label{font-size:9px;color:var(--color-text-subtle);margin-top:2px}.influencer-seasonal-heatmap{display:flex;gap:3px;flex-wrap:wrap}.bg-white,.bg-gray-50,.bg-gray-100,.bg-slate-50,.bg-slate-100{background-color:var(--color-surface)!important}.bg-gray-200,.bg-slate-200,.bg-gray-300,.bg-slate-300{background-color:var(--color-surface-2)!important}.text-gray-900,.text-slate-900,.text-gray-800,.text-slate-800{color:var(--color-text)!important}.text-gray-700,.text-slate-700,.text-gray-600,.text-slate-600{color:var(--color-text-muted)!important}.text-gray-500,.text-slate-500,.text-gray-400,.text-slate-400,.text-gray-300,.text-slate-300{color:var(--color-text-subtle)!important}.text-black{color:var(--color-text)!important}.border-gray-200,.border-slate-200,.border-gray-100,.border-slate-100{border-color:var(--color-border)!important}.border-gray-300,.border-slate-300{border-color:var(--color-border-strong)!important}.divide-gray-200>:not([hidden])~:not([hidden]),.divide-slate-200>:not([hidden])~:not([hidden]),.divide-gray-100>:not([hidden])~:not([hidden]){border-color:var(--color-border)!important}.ring-gray-200,.ring-slate-200,.ring-gray-300,.ring-slate-300{--tw-ring-color: var(--color-border) !important}.hover\:bg-white:hover,.hover\:bg-gray-50:hover,.hover\:bg-gray-100:hover,.hover\:bg-slate-50:hover,.hover\:bg-slate-100:hover{background-color:var(--color-surface-2)!important}.hover\:bg-gray-200:hover,.hover\:bg-slate-200:hover{background-color:var(--color-border)!important}input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]),textarea,select{background-color:var(--color-surface-2)!important;border-color:var(--color-border)!important;color:var(--color-text)!important}input:focus,textarea:focus,select:focus{border-color:var(--color-primary)!important;outline:none!important;box-shadow:0 0 0 2px #6366f140!important}::placeholder{color:var(--color-text-subtle)!important}tbody tr:hover{background-color:var(--color-surface-2)!important}thead th{background-color:var(--color-surface-2)!important;color:var(--color-text-muted)!important}.shadow-sm,.shadow,.shadow-md{box-shadow:var(--shadow-sm)!important}.shadow-lg,.shadow-xl{box-shadow:var(--shadow-md)!important}ol{list-style:none}.finance-header,[class*=FinanceDash] th,[class*=finance] th{background:var(--color-surface-2)!important;color:var(--color-text-muted)!important}.bg-black\/50,.bg-black\/40,.bg-black\/60{background-color:#000000a6!important}.bg-blue-50,.bg-green-50,.bg-red-50,.bg-yellow-50,.bg-purple-50,.bg-indigo-50,.bg-pink-50,.bg-blue-100,.bg-green-100,.bg-red-100,.bg-yellow-100,.bg-purple-100,.bg-indigo-100,.bg-pink-100{background-color:#6366f11f!important}.text-blue-800,.text-green-800,.text-red-800,.text-yellow-800,.text-purple-800,.text-indigo-800{color:var(--color-text)!important}.text-blue-600,.text-green-600,.text-red-600,.text-yellow-600,.text-purple-600,.text-indigo-600{color:var(--color-text-muted)!important}.focus\:ring-gray-200:focus,.focus\:ring-slate-200:focus{--tw-ring-color: var(--color-primary) !important}.focus\:border-gray-300:focus,.focus\:border-slate-300:focus{border-color:var(--color-primary)!important}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.block{display:block}.hidden{display:none}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.col-span-2{grid-column:span 2 / span 2}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:hidden{display:none}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}}.gap-1{gap:4px}.gap-1\.5{gap:6px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.p-0\.5{padding:2px}.p-1{padding:4px}.p-1\.5{padding:6px}.p-2{padding:8px}.p-3{padding:12px}.p-4{padding:16px}.p-5{padding:20px}.p-6{padding:24px}.px-0\.5{padding-left:2px;padding-right:2px}.px-1{padding-left:4px;padding-right:4px}.px-1\.5{padding-left:6px;padding-right:6px}.px-2{padding-left:8px;padding-right:8px}.px-2\.5{padding-left:10px;padding-right:10px}.px-3{padding-left:12px;padding-right:12px}.px-4{padding-left:16px;padding-right:16px}.px-5{padding-left:20px;padding-right:20px}.px-6{padding-left:24px;padding-right:24px}.py-0\.5{padding-top:2px;padding-bottom:2px}.py-1{padding-top:4px;padding-bottom:4px}.py-1\.5{padding-top:6px;padding-bottom:6px}.py-2{padding-top:8px;padding-bottom:8px}.py-2\.5{padding-top:10px;padding-bottom:10px}.py-3{padding-top:12px;padding-bottom:12px}.py-4{padding-top:16px;padding-bottom:16px}.py-16{padding-top:64px;padding-bottom:64px}.pl-7{padding-left:28px}.pt-2{padding-top:8px}.mt-0\.5{margin-top:2px}.mt-1{margin-top:4px}.mt-1\.5{margin-top:6px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mb-1{margin-bottom:4px}.mb-1\.5{margin-bottom:6px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.ml-2{margin-left:8px}.ml-auto{margin-left:auto}.mr-2{margin-right:8px}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:4px;margin-bottom:4px}.my-4{margin-top:16px;margin-bottom:16px}.space-y-0\.5>*+*{margin-top:2px}.space-y-1>*+*{margin-top:4px}.space-y-1\.5>*+*{margin-top:6px}.space-y-2>*+*{margin-top:8px}.space-y-3>*+*{margin-top:12px}.space-y-4>*+*{margin-top:16px}.space-y-5>*+*{margin-top:20px}.w-1\.5{width:6px}.w-2{width:8px}.w-2\.5{width:10px}.w-3{width:12px}.w-3\.5{width:14px}.w-4{width:16px}.w-5{width:20px}.w-6{width:24px}.w-7{width:28px}.w-8{width:32px}.w-9{width:36px}.w-10{width:40px}.w-16{width:64px}.w-20{width:80px}.w-32{width:128px}.w-36{width:144px}.w-full{width:100%}.w-px{width:1px}.h-1\.5{height:6px}.h-2{height:8px}.h-2\.5{height:10px}.h-3{height:12px}.h-3\.5{height:14px}.h-4{height:16px}.h-5{height:20px}.h-6{height:24px}.h-7{height:28px}.h-8{height:32px}.h-9{height:36px}.h-10{height:40px}.h-16{height:64px}.h-20{height:80px}.h-48{height:192px}.h-64{height:256px}.h-full{height:100%}.min-h-10{min-height:40px}.min-w-0{min-width:0}.min-w-24{min-width:96px}.min-w-48{min-width:192px}.min-w-full{min-width:100%}.max-h-48{max-height:192px}.max-h-56{max-height:224px}.max-w-24{max-width:96px}.max-w-xs{max-width:320px}.max-w-sm{max-width:384px}.max-w-3xl{max-width:768px}.max-w-4xl{max-width:896px}.max-w-5xl{max-width:1024px}.aspect-square{aspect-ratio:1 / 1}.inset-0{top:0;right:0;bottom:0;left:0}.top-0{top:0}.top-1\.5{top:6px}.right-0\.5{right:2px}.right-1\.5{right:6px}.right-2{right:8px}.bottom-0{bottom:0}.bottom-0\.5{bottom:2px}.bottom-2{bottom:8px}.left-0{left:0}.left-3{left:12px}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.text-xs{font-size:11px;line-height:1.4}.text-sm{font-size:13px;line-height:1.45}.text-base{font-size:14px;line-height:1.5}.text-lg{font-size:16px;line-height:1.5}.text-xl{font-size:18px;line-height:1.4}.text-2xl{font-size:22px;line-height:1.3}.text-3xl{font-size:28px;line-height:1.25}.text-4xl{font-size:36px;line-height:1.2}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-sans{font-family:system-ui,-apple-system,sans-serif}.font-mono{font-family:Cascadia Code,Fira Code,Consolas,monospace}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.italic{font-style:italic}.text-center{text-align:center}.text-left{text-align:left}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.tracking-wide{letter-spacing:.025em}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-all{word-break:break-all}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.underline{text-decoration:underline}.select-none{-webkit-user-select:none;user-select:none}.border{border-width:1px;border-style:solid;border-color:var(--color-border, #2e3247)}.border-b{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--color-border, #2e3247)}.border-t{border-top-width:1px;border-top-style:solid;border-top-color:var(--color-border, #2e3247)}.border-dashed{border-style:dashed}.rounded{border-radius:4px}.rounded-md{border-radius:6px}.rounded-lg{border-radius:8px}.rounded-xl{border-radius:12px}.rounded-2xl{border-radius:16px}.rounded-full{border-radius:9999px}.border-gray-100,.border-gray-200{border-color:var(--color-border, #2e3247)}.border-gray-300{border-color:var(--color-border-strong, #3d4158)}.border-blue-200{border-color:#6366f14d}.border-red-200{border-color:#ef44444d}.border-yellow-200,.border-amber-200{border-color:#f59e0b4d}.border-purple-200{border-color:#a855f74d}.divide-y>*+*{border-top-width:1px;border-top-style:solid}.divide-gray-100>*+*{border-top-color:var(--color-border, #2e3247)}.divide-gray-200>*+*{border-top-color:var(--color-border, #2e3247)}.shadow{box-shadow:0 1px 3px #0003,0 1px 2px #00000026}.shadow-sm{box-shadow:0 1px 2px #0003}.shadow-lg{box-shadow:0 10px 15px -3px #0000004d,0 4px 6px -2px #0003}.shadow-2xl{box-shadow:0 25px 50px -12px #00000080}.bg-white{background-color:var(--color-surface, #1a1d2e)}.bg-transparent{background-color:transparent}.bg-gray-50{background-color:var(--color-surface, #1a1d2e)}.bg-gray-100,.bg-gray-200{background-color:var(--color-surface-2, #242738)}.bg-gray-300{background-color:var(--color-border, #2e3247)}.bg-blue-50{background-color:#3b82f61a}.bg-blue-50\/50{background-color:#3b82f60d}.bg-blue-100{background-color:#3b82f626}.bg-blue-600{background-color:#4f46e5}.bg-green-100{background-color:#22c55e26}.bg-green-400{background-color:#4ade80}.bg-green-500{background-color:#22c55e}.bg-green-600{background-color:#16a34a}.bg-emerald-600{background-color:#059669}.bg-red-50{background-color:#ef444414}.bg-red-100{background-color:#ef444426}.bg-red-500{background-color:#ef4444}.bg-red-600{background-color:#dc2626}.bg-yellow-50{background-color:#f59e0b14}.bg-yellow-100{background-color:#f59e0b26}.bg-yellow-400{background-color:#fbbf24}.bg-purple-50{background-color:#a855f714}.bg-purple-100{background-color:#a855f726}.bg-black\/30{background-color:#0000004d}.bg-black\/50{background-color:#00000080}.bg-black\/60{background-color:#0009}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-from, transparent),var(--tw-gradient-to, transparent))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-from, transparent),var(--tw-gradient-to, transparent))}.from-blue-50{--tw-gradient-from: rgba(59,130,246,.08);--tw-gradient-to: rgba(59,130,246,0)}.from-purple-50{--tw-gradient-from: rgba(168,85,247,.08);--tw-gradient-to: rgba(168,85,247,0)}.from-amber-50{--tw-gradient-from: rgba(245,158,11,.08);--tw-gradient-to: rgba(245,158,11,0)}.from-purple-200{--tw-gradient-from: rgba(168,85,247,.2);--tw-gradient-to: rgba(168,85,247,0)}.to-blue-50{--tw-gradient-to: rgba(59,130,246,.08)}.to-cyan-50{--tw-gradient-to: rgba(6,182,212,.08)}.to-orange-50{--tw-gradient-to: rgba(249,115,22,.08)}.to-pink-200{--tw-gradient-to: rgba(236,72,153,.2)}.text-white{color:#fff}.text-gray-400,.text-gray-500{color:var(--color-text-subtle, #8a95a5)}.text-gray-600,.text-gray-700{color:var(--color-text-muted, #b8c4d0)}.text-gray-800,.text-gray-900{color:var(--color-text, #e2e8f0)}.text-blue-400{color:#60a5fa}.text-blue-500{color:#818cf8}.text-blue-600,.text-blue-700{color:var(--color-primary-light, #818cf8)}.text-blue-900{color:#c7d2fe}.text-green-600,.text-green-700{color:#4ade80}.text-red-400,.text-red-500,.text-red-600,.text-red-700{color:#f87171}.text-yellow-700,.text-amber-700{color:#fbbf24}.text-purple-700,.text-purple-800{color:#c084fc}.text-orange-500{color:#fb923c}.hover\:bg-gray-50:hover,.hover\:bg-gray-100:hover{background-color:var(--color-surface-2, #242738)}.hover\:bg-gray-200:hover{background-color:var(--color-border, #2e3247)}.hover\:bg-blue-50:hover{background-color:#3b82f61f}.hover\:bg-blue-700:hover{background-color:#4338ca}.hover\:bg-green-100:hover{background-color:#22c55e33}.hover\:bg-green-700:hover{background-color:#15803d}.hover\:bg-emerald-700:hover{background-color:#047857}.hover\:bg-red-50:hover{background-color:#ef44441a}.hover\:bg-red-700:hover{background-color:#b91c1c}.hover\:bg-purple-100:hover{background-color:#a855f733}.hover\:border-gray-300:hover{border-color:var(--color-border-strong, #3d4158)}.hover\:text-blue-700:hover{color:var(--color-primary-light, #818cf8)}.hover\:text-blue-800:hover{color:#a5b4fc}.hover\:text-gray-700:hover{color:var(--color-text, #e2e8f0)}.hover\:text-green-700:hover{color:#4ade80}.hover\:text-red-500:hover,.hover\:text-red-600:hover{color:#f87171}.hover\:text-red-700:hover{color:#ef4444}.hover\:underline:hover{text-decoration:underline}.hover\:from-blue-100:hover{--tw-gradient-from: rgba(59,130,246,.12)}.hover\:from-purple-100:hover{--tw-gradient-from: rgba(168,85,247,.12)}.hover\:from-amber-100:hover{--tw-gradient-from: rgba(245,158,11,.12)}.hover\:to-blue-100:hover{--tw-gradient-to: rgba(59,130,246,.12)}.hover\:to-cyan-100:hover{--tw-gradient-to: rgba(6,182,212,.12)}.hover\:to-orange-100:hover{--tw-gradient-to: rgba(249,115,22,.12)}.focus\:outline-none:focus{outline:none}.focus\:ring-2:focus{box-shadow:0 0 0 2px var(--color-primary, #6366f1)}.focus\:ring-blue-500:focus{box-shadow:0 0 0 2px #6366f1}.focus\:ring-red-500:focus{box-shadow:0 0 0 2px #ef4444}.focus\:border-transparent:focus{border-color:transparent}.focus-within\:ring-2:focus-within{box-shadow:0 0 0 2px var(--color-primary, #6366f1)}.focus-within\:ring-blue-500:focus-within{box-shadow:0 0 0 2px #6366f1}.focus-within\:border-transparent:focus-within{border-color:transparent}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-grab{cursor:grab}.active\:cursor-grabbing:active{cursor:grabbing}.transition-colors{transition:color .15s,background-color .15s,border-color .15s}.transition-all{transition:all .15s}.transition-opacity{transition:opacity .15s}.opacity-0{opacity:0}.opacity-25{opacity:.25}.opacity-75{opacity:.75}.object-cover{object-fit:cover}.outline-none{outline:none}.resize-none{resize:none}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.group{position:relative}.group:hover .group-hover\:opacity-100{opacity:1}.animate-spin{animation:tw-spin 1s linear infinite}@keyframes tw-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media print{.print\:hidden{display:none}.print\:p-0{padding:0}}.rotate-180{transform:rotate(180deg)}.bg-blue-500{background-color:#6366f1}.bg-yellow-500{background-color:#eab308}.text-yellow-600{color:#fbbf24}.cs-view-tab span{font-size:14px;line-height:1;flex-shrink:0}input,textarea,select{background-color:var(--color-surface, #1a1d2e);color:var(--color-text, #e2e8f0);border-color:var(--color-border, #2e3247)}input::placeholder,textarea::placeholder{color:var(--color-text-subtle, #8a95a5)}select option{background-color:var(--color-surface, #1a1d2e);color:var(--color-text, #e2e8f0)}
