:root{font-family:Inter,Arial,sans-serif;color:#0f172a}*{box-sizing:border-box}body{margin:0;background:#f8fafc}.layout{display:flex;flex-direction:column;min-height:100vh}.layout-body{display:grid;grid-template-columns:260px 1fr;flex:1}.topbar{display:flex;align-items:center;padding:0 24px;min-height:52px;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.topbar-nav{display:flex;align-items:center;gap:4px;flex:1}.topbar-link{padding:8px 12px;border-radius:8px;font-size:14px;color:#475569;text-decoration:none;transition:background .15s,color .15s}.topbar-link:hover{background:#f1f5f9;color:#0f172a}.topbar-link.active{font-weight:600;color:#2563eb}.topbar-logout{margin-left:auto;padding:8px 12px;font-size:14px;color:#475569;background:transparent;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer}.topbar-logout:hover{background:#f1f5f9}.sidebar{padding:16px;background:#111827;color:#fff;display:flex;flex-direction:column;gap:14px}.sidebar nav{display:flex;flex-direction:column;gap:8px}.sidebar a{color:#d1d5db;text-decoration:none}.sidebar a.active{color:#fff;font-weight:600}.sidebar button{margin-top:auto}.content{padding:20px}.card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:16px;margin-bottom:12px}.row{display:flex;gap:10px;flex-wrap:wrap}input,textarea,select,button{padding:10px;border:1px solid #cbd5e1;border-radius:8px}button{cursor:pointer}.profile-form label{display:block;margin-bottom:8px}.profile-form label input,.profile-form label textarea{display:block;width:100%;margin-top:4px}.profile-form .checkbox-label{display:flex;align-items:center;gap:8px}.profile-form .checkbox-label input{width:auto;display:inline}.profile-avatar-input{display:block;margin-top:4px;font-size:14px}.profile-avatar-img{display:block;margin-top:12px;width:96px;height:96px;border-radius:50%;object-fit:cover;border:2px solid #e2e8f0}.error-msg{color:#b91c1c}.success-msg{color:#0f766e}.text-muted{color:#64748b}.btn-secondary{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(15,23,42,.4);display:flex;align-items:center;justify-content:center;z-index:10;padding:16px}.modal-card{background:#fff;border-radius:16px;padding:24px;max-width:480px;width:100%;max-height:80vh;overflow:auto;box-shadow:0 25px 50px -12px #00000040}.modal-body{margin:0 0 16px;color:#334155;font-size:14px}.notification-item{cursor:pointer}.notification-item:hover{background:#f8fafc}.notification-unread{background:#eff6ff}.notification-title{font-weight:500}.badge{display:inline-block;padding:2px 8px;border-radius:8px;font-size:12px;font-weight:500}.badge-read{background:#f1f5f9;color:#64748b}.badge-unread,.badge-new{background:#dbeafe;color:#1d4ed8}.badge-work{background:#fef3c7;color:#92400e}.badge-closed{background:#d1fae5;color:#065f46}.table-wrap{overflow:auto;border-radius:8px;border:1px solid #e2e8f0}.support-table{width:100%;border-collapse:collapse;text-align:left}.support-table th,.support-table td{padding:12px;border-bottom:1px solid #f1f5f9}.support-table th{background:#f8fafc;font-weight:600;color:#334155}.support-row{cursor:pointer}.support-row:hover{background:#f8fafc}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.calendar-day{min-height:100px}.calendar-day-num{font-weight:600;margin-bottom:8px;color:#0f172a}.calendar-event{padding:8px;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;margin-bottom:4px}.calendar-event:hover{background:#f8fafc}.calendar-event-title{font-size:12px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-event-more{font-size:10px;color:#2563eb}.center{min-height:100vh;display:grid;place-items:center}.auth-box{width:100%;max-width:420px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.auth-box form{display:grid;gap:10px}@media (max-width: 900px){.layout-body{grid-template-columns:1fr}}
