:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#231f1a;background:#f4efe7;font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}button{min-height:48px;border:0;border-radius:14px;padding:12px 18px;background:#226d5d;color:#fffaf4;font-weight:800;cursor:pointer}button:disabled{opacity:.6;cursor:wait}.center{min-height:100dvh;display:grid;place-content:center;justify-items:center;color:#6b6258}.spinner{width:32px;height:32px;border:4px solid #d7c8b8;border-top-color:#226d5d;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login{min-height:100dvh;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,420px);gap:48px;align-items:center;max-width:980px;margin:auto;padding:32px}.hero h1,.heading h1{font-size:clamp(2rem,5vw,3.5rem);line-height:1.08;margin:8px 0 16px}.hero p,.heading p{color:#6b6258;line-height:1.5}.eyebrow{color:#226d5d!important;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:900}.card{background:#fffaf4;border:1px solid #d7c8b8;border-radius:24px;padding:20px;box-shadow:0 8px 26px #3928160c}.form{display:grid;gap:16px}.form label{display:grid;gap:7px;font-weight:800}.form input{min-height:48px;border:1px solid #d7c8b8;border-radius:12px;padding:10px 12px;background:#fffdf9}.form small,small{color:#6b6258;line-height:1.4}.message{padding:12px;border-radius:12px}.error{background:#f9e2dc;color:#9d3e2e}.app{min-height:100dvh;display:grid;grid-template-rows:auto 1fr auto}header{display:flex;justify-content:space-between;align-items:center;padding:18px max(20px,calc((100vw - 980px)/2));background:#fffaf4;border-bottom:1px solid #d7c8b8}.status{color:#226d5d;font-weight:800}.body{width:min(100% - 32px,760px);margin:auto;padding:28px 0 32px}.heading{margin-bottom:22px}.heading h1{font-size:clamp(2rem,6vw,3rem)}section{display:grid;gap:16px}h2{margin:0;font-size:1.45rem}.big{font-size:1.4rem;font-weight:900;color:#226d5d;margin:8px 0}.segmented{display:grid;grid-template-columns:1fr 1fr;gap:8px;background:#ede4d7;padding:5px;border-radius:16px}.segmented button{background:transparent;color:#6b6258}.segmented .active,nav .active{background:#d8ede8;color:#226d5d}.shift{display:grid;gap:4px;padding:15px;border:1px solid #d7c8b8;border-radius:16px;background:#fffdf9}.shift strong,.shift small{display:block}.details{display:grid;gap:17px}.details div{display:grid;gap:4px}.details strong{font-size:1.1rem}.danger{background:#9d3e2e}nav{display:flex;justify-content:center;gap:8px;padding:12px max(16px,calc((100vw - 760px)/2));background:#fffaf4;border-top:1px solid #d7c8b8}nav button{flex:1;max-width:220px;background:transparent;color:#6b6258}@media(max-width:700px){.login{display:block;padding:24px}.hero{margin:8vh 0 28px}.body{width:min(100% - 28px,760px);padding-top:22px}header{padding:16px 18px}}
