
:root{--accent:#3b4a5a;--accent-soft:#3b4a5a26;--saffron:#c47a2c;--saffron-soft:#c47a2c26;--text-color:#1f2937;--muted-text:#6b7280;--border-color:#e5e7eb}*{box-sizing:border-box}body{color:var(--text-color);background:#fff;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-main{flex:1;max-width:960px;margin:0 auto;padding:1.5rem 1.25rem}.app-header{border-bottom:1px solid var(--border-color);background:#fff}.header-inner{justify-content:space-between;align-items:center;max-width:960px;margin:0 auto;padding:1rem 1.25rem;display:flex}.site-title{color:#111827;font-size:1.25rem;font-weight:600;text-decoration:none}.nav a{color:#374151;margin-left:1rem;font-size:.95rem;text-decoration:none}.nav a:hover{text-decoration:underline}.app-footer{border-top:1px solid var(--border-color);text-align:center;color:var(--muted-text);padding:1rem;font-size:.85rem}.footer-note{margin-top:.25rem}.home{max-width:720px;margin:0 auto}.home-title{margin-bottom:.5rem;font-size:2rem}.home-intro{color:#4b5563;margin-bottom:2rem}.home-sections{grid-template-columns:1fr;gap:1.25rem;display:grid}.home-card{border:1px solid var(--border-color);background:#fafafa;border-radius:8px;padding:1.25rem}.home-card h2{margin:0 0 .25rem;font-size:1.1rem}@media (min-width:768px){.home-sections{grid-template-columns:1fr 1fr}}.app-header{border-bottom:1px solid #e5e7eb}.p-menubar{border:none;border-radius:0}
