@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth;font-size:16px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;background-color:var(--bg-app);min-height:100vh;color:var(--text-main);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1.6}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:none}a{color:inherit;text-decoration:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;line-height:1.2}p{overflow-wrap:break-word}#root{isolation:isolate;min-height:100vh}:root{--primary:#5a4bda;--primary-hover:#4839b0;--primary-muted:#5a4bda1a;--primary-glow:#5a4bda33;--accent:#ffc107;--accent-hover:#e5ac00;--accent-muted:#ffc1071f;--bg-app:#f2f4f8;--bg-card:#fff;--bg-sidebar:#fff;--bg:var(--bg-app);--bg-secondary:#edf0f5;--surface:var(--bg-card);--surface-hover:#f5f6fa;--surface-active:#ecedf2;--text-main:#111827;--text-secondary:#4b5563;--text-muted:#6b7280;--text-inverse:#fff;--text:var(--text-main);--success:#10b981;--success-muted:#10b9811a;--warning:#f59e0b;--warning-muted:#f59e0b1a;--error:#ef4444;--error-muted:#ef444414;--info:#3b82f6;--info-muted:#3b82f614;--physics:#3b82f6;--physics-muted:#3b82f61a;--math:#ef4444;--math-muted:#ef444414;--chemistry:#10b981;--chemistry-muted:#10b9811a;--border-light:#e5e7eb;--border:var(--border-light);--border-hover:#d1d5db;--divider:#f3f4f6;--shadow-sm:0 1px 2px #0000000a;--shadow-md:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--shadow-lg:0 10px 25px -4px #00000012, 0 4px 10px -3px #0000000a;--shadow-card:var(--shadow-md);--shadow-glow:0 0 16px var(--primary-glow);--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--radius-card:12px;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease;--z-base:1;--z-dropdown:100;--z-sticky:200;--z-overlay:300;--z-modal:400;--z-toast:500}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none;overflow:auto hidden}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar-y{-ms-overflow-style:none;scrollbar-width:none;overflow:hidden auto}.hide-scrollbar-y::-webkit-scrollbar{display:none}.glass{-webkit-backdrop-filter:blur(12px);border:1px solid var(--border);background:#ffffffbf}.gradient-text{background:linear-gradient(135deg, var(--primary), #7c6bf0);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.loader-container{justify-content:center;align-items:center;gap:var(--space-md);flex-direction:column;min-height:60vh;display:flex}.spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loader-text{color:var(--text-muted);letter-spacing:.05em;font-size:.875rem;font-weight:500}.app-shell{background:var(--bg-app);min-height:100vh;display:flex}.app-shell__main{min-height:100vh;transition:margin-left var(--transition-base);flex:1;margin-left:260px;overflow-y:auto}.app-shell--collapsed .app-shell__main{margin-left:72px}.sidebar{background:var(--bg-card);border-right:1px solid var(--border-light);width:260px;height:100vh;z-index:var(--z-sticky);transition:width var(--transition-base);flex-direction:column;gap:6px;padding:20px 12px;display:flex;position:fixed;top:0;left:0;overflow:hidden}.sidebar--collapsed{width:72px}.sidebar__brand{border-bottom:1px solid var(--border-light);align-items:center;gap:12px;margin-bottom:8px;padding:4px 8px 16px;display:flex}.sidebar__logo{background:linear-gradient(135deg, var(--primary), #7c6bf0);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.sidebar__brand-text{flex-direction:column;min-width:0;display:flex}.sidebar__app-name{color:var(--text-main);letter-spacing:-.02em;white-space:nowrap;font-size:1.15rem;font-weight:800}.sidebar__nav{flex-direction:column;gap:2px;display:flex}.sidebar__link{border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;background:0 0;border:none;align-items:center;gap:12px;padding:10px 14px;font-size:.9rem;font-weight:500;display:flex;position:relative}.sidebar__link:hover{background:var(--surface-hover);color:var(--text-main)}.sidebar__link--active{background:var(--primary-muted);color:var(--primary);font-weight:600}.sidebar__link--active:before{content:"";background:var(--primary);border-radius:0 4px 4px 0;width:3px;height:24px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.sidebar__badge{border-radius:var(--radius-full);background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-left:auto;padding:2px 7px;font-size:.6rem;font-weight:700}.sidebar__toggle{border-radius:var(--radius-md);background:var(--surface-hover);border:1px solid var(--border-light);cursor:pointer;width:36px;height:36px;color:var(--text-muted);transition:background var(--transition-fast);justify-content:center;align-items:center;margin:0 auto 8px;display:flex}.sidebar__toggle:hover{background:var(--surface-active)}.sidebar__user{border-top:1px solid var(--border-light);align-items:center;gap:10px;margin-top:4px;padding:12px 10px;display:flex}.sidebar__avatar{background:linear-gradient(135deg, var(--primary), #7c6bf0);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex;overflow:hidden}.sidebar__avatar-img{object-fit:cover;width:100%;height:100%}.sidebar__avatar-initials{color:#fff;font-size:.78rem;font-weight:700}.sidebar__user-info{flex-direction:column;flex:1;min-width:0;display:flex}.sidebar__user-name{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.sidebar__user-email{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.7rem;overflow:hidden}.sidebar__logout{border-radius:var(--radius-md);background:var(--surface-hover);cursor:pointer;width:32px;height:32px;color:var(--text-muted);transition:background var(--transition-fast), color var(--transition-fast);border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.sidebar__logout:hover{background:var(--error-muted);color:var(--error)}@media (width<=768px){.sidebar{width:72px;padding:16px 8px}.sidebar__brand-text,.sidebar__user-info,.sidebar__logout,.sidebar__badge,.sidebar__link span{display:none}.sidebar__link{justify-content:center;padding:12px}.sidebar__link--active:before,.sidebar__toggle{display:none}.sidebar__user{justify-content:center}.app-shell__main,.app-shell--collapsed .app-shell__main{margin-left:72px}}
