.volunteer-card{margin:18px 0;padding:20px;border:1px solid rgba(255,255,255,.09);border-radius:22px;background:linear-gradient(145deg,#0a2445,#071a33 62%,#041226);box-shadow:0 14px 34px rgba(0,0,0,.22),inset 0 1px rgba(255,255,255,.04);display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start;color:#f7f9fc}.volunteer-card-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,#ff7a2d,#e65512);box-shadow:0 8px 18px rgba(242,103,32,.28);font-size:22px}.volunteer-card-copy p,.volunteer-eyebrow{margin:0 0 4px;color:#f36a21;font-size:11px;font-weight:800;letter-spacing:.12em}.volunteer-card-copy h3{margin:0;font-size:20px}.volunteer-card-copy>span{display:block;margin-top:7px;color:#b9c7d7;line-height:1.5;font-size:13px}.volunteer-card-button{grid-column:1/-1;border:0;border-radius:14px;padding:13px 16px;background:#f36a21;color:#fff;font-weight:800;font-size:14px;box-shadow:0 8px 18px rgba(243,106,33,.22)}.volunteer-status{margin-top:12px;display:flex;gap:8px;align-items:center}.volunteer-status b{font-size:12px;color:#d7e0eb}.volunteer-status em{font-style:normal;font-size:11px;font-weight:800;color:#ffb27a;background:rgba(243,106,33,.12);border:1px solid rgba(243,106,33,.25);padding:5px 8px;border-radius:999px}.volunteer-modal-backdrop{position:fixed;inset:0;z-index:100000;background:rgba(1,8,18,.72);backdrop-filter:blur(10px);display:flex;align-items:flex-end;justify-content:center;padding:18px}.volunteer-modal{width:min(560px,100%);max-height:88vh;overflow:auto;position:relative;border-radius:26px 26px 18px 18px;padding:24px;background:linear-gradient(180deg,#0c2444,#07182e 60%,#04101f);border:1px solid rgba(255,255,255,.1);box-shadow:0 28px 70px rgba(0,0,0,.45);color:#f8fafc}.volunteer-close{position:absolute;right:16px;top:14px;width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);color:#fff;font-size:24px}.volunteer-modal h2{margin:0;font-size:27px}.volunteer-form-desc{margin:8px 42px 18px 0;color:#aebed0;line-height:1.5;font-size:13px}.volunteer-form fieldset{border:0;padding:0;margin:0 0 18px}.volunteer-form legend,.volunteer-field>span{display:block;margin-bottom:8px;color:#dce5ef;font-size:13px;font-weight:800}.volunteer-check-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.volunteer-check-grid label{position:relative}.volunteer-check-grid input{position:absolute;opacity:0}.volunteer-check-grid span{display:block;padding:11px 12px;border-radius:12px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.09);color:#c3cfdd;font-size:12px}.volunteer-check-grid input:checked+span{color:#fff;border-color:rgba(243,106,33,.55);background:rgba(243,106,33,.14);box-shadow:inset 0 0 0 1px rgba(243,106,33,.12)}.volunteer-field{display:block;margin:0 0 15px}.volunteer-field input,.volunteer-field select,.volunteer-field textarea{width:100%;box-sizing:border-box;border:1px solid rgba(255,255,255,.1);border-radius:13px;background:#0a1d35;color:#fff;padding:12px 13px;font:inherit;outline:none}.volunteer-field textarea{min-height:92px;resize:vertical}.volunteer-field input:focus,.volunteer-field select:focus,.volunteer-field textarea:focus{border-color:#f36a21;box-shadow:0 0 0 3px rgba(243,106,33,.12)}.volunteer-radio{display:flex;gap:10px}.volunteer-radio label{flex:1;padding:10px 12px;border:1px solid rgba(255,255,255,.09);border-radius:12px;background:rgba(255,255,255,.04);color:#d5dfeb}.volunteer-radio input{width:auto;margin-right:7px}.volunteer-submit{width:100%;border:0;border-radius:14px;padding:14px;background:#f36a21;color:#fff;font-size:15px;font-weight:900;box-shadow:0 10px 22px rgba(243,106,33,.24)}.volunteer-submit:disabled{opacity:.6}.volunteer-message{min-height:20px;margin:4px 0 10px;font-size:12px}.volunteer-message.success{color:#76d69a}.volunteer-message.error{color:#ff938f}@media(max-width:520px){.volunteer-check-grid{grid-template-columns:1fr}.volunteer-modal-backdrop{padding:0;align-items:flex-end}.volunteer-modal{border-radius:24px 24px 0 0;padding:22px 18px calc(22px + env(safe-area-inset-bottom))}}