*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f1117;--surface: #1a1d27;--surface2: #222535;--border: #2d3148;--accent: #4f6ef7;--accent-hover: #6b85ff;--text: #e8eaf0;--text-muted: #8b90a7;--success: #22c55e;--warning: #f59e0b;--danger: #ef4444;--radius: 10px;--font: "Inter", system-ui, sans-serif}html,body{height:100%;background:var(--bg);color:var(--text);font-family:var(--font)}#app{min-height:100%}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}.dash-header{display:flex;align-items:center;justify-content:space-between;padding:14px 28px;background:#1a1d27f2;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:20;backdrop-filter:blur(8px);gap:16px}.header-left{min-width:0}.logo{display:flex;align-items:center;gap:8px;text-decoration:none;min-width:0}.logo-text{font-size:18px;font-weight:700;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logo-text em{font-style:normal;color:var(--accent)}.header-right{display:flex;align-items:center;gap:16px;min-width:0}.btn-admin{font-size:13px;color:var(--text);background:#4f6ef726;border:1px solid var(--border);border-radius:6px;padding:6px 12px;text-decoration:none;transition:background .2s}.btn-admin:hover{background:#4f6ef740}.pass-badge{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:6px 12px;border-radius:100px;border:1px solid var(--border);background:var(--surface2);white-space:nowrap}.pass-dot{width:6px;height:6px;border-radius:50%;background:var(--success)}.pass-badge.expiring .pass-dot{background:var(--warning)}.btn-renew{font-size:13px;font-weight:600;color:#fff;background:var(--accent);border-radius:6px;padding:6px 14px;text-decoration:none;transition:opacity .2s}.btn-renew:hover{opacity:.9}.user-info{display:flex;align-items:center;gap:8px;min-width:0}.avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}.user-name{font-size:14px;color:var(--text-muted);max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-logout{font-size:13px;color:var(--text-muted);border:1px solid var(--border);border-radius:6px;padding:6px 12px;text-decoration:none;transition:color .2s,border-color .2s}.btn-logout:hover{color:var(--text);border-color:var(--text-muted)}@media(max-width:900px){.dash-header{align-items:flex-start;flex-direction:column;padding:12px 18px}.header-right{width:100%;flex-wrap:wrap;gap:10px}.pass-badge{order:10;width:100%;justify-content:center}.user-info{margin-left:auto}}@media(max-width:520px){.dash-header{padding:12px 14px}.logo-text{font-size:16px}.header-right{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.btn-admin,.btn-renew,.btn-logout{display:flex;justify-content:center;text-align:center}.user-info{grid-column:1 / -1;justify-content:center;margin-left:0}.user-name{max-width:min(280px,70vw)}}
