.topbar{z-index:1001;background:#0d0d0d;border-bottom:1px solid #222;justify-content:space-between;align-items:center;height:60px;padding:0 24px;display:flex;position:fixed;top:0;left:0;right:0}.topbar-title{color:#f0f0f0;letter-spacing:.5px;font-size:1.15rem;font-weight:700}.topbar-right{align-items:center;gap:16px;display:flex}.topbar-user{flex-direction:column;align-items:flex-end;line-height:1.25;display:flex}.topbar-user-name{color:#e5e5e5;font-size:.85rem}.topbar-user-email{color:#777;font-size:.75rem}.topbar-role{text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border:1px solid #0000;border-radius:999px;padding:4px 12px;font-size:.7rem;font-weight:600}.topbar-role--admin{color:#c4b5fd;background:#8b5cf626;border-color:#8b5cf666}.topbar-role--role{color:#6ee7a8;background:#34d3991f;border-color:#34d39959}.topbar-role--none{color:#fca5a5;background:#ef44441f;border-color:#ef444459}@media (width<=480px){.topbar-title{font-size:1rem}.topbar-user-email{display:none}}.sidebar{z-index:1000;background:#0d0d0d;border-right:1px solid #222;flex-direction:column;width:260px;height:calc(100dvh - 60px);transition:width .2s;display:flex;position:fixed;top:60px;left:0}.sidebar.collapsed{width:72px}.sidebar-header{border-bottom:1px solid #1c1c1c;justify-content:flex-end;padding:12px;display:flex}.sidebar-toggle{color:#aaa;cursor:pointer;background:#161616;border:1px solid #2a2a2a;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:border-color .15s,color .15s;display:flex}.sidebar-toggle:hover{color:#eee;border-color:#555}.sidebar-nav{flex:1;padding:12px 0;overflow-y:auto}.sidebar-link{color:#999;white-space:nowrap;border-left:3px solid #0000;align-items:center;gap:14px;padding:12px 18px;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:flex}.sidebar-link:hover{color:#e5e5e5;background:#141414}.sidebar-link.active{color:#f0f0f0;background:#161616;border-left-color:silver}.sidebar-icon{justify-content:center;align-items:center;min-width:24px;font-size:1.25rem;display:flex}.sidebar-label{font-size:.9rem;font-weight:500;transition:opacity .2s}.sidebar.collapsed .sidebar-label{opacity:0;width:0;overflow:hidden}.sidebar-footer{border-top:1px solid #1c1c1c;padding:14px}.sidebar-logout{color:#aaa;cursor:pointer;background:0 0;border:1px solid #3a3a3a;border-radius:6px;align-items:center;gap:14px;width:100%;padding:10px 12px;font-size:.9rem;transition:border-color .15s,color .15s;display:flex}.sidebar-logout:hover{color:#eee;border-color:#aaa}@media (width<=768px){.sidebar{width:72px}.sidebar .sidebar-label{opacity:0;width:0;overflow:hidden}}.login-container{justify-content:center;align-items:center;min-height:100dvh;padding:24px;display:flex}.login-card{text-align:center;background:#111;border:1px solid #222;width:100%;max-width:420px;padding:48px 40px}.login-header h1{color:#f0f0f0;margin-bottom:8px;font-size:1.5rem;font-weight:700}.login-header h2{color:#888;margin-bottom:32px;font-size:1rem;font-weight:400}.login-content{flex-direction:column;align-items:center;gap:16px;display:flex}.login-content p{color:#888;font-size:.875rem}.loading-spinner{border:2px solid #333;border-top-color:silver;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.login-retry-btn{color:silver;cursor:pointer;font-size:inherit;background:0 0;border:none;text-decoration:underline}.login-retry-btn:hover{color:#eee}.tickets__tabs{border-bottom:1px solid #222;align-items:center;gap:4px;margin-bottom:16px;display:flex}.tickets__tab{color:#888;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 16px;font-size:.875rem;font-weight:500;transition:color .15s,border-color .15s}.tickets__tab:hover{color:#ccc}.tickets__tab.is-active{color:#f0f0f0;border-bottom-color:silver}.tickets__refresh{color:#aaa;cursor:pointer;background:0 0;border:1px solid #2a2a2a;border-radius:6px;width:32px;height:32px;margin-left:auto;font-size:1rem}.tickets__refresh:hover{color:#eee;border-color:#555}.tickets__table{border-collapse:collapse;width:100%;font-size:.875rem}.tickets__table th{text-align:left;color:#777;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #222;padding:10px 12px;font-size:.75rem;font-weight:600}.tickets__table td{color:#d4d4d4;border-bottom:1px solid #181818;padding:12px}.tickets__row{cursor:pointer;transition:background .12s}.tickets__row:hover{background:#131313}.tickets__subject{color:#e5e5e5;text-overflow:ellipsis;white-space:nowrap;max-width:360px;overflow:hidden}.muted{color:#666}.tickets__empty{text-align:center;color:#777;background:#0e0e0e;border:1px dashed #2a2a2a;border-radius:8px;padding:48px 24px}.tickets__empty--error{color:#fca5a5;border-color:#ef44444d}.pri{text-transform:capitalize;border:1px solid #0000;border-radius:999px;padding:2px 10px;font-size:.72rem}.pri--low{color:#6ee7a8;background:#14201a;border-color:#34d3994d}.pri--normal{color:#9ca3af;background:#15171c;border-color:#2a2e37}.pri--high{color:#fca5a5;background:#241317;border-color:#ef444459}.drawer-overlay{z-index:1100;background:#0000008c;justify-content:flex-end;display:flex;position:fixed;inset:0}.drawer{background:#0e0e0e;border-left:1px solid #222;flex-direction:column;width:min(560px,100%);height:100%;display:flex;overflow:hidden}.drawer__header{border-bottom:1px solid #222;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.drawer__title{color:#f0f0f0;font-size:1.05rem;font-weight:600}.drawer__close{color:#888;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:1rem}.drawer__close:hover{color:#eee}.drawer__state,.drawer__error{color:#888;padding:20px}.drawer__error{color:#fca5a5;background:#ef44441a;border:1px solid #ef44444d;border-radius:6px;margin:16px 20px 0;padding:10px 12px;font-size:.85rem}.drawer__body{flex:1;padding:20px;overflow-y:auto}.drawer__meta{grid-template-columns:max-content 1fr;align-items:center;gap:10px 16px;margin-bottom:24px;display:grid}.drawer__meta dt{color:#777;font-size:.8rem}.drawer__meta dd{color:#e5e5e5;font-size:.875rem}.drawer__meta select,.drawer__assign input{color:#e5e5e5;background:#161616;border:1px solid #2a2a2a;border-radius:6px;padding:6px 8px;font-size:.85rem}.drawer__assign{gap:6px;display:flex}.drawer__assign input{flex:1;min-width:0}.drawer__assign button,.drawer__watch{color:#ccc;cursor:pointer;background:#161616;border:1px solid #2a2a2a;border-radius:6px;padding:6px 10px;font-size:.8rem}.drawer__assign button:hover,.drawer__watch:hover{color:#eee;border-color:#555}.drawer__section{margin-bottom:24px}.drawer__section h3{text-transform:uppercase;letter-spacing:.06em;color:silver;margin-bottom:10px;font-size:.75rem}.drawer__message{color:#cfcfcf;white-space:pre-wrap;font-size:.9rem;line-height:1.5}.thread{flex-direction:column;gap:12px;display:flex}.thread__item{background:#121212;border:1px solid #222;border-radius:8px;padding:12px}.thread__item--internal{background:#15140d;border-color:#2e2a16}.thread__meta{align-items:center;gap:8px;margin-bottom:6px;font-size:.75rem;display:flex}.thread__author{color:#aaa}.thread__time{color:#666;margin-left:auto}.thread__body{color:#d4d4d4;white-space:pre-wrap;font-size:.875rem;line-height:1.5}.tag{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:2px 8px;font-size:.68rem}.tag--external{color:#93c5fd;background:#60a5fa26}.tag--internal{color:#fde047;background:#eab30826}.drawer__reply{background:#0e0e0e;border-top:1px solid #222;padding-top:12px;position:sticky;bottom:0}.reply__toggle{gap:6px;margin-bottom:8px;display:flex}.reply__toggle button{color:#999;cursor:pointer;background:#161616;border:1px solid #2a2a2a;border-radius:6px;flex:1;padding:6px 10px;font-size:.8rem}.reply__toggle button.is-active{color:#f0f0f0;border-color:silver}.drawer__reply textarea{color:#e5e5e5;resize:vertical;background:#161616;border:1px solid #2a2a2a;border-radius:6px;width:100%;padding:10px;font-family:inherit;font-size:.875rem}.reply__submit{color:#0a0a0a;cursor:pointer;background:silver;border:none;border-radius:6px;width:100%;margin-top:8px;padding:10px;font-size:.875rem;font-weight:600}.reply__submit:disabled{opacity:.4;cursor:not-allowed}*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}body{color:#d4d4d4;background:#0a0a0a;min-height:100dvh;font-family:system-ui,-apple-system,sans-serif}.loading-container{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:100dvh;display:flex}.home-container{flex-direction:column;min-height:100dvh;display:flex}.home-header{border-bottom:1px solid #222;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.home-header h1{font-size:1.25rem;font-weight:600}.home-main{flex:1;padding:32px 24px}.logout-btn{color:#aaa;cursor:pointer;background:0 0;border:1px solid #3a3a3a;padding:8px 16px;font-size:.875rem;transition:border-color .15s,color .15s}.logout-btn:hover{color:#eee;border-color:#aaa}.home-greeting{color:#888;margin-bottom:20px;font-size:.9rem}.auth-status{color:#6ee7a8;align-items:center;gap:8px;margin-bottom:28px;font-size:.875rem;display:inline-flex}.auth-status__badge{background:#34d399;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #34d39980}.card{background:#111;border:1px solid #222;max-width:640px;margin-bottom:20px;padding:24px}.card__title{letter-spacing:.08em;text-transform:uppercase;color:silver;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:16px;font-size:.8rem;font-weight:600;display:flex}.card__source{letter-spacing:0;text-transform:none;color:#666;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.7rem;font-weight:400}.identity{grid-template-columns:max-content 1fr;align-items:baseline;gap:10px 20px;display:grid}.identity dt{color:#777;font-size:.8rem}.identity dd{color:#e5e5e5;word-break:break-all;font-size:.9rem}.identity .mono{color:silver;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82rem}.group-list{flex-wrap:wrap;gap:8px;display:flex}.group-chip{color:#d4d4d4;background:#1a1a1a;border:1px solid #2e2e2e;border-radius:999px;padding:4px 12px;font-size:.82rem;list-style:none}.empty{color:#777;font-size:.875rem}.app-content{min-height:100dvh}.page-container{min-height:calc(100dvh - 60px);margin-top:60px;margin-left:260px;transition:margin-left .2s}.page-container.collapsed{margin-left:72px}.page-content{padding:32px 28px}@media (width<=768px){.page-container,.page-container.collapsed{margin-left:72px}}.module-header{align-items:center;gap:16px;margin-bottom:28px;display:flex}.module-header__icon{font-size:2rem;line-height:1}.module-header__title{color:#f0f0f0;font-size:1.4rem;font-weight:700}.module-header__subtitle{color:#888;max-width:560px;margin-top:4px;font-size:.9rem}.placeholder{text-align:center;color:#777;background:#0e0e0e;border:1px dashed #2a2a2a;border-radius:8px;max-width:640px;padding:48px 24px;font-size:.95rem}.access-denied{max-width:640px}.access-denied h2{color:#fca5a5;margin-bottom:12px;font-size:1.3rem}.access-denied p{color:#aaa;margin-bottom:6px;font-size:.9rem}.access-denied__hint{color:#777;font-size:.85rem}
