@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
:root{--main-blue:#0176ff;--hover-blue:#006cf5;--ai-blue:#0030da;--hover-text-blue:#4a9aff;--stroke-blue-active:#4a9aff;--disable-blue:#80baff;--track-blue:#98c7fe;--stroke-track:#bac0c9;--track-blue-disable:#cbe3fe;--stroke-blue:#cde3ff;--active-cell-stroke:#deecff;--tag-highlight-bg:#e1ebff;--hover-bg:#eaf4ff;--fill-blue:#f8fbff;--active-cell-bg:#f8fbff;--primary:#0176ff;--primary-hover:#006cf5;--link-blue:#0176ff;--ai-glow:#9922f9;--ai-purple:#b41fff;--tag-highlight-text:#4444b2;--tag-purple-text:#8a73dc;--ai-glow-soft:#d9c4ff;--tag-purple-bg:#f2eeff;--status-pink:#d11b81;--status-pink-bg:#fff0f8;--status-error:#ff4f4f;--status-error-bg:#fff3f3;--red-action:#f70000;--red-action-bg:#f700000d;--red-action-glow:#f700001a;--red-button-stroke:#ffc1c1;--status-warning:#ec7600;--status-warning-bg:#fff8e1;--yellow-stroke:#ffce3e;--yellow-stroke-shadow:#fff6de;--yellow-background:#fffdf7;--status-success-strong:#00b32e;--status-success:#36e863;--status-success-bg:#f2fff4;--status-info:var(--main-blue);--status-info-bg:var(--fill-blue);--overlay-dark:#03204059;--stroke-strong:#222;--text-bg-dark:#222;--button-black:#343434;--icon-normal:#55657b;--stroke-disable:#a4a4a4;--disable-text-gray:#a4a4a4;--stroke-track-disable:#dadada;--default-stroke:#d9d9d9;--avatar-bg:#e8eaed;--table-divider:#e8eaed;--marker-stroke:#e8e8e8;--marker-shadow:#ebebeb;--gray-div:#f5f5f5;--disable-fill:#fbfbfb;--notification-bg:#fcfcfc;--marker-fill:#fcfcfc;--gray-background-menu:#fdfdfd;--bg-card:#fafafa;--text-white:#fafafa;--color-white:#fff;--button-black-hover:#000;--background-start:#f8fafc;--background-end:#f1f5f9;--text-primary:#0f172a;--sidebar-bg:#fff;--border-light:#e0e0e0;--sara-purple:#8b5cf6;--sara-text-muted:#64748b;--sara-bubble-ai:#f1f5f9;--sara-status-online:#4ade80;--ai-button-gradient:linear-gradient(90deg, #b41fff 0%, #0030da 100%);--hero-gradient-violet-start:#a855f7;--hero-gradient-violet-end:#7e22ce;--hero-gradient-pink-start:#f472b6;--hero-gradient-pink-end:#db2777;--hero-gradient-coral-start:#fb7185;--hero-gradient-coral-end:#f43f5e;--hero-gradient-amber-start:#fbbf24;--hero-gradient-amber-end:#f59e0b;--hero-gradient-teal-start:#22d3ee;--hero-gradient-teal-end:#0891b2;--hero-gradient-green-start:#34d399;--hero-gradient-green-end:#059669;--hero-gradient-ocean-start:#3b82f6;--hero-gradient-ocean-end:#1d4ed8;--hero-gradient-dark-start:#334155;--hero-gradient-dark-end:#0f172a;--hero-gradient-purple-start:#a855f7;--hero-gradient-purple-end:#7e22ce;--hero-gradient-mint-start:#4ade80;--hero-gradient-mint-end:#16a34a;--shadow-menu:0 2px 9.6px 1px #00000014;--font-family:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--radius-sm:4px;--radius-md:5px;--radius-lg:7px;--radius-xl:12px;--radius-pill:9999px;--space-4:4px;--space-8:8px;--space-12:12px;--space-16:16px;--space-20:20px;--space-24:24px;--space-32:32px}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;color:var(--text-primary);background-color:var(--background-start);min-height:100vh;font-family:Inter,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.5s ease-out forwards fadeIn}.table tbody tr:hover td{cursor:pointer!important;background-color:#0076ff0a!important}.dropdown-menu{background-color:var(--color-white);border:1px solid var(--default-stroke);box-shadow:var(--shadow-menu);border-radius:5px;flex-direction:column;gap:4px;width:220px;padding:8px;display:flex}.warning-box{background-color:var(--yellow-background);border-top:1px solid var(--yellow-stroke);box-shadow:0 0 0 3px var(--yellow-stroke-shadow);border-radius:7px;flex-direction:column;gap:4px;padding:20px 24px;display:flex}.card{background-color:var(--color-white);border:1px solid var(--default-stroke);border-radius:7px;flex-direction:column;gap:20px;padding:24px;display:flex}.toggle-container{align-items:center;gap:8px;height:32px;display:flex}.menu-row{border-radius:5px;align-items:center;gap:4px;width:260px;height:36px;padding:4px 8px;display:flex}.tabs-container{background-color:var(--disable-fill);border-radius:7px;align-items:center;gap:4px;height:44px;padding:4px;display:flex}.nav-btn{align-items:center;gap:8px;height:24px;display:flex}.upload-zone{border:1px dashed var(--default-stroke);text-align:center;border-radius:5px;flex-direction:column;justify-content:center;align-items:center;padding:16px 8px;display:flex}.upload-zone-active{border-color:var(--ai-purple);background-color:var(--tag-purple-bg)}.list-item-card{background-color:var(--color-white);border:1px solid var(--gray-div);border-radius:5px;align-items:center;gap:12px;min-height:64px;padding:12px;display:flex}.context-menu-item{cursor:pointer;border-radius:4px;justify-content:space-between;align-items:center;height:32px;padding:0 4px;display:flex}.context-menu-item:hover{background-color:#f1f5f9}.modal-overlay{z-index:1000;background-color:#03204059;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-container{background-color:var(--color-white);border-radius:7px;flex-direction:column;gap:20px;width:584px;padding:24px;display:flex;box-shadow:0 10px 25px #0000001a}.player-controls{color:#fff;background-color:#000c;border-bottom-right-radius:5px;border-bottom-left-radius:5px;align-items:center;gap:8px;height:40px;padding:4px 8px;display:flex}
.Sidebar-module__chRhja__sidebar{z-index:100;background-color:#fff;border-right:2px solid #e2e8f0;flex-direction:column;width:300px;height:100vh;padding:1.5rem 1rem 24px;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex;position:fixed;top:0;left:0}.Sidebar-module__chRhja__logo{align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:.5rem .75rem;text-decoration:none;display:flex}.Sidebar-module__chRhja__logoIcon{background:var(--primary);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 10px #0076ff59}.Sidebar-module__chRhja__logoIcon:after{content:"";pointer-events:none;background:linear-gradient(135deg,#fff3 0%,#0000 60%);position:absolute;inset:0}.Sidebar-module__chRhja__logoText{color:#0f172a;letter-spacing:-.02em;font-size:1.25rem;font-weight:800}.Sidebar-module__chRhja__navContainer{flex:1;margin-bottom:2rem;overflow-y:auto}.Sidebar-module__chRhja__navGroup{margin-bottom:1.25rem}.Sidebar-module__chRhja__navGroupTitle{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;padding-left:.75rem;font-size:.7rem;font-weight:700}.Sidebar-module__chRhja__navGroupItems{flex-direction:column;gap:2px;display:flex}.Sidebar-module__chRhja__menuItem{color:#64748b;border-radius:10px;align-items:center;gap:.75rem;padding:.55rem .75rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex;position:relative}.Sidebar-module__chRhja__menuItem:hover{color:#0f172a;background-color:#f1f5f9}.Sidebar-module__chRhja__menuItemActive{color:var(--primary);background-color:#f8fbff;font-weight:600}.Sidebar-module__chRhja__menuIcon{opacity:.8;justify-content:center;align-items:center;width:20px;display:flex}.Sidebar-module__chRhja__menuItemActive .Sidebar-module__chRhja__menuIcon{opacity:1;color:var(--primary)}.Sidebar-module__chRhja__activeIndicator{background-color:var(--primary);border-radius:0 4px 4px 0;width:4px;height:20px;position:absolute;left:-1rem}.Sidebar-module__chRhja__foldersInAccordion{padding:.375rem 0 .25rem 2rem}.Sidebar-module__chRhja__foldersAccordionHeader{justify-content:space-between;align-items:center;padding:.2rem .5rem .375rem .25rem;display:flex}.Sidebar-module__chRhja__foldersAccordionTitle{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;font-size:.65rem;font-weight:700}.Sidebar-module__chRhja__foldersEmpty{color:#94a3b8;padding:.3rem .25rem;font-size:.78rem}.Sidebar-module__chRhja__folderItem{border-radius:8px;align-items:center;transition:background .15s;display:flex}.Sidebar-module__chRhja__folderItem:hover{background:#f1f5f9}.Sidebar-module__chRhja__folderItemActive{background:#f8fbff}.Sidebar-module__chRhja__folderItemLink{color:#64748b;flex:1;align-items:center;gap:.5rem;min-width:0;padding:.35rem .5rem;font-size:.82rem;font-weight:500;text-decoration:none;display:flex}.Sidebar-module__chRhja__folderItemActive .Sidebar-module__chRhja__folderItemLink{color:var(--primary);font-weight:600}.Sidebar-module__chRhja__folderItemName{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Sidebar-module__chRhja__addFolderBtn{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.2rem;transition:all .2s;display:flex}.Sidebar-module__chRhja__addFolderBtn:hover{color:#0f172a;background:#f1f5f9}.Sidebar-module__chRhja__folderSettingsBtn{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.Sidebar-module__chRhja__folderSettingsBtn:hover{color:var(--primary);background:#e2e8f0}.Sidebar-module__chRhja__menuItemActive .Sidebar-module__chRhja__folderSettingsBtn{color:var(--primary)}.Sidebar-module__chRhja__menuItemActive .Sidebar-module__chRhja__folderSettingsBtn:hover{background:#e0efff}.Sidebar-module__chRhja__sidebarFooter{border-top:1px solid #f1f5f9;flex-direction:column;gap:1.5rem;padding-top:1.5rem;display:flex}.Sidebar-module__chRhja__guideHighlight{background:var(--main-blue);cursor:pointer;color:#fff;border-radius:5px;align-items:center;gap:.75rem;margin:0 .5rem;padding:1rem;transition:all .22s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.Sidebar-module__chRhja__guideHighlight:after{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#ffffff26 0%,#0000 60%);position:absolute;inset:0}.Sidebar-module__chRhja__guideHighlight:hover{background:var(--hover-blue);transform:translateY(-2px);box-shadow:0 8px 24px #0076ff66}.Sidebar-module__chRhja__guideHighlight:active{transform:translateY(0);box-shadow:0 4px 14px #0076ff4d}.Sidebar-module__chRhja__guideIcon{background:#fff3;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.Sidebar-module__chRhja__guideInfo{flex:1}.Sidebar-module__chRhja__guideTitle{font-size:.85rem;font-weight:600;display:block}.Sidebar-module__chRhja__guideProgress{background:#fff3;border-radius:2px;height:4px;margin-top:.5rem}.Sidebar-module__chRhja__guideBar{background:#fff;border-radius:2px;height:100%}.Sidebar-module__chRhja__quota{background-color:#f8fafc;border-radius:12px;margin:0 .5rem;padding:1rem}.Sidebar-module__chRhja__progressBar{background-color:#e2e8f0;border-radius:3px;height:6px;margin-bottom:.75rem;overflow:hidden}.Sidebar-module__chRhja__progressFill{background-color:#06f;border-radius:3px;height:100%}.Sidebar-module__chRhja__quotaText{color:#0f172a;margin-bottom:.75rem;font-size:.85rem;line-height:1.4}.Sidebar-module__chRhja__quotaValue{font-weight:600}.Sidebar-module__chRhja__quotaAction{text-align:center}.Sidebar-module__chRhja__quotaLink{color:#06f;font-size:.85rem;font-weight:500;text-decoration:none}.Sidebar-module__chRhja__quotaLink:hover{text-decoration:underline}.Sidebar-module__chRhja__userProfile{background-color:#f8fafc;border-radius:12px;align-items:center;gap:.75rem;padding:.75rem;text-decoration:none;transition:background .2s;display:flex}.Sidebar-module__chRhja__userProfile:hover{background-color:#f1f5f9}.Sidebar-module__chRhja__avatar{color:#475569;background:#e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;font-weight:700;display:flex}.Sidebar-module__chRhja__userInfo{flex:1}.Sidebar-module__chRhja__userName{color:#0f172a;font-size:.9rem;font-weight:600}.Sidebar-module__chRhja__userPlan{color:#64748b;font-size:.75rem}.Sidebar-module__chRhja__userAction{color:#94a3b8}.Sidebar-module__chRhja__menuItemWrapper{flex-direction:column;display:flex}.Sidebar-module__chRhja__subMenu{flex-direction:column;gap:2px;margin-top:2px;padding-left:2rem;display:flex}.Sidebar-module__chRhja__subMenuItem{color:#64748b;border-radius:8px;align-items:center;gap:.5rem;padding:.4rem .75rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.Sidebar-module__chRhja__subMenuItem:hover{color:#0f172a;background-color:#f1f5f9}.Sidebar-module__chRhja__subMenuItemActive{color:var(--primary);background-color:#f8fbff;font-weight:600}.Sidebar-module__chRhja__menuToggleIcon{color:#94a3b8;justify-content:center;align-items:center;display:flex}.Sidebar-module__chRhja__modalOverlay{z-index:1000;background-color:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Sidebar-module__chRhja__modalContent{background:#fff;border-radius:12px;width:400px;max-width:90vw;overflow:hidden;box-shadow:0 10px 25px #0000001a}.Sidebar-module__chRhja__modalHeader{justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Sidebar-module__chRhja__modalTitle{color:#0f172a;font-size:1.25rem;font-weight:600}.Sidebar-module__chRhja__modalSubtitle{color:#64748b;margin-top:.25rem;font-size:.875rem}.Sidebar-module__chRhja__modalClose{color:#64748b;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:color .2s;display:flex}.Sidebar-module__chRhja__modalClose:hover{color:#0f172a}.Sidebar-module__chRhja__modalBody{padding:0 1.5rem 1.5rem}.Sidebar-module__chRhja__inputGroup{margin-bottom:1.5rem}.Sidebar-module__chRhja__inputLabel{color:#0f172a;margin-bottom:.5rem;font-size:.875rem;display:block}.Sidebar-module__chRhja__inputField{color:#0f172a;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.Sidebar-module__chRhja__inputField:focus{border-color:var(--primary);box-shadow:0 0 0 3px #0076ff1f}.Sidebar-module__chRhja__modalFooter{justify-content:flex-end;gap:1rem;padding:0 1.5rem 1.5rem;display:flex}.Sidebar-module__chRhja__modalBtn{cursor:pointer;border:none;border-radius:6px;padding:.6rem 1.25rem;font-size:.9rem;font-weight:500;transition:all .2s}.Sidebar-module__chRhja__modalBtnPrimary{background:var(--primary);color:#fff;padding:.7rem 1.4rem;font-weight:700;position:relative;overflow:hidden;box-shadow:0 2px 8px #0076ff4d}.Sidebar-module__chRhja__modalBtnPrimary:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 4px 12px #0076ff66}.Sidebar-module__chRhja__modalBtnOutline{color:#ef4444;background-color:#fff;border:1px solid #ef4444}.Sidebar-module__chRhja__modalBtnOutline:hover{background-color:#fef2f2}
