*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary: #0a0a0f;--bg-card: #12121a;--bg-input: #1a1a25;--text-primary: #e4e4e7;--text-secondary: #71717a;--text-muted: #52525b;--accent: #6366f1;--accent-hover: #818cf8;--error: #ef4444;--success: #22c55e;--border: #27272a;--radius: 8px}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;min-height:100vh}.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:1rem}.auth-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;width:100%;max-width:400px}.auth-card h1{font-size:1.5rem;font-weight:600;margin-bottom:.25rem}.auth-subtitle{color:var(--text-secondary);font-size:.875rem;margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.875rem;color:var(--text-secondary);margin-bottom:.375rem}input{width:100%;padding:.625rem .75rem;background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary);font-size:.875rem;font-family:inherit;transition:border-color .2s}input:focus{outline:none;border-color:var(--accent)}input::placeholder{color:var(--text-muted)}.btn-primary{width:100%;padding:.625rem;margin-top:.5rem;background:var(--accent);color:#fff;border:none;border-radius:var(--radius);font-size:.875rem;font-weight:500;font-family:inherit;cursor:pointer;transition:background-color .2s}.btn-primary:hover:not(:disabled){background:var(--accent-hover)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-logout{padding:.5rem 1rem;background:transparent;color:var(--text-secondary);border:1px solid var(--border);border-radius:var(--radius);font-size:.875rem;font-family:inherit;cursor:pointer;transition:all .2s}.btn-logout:hover{color:var(--error);border-color:var(--error)}.error-message{background:#ef44441a;color:var(--error);padding:.625rem .75rem;border-radius:var(--radius);font-size:.875rem;margin-bottom:1rem;border:1px solid rgba(239,68,68,.2)}.auth-footer{text-align:center;margin-top:1.5rem;font-size:.875rem;color:var(--text-secondary)}.auth-footer a{color:var(--accent);text-decoration:none}.auth-footer a:hover{text-decoration:underline}.dashboard-container{max-width:800px;margin:0 auto;padding:2rem 1rem}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.dashboard-header h1{font-size:1.5rem;font-weight:600}.dashboard-content{display:flex;flex-direction:column;gap:1.5rem}.profile-card,.status-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.profile-card h2,.status-card h2{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.profile-field{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--border)}.profile-field:last-child{border-bottom:none}.field-label{color:var(--text-secondary);font-size:.875rem}.field-value{color:var(--text-primary);font-size:.875rem;text-align:right}.field-value.mono{font-family:JetBrains Mono,Fira Code,monospace;font-size:.75rem}.status-ok{color:var(--success);font-weight:600;font-size:1.125rem}.status-detail{color:var(--text-secondary);font-size:.875rem;margin-top:.5rem}.apps-grid{display:flex;flex-direction:column;gap:.75rem}.app-link{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius);text-decoration:none;color:var(--text-primary);transition:all .2s}.app-link:hover{border-color:var(--accent);background:#6366f10d}.app-icon{font-size:1.5rem}.app-info{display:flex;flex-direction:column}.app-name{font-weight:500;font-size:.9375rem}.app-description{font-size:.8125rem;color:var(--text-secondary)}.loading{display:flex;justify-content:center;align-items:center;min-height:100vh;color:var(--text-secondary)}
