:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#17352e;background:#edf2ec;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto}.topbar{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1rem clamp(1rem,4vw,4rem);background:#123d33;color:#f7f4e9;border-bottom:3px solid #d69b38}.brand{display:flex;align-items:center;gap:.8rem}.brand-mark{display:grid;place-items:center;width:2.7rem;height:2.7rem;border-radius:50%;color:#123d33;background:#e0ac50;font-weight:800}.brand span:last-child{display:grid;gap:.1rem}.brand small{color:#c9d8d2}nav{display:flex;flex-wrap:wrap;gap:.35rem}nav a{padding:.55rem .75rem;border-radius:.5rem;color:#d9e6e1;font-size:.9rem}nav a:hover,nav a.active{background:#2b5c50;color:#fff}main{display:grid}.hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:3rem;align-items:center;padding:clamp(3rem,8vw,8rem) clamp(1.25rem,8vw,8rem);background:radial-gradient(circle at 15% 20%,rgba(218,168,79,.22),transparent 25rem),linear-gradient(135deg,#edf2ec,#dce8df)}.hero h2{max-width:15ch;margin:.4rem 0 1.2rem;font-size:clamp(2.4rem,5vw,5.2rem);line-height:.98}.hero-copy>p:last-child{max-width:65ch;color:#49645d;line-height:1.7}.eyebrow{margin:0;color:#97651c;font-size:.78rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.module-card{display:grid;gap:.45rem;min-height:9rem;padding:1.35rem;border:1px solid #c4d1c9;border-radius:1rem;background:#ffffffb8;box-shadow:0 12px 30px #17352e0f;transition:transform .2s ease,box-shadow .2s ease}.module-card:hover{transform:translateY(-3px);box-shadow:0 16px 35px #17352e1f}.module-card strong{font-size:1.15rem}.module-card span{color:#60766f;line-height:1.45}.workspace{display:grid;place-items:center;min-height:65vh;padding:3rem 1.25rem;text-align:center}.workspace>div{max-width:42rem;padding:3rem;border-radius:1.25rem;background:#fff;box-shadow:0 16px 45px #17352e14}.workspace h2{margin:.5rem 0;font-size:clamp(2rem,5vw,3.5rem)}.workspace p:last-child{color:#60766f;line-height:1.6}footer{display:flex;justify-content:space-between;gap:1rem;padding:1rem clamp(1rem,4vw,4rem);color:#60766f;font-size:.8rem}@media(max-width:900px){.topbar{align-items:flex-start;flex-direction:column}.hero{grid-template-columns:1fr}}@media(max-width:560px){.module-grid{grid-template-columns:1fr}footer{flex-direction:column}}.nav-button{border:0;border-radius:.5rem;padding:.55rem .75rem;color:#d9e6e1;background:transparent;cursor:pointer}.nav-button:hover{background:#2b5c50;color:#fff}.auth-page{display:grid;place-items:center;min-height:70vh;padding:2rem 1rem}.auth-card{display:grid;gap:1rem;width:min(100%,28rem);padding:2rem;border-radius:1rem;background:#fff;box-shadow:0 18px 45px #17352e1f}.auth-card h2{margin:0;font-size:2rem}.auth-card>p{margin:0;color:#60766f;line-height:1.5}.auth-card label{display:grid;gap:.4rem;font-weight:700}.auth-card input{width:100%;border:1px solid #aebfb6;border-radius:.55rem;padding:.8rem;font:inherit}.auth-card input:focus{outline:3px solid rgba(214,155,56,.25);border-color:#97651c}.auth-card button{border:0;border-radius:.55rem;padding:.85rem 1rem;color:#fff;background:#123d33;font:inherit;font-weight:800;cursor:pointer}.auth-card button:disabled{opacity:.6;cursor:wait}.auth-card .form-error{color:#9c2e25}code{padding:.15rem .3rem;border-radius:.25rem;background:#e8eee9}
