@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";.ai-insights-container{width:100%;margin:24px 0}.ai-insights-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.ai-insights-title{color:#e8eaff;letter-spacing:-.01em;align-items:center;gap:8px;margin:0;font-size:.95rem;font-weight:600;display:flex}.ai-insights-sparkle{color:#c4a4ff;animation:2s ease-in-out infinite pulse-glow}@keyframes pulse-glow{0%,to{opacity:.6}50%{opacity:1}}.ai-insights-refresh{color:#8892a4;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.ai-insights-refresh:hover:not(:disabled){color:#f0f4ff;background:#ffffff0d;border-color:#fff3}.ai-insights-refresh:disabled{opacity:.5;cursor:not-allowed}.ai-insights-refresh .spinning{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.ai-insights-scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:16px;padding-bottom:12px;display:flex;overflow-x:auto}.ai-insights-scroll::-webkit-scrollbar{height:6px}.ai-insights-scroll::-webkit-scrollbar-track{background:#ffffff05;border-radius:4px}.ai-insights-scroll::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.ai-insights-scroll::-webkit-scrollbar-thumb:hover{background:#fff3}.ai-insight-card{scroll-snap-align:start;background:linear-gradient(145deg,#14152399,#0f101acc);border:1px solid #ffffff0d;border-radius:16px;flex:0 0 calc(25% - 12px);gap:14px;min-width:260px;padding:16px;transition:transform .2s,box-shadow .2s;animation:.5s ease-out both slideUpFade;display:flex;position:relative;overflow:hidden}.ai-insight-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}@keyframes slideUpFade{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.ai-insight-card.type-positive{background:linear-gradient(145deg,#22c55e0d,#0f101acc);border-color:#22c55e26}.ai-insight-card.type-negative{background:linear-gradient(145deg,#ef44440d,#0f101acc);border-color:#ef444426}.ai-insight-card.type-warning{background:linear-gradient(145deg,#f59e0b0d,#0f101acc);border-color:#f59e0b26}.ai-insight-card.type-neutral{background:linear-gradient(145deg,#3b82f60d,#0f101acc);border-color:#3b82f626}.ai-insight-icon{background:#ffffff08;border:1px solid #ffffff0d;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.ai-insight-emoji{font-size:1.1rem}.text-green{color:#4ade80}.text-red{color:#f87171}.text-yellow{color:#fbbf24}.text-blue{color:#60a5fa}.ai-insight-content{flex-direction:column;gap:4px;display:flex}.ai-insight-content h4{color:#f0f4ff;margin:0;font-size:.85rem;font-weight:600;line-height:1.3}.ai-insight-content p{color:#8892a4;margin:0;font-size:.75rem;line-height:1.5}.skeleton{background:#14152366;border-color:#0000;animation:1.5s ease-in-out infinite pulse}.skeleton-icon{background:#ffffff0d;border-radius:10px;flex-shrink:0;width:36px;height:36px}.skeleton-text{background:#ffffff0d;border-radius:4px;height:10px;margin-bottom:6px}.skeleton-text.short{width:60%;margin-top:4px}.skeleton-text.long{width:90%;height:20px}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.ai-insights-error{color:#fca5a5;background:#ef44440d;border:1px solid #ef444433;border-radius:12px;align-items:center;gap:12px;margin:24px 0;padding:16px;font-size:.85rem;display:flex}.ai-insights-retry{color:#fca5a5;cursor:pointer;background:#ef44441a;border:1px solid #ef444433;border-radius:6px;margin-left:auto;padding:6px 12px;font-size:.75rem;transition:all .2s}.ai-insights-retry:hover{background:#ef444433}.ai-insights-empty{text-align:center;color:#8892a4;background:#ffffff05;border:1px dashed #ffffff1a;border-radius:16px;width:100%;padding:24px;font-size:.85rem}@media (width<=1024px){.ai-insight-card{flex:0 0 calc(33.333% - 11px)}}@media (width<=768px){.ai-insight-card{flex:0 0 calc(85% - 16px)}}.anomaly-alerts-container{background:#0f101a66;border:1px solid #ffffff0d;border-radius:16px;margin:16px 0 32px;transition:all .3s;overflow:hidden}.anomaly-alerts-header{cursor:pointer;background:#ffffff05;border-bottom:1px solid #ffffff08;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.anomaly-alerts-header:hover{background:#ffffff0a}.anomaly-title-area{align-items:center;gap:12px;display:flex}.anomaly-title-area h3{color:#f0f4ff;margin:0;font-size:.95rem;font-weight:600}.anomaly-icon-bg{color:#fbbf24;background:#f59e0b1a;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.anomaly-icon-bg.high-alert{color:#fca5a5;background:#ef44441a;animation:2s infinite pulse-red}@keyframes pulse-red{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 0 6px #ef444400}}.anomaly-badge{color:#d0d6e8;background:#ffffff1a;border-radius:12px;padding:2px 8px;font-size:.75rem;font-weight:600}.anomaly-collapse-btn{color:#8892a4;cursor:pointer;background:0 0;border:none;font-size:.8rem}.anomaly-alerts-list{flex-direction:column;gap:12px;padding:16px 20px;display:flex}.anomaly-card{background:#14152380;border-left:3px solid #0000;border-radius:12px;align-items:flex-start;gap:16px;padding:16px;transition:transform .2s;display:flex}.anomaly-card:hover{background:#141523cc;transform:translate(4px)}.anomaly-card.severity-high{border-color:#ef44441a #ef44441a #ef44441a #ef4444;border-top-style:solid;border-top-width:1px;border-bottom-style:solid;border-bottom-width:1px;border-right-style:solid;border-right-width:1px}.anomaly-card.severity-high .anomaly-card-icon{color:#fca5a5;background:#ef44441a}.anomaly-card.severity-medium{border-color:#f59e0b1a #f59e0b1a #f59e0b1a #f59e0b;border-top-style:solid;border-top-width:1px;border-bottom-style:solid;border-bottom-width:1px;border-right-style:solid;border-right-width:1px}.anomaly-card.severity-medium .anomaly-card-icon{color:#fbbf24;background:#f59e0b1a}.anomaly-card-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.anomaly-card-content{flex:1}.anomaly-card-content h4{color:#f0f4ff;margin:0 0 4px;font-size:.9rem}.anomaly-card-content p{color:#9ca3af;margin:0;font-size:.8rem;line-height:1.4}.anomaly-action-btn{color:#d0d6e8;cursor:pointer;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;transition:all .2s;display:flex}.anomaly-action-btn:hover{color:#4f8ef7;background:#4f8ef71a;border-color:#4f8ef74d}@media (width<=640px){.anomaly-card{flex-direction:column;gap:12px}.anomaly-action-btn{align-self:flex-start}}.forecast-summary-card{background:linear-gradient(145deg,#14152366,#0f101a99);border:1px solid #9d6ef926;border-radius:12px;padding:16px 20px;animation:.5s ease-out both slideUpFade;position:relative;overflow:hidden}.forecast-summary-card:before{content:"";background:linear-gradient(90deg,#0000,#9d6ef9cc,#0000);width:100%;height:2px;position:absolute;top:0;left:0}.forecast-header{align-items:center;gap:8px;margin-bottom:12px;display:flex}.forecast-header h4{color:#c4a4ff;letter-spacing:.02em;margin:0;font-size:.85rem;font-weight:600}.forecast-body{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.forecast-primary{flex-direction:column;gap:4px;display:flex}.forecast-label{color:#8892a4;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.forecast-amount-group{align-items:center;gap:12px;display:flex}.forecast-amount{color:#f0f4ff;letter-spacing:-.02em;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700}.forecast-secondary{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.forecast-range{color:#d0d6e8;font-family:monospace;font-size:.9rem;font-weight:500}.forecast-note{color:#64748b;align-items:center;gap:4px;margin-top:4px;font-size:.7rem;display:flex}@media (width<=640px){.forecast-body{flex-direction:column;align-items:flex-start}.forecast-secondary{align-items:flex-start}}.search-input:focus{background:#ffffff0f;border-color:#4f8ef780;box-shadow:0 0 0 3px #4f8ef71a}.search-input::placeholder{color:var(--text-secondary);opacity:.7}.select-dropdown:focus{background:#ffffff0f;border-color:#9d6ef980;box-shadow:0 0 0 3px #9d6ef91a}.header-root{z-index:100;-webkit-backdrop-filter:blur(16px);background:#060612eb;border-bottom:1px solid #ffffff0f;padding:0 24px;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:16px;max-width:1400px;height:68px;margin:0 auto;display:flex}.header-brand{cursor:pointer;flex-shrink:0;align-items:center;gap:12px;text-decoration:none;display:flex}.header-brand-icon{background:linear-gradient(135deg,#4f8ef733,#9d6ef933);border:1px solid #4f8ef740;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:border-color .3s,background .3s;display:flex;position:relative;overflow:hidden}.header-brand-icon:before{content:"";opacity:0;background:linear-gradient(135deg,#4f8ef74d,#9d6ef94d);transition:opacity .3s;position:absolute;inset:0}.header-brand:hover .header-brand-icon:before{opacity:1}.header-brand-icon svg{color:#4f8ef7;z-index:1;position:relative}.header-title{flex-direction:column;display:flex}.header-title-main{color:#f0f4ff;letter-spacing:-.02em;font-size:1rem;font-weight:700;line-height:1.2}.header-title-sub{color:#8892a4cc;letter-spacing:.05em;text-transform:uppercase;font-size:.7rem;font-weight:500;line-height:1}.header-controls{flex-wrap:wrap;flex:1;justify-content:flex-end;align-items:center;gap:12px;display:flex}.suggestions-dropdown{z-index:1000;background:#0c0c22f7;border:1px solid #4f8ef733;border-radius:14px;max-height:280px;padding:6px;animation:.15s cubic-bezier(.4,0,.2,1) fadeInUp;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 16px 48px #00000080,0 0 0 1px #ffffff0a}.suggestion-item{color:var(--text-primary);text-align:left;cursor:pointer;width:100%;font-size:.88rem;font-weight:500;font-family:var(--font);background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;padding:10px 14px;transition:background .15s,color .15s;display:flex}.suggestion-item:hover{color:#4f8ef7;background:#4f8ef71f}.suggestion-dot{background:linear-gradient(135deg,#4f8ef7,#9d6ef9);border-radius:50%;flex-shrink:0;width:6px;height:6px}.header-divider{background:#ffffff14;flex-shrink:0;width:1px;height:24px}.status-badge{color:#2dd4c4;letter-spacing:.04em;white-space:nowrap;background:#2dd4c41a;border:1px solid #2dd4c433;border-radius:20px;align-items:center;gap:6px;padding:5px 10px;font-size:.72rem;font-weight:600;display:inline-flex}.status-dot{background:#2dd4c4;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse-glow}.ai-chat-fab{z-index:999;color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f8ef74d,#9d6ef94d);border:1px solid #9d6ef966;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s cubic-bezier(.4,0,.2,1);animation:3s ease-in-out infinite fabPulse;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 4px 24px #4f8ef740,0 0 40px #9d6ef926}.ai-chat-fab:hover{border-color:#9d6ef999;transform:scale(1.1);box-shadow:0 6px 32px #4f8ef766,0 0 60px #9d6ef940}.ai-chat-fab.open{background:#ffffff14;border-color:#ffffff26;animation:none;transform:rotate(45deg)scale(.9);box-shadow:0 4px 16px #0000004d}.ai-chat-fab.open:hover{transform:rotate(45deg)scale(1)}@keyframes fabPulse{0%,to{box-shadow:0 4px 24px #4f8ef740,0 0 40px #9d6ef926}50%{box-shadow:0 4px 32px #4f8ef759,0 0 60px #9d6ef940}}.ai-chat-panel{z-index:998;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#0c0c22f7,#060612fc);border:1px solid #ffffff14;border-radius:20px;flex-direction:column;width:420px;height:540px;display:flex;position:fixed;bottom:96px;right:28px;overflow:hidden;box-shadow:0 16px 64px #0009,inset 0 0 0 1px #ffffff0a}.ai-chat-header{border-bottom:1px solid #ffffff0f;flex-shrink:0;align-items:center;gap:12px;padding:16px 20px;display:flex}.ai-chat-header-icon{background:linear-gradient(135deg,#4f8ef733,#9d6ef933);border:1px solid #9d6ef940;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;display:flex}.ai-chat-header-info h4{color:#f0f4ff;letter-spacing:-.01em;margin:0;font-size:.9rem;font-weight:700}.ai-chat-header-info p{color:#8892a4;margin:1px 0 0;font-size:.7rem}.ai-chat-messages{flex-direction:column;flex:1;gap:12px;padding:16px 16px 8px;display:flex;overflow-y:auto}.ai-chat-messages::-webkit-scrollbar{width:4px}.ai-chat-messages::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:2px}.ai-msg{word-wrap:break-word;border-radius:14px;max-width:88%;padding:10px 14px;font-size:.82rem;line-height:1.55;animation:.3s cubic-bezier(.4,0,.2,1) both msgFadeIn}.ai-msg.user{color:#e8eaff;background:linear-gradient(135deg,#4f8ef740,#9d6ef933);border:1px solid #9d6ef933;border-bottom-right-radius:4px;align-self:flex-end}.ai-msg.ai{color:#d0d6e8;background:#ffffff0a;border:1px solid #ffffff0f;border-bottom-left-radius:4px;align-self:flex-start}.ai-msg.ai.error{color:#fda4af;background:#fb71850f;border-color:#fb718533}@keyframes msgFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ai-msg-sql{color:#8892a4;cursor:pointer;background:#0000004d;border:1px solid #ffffff0a;border-radius:8px;margin-top:8px;padding:8px 10px;font-family:JetBrains Mono,Fira Code,monospace;font-size:.7rem;transition:all .2s;overflow-x:auto}.ai-msg-sql:hover{color:#a8b4c8;border-color:#4f8ef733}.ai-msg-sql-label{font-family:var(--font);color:#4f8ef7;align-items:center;gap:4px;margin-bottom:4px;font-size:.65rem;font-weight:600;display:flex}.ai-msg-table{border-collapse:collapse;width:100%;margin-top:8px;font-size:.72rem}.ai-msg-table th{text-align:left;color:#8892a4;text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid #ffffff0f;padding:5px 8px;font-size:.66rem;font-weight:600}.ai-msg-table td{color:#d0d6e8;border-bottom:1px solid #ffffff08;padding:4px 8px}.ai-msg-table tr:last-child td{border-bottom:none}.ai-msg-meta{align-items:center;gap:8px;margin-top:6px;display:flex}.ai-msg-badge{color:#4f8ef7;background:#4f8ef71a;border:1px solid #4f8ef726;border-radius:20px;align-items:center;gap:4px;padding:2px 8px;font-size:.65rem;font-weight:600;display:inline-flex}.ai-typing{align-self:flex-start;gap:5px;padding:12px 16px;display:flex}.ai-typing-dot{background:#9d6ef980;border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite typingBounce}.ai-typing-dot:nth-child(2){animation-delay:.2s}.ai-typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-8px)}}.ai-suggestions{flex-direction:column;gap:6px;padding:4px 0;display:flex}.ai-suggestions-title{color:#8892a4;margin-bottom:4px;font-size:.72rem;font-weight:600}.ai-suggestion-chip{color:#d0d6e8;font-size:.78rem;font-family:var(--font);cursor:pointer;text-align:left;background:#ffffff08;border:1px solid #ffffff0f;border-radius:10px;align-items:center;gap:8px;width:100%;padding:8px 12px;transition:all .2s;display:flex}.ai-suggestion-chip:hover{color:#e8eaff;background:#4f8ef714;border-color:#4f8ef733}.ai-suggestion-chip span.icon{flex-shrink:0;font-size:1rem}.ai-chat-input-area{border-top:1px solid #ffffff0f;flex-shrink:0;padding:12px 16px 16px}.ai-chat-input-wrapper{background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;align-items:center;gap:8px;padding:6px 6px 6px 14px;transition:border-color .2s;display:flex}.ai-chat-input-wrapper:focus-within{border-color:#4f8ef766;box-shadow:0 0 0 3px #4f8ef714}.ai-chat-input{color:#f0f4ff;font-size:.82rem;font-family:var(--font);background:0 0;border:none;outline:none;flex:1;line-height:1.4}.ai-chat-input::placeholder{color:#4a5568}.ai-chat-send-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f8ef7,#9d6ef9);border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.ai-chat-send-btn:hover{transform:scale(1.05);box-shadow:0 2px 12px #4f8ef766}.ai-chat-send-btn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none;transform:none}.ai-welcome{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px 16px;display:flex}.ai-welcome-icon{background:linear-gradient(135deg,#4f8ef726,#9d6ef926);border:1px solid #9d6ef933;border-radius:18px;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.6rem;display:flex}.ai-welcome h4{color:#f0f4ff;margin:0;font-size:.95rem;font-weight:700}.ai-welcome p{color:#8892a4;margin:0;font-size:.78rem;line-height:1.5}@media (width<=500px){.ai-chat-panel{width:calc(100vw - 24px);height:70vh;bottom:80px;right:12px}.ai-chat-fab{bottom:16px;right:16px}}:root{--bg-primary:#060612;--bg-secondary:#0c0c22;--bg-card:#ffffff08;--bg-card-hover:#ffffff0f;--bg-card-active:#ffffff17;--border-glass:#ffffff12;--border-glass-hover:#ffffff24;--accent-blue:#4f8ef7;--accent-blue-light:#7bb3ff;--accent-purple:#9d6ef9;--accent-purple-light:#c4a4ff;--accent-teal:#2dd4c4;--accent-amber:#fbbf24;--accent-rose:#fb7185;--accent-indigo:#6366f1;--text-primary:#f0f4ff;--text-secondary:#8892a4;--text-muted:#4a5568;--glow-blue:0 0 24px #4f8ef740;--glow-purple:0 0 24px #9d6ef940;--radius:16px;--radius-sm:10px;--radius-lg:24px;--font:"Plus Jakarta Sans", "Inter", sans-serif;--shadow-card:0 4px 32px #0006, 0 1px 0 #ffffff0a inset;--shadow-hover:0 8px 48px #00000080, 0 1px 0 #ffffff14 inset;--gradient-blue-purple:linear-gradient(135deg, #4f8ef7, #9d6ef9);--gradient-teal-blue:linear-gradient(135deg, #2dd4c4, #4f8ef7);--gradient-amber-rose:linear-gradient(135deg, #fbbf24, #fb7185)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;position:relative;overflow-x:hidden}body:before{content:"";z-index:-2;pointer-events:none;background:radial-gradient(600px 400px at 15% 8%,#4f8ef717 0%,#0000 100%),radial-gradient(500px 500px at 85% 75%,#9d6ef914 0%,#0000 100%),radial-gradient(400px 300px at 50% 40%,#2dd4c40a 0%,#0000 100%),radial-gradient(300px 300px at 70% 20%,#fbbf2408 0%,#0000 100%);position:fixed;inset:0}body:after{content:"";z-index:-1;pointer-events:none;will-change:transform;background:radial-gradient(circle,#4f8ef726 0%,#0000 70%);border-radius:50%;width:700px;height:700px;animation:20s ease-in-out infinite alternate orbDrift;position:fixed;top:-150px;right:-150px}@keyframes orbDrift{0%{transform:translate(0)scale(1)}50%{transform:translate(-100px,80px)scale(1.2)}to{transform:translate(50px,-50px)scale(.9)}}#root:before{content:"";z-index:-1;pointer-events:none;will-change:transform;background:radial-gradient(circle,#9d6ef91f 0%,#fb718514 40%,#0000 70%);border-radius:50%;width:650px;height:650px;animation:25s ease-in-out infinite alternate orbDrift2;position:fixed;bottom:-100px;left:-100px}@keyframes orbDrift2{0%{transform:translate(0)scale(1)}50%{transform:translate(80px,-60px)scale(1.25)}to{transform:translate(-40px,40px)scale(.85)}}#root:after{content:"";z-index:-1;pointer-events:none;background-image:radial-gradient(#ffffff08 1px,#0000 1px);background-size:32px 32px;position:fixed;inset:0}.glass-card{border:1px solid var(--border-glass);border-radius:var(--radius);box-shadow:var(--shadow-card);will-change:border-color;background:linear-gradient(135deg,#0c0c22d9,#060612f2);transition:border-color .25s,box-shadow .25s}.glass-card:hover{border-color:var(--border-glass-hover);box-shadow:var(--shadow-hover)}h1,h2,h3,h4,h5,h6{color:var(--text-primary);letter-spacing:-.02em;font-weight:700}p,span,div{color:var(--text-secondary)}.text-primary{color:var(--text-primary)!important}.text-secondary{color:var(--text-secondary)!important}.text-gradient{background:var(--gradient-blue-purple);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff26}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.page-enter{animation:.35s cubic-bezier(.4,0,.2,1) both fadeInUp}.content-fade{transition:opacity .2s}.content-fade.loading{opacity:.6}.skeleton-loader{border-radius:var(--radius-sm);background:linear-gradient(90deg,#ffffff0a 25%,#ffffff14 50%,#ffffff0a 75%) 0 0/200% 100%;animation:2s linear infinite shimmer}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
