:root{--bg: #f8fafc;--bg-card: #ffffff;--bg-hover: #f1f5f9;--text: #0f172a;--text-muted: #64748b;--border: #e2e8f0;--green: #16a34a;--yellow: #d97706;--orange: #ea580c;--red: #dc2626;--blue: #2563eb;--gray: #94a3b8;--brand: #2563eb;--radius: 8px}.dark{--bg: #0f172a;--bg-card: #1e293b;--bg-hover: #334155;--text: #f1f5f9;--text-muted: #94a3b8;--border: #334155}*,*:before,*:after{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);transition:background .2s,color .2s}.app{min-height:100vh;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.site-header{background:var(--bg-card);border-bottom:1px solid var(--border);padding:.75rem 1.5rem;position:sticky;top:0;z-index:10}.header-inner{max-width:900px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.brand{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--text)}.brand-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--brand);color:#fff;font-weight:800;font-size:.9rem;border-radius:6px}.brand-name{font-weight:700;font-size:1.1rem}.header-right{display:flex;align-items:center;gap:1rem}.header-label{font-size:.85rem;color:var(--text-muted);font-weight:500}.theme-toggle{background:none;border:1px solid var(--border);border-radius:6px;padding:.25rem .5rem;cursor:pointer;font-size:1rem;color:var(--text-muted)}.theme-toggle:hover{background:var(--bg-hover)}.site-footer{border-top:1px solid var(--border);padding:1.5rem;margin-top:auto}.footer-inner{max-width:900px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:var(--text-muted)}.footer-links{display:flex;gap:1rem}.footer-links a{color:var(--text-muted);text-decoration:none}.footer-links a:hover{color:var(--brand)}.page{max-width:900px;width:100%;margin:0 auto;padding:0 1.5rem;flex:1}
