:root{color:#111315;background:#f7f7f5;font-family:-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;background:#f7f7f5}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #cfe8dc;outline-offset:3px}.hero{min-height:88vh;padding:26px clamp(20px,5vw,72px);background:#fff;border-bottom:1px solid #e0e0dc}nav{display:flex;align-items:center;justify-content:space-between;gap:24px}nav strong{font-size:20px}nav div{display:flex;flex-wrap:wrap;gap:18px;color:#6f7377;font-weight:800}nav a:hover{color:#164a39}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;align-items:center;gap:48px;max-width:1180px;min-height:70vh;margin:0 auto}.eyebrow{color:#1f6f52;font-weight:900}h1{max-width:760px;margin:14px 0;font-size:clamp(40px,6vw,68px);line-height:1.08;letter-spacing:0}.hero p,.section p,li{color:#6f7377;font-size:18px;line-height:1.7}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:8px;background:#1f6f52;color:#fff;font-weight:900;padding:0 18px;text-align:center;box-shadow:0 10px 22px #1113151a;transition:transform .14s ease,box-shadow .14s ease,background .14s ease}.button.secondary{background:#edf4f0;color:#164a39;box-shadow:none}.button:hover{transform:translateY(-1px);box-shadow:0 14px 28px #11131524}.button.secondary:hover{box-shadow:inset 0 0 0 1px #b9d7c9}.status-card,.cards article{border:1px solid #e0e0dc;border-radius:8px;background:#f7f7f5;padding:22px;box-shadow:0 14px 36px #1113150d}.status-card span{color:#1f6f52;font-weight:900}.status-card strong{display:block;margin:12px 0;font-size:28px}.section{max-width:1180px;margin:0 auto;padding:72px clamp(20px,5vw,72px)}.section h2{margin:0 0 24px;font-size:36px}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.cards h3{margin:0 0 10px;font-size:22px}.muted{background:#edf4f0;max-width:none}.muted>*{max-width:1020px;margin-left:auto;margin-right:auto}.auth-page{min-height:100vh;display:grid;place-items:center;padding:clamp(20px,5vw,72px);background:#f7f7f5}.auth-panel{width:min(100%,620px);border:1px solid #e0e0dc;border-radius:8px;background:#fff;padding:clamp(24px,5vw,44px);box-shadow:0 18px 50px #11131514}.back-link{display:inline-flex;margin-bottom:26px;color:#1f6f52;font-weight:900}.auth-panel h1{margin:12px 0;font-size:clamp(34px,6vw,50px)}.password-form{display:grid;gap:14px;margin-top:30px}.password-form label{display:grid;gap:8px;color:#111315;font-weight:900}.password-form input{width:100%;min-height:48px;border:1px solid #cbd7cf;border-radius:8px;color:#111315;font:inherit;padding:0 14px}.password-form input:focus{border-color:#1f6f52;outline:3px solid #d9efe6}.password-form button{min-height:50px;border:0;border-radius:8px;background:#1f6f52;color:#fff;cursor:pointer;font:inherit;font-weight:900}.password-form button:disabled{cursor:progress;opacity:.72}.auth-message,.auth-help{border-radius:8px;margin-top:16px;padding:14px 16px}.auth-message{font-weight:800}.auth-message.success{background:#edf4f0;color:#164a39}.auth-message.error{background:#fff1ed;color:#9c341f}.auth-help{background:#f7f7f5;border:1px solid #e0e0dc}.auth-help strong{display:block;margin-bottom:6px}.auth-help p{margin:0;color:#6f7377;line-height:1.6}@media(max-width:840px){nav{align-items:flex-start;flex-direction:column}.hero-grid,.cards{grid-template-columns:1fr}.hero{min-height:auto}nav div{gap:10px 14px}}
