:root{--ink:#163b32;--green:#245e49;--cream:#f5f3eb;--muted:#64736a;--line:#dce1d7}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5}a{color:inherit}button,input{font:inherit}.header{max-width:1280px;margin:auto;padding:32px 48px;display:flex;align-items:center;justify-content:space-between}.brand{display:block;text-decoration:none;line-height:0}.brand-logo{display:block;width:190px;max-width:100%;height:auto}.header-label{font-size:14px;color:var(--muted)}.registration{max-width:1184px;margin:28px auto 64px;display:grid;grid-template-columns:1fr 1fr;gap:84px;align-items:start}.intro{padding:26px 0 0}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;display:flex;gap:9px;align-items:center}.status-dot{width:7px;height:7px;background:#669c66;border-radius:50%}h1{font-size:clamp(62px,6.2vw,88px);line-height:1.03;letter-spacing:-5px;font-weight:500;margin:25px 0}h1 em{font-family:Georgia,serif;font-weight:400;color:#5a7d54}.intro-copy{font-size:18px;line-height:1.7;color:var(--muted)}.dialogue-art{height:164px;position:relative;margin:35px 0 22px;max-width:380px}.bubble{position:absolute;width:168px;height:95px;border:1.5px solid #759a71;border-radius:70px;display:flex;gap:12px;justify-content:center;align-items:center;transform:rotate(-12deg);background:#e4ebdb}.bubble:after{content:'';position:absolute;width:28px;height:26px;border-bottom:1.5px solid #759a71;border-right:1.5px solid #759a71;bottom:-13px;left:38px;transform:skewY(-35deg);background:#e4ebdb}.bubble span{width:9px;height:9px;border-radius:50%;background:#73966a}.bubble-two{left:136px;top:48px;transform:rotate(9deg);background:var(--ink);border-color:var(--ink)}.bubble-two:after{background:var(--ink);border-color:var(--ink);left:95px;transform:skewY(35deg)}.bubble-two span{background:#d2e0b7}.spark{position:absolute;right:24px;top:0;font-style:normal;font-size:40px;color:#87a174}.intro-bottom{font-size:13px;letter-spacing:.2px;border-top:1px solid #d6ddce;padding-top:20px;display:flex;justify-content:space-between}.form-card{background:#fff;border:1px solid #e0e4da;border-radius:18px;padding:38px 40px;box-shadow:0 12px 40px #233c2405}.card-top{display:flex;justify-content:space-between;align-items:center}.small-mark{font-size:26px;color:#769768}h2{font-size:32px;line-height:1.2;letter-spacing:-1.2px;margin:18px 0 10px;font-weight:500}.form-lead{margin:0 0 26px;color:var(--muted)}label{display:block;font-weight:600;font-size:14px;margin:17px 0 7px}label span{color:#749367}label small{font-size:12px;color:var(--muted);font-weight:400;margin-left:5px}input{display:block;width:100%;background:#fcfcfa;border:1px solid #d7ded5;border-radius:7px;padding:13px 14px;color:var(--ink);min-height:49px}input::placeholder{color:#879088;font-size:14px}input:focus{outline:2px solid #6c9164;outline-offset:2px}button,.button{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;margin-top:26px;border:0;border-radius:7px;background:var(--green);color:white;padding:15px 18px;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none}button:hover,.button:hover{background:#194735}button:focus-visible,a:focus-visible{outline:3px solid #86a56b;outline-offset:4px}.privacy{font-size:12px;line-height:1.6;color:var(--muted);text-align:center;margin:15px 8px 0}.trap{position:absolute;left:-10000px}.alert{padding:12px 15px;border:1px solid #e3b8ac;background:#fff2ee;border-radius:7px;font-size:14px;color:#8b362b;margin:18px 0}.success-mark{width:64px;height:64px;border-radius:50%;background:#e5eedf;display:grid;place-items:center;font-size:32px;margin-bottom:30px}footer{max-width:1184px;margin:auto;border-top:1px solid var(--line);padding:22px 0;display:flex;justify-content:center;text-align:center;color:var(--muted);font-size:12px}.narrow{max-width:500px;margin:50px auto 100px}.dashboard{max-width:1280px;padding:30px 48px 70px;margin:auto}.dashboard-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.dashboard h1{font-size:42px;letter-spacing:-1.5px;display:flex;align-items:center;gap:18px}.dashboard p{color:var(--muted)}.count{font-size:18px;letter-spacing:0;background:#dce6d5;border-radius:30px;padding:8px 14px}.secondary{background:white;color:var(--ink);border:1px solid var(--line);margin:0}.secondary:hover{background:#e2eadc}.table-wrap{overflow:auto;background:white;border:1px solid var(--line);border-radius:12px}table{border-collapse:collapse;width:100%;text-align:left;font-size:14px}th{background:#edf0e8;font-size:12px;color:#5f7161;font-weight:600;white-space:nowrap}th,td{padding:19px 20px;border-bottom:1px solid #e8ebe4}td{overflow-wrap:anywhere;min-width:130px}td.person{font-weight:600}tr:last-child td{border-bottom:0}.empty{text-align:center;padding:70px 20px;color:var(--muted)}.pagination{display:flex;justify-content:space-between;font-size:14px;margin-top:20px;gap:15px}.pagination a{margin-left:15px}@media(min-width:1500px){.registration{margin-top:65px}}@media(max-width:1250px){.registration{margin-left:48px;margin-right:48px;gap:55px}footer{margin-left:48px;margin-right:48px}}@media(max-width:800px){.header{padding:24px}.registration{margin:20px 24px 45px;gap:32px}.intro{padding:10px 0}h1{font-size:60px}.form-card{padding:28px 24px}.registration{grid-template-columns:1fr}.intro h1 br{display:none}.intro h1{max-width:500px;letter-spacing:-2.5px}.dialogue-art,.intro-bottom{display:none}.intro-copy{font-size:16px}.header-label{display:none}footer{margin:0 24px}.narrow{margin:35px 24px 70px;max-width:none}.dashboard{padding:25px 24px 55px}.dashboard-heading{align-items:start;gap:20px}.dashboard h1{font-size:30px;flex-wrap:wrap}.dashboard-heading .eyebrow{font-size:10px}.pagination{flex-wrap:wrap}}@media(prefers-reduced-motion:no-preference){button,a{transition:background .15s}}

.admin-toolbar{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-bottom:24px}.compact{width:auto;margin:0 0 0 auto}.editor{max-width:620px;margin:0 0 30px}.cancel{display:inline-block;margin-top:18px}.danger{background:#963b32}.danger:hover{background:#762b24}.notice{background:#e3efdf;padding:15px;border-radius:7px}.row-actions{white-space:nowrap}.row-actions a{margin-right:16px}.delete-link{color:#963b32}.help{font-size:14px;color:var(--muted)}

@media(max-width:800px){.brand-logo{width:170px}}
