:root{font-family:system-ui,sans-serif;color:#173f35;background:#f7f5e9;accent-color:#206756}*{box-sizing:border-box}body{margin:0}header,main,footer{max-width:1080px;margin:auto;padding:24px}header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #cbd9cf}h1{font-size:28px;letter-spacing:-1px}h2{font-size:32px;letter-spacing:-1px}a{color:#206756}button,.button{border:0;border-radius:12px;padding:12px 18px;background:#206756;color:white;font:inherit;cursor:pointer;text-decoration:none}button.secondary{background:#e5ece5;color:#173f35}button:disabled{opacity:.5;cursor:wait}input,select,textarea{font:inherit;width:100%;padding:12px;border:1px solid #acbfb5;border-radius:8px;background:white;color:#173f35}label{display:block;margin:16px 0 6px}textarea{min-height:100px}small,.muted{color:#596e64}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.card,section.panel{padding:24px;background:white;border-radius:20px;margin:20px 0}.card h3{font-size:23px;margin-top:10px}.badge{display:inline-block;padding:5px 9px;border-radius:16px;background:#ece6c8;font-size:13px}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.notice{padding:14px 20px;background:#f1dfb7;border-radius:12px}#message{position:sticky;top:10px;z-index:2}#message:empty{display:none}details{padding:14px 0}summary{cursor:pointer;font-weight:600}dialog{border:0;border-radius:20px;max-width:740px;width:94%;max-height:90vh;overflow:auto;background:#f7f5e9}video{max-width:100%;border-radius:12px}table{width:100%;text-align:left;border-collapse:collapse}td,th{padding:10px;border-bottom:1px solid #ddd}.hero{padding:80px 0;max-width:720px}.hero h2{font-size:clamp(40px,7vw,72px);line-height:1.05}.hero p{font-size:20px;line-height:1.6}img{max-width:100%;border-radius:14px}nav{display:flex;gap:16px}.check{display:flex;gap:10px;align-items:center}.check input{width:auto}pre{white-space:pre-wrap;overflow-wrap:anywhere}
