.students-page{width:100%;padding:1.75rem 2rem}.category-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:1.25rem;display:flex}.category-left,.category-right{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.category-btn{border:1px solid var(--border);background:var(--bg);height:32px;color:var(--muted);cursor:pointer;border-radius:4px;padding:0 12px;font-size:12px;font-weight:500;transition:background .15s,color .15s}.category-btn:hover{background:var(--hover);color:var(--text)}.category-btn.active{background:var(--text);color:var(--bg);border-color:var(--text)}.view-btn{border:1px solid var(--border);background:var(--bg);cursor:pointer;width:32px;height:32px;color:var(--muted);border-radius:4px;place-items:center;transition:background .15s,color .15s;display:grid}.view-btn:hover{background:var(--hover);color:var(--text)}.view-btn.active{color:var(--text);background:#e8e8e8;border-color:#d0d0d0}.students-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.student-card{border:1px solid var(--border);background:var(--bg);cursor:pointer;text-align:left;border-radius:4px;padding:14px;transition:box-shadow .18s,transform .18s}.student-card:hover{transform:translateY(-1px);box-shadow:0 4px 16px #00000012}.folder-box{border:1px solid var(--border);background:var(--surface);color:#c4c4c4;border-radius:4px;justify-content:center;align-items:center;height:130px;margin-bottom:12px;display:flex;overflow:hidden}.student-avatar,.student-avatar-small{object-fit:cover;width:100%;height:100%;display:block}.students-list{flex-direction:column;gap:6px;display:flex}.student-row{border:1px solid var(--border);background:var(--bg);cursor:pointer;text-align:left;border-radius:4px;grid-template-columns:36px 1fr auto;align-items:center;gap:12px;width:100%;min-height:54px;padding:0 14px;transition:background .15s;display:grid}.student-row:hover{background:var(--hover)}.row-icon{border:1px solid var(--border);color:#c4c4c4;background:var(--surface);border-radius:4px;flex-shrink:0;place-items:center;width:32px;height:32px;display:grid;overflow:hidden}.row-main{flex-direction:column;gap:2px;min-width:0;display:flex}.row-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.tag-list{flex-wrap:nowrap;gap:4px;margin-top:8px;display:flex;overflow:hidden}.row-tags{flex-wrap:nowrap;justify-content:flex-end;gap:4px;display:flex;overflow:hidden}.tag{background:var(--active);color:var(--text);border:1px solid var(--border);white-space:nowrap;border-radius:4px;padding:2px 7px;font-size:10px;font-weight:500;display:inline-block}.student-info h3{color:var(--text);margin-bottom:2px;font-size:13px;font-weight:600}.row-id,.student-id{color:var(--muted);letter-spacing:.03em;font-family:Courier New,Courier,monospace;font-size:11px}.add-student-btn{border:1px solid var(--border);background:var(--text);height:32px;color:var(--bg);cursor:pointer;border-radius:4px;align-items:center;gap:5px;padding:0 12px;font-family:inherit;font-size:12px;font-weight:500;transition:opacity .15s;display:inline-flex}.add-student-btn:hover{opacity:.85}.category-btn--archived{color:#888}.category-btn--archived.active{color:#fff;background:#6b7280;border-color:#6b7280}.student-card--archived,.student-row--archived{opacity:.55}.archived-overlay{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#00000059;justify-content:center;align-items:center;font-size:11px;font-weight:600;display:flex;position:absolute;inset:0}.tag--archived{color:#6b7280;background:#6b72801a;border-color:#6b728040}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;background:#0006;position:fixed;inset:0}.modal-panel{border:1px solid var(--border);z-index:1101;background:#fff;border-radius:8px;flex-direction:column;width:min(480px,100vw - 2rem);display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 24px 64px #00000024}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.modal-title{color:var(--text);font-size:14px;font-weight:600}.modal-close{border:1px solid var(--border);cursor:pointer;width:28px;height:28px;color:var(--muted);background:0 0;border-radius:4px;place-items:center;transition:background .15s;display:grid}.modal-close:hover{background:var(--hover)}.modal-body{flex-direction:column;gap:1rem;max-height:calc(100vh - 200px);padding:1.25rem;display:flex;overflow-y:auto}.modal-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.modal-field{flex-direction:column;gap:5px;display:flex}.modal-label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:600}.modal-input{border:1px solid var(--border);height:34px;color:var(--text);background:var(--bg);border-radius:4px;outline:none;padding:0 10px;font-family:inherit;font-size:13px;transition:border-color .15s}.modal-input:focus{border-color:var(--text)}.modal-tags{flex-wrap:wrap;gap:6px;display:flex}.modal-tag-btn{border:1px solid var(--border);background:var(--bg);height:28px;color:var(--muted);cursor:pointer;border-radius:4px;padding:0 10px;font-family:inherit;font-size:12px;font-weight:500;transition:background .15s,color .15s,border-color .15s}.modal-tag-btn:hover{background:var(--hover);color:var(--text)}.modal-tag-btn.active{background:var(--text);color:var(--bg);border-color:var(--text)}.modal-footer{border-top:1px solid var(--border);background:var(--surface);justify-content:flex-end;align-items:center;gap:8px;padding:.875rem 1.25rem;display:flex}.modal-cancel{border:1px solid var(--border);background:var(--bg);height:32px;color:var(--muted);cursor:pointer;border-radius:4px;padding:0 14px;font-family:inherit;font-size:12px;font-weight:500;transition:background .15s}.modal-cancel:hover{background:var(--hover);color:var(--text)}.modal-save{background:var(--text);color:#fff;cursor:pointer;border:none;border-radius:4px;height:32px;padding:0 16px;font-family:inherit;font-size:12px;font-weight:500;transition:opacity .15s}.modal-save:disabled{opacity:.35;cursor:not-allowed}.modal-save:not(:disabled):hover{opacity:.85}.profile-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0006;position:fixed;inset:0}.profile-panel{border-left:1px solid var(--border);z-index:1001;background:#fff;flex-direction:column;width:min(680px,100%);height:100vh;display:flex;position:fixed;top:0;right:0;overflow:hidden;box-shadow:-16px 0 48px #00000014}.profile-header{border-bottom:1px solid var(--border);align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.profile-avatar-wrap{flex-shrink:0;position:relative}.profile-avatar,.profile-avatar-fallback{border:1px solid var(--border);border-radius:4px;width:52px;height:52px}.profile-avatar{object-fit:cover}.profile-avatar-fallback{background:var(--surface);color:var(--muted);justify-content:center;align-items:center;font-size:.9rem;font-weight:600;display:flex}.profile-header-info{flex:1;min-width:0}.profile-header-info h2{color:var(--text);font-size:1rem;font-weight:600}.profile-id{color:var(--muted);margin:2px 0 0;font-family:Courier New,monospace;font-size:.72rem}.profile-close{border:1px solid var(--border);cursor:pointer;width:32px;height:32px;color:var(--muted);background:0 0;border-radius:4px;place-items:center;transition:background .15s;display:grid}.profile-close:hover{background:var(--hover)}.profile-body{flex:1;padding:1.5rem;overflow-y:auto}.profile-body::-webkit-scrollbar{width:4px}.profile-body::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.status-overlay{color:#fff;white-space:nowrap;pointer-events:none;border:2px solid #fff;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:600;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.status-overlay-active{background:#16a34a}.status-overlay-alumni{background:#2563eb}.status-overlay-inactive{background:#888}.profile-page .status-overlay{border-radius:5px;padding:3px 10px;font-size:11px;bottom:-10px}.profile-section{margin-bottom:1.25rem}.section-title{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);align-items:center;gap:6px;margin-bottom:.65rem;font-size:10px;font-weight:600;display:flex}.profile-card{background:var(--surface);border:1px solid var(--border);border-radius:4px;margin-bottom:.5rem;padding:.75rem .875rem}.profile-card:last-child{margin-bottom:0}.profile-card-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.card-name{color:var(--text);font-size:.85rem;font-weight:600}.card-sub{color:var(--muted);margin-top:3px;font-size:.8rem}.card-years{color:var(--muted);margin-top:3px;font-family:Courier New,monospace;font-size:.72rem}.info-list{gap:6px;display:grid}.info-row{color:var(--text);align-items:center;gap:8px;font-size:.85rem;display:flex}.info-row a{color:var(--text);text-decoration:none}.info-row a:hover{color:#000}.info-icon{color:var(--muted);flex-shrink:0}.interests-list{flex-wrap:wrap;gap:6px;display:flex}.interest-tag,.workshop-tag{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:4px;padding:3px 10px;font-size:.75rem}.workshops{flex-wrap:wrap;align-items:center;gap:6px;margin-top:8px;display:flex}.workshops-label{color:var(--muted);font-size:.72rem}.family-contact{gap:4px;margin-top:8px;display:grid}.status-badge,.relation-badge{white-space:nowrap;border-radius:4px;padding:2px 7px;font-size:.68rem;font-weight:600}.status-current{color:#16a34a;background:#22c55e1a;border:1px solid #22c55e33}.status-graduated{color:#2563eb;background:#3b82f61a;border:1px solid #3b82f633}.status-transferred{color:#d97706;background:#f59e0b1a;border:1px solid #f59e0b33}.status-withdrew{color:#dc2626;background:#ef44441a;border:1px solid #ef444433}.type-internship{color:#4f46e5;background:#6366f11a;border:1px solid #6366f133}.type-parttime{color:#059669;background:#10b9811a;border:1px solid #10b98133}.type-fulltime{color:#0284c7;background:#0ea5e91a;border:1px solid #0ea5e933}.type-volunteer{color:#7c3aed;background:#a855f71a;border:1px solid #a855f733}.relation-badge{background:var(--surface);color:var(--muted);border:1px solid var(--border)}.profile-panel.profile-page{width:100%;height:auto;min-height:100vh;box-shadow:none;background:var(--bg);border-left:none;padding:2rem 2.5rem;position:static}.profile-topbar{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.profile-back{color:var(--muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;padding:0;font-size:12px;transition:color .15s;display:inline-flex}.profile-back:hover{color:var(--text)}.profile-tabs{background:var(--surface);border:1px solid var(--border);border-radius:6px;gap:2px;padding:3px;display:flex}.profile-tab{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:5px;padding:5px 14px;font-family:inherit;font-size:12px;font-weight:500;transition:background .15s,color .15s,box-shadow .15s;display:flex}.profile-tab:hover{color:var(--text)}.profile-tab.active{color:var(--text);border:1px solid var(--border);background:#fff;box-shadow:0 1px 4px #00000014}.profile-page .profile-header{text-align:center;background:0 0;border:none;flex-direction:column;align-items:center;gap:6px;margin-bottom:3rem;padding:0}.profile-page .profile-avatar-wrap{width:96px;height:96px}.profile-page .profile-avatar,.profile-page .profile-avatar-fallback{border-radius:6px;width:96px;height:96px}.profile-page .profile-header-info h2{font-size:1.5rem;font-weight:700}.profile-page .profile-id{margin:4px 0 0;font-size:.85rem}.profile-page .profile-body{border-top:1px solid var(--border);border-left:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:0;padding:0;display:grid;overflow:visible}.profile-page .profile-section{border-bottom:1px solid var(--border);border-right:1px solid var(--border);margin:0;padding:1.75rem 2rem}.profile-page .profile-card{background:0 0;border:none;margin-bottom:.875rem;padding:0}.profile-page .profile-card:last-child{margin-bottom:0}.tab-content{padding:0}.tab-section{margin-bottom:2rem}.tab-section-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.tab-section-title{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin:0;font-size:10px;font-weight:600}.upload-btn{border:1px solid var(--border);background:var(--bg);height:28px;color:var(--text);cursor:pointer;border-radius:4px;padding:0 12px;font-family:inherit;font-size:12px;font-weight:500;transition:background .15s}.upload-btn:hover{background:var(--hover)}.stats-grid{border-top:1px solid var(--border);border-left:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:0;margin-bottom:2rem;display:grid}.stat-card{border-right:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg);padding:1.5rem 2rem}.stat-value{margin-bottom:6px;font-size:2rem;font-weight:700;line-height:1}.stat-green{color:#16a34a}.stat-blue{color:#2563eb}.stat-red{color:#dc2626}.stat-purple{color:#7c3aed}.stat-neutral{color:var(--text)}.stat-label{color:var(--text);margin-bottom:3px;font-size:.8rem;font-weight:600}.stat-note{color:var(--muted);font-size:.72rem}.attendance-list{border:1px solid var(--border);border-radius:4px;overflow:hidden}.attendance-row{border-bottom:1px solid var(--border);background:var(--bg);align-items:center;gap:12px;padding:.75rem 1rem;display:flex}.attendance-row:last-child{border-bottom:none}.attendance-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.dot-present{background:#16a34a}.dot-absent{background:#dc2626}.dot-excused{background:#d97706}.attendance-info{flex-direction:column;flex:1;gap:2px;display:flex}.attendance-program{color:var(--text);font-size:.85rem;font-weight:500}.attendance-date{color:var(--muted);font-size:.72rem}.attendance-badge{border-radius:4px;padding:2px 7px;font-size:.68rem;font-weight:600}.badge-present{color:#16a34a;background:#22c55e1a;border:1px solid #22c55e33}.badge-absent{color:#dc2626;background:#ef44441a;border:1px solid #ef444433}.badge-excused{color:#d97706;background:#f59e0b1a;border:1px solid #f59e0b33}.doc-list{border:1px solid var(--border);border-radius:4px;overflow:hidden}.doc-row{border-bottom:1px solid var(--border);background:var(--bg);align-items:center;gap:12px;padding:.75rem 1rem;display:flex}.doc-row:last-child{border-bottom:none}.doc-icon{border:1px solid var(--border);background:var(--surface);width:30px;height:30px;color:var(--muted);border-radius:4px;flex-shrink:0;place-items:center;display:grid}.doc-info{flex-direction:column;flex:1;gap:2px;display:flex}.doc-name{color:var(--text);font-size:.85rem;font-weight:500}.doc-meta{color:var(--muted);font-size:.72rem}.doc-status{border-radius:4px;padding:2px 7px;font-size:.68rem;font-weight:600}.status-on-file{color:#16a34a;background:#22c55e1a;border:1px solid #22c55e33}.status-missing{color:#dc2626;background:#ef44441a;border:1px solid #ef444433}.checkin-list{border:1px solid var(--border);border-radius:4px;overflow:hidden}.checkin-row{border-bottom:1px solid var(--border);background:var(--bg);flex-direction:column;gap:6px;padding:.875rem 1rem;display:flex}.checkin-row:last-child{border-bottom:none}.checkin-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.checkin-meta{flex-direction:column;gap:2px;display:flex}.checkin-date{color:var(--text);font-size:.78rem;font-weight:500}.checkin-staff{color:var(--muted);font-size:.72rem}.checkin-notes{color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:4px;padding:6px 8px;font-size:.82rem;line-height:1.5}.contacts-list{border:1px solid var(--border);border-radius:4px;overflow:hidden}.contact-row{border-bottom:1px solid var(--border);background:var(--bg);align-items:center;gap:12px;padding:.75rem 1rem;display:flex}.contact-row:last-child{border-bottom:none}.contact-avatar{background:var(--surface);border:1px solid var(--border);width:34px;height:34px;color:var(--muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.72rem;font-weight:600;display:flex}.contact-info{flex-direction:column;flex:1;gap:2px;display:flex}.contact-name{color:var(--text);font-size:.85rem;font-weight:500}.contact-role{color:var(--muted);font-size:.72rem}.contact-stats{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.contact-count{color:var(--text);font-size:.78rem;font-weight:500}.contact-last{color:var(--muted);font-size:.7rem}.note-composer{border:1px solid var(--border);background:var(--bg);border-radius:4px;overflow:hidden}.note-input{width:100%;color:var(--text);resize:none;background:0 0;border:none;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.85rem;line-height:1.5}.note-input::placeholder{color:var(--muted)}.note-composer-footer{border-top:1px solid var(--border);background:var(--surface);justify-content:flex-end;padding:8px 10px;display:flex}.note-submit{border:1px solid var(--border);background:var(--text);color:#fff;cursor:pointer;border-radius:4px;height:28px;padding:0 14px;font-family:inherit;font-size:12px;font-weight:500;transition:opacity .15s}.note-submit:disabled{opacity:.35;cursor:not-allowed}.note-submit:not(:disabled):hover{opacity:.85}.notes-list{flex-direction:column;gap:12px;display:flex}.note-row{border:1px solid var(--border);background:var(--bg);border-radius:4px;flex-direction:column;gap:8px;padding:.875rem 1rem;display:flex}.note-header{align-items:center;gap:8px;display:flex}.note-date{color:var(--muted);font-size:.72rem;display:block}.note-body{color:var(--text);margin:0;font-size:.85rem;line-height:1.6}@media (width<=900px){.profile-page .profile-body,.stats-grid{grid-template-columns:repeat(2,1fr)}.profile-tabs{gap:1px}.profile-tab{padding:5px 10px;font-size:11px}}@media (width<=768px){.profile-panel{width:100%}.profile-header{padding:1rem}.profile-body{padding:1rem 1rem 2rem}}@media (width<=600px){.profile-page{padding:1.25rem}.profile-page .profile-body,.stats-grid{grid-template-columns:1fr}.profile-topbar{flex-direction:column;align-items:flex-start;gap:12px}}.profile-header-actions{flex-shrink:0;align-items:center;gap:6px;margin-left:auto;display:flex}.profile-action-btn{border:1px solid var(--border);cursor:pointer;width:32px;height:32px;color:var(--muted);background:0 0;border-radius:4px;place-items:center;transition:background .15s,color .15s;display:grid}.profile-action-btn:hover{background:var(--hover);color:var(--text)}.profile-action-btn--archive:hover{color:#dc2626;background:#ef444414;border-color:#ef44444d}.profile-action-btn--restore:hover{color:#16a34a;background:#22c55e14;border-color:#22c55e4d}.archived-banner{letter-spacing:.06em;text-transform:uppercase;color:#6b7280;background:#6b72801f;border:1px solid #6b728040;border-radius:4px;margin-top:4px;padding:2px 8px;font-size:10px;font-weight:600;display:inline-block}.login-root{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.login-brand-top{z-index:10;color:var(--text);align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex;position:absolute;top:18px;left:18px}.login-left{border-right:1px solid var(--border);background:var(--surface);justify-content:center;align-items:center;padding:2.5rem;display:flex;position:relative;overflow:hidden}.login-left:before{content:"";background-image:linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);opacity:.5;pointer-events:none;background-size:32px 32px;position:absolute;inset:0}.login-left-content{z-index:1;flex-direction:column;gap:.75rem;max-width:420px;display:flex;position:relative}.login-left-headline{font-size:1.9rem;font-weight:700;line-height:1.25}.login-left-sub{color:var(--muted);max-width:320px;font-size:.85rem}.login-features{flex-direction:column;gap:8px;margin:1rem 0 0;padding:0;list-style:none;display:flex}.login-feature{color:var(--muted);align-items:center;gap:10px;font-size:.8rem;display:flex}.login-feature-icon{border:1px solid var(--border);border-radius:4px;flex-shrink:0;place-items:center;width:26px;height:26px;display:grid}.login-right{justify-content:center;align-items:center;padding:2.5rem;display:flex;position:relative}.login-card{width:100%;max-width:320px}.login-card-title{margin:0 0 6px;font-size:18px;font-weight:600}.login-card-sub{color:var(--muted);margin:0 0 28px;font-size:12.5px;line-height:1.5}.login-error{color:#dc2626;background:#ef44440f;border-radius:4px;margin-bottom:12px;padding:9px 12px;font-size:12px}.login-google-btn{border:1px solid var(--border);background:var(--bg);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:10px;width:100%;height:44px;margin-bottom:20px;font-size:13px;font-weight:500;transition:background .15s,box-shadow .15s;display:flex;box-shadow:0 1px 3px #0000000f}.login-google-btn:hover:not(:disabled){background:var(--hover);box-shadow:0 2px 6px #00000017}.login-google-btn:disabled{opacity:.6;cursor:not-allowed}.login-divider{align-items:center;gap:10px;margin-bottom:14px;display:flex}.login-divider-line{background:var(--border);flex:1;height:1px}.login-divider-text{color:var(--muted);white-space:nowrap;font-size:11px}.login-sso-note{color:var(--muted);text-align:center;font-size:11.5px;line-height:1.6}.login-copyright{text-align:center;color:var(--muted);opacity:.6;font-size:11px;position:absolute;bottom:18px;left:0;right:0}@media (width<=768px){.login-root{grid-template-columns:1fr}.login-left{border-right:none;border-bottom:1px solid var(--border)}}*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#fff;--surface:#f7f7f7;--border:#e8e8e8;--text:#111;--muted:#888;--hover:#f2f2f2;--active:#ebebeb}body{color:var(--text);background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}.app-container{min-height:100vh}.navbar{border-bottom:1px solid var(--border);z-index:1000;background:#fff;justify-content:space-between;align-items:center;width:100%;height:56px;padding:0 18px;display:flex;position:fixed;top:0;left:0}.nav-left,.nav-right{align-items:center;gap:12px;display:flex}.menu-btn{cursor:pointer;width:32px;height:32px;color:var(--text);background:0 0;border:none;border-radius:4px;place-items:center;transition:background .15s;display:grid}.menu-btn:hover{background:var(--hover)}.logo{cursor:pointer;align-items:center;gap:8px;display:flex}.logo-text{letter-spacing:.14em;color:var(--text);font-size:13px;font-weight:700}.nav-middle{flex:1;max-width:560px;padding:0 20px}.search-wrapper{background:var(--surface);border:1px solid var(--border);border-radius:4px;align-items:center;gap:8px;height:34px;padding:0 10px;display:flex}.search-icon{color:var(--muted);flex-shrink:0}.search-input{width:100%;color:var(--text);background:0 0;border:none;outline:none;font-size:13px}.search-input::placeholder{color:var(--muted)}.profile-btn{border:1px solid var(--border);cursor:pointer;width:32px;height:32px;color:var(--text);background:#fff;border-radius:4px;place-items:center;transition:background .15s;display:grid}.profile-btn:hover{background:var(--hover)}.sidebar{border-right:1px solid var(--border);z-index:900;background:#fff;height:calc(100vh - 56px);padding:8px;transition:width .2s;position:fixed;top:56px;left:0;overflow:hidden}.sidebar.collapsed{width:56px}.sidebar.expanded{width:200px}.sidebar-nav{flex-direction:column;gap:2px;display:flex}.nav-item{cursor:pointer;width:100%;height:36px;color:var(--muted);background:0 0;border:none;border-radius:4px;align-items:center;gap:10px;padding:0 10px;font-size:13px;transition:background .15s,color .15s;display:flex}.nav-item:hover{background:var(--hover);color:var(--text)}.nav-item.active{background:var(--active);color:var(--text);font-weight:600}.nav-icon{flex-shrink:0;justify-content:center;align-items:center;width:18px;min-width:18px;display:flex}.nav-label{white-space:nowrap;font-size:13px}.sidebar.collapsed .nav-item{justify-content:center;padding:0}.sidebar.collapsed .nav-label{display:none}.sidebar.expanded .nav-item{justify-content:flex-start;padding:0 10px}.content{background:#f4f4f2;min-height:calc(100vh - 56px);margin-top:56px;margin-left:56px;padding:0;transition:margin-left .2s}.content.shifted{margin-left:200px}
