:root{--ink:#183b3a;--muted:#71827e;--green:#125f58;--green-dark:#0c4843;--lime:#e2efbd;--bg:#f7f9f6;--line:#e4eae3;--white:#fff;--red:#bd4b51;--radius:22px;--shadow:0 12px 36px #193f3510;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg);font-synthesis:none}
*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #a8c85f;outline-offset:3px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(28px,4vw,42px);line-height:1.15;letter-spacing:-1.5px;font-weight:750}h2{font-size:24px;letter-spacing:-.6px}h3{font-size:18px;letter-spacing:-.3px}p{line-height:1.65;color:var(--muted)}small{font-size:12px}svg{flex-shrink:0}.icon{width:22px;height:22px;vertical-align:middle}.brand{display:inline-flex;align-items:center;gap:11px;font-size:23px;font-weight:800;letter-spacing:-1px;white-space:nowrap}.brand-light{font-weight:400}.brand small{display:block;font-size:8px;font-weight:650;letter-spacing:2.2px;margin-top:3px}.eyebrow{text-transform:uppercase;letter-spacing:2px;font-size:11px;font-weight:800;color:var(--green);display:block;margin-bottom:14px}.btn{border:1px solid transparent;border-radius:12px;background:var(--green);color:white;min-height:50px;padding:13px 22px;font-weight:650;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:background .15s,transform .15s}.btn:hover:not(:disabled){background:var(--green-dark);color:white;transform:translateY(-1px)}.btn.secondary{background:white;border-color:var(--line);color:var(--ink)}.btn.secondary:hover{background:var(--bg);color:var(--ink)}.btn.ghost{background:transparent;color:var(--green);padding:10px;min-height:44px}.btn.lime{background:var(--lime);color:var(--green-dark)}.btn.danger{background:var(--red)}.btn.small{font-size:13px;min-height:40px;padding:9px 14px}.btn.wide{width:100%}.btn.busy:after{content:'';width:14px;height:14px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .8s linear infinite}.button-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.button-row.end{justify-content:flex-end}.icon-btn{width:42px;height:42px;border-radius:12px;display:inline-grid;place-items:center;border:1px solid var(--line);background:white;color:var(--muted)}.icon-btn:hover{color:var(--green);background:var(--bg)}.muted{color:var(--muted)}.card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:26px}.pill{display:inline-flex;align-items:center;gap:6px;background:#edf3e7;color:var(--green);padding:6px 10px;border-radius:7px;font-size:11px;font-weight:700}.pill.orange{background:#f9eddf;color:#95652e}.pill.gray{background:#f1f3f1;color:var(--muted)}.section-title{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:20px}.section-title h2,.section-title h3{margin:0}.section-title p{margin:4px 0 0;font-size:13px}.divider{border:0;border-top:1px solid var(--line);margin:25px 0}.field{display:block;margin-bottom:20px}.field>span,.field>label{display:block;font-size:13px;font-weight:650;margin-bottom:8px}input,select,textarea{width:100%;border:1px solid #d9e2da;border-radius:11px;min-height:50px;padding:12px 14px;background:white;color:var(--ink)}textarea{resize:vertical;min-height:110px;line-height:1.6}input::placeholder,textarea::placeholder{color:#9aa8a2}input[type=checkbox],input[type=radio]{width:19px;height:19px;min-height:19px;padding:0;accent-color:var(--green)}.hint{font-size:12px;margin:8px 0 0;line-height:1.5}.check-label{display:flex;align-items:center;gap:10px;font-size:14px;min-height:40px}.form-error{background:#fceded;color:#a24048;padding:12px 15px;border-radius:10px;font-size:13px;line-height:1.5;margin:15px 0}.hidden{display:none!important}.empty{text-align:center;padding:38px 15px}.empty>.icon{width:42px;height:42px;color:#96ac9c;margin-bottom:15px}.empty h3{margin-bottom:8px}.empty p{font-size:14px;max-width:420px;margin:0 auto 20px}.loader{display:inline-block;width:28px;height:28px;border:3px solid var(--line);border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite}.boot{min-height:100dvh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:15px;padding:30px;text-align:center}.boot p{max-width:480px}.boot h2{margin:20px 0 0}#toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%,20px);background:var(--ink);color:white;border-radius:14px;padding:15px 23px;box-shadow:var(--shadow);font-size:14px;opacity:0;pointer-events:none;transition:.2s;z-index:100;max-width:calc(100% - 32px);width:max-content}#toast.visible{opacity:1;transform:translate(-50%,0)}dialog{border:1px solid var(--line);border-radius:24px;padding:32px;width:min(480px,calc(100% - 30px));color:var(--ink);box-shadow:0 30px 100px #0003}dialog::backdrop{background:#132e2b80;backdrop-filter:blur(4px)}dialog h2{margin-bottom:10px}dialog p{font-size:14px}.modal-icon{width:56px;height:56px;border-radius:18px;background:var(--lime);display:grid;place-items:center;margin-bottom:20px}.countdown{font-size:36px;font-variant-numeric:tabular-nums;letter-spacing:3px;text-align:center;margin:28px 0;color:var(--green);font-weight:750}.pagination{display:flex;justify-content:center;align-items:center;gap:18px;margin-top:25px;font-size:13px}.progress{height:9px;background:#e8ede7;border-radius:99px;overflow:hidden;display:flex}.progress i{display:block;background:#8fab64;border-radius:99px;transition:width .3s}.progress progress{width:100%;height:9px;appearance:none;border:0}.progress progress::-webkit-progress-bar{background:#e8ede7}.progress progress::-webkit-progress-value{background:#8fab64;border-radius:99px}.progress progress::-moz-progress-bar{background:#8fab64;border-radius:99px}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
@keyframes spin{to{transform:rotate(360deg)}}@keyframes appear{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}main{animation:appear .25s ease-out}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
