@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
:root{--bg-primary:#050507;--bg-surface:#0c0c12;--bg-card:#111118;--bg-elevated:#16161f;--bg-input:#0a0a10;--border:#1a1a26;--border-subtle:#141420;--border-hover:#2a2a3e;--border-active:#6366f1;--accent:#6366f1;--accent-hover:#818cf8;--accent-muted:#6366f11f;--accent-glow:#6366f140;--text-primary:#f0f0f5;--text-secondary:#9090a8;--text-muted:#5a5a72;--text-disabled:#3a3a4e;--success:#34d399;--success-muted:#34d39926;--error:#f87171;--error-muted:#f871711f;--warning:#fbbf24;--warning-muted:#fbbf241f;--radius-xs:4px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-full:9999px;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 16px #0006;--shadow-lg:0 8px 32px #00000080;--shadow-card:0 4px 24px #0009, 0 0 0 1px var(--border);--shadow-glow:0 0 20px var(--accent-glow);--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-mono:"JetBrains Mono", "Consolas", "Monaco", "Fira Code", monospace;--ease-out:cubic-bezier(.16, 1, .3, 1);--duration-fast:.15s;--duration-normal:.25s;--duration-slow:.4s}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}body{font-family:var(--font-sans);background:var(--bg-primary);color:var(--text-primary);min-height:100vh;line-height:1.5}.app-container{height:100vh;display:flex;overflow:hidden}.main-content{flex-direction:column;flex-grow:1;min-width:0;height:100vh;display:flex;overflow-y:auto}.page-content{flex-direction:column;flex-grow:1;display:flex}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-hover);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}::selection{background:var(--accent-muted);color:var(--accent-hover)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes glowPulse{0%,to{box-shadow:0 0 0 0 var(--accent-glow)}50%{box-shadow:0 0 0 8px #0000}}
.Navbar-module___rHu7W__navbar{-webkit-backdrop-filter:blur(16px);z-index:50;background:#0c0c1280;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;width:100%;height:56px;padding:0 24px;display:flex;position:sticky;top:0;box-shadow:0 4px 30px #0000004d}.Navbar-module___rHu7W__navSpacer{width:1px}.Navbar-module___rHu7W__navCenter{align-items:center;gap:4px;display:flex}.Navbar-module___rHu7W__navItem{border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--duration-fast) var(--ease-out);white-space:nowrap;background:0 0;border:none;align-items:center;gap:7px;padding:8px 16px;font-size:13px;font-weight:500;display:flex}.Navbar-module___rHu7W__navItem:hover{color:var(--text-primary);background:var(--accent-muted)}.Navbar-module___rHu7W__navItem.Navbar-module___rHu7W__active{color:var(--accent-hover);background:var(--accent-muted)}.Navbar-module___rHu7W__navIcon{opacity:.8;font-size:15px}.Navbar-module___rHu7W__userGroup{align-items:center;gap:10px;display:flex}.Navbar-module___rHu7W__userAvatar{border-radius:var(--radius-full);background:linear-gradient(135deg, var(--accent), #a78bfa);color:#fff;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:700;display:flex}.Navbar-module___rHu7W__userInfo{flex-direction:column;display:flex}.Navbar-module___rHu7W__userRole{color:var(--text-muted);font-size:10px}.Navbar-module___rHu7W__navRight{align-items:center;display:flex}.Navbar-module___rHu7W__userMenu{text-align:left;display:inline-block;position:relative}.Navbar-module___rHu7W__userButton{border-radius:var(--radius-md);cursor:pointer;transition:background-color var(--duration-fast) var(--ease-out);background:0 0;border:none;align-items:center;gap:12px;padding:4px;display:flex}.Navbar-module___rHu7W__userButton:hover{background:#ffffff0d}.Navbar-module___rHu7W__userAvatarImage{border-radius:var(--radius-full);object-fit:cover;border:1px solid #ffffff1a;width:32px;height:32px}.Navbar-module___rHu7W__userAvatar{border-radius:var(--radius-full);color:#fff;background:#2a2a2a;border:1px solid #ffffff1a;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:600;display:flex}.Navbar-module___rHu7W__userInfo{flex-direction:column;align-items:flex-start;margin-right:8px;display:flex}.Navbar-module___rHu7W__userName{color:#f0f0f5;font-size:13px;font-weight:600;line-height:1.2}.Navbar-module___rHu7W__userRole{color:gray;font-size:11px;line-height:1.2}.Navbar-module___rHu7W__menuItems{transform-origin:100% 0;border-radius:var(--radius-md);width:260px;box-shadow:var(--shadow-lg);z-index:50;background-color:#0d0d0d;border:1px solid #ffffff14;flex-direction:column;margin-top:8px;display:flex;position:absolute;right:0;overflow:hidden}.Navbar-module___rHu7W__menuHeader{border-bottom:1px solid #ffffff0a;padding:16px}.Navbar-module___rHu7W__menuHeaderAvatar{align-items:center;gap:12px;display:flex}.Navbar-module___rHu7W__userAvatarLg{border-radius:var(--radius-full);color:#fff;background:#2a2a2a;border:1px solid #ffffff1a;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:600;display:flex}.Navbar-module___rHu7W__userAvatarImageLg{border-radius:var(--radius-full);object-fit:cover;border:1px solid #ffffff1a;width:40px;height:40px}.Navbar-module___rHu7W__menuHeaderInfo{flex-direction:column;display:flex;overflow:hidden}.Navbar-module___rHu7W__menuHeaderName{color:#f0f0f5;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.Navbar-module___rHu7W__menuHeaderEmail{color:gray;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.Navbar-module___rHu7W__menuGroup{border-bottom:1px solid #ffffff0a;padding:8px}.Navbar-module___rHu7W__menuGroup:last-child{border-bottom:none}.Navbar-module___rHu7W__menuItem{border-radius:var(--radius-sm);color:#d1d1d1;cursor:pointer;width:100%;transition:all var(--duration-fast) ease;background:0 0;border:none;align-items:center;padding:10px;font-size:14px;display:flex}.Navbar-module___rHu7W__menuItemActive{color:#fff;background-color:#ffffff0d}.Navbar-module___rHu7W__menuIcon{color:gray;width:18px;height:18px;margin-right:12px}.Navbar-module___rHu7W__menuItemActive .Navbar-module___rHu7W__menuIcon{color:#a78bfa}.Navbar-module___rHu7W__menuItemDanger{color:#d1d1d1}.Navbar-module___rHu7W__menuItemDangerActive{color:#ef4444;background-color:#ef44441a}.Navbar-module___rHu7W__menuItemDangerActive .Navbar-module___rHu7W__menuIcon{color:#ef4444}
.ProfileModal-module__FLuEdG__dialog{z-index:100;position:relative}.ProfileModal-module__FLuEdG__backdrop{background-color:#000000b3;position:fixed;inset:0}.ProfileModal-module__FLuEdG__container{justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.ProfileModal-module__FLuEdG__panel{background-color:#111;border:1px solid #ffffff1a;border-radius:12px;width:100%;max-width:600px;padding:32px;position:relative;box-shadow:0 20px 25px -5px #00000080,0 10px 10px -5px #0000004d}.ProfileModal-module__FLuEdG__closeButton{color:#a0a0a0;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.ProfileModal-module__FLuEdG__closeButton:hover{color:#fff;background-color:#ffffff1a}.ProfileModal-module__FLuEdG__closeIcon{width:20px;height:20px}.ProfileModal-module__FLuEdG__header{margin-bottom:32px}.ProfileModal-module__FLuEdG__title{color:#fff;margin-bottom:4px;font-size:24px;font-weight:700}.ProfileModal-module__FLuEdG__subtitle{color:#a0a0a0;font-size:14px}.ProfileModal-module__FLuEdG__content{gap:32px;display:flex}.ProfileModal-module__FLuEdG__leftCard{text-align:center;background-color:#1c1c1c;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;flex:1;align-items:center;padding:32px 16px;display:flex}.ProfileModal-module__FLuEdG__avatarPlaceholder{color:#fff;background-color:#333;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;margin-bottom:24px;font-size:36px;font-weight:600;display:flex}.ProfileModal-module__FLuEdG__avatarImage{object-fit:cover;border-radius:50%;width:96px;height:96px;margin-bottom:24px}.ProfileModal-module__FLuEdG__cardName{color:#fff;margin-bottom:4px;font-size:18px;font-weight:700}.ProfileModal-module__FLuEdG__cardRole{color:#a0a0a0;margin-bottom:16px;font-size:14px}.ProfileModal-module__FLuEdG__cardBio{color:#666;font-size:12px;font-style:italic}.ProfileModal-module__FLuEdG__rightDetails{flex-direction:column;flex:1;justify-content:center;gap:20px;display:flex}.ProfileModal-module__FLuEdG__detailItem{flex-direction:column;gap:4px;display:flex}.ProfileModal-module__FLuEdG__detailLabel{color:#888;font-size:12px}.ProfileModal-module__FLuEdG__detailValue{color:#f0f0f0;font-size:14px;font-weight:500}@media (max-width:640px){.ProfileModal-module__FLuEdG__content{flex-direction:column}}
.Sidebar-module__chRhja__sidebar{-webkit-backdrop-filter:blur(16px);width:280px;transition:width var(--duration-normal) var(--ease-out);z-index:40;background:#0c0c12a6;border-right:1px solid #ffffff0d;flex-direction:column;flex-shrink:0;height:100vh;display:flex;position:sticky;top:0;box-shadow:inset -1px 0 #ffffff05,5px 0 20px #0000004d}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed{width:60px}.Sidebar-module__chRhja__brandHeader{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;height:64px;padding:16px;display:flex}.Sidebar-module__chRhja__logoGroup{align-items:center;gap:10px;text-decoration:none;display:flex}.Sidebar-module__chRhja__logoIcon{flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.Sidebar-module__chRhja__logoText{flex-direction:column;display:flex}.Sidebar-module__chRhja__logoName{color:var(--text-primary);letter-spacing:-.02em;font-size:15px;font-weight:700;line-height:1.2}.Sidebar-module__chRhja__logoVersion{color:var(--text-muted);letter-spacing:.02em;font-size:10px}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__brandHeader{flex-direction:column;justify-content:center;gap:12px;height:auto;padding:16px 8px}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__collapseBtn{margin-top:8px}.Sidebar-module__chRhja__header{justify-content:center;align-items:center;padding:16px;display:flex}.Sidebar-module__chRhja__newChatBtn{border:1px solid var(--border);color:var(--text-primary);border-radius:var(--radius-sm);transition:all var(--duration-fast);background-color:#0000;flex-grow:1;justify-content:space-between;align-items:center;padding:8px 12px;font-size:.8125rem;font-weight:500;display:flex}.Sidebar-module__chRhja__newChatBtn:hover{background-color:var(--bg-elevated);border-color:var(--border-hover)}.Sidebar-module__chRhja__newChatIcon{color:var(--text-secondary)}.Sidebar-module__chRhja__newChatText{flex:1}.Sidebar-module__chRhja__collapseBtn{color:var(--text-secondary);border-radius:var(--radius-sm);transition:background var(--duration-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:8px;font-size:1.25rem;display:flex}.Sidebar-module__chRhja__collapseBtn:hover{background-color:var(--bg-elevated);color:var(--text-primary)}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__header{padding:16px 8px}.Sidebar-module__chRhja__newChatBtnCollapsed{background-color:var(--bg-elevated);border:1px solid var(--border);color:var(--text-primary);border-radius:var(--radius-sm);width:100%;transition:all var(--duration-fast);justify-content:center;align-items:center;padding:8px 0;font-weight:500;display:flex}.Sidebar-module__chRhja__newChatBtnCollapsed:hover{background-color:var(--border-hover);border-color:var(--border-active)}.Sidebar-module__chRhja__jobList{flex-direction:column;flex-grow:1;gap:2px;padding:8px 12px;display:flex;overflow-y:auto}.Sidebar-module__chRhja__listSection{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:8px;margin-bottom:8px;font-size:.75rem;font-weight:600}.Sidebar-module__chRhja__jobItem{border-radius:var(--radius-sm);transition:all var(--duration-fast);cursor:pointer;color:var(--text-secondary);background:0 0;border:none;align-items:center;gap:10px;padding:10px 12px;display:flex;position:relative}.Sidebar-module__chRhja__jobItem:hover{color:var(--text-primary);background:#ffffff0a}.Sidebar-module__chRhja__jobItem.Sidebar-module__chRhja__active{color:var(--text-primary);background:#ffffff14}.Sidebar-module__chRhja__jobIcon{opacity:.8;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Sidebar-module__chRhja__jobInfo{flex-direction:column;flex-grow:1;gap:2px;min-width:0;display:flex}.Sidebar-module__chRhja__jobTitle{white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.8125rem;font-weight:500;overflow:hidden}.Sidebar-module__chRhja__jobTitleWrapper{justify-content:space-between;align-items:center;display:flex}.Sidebar-module__chRhja__jobActions{align-items:center;display:flex;position:relative}.Sidebar-module__chRhja__moreBtn{color:var(--text-muted);cursor:pointer;opacity:0;transition:all var(--duration-fast);border-radius:var(--radius-xs);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.Sidebar-module__chRhja__jobItem:hover .Sidebar-module__chRhja__moreBtn{opacity:.6}.Sidebar-module__chRhja__moreBtn:hover,.Sidebar-module__chRhja__moreBtn:focus{background:#ffffff1a;opacity:1!important;color:var(--text-primary)!important}.Sidebar-module__chRhja__dropdownOverlay{z-index:90;background:0 0;position:fixed;inset:0}.Sidebar-module__chRhja__dropdownMenu{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md);z-index:100;flex-direction:column;min-width:140px;margin-top:4px;padding:4px;display:flex;position:absolute;top:100%;right:0;box-shadow:0 4px 12px #00000080}.Sidebar-module__chRhja__dropdownItem{color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);transition:all var(--duration-fast);text-align:left;background:0 0;border:none;align-items:center;gap:8px;padding:8px 12px;font-size:.8125rem;font-weight:500;display:flex}.Sidebar-module__chRhja__dropdownItem:hover{color:var(--text-primary);background:#ffffff0d}.Sidebar-module__chRhja__dangerItem{color:#ef4444}.Sidebar-module__chRhja__dangerItem:hover{color:#ef4444;background:#ef44441a}.Sidebar-module__chRhja__titleInput{background:var(--bg-elevated);border:1px solid var(--border-active);color:var(--text-primary);border-radius:var(--radius-xs);outline:none;width:100%;padding:2px 4px;font-size:.8125rem;font-weight:500}.Sidebar-module__chRhja__titleInput:focus{border-color:#8b5cf6}.Sidebar-module__chRhja__jobMeta{color:var(--text-muted);align-items:center;gap:8px;font-size:.6875rem;display:flex}.Sidebar-module__chRhja__statusDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.Sidebar-module__chRhja__statusDot.Sidebar-module__chRhja__done{background:var(--success);box-shadow:0 0 4px var(--success-muted)}.Sidebar-module__chRhja__statusDot.Sidebar-module__chRhja__error{background:var(--error);box-shadow:0 0 4px var(--error-muted)}.Sidebar-module__chRhja__statusDot.Sidebar-module__chRhja__working{background:var(--warning);box-shadow:0 0 4px var(--warning-muted)}.Sidebar-module__chRhja__statusDot.Sidebar-module__chRhja__defaultStatus{background:var(--text-muted)}.Sidebar-module__chRhja__noJobs{color:var(--text-muted);text-align:center;margin-top:24px;font-size:.875rem}
