:root{color:#183b5c;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8fbff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{min-width:320px;margin:0}#root{width:100%;min-height:100vh}h1,h2,p{margin:0}h1{color:#0f4c81;font-size:2.5rem}p{color:#264b6f}.main-layout{background:#f8fbff;flex-direction:column;min-height:100vh;display:flex}.navbar{background:#dff1ff;border-bottom:1px solid #c5def5;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.brand{color:#0f4c81;letter-spacing:.04em;font-size:1.5rem;font-weight:700;text-decoration:none}.nav-menu{gap:1rem;display:flex}.nav-link{color:#0c3f6d;border-radius:999px;padding:.45rem .8rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s}.nav-link:hover{color:#082947;background:#bfe1ff}.layout-content{flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.home-card{text-align:center;background:#fff;border-radius:18px;max-width:620px;padding:2rem;box-shadow:0 12px 30px #0f4c8114}.home-card h1{margin:0 0 .75rem}.home-card p{margin:0}.auth-form,.create-form{text-align:left;flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex}.auth-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.5rem;display:flex}.field-group{flex-direction:column;gap:.4rem;display:flex}.field-group label{color:#0f4c81;font-weight:700}.field-group input{border:1px solid #bedbf5;border-radius:10px;padding:.8rem .9rem;font-size:1rem}.auth-button{color:#fff;cursor:pointer;background:#0f4c81;border:none;border-radius:999px;padding:.8rem 1.2rem;font-weight:700}.delete-button{background:#d92020}.footer{color:#0f4c81;text-align:center;background:#dff1ff;border-top:1px solid #c5def5;padding:1rem 2rem}.footer p{margin:0}
