.Layout-module__jbLzUW__container{flex-direction:column;min-height:100vh;display:flex}.Layout-module__jbLzUW__nav{background:var(--card-bg);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.Layout-module__jbLzUW__logo{color:var(--primary);font-size:1.5rem;font-weight:700;text-decoration:none}.Layout-module__jbLzUW__navLinks{align-items:center;gap:1.5rem;display:flex}.Layout-module__jbLzUW__navLinks a{font-weight:500}.Layout-module__jbLzUW__logoutBtn{border:1px solid var(--border);border-radius:var(--radius);color:var(--text-muted);background:0 0;padding:.4rem 1rem;font-size:.9rem}.Layout-module__jbLzUW__logoutBtn:hover{border-color:var(--danger);color:var(--danger)}.Layout-module__jbLzUW__main{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:2rem}
:root{--bg:#f8f9fa;--card-bg:#fff;--text:#1a1a2e;--text-muted:#6c757d;--primary:#4f46e5;--primary-hover:#4338ca;--danger:#dc3545;--success:#28a745;--border:#e2e8f0;--radius:8px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}input{font-family:inherit;font-size:1rem}
