.volunteer-warehouse-react-hidden{display:none!important}
.volunteer-warehouse-entry{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:14px 0;padding:17px 19px;border:1px solid #cce6f1;border-radius:17px;background:linear-gradient(120deg,#f7fcff,#e9f8fe);box-shadow:0 10px 25px rgba(10,91,133,.08);font-family:'Manrope','Segoe UI',sans-serif}
.volunteer-warehouse-entry>span>*{display:block}.volunteer-warehouse-entry small,.volunteer-warehouse-title small,.volunteer-warehouse-heading small,.volunteer-warehouse-recent>div>small{color:#087fac;font-size:12px;font-weight:800;letter-spacing:.09em}.volunteer-warehouse-entry b{margin:3px 0;color:#143c56;font-size:17px}.volunteer-warehouse-entry em{color:#6f8797;font-size:12px;font-style:normal}.volunteer-warehouse-entry button{height:40px;padding:0 15px;border:0;border-radius:11px;background:linear-gradient(135deg,#087fbd,#32bbe2);box-shadow:0 8px 18px rgba(8,127,189,.2);color:#fff;font:800 12px 'Manrope','Segoe UI',sans-serif;cursor:pointer}
.volunteer-warehouse-page{width:100%;max-width:1180px!important;margin:0 auto;padding-bottom:36px!important;color:#17384f;font-family:'Manrope','Segoe UI',sans-serif}
.volunteer-warehouse-title{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:16px}.volunteer-warehouse-title h1{margin:4px 0;color:#123a55;font-size:28px}.volunteer-warehouse-title p{margin:0;color:#718797;font-size:12px}.volunteer-warehouse-title>span{padding:8px 11px;border-radius:999px;background:#e4f6fd;color:#087fac;font-size:12px;font-weight:800}
.volunteer-warehouse-tabs{display:flex;width:max-content;max-width:100%;gap:5px;margin-bottom:15px;padding:4px;border:1px solid #cfe5ee;border-radius:13px;background:#edf8fc}.volunteer-warehouse-tabs button{height:38px;padding:0 17px;border:0;border-radius:9px;background:transparent;color:#3b647a;font:800 12px 'Manrope','Segoe UI',sans-serif;cursor:pointer}.volunteer-warehouse-tabs button.active{background:#fff;box-shadow:0 6px 16px rgba(7,91,132,.12);color:#087fac}
.volunteer-warehouse-form-card,.volunteer-warehouse-recent{padding:21px;border:1px solid #d2e5ed;border-radius:19px;background:#fff;box-shadow:0 12px 30px rgba(13,70,101,.07)}
.volunteer-warehouse-heading{display:grid;grid-template-columns:46px minmax(0,1fr);gap:13px;align-items:center;margin-bottom:18px}.volunteer-warehouse-heading>span{display:grid;width:44px;height:44px;place-items:center;border-radius:14px;background:linear-gradient(145deg,#087fbd,#35bee4);color:#fff;font-size:25px}.volunteer-warehouse-heading h2,.volunteer-warehouse-recent h2{margin:3px 0;color:#153d57;font-size:19px}.volunteer-warehouse-heading p{margin:0;color:#718797;font-size:12px}
.volunteer-warehouse-form-card form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.volunteer-warehouse-form-card label{display:grid;min-width:0;gap:6px;color:#315a72;font-size:12px;font-weight:800}.volunteer-warehouse-form-card input,.volunteer-warehouse-form-card select,.volunteer-warehouse-form-card textarea{width:100%;border:1px solid #cfe0e8;border-radius:10px;background:#f9fcfd;color:#17384f;font:600 12px 'Manrope','Segoe UI',sans-serif;outline:none}.volunteer-warehouse-form-card input,.volunteer-warehouse-form-card select{height:42px;padding:0 11px}.volunteer-warehouse-form-card textarea{min-height:74px;padding:10px 11px;resize:vertical}.volunteer-warehouse-form-card input:focus,.volunteer-warehouse-form-card select:focus,.volunteer-warehouse-form-card textarea:focus{border-color:#24a9d6;box-shadow:0 0 0 3px rgba(36,169,214,.12)}
.volunteer-warehouse-notes{grid-column:span 2}.volunteer-warehouse-message{grid-column:1/-1;min-height:18px;margin:0;color:#16805f;font-size:12px;font-weight:700}.volunteer-warehouse-message.is-error{color:#b33c3c}.volunteer-warehouse-submit{grid-column:1/-1;height:44px;border:0;border-radius:11px;background:linear-gradient(135deg,#087fbd,#28b4df);box-shadow:0 9px 20px rgba(8,127,189,.2);color:#fff;font:800 12px 'Manrope','Segoe UI',sans-serif;cursor:pointer}.volunteer-warehouse-submit:disabled{opacity:.6;cursor:wait}
.volunteer-warehouse-autocomplete{position:relative;display:block}.volunteer-warehouse-autocomplete>[data-volunteer-stock-suggestions]{position:absolute;z-index:25;top:calc(100% + 5px);right:0;left:0;max-height:230px;padding:5px;overflow:auto;border:1px solid #cfe2ea;border-radius:11px;background:#fff;box-shadow:0 16px 35px rgba(7,53,79,.18)}.volunteer-warehouse-autocomplete>[data-volunteer-stock-suggestions][hidden]{display:none}.volunteer-warehouse-autocomplete button{display:flex;width:100%;align-items:center;justify-content:space-between;gap:10px;padding:9px;border:0;border-radius:8px;background:transparent;color:#214b64;text-align:left;font:700 12px 'Manrope','Segoe UI',sans-serif;cursor:pointer}.volunteer-warehouse-autocomplete button:hover{background:#eaf8fd}.volunteer-warehouse-autocomplete button small{color:#738b9a;font-size:12px}
.volunteer-warehouse-recent{margin-top:15px}.volunteer-warehouse-table{margin-top:13px;overflow:auto}.volunteer-warehouse-table table{width:100%;min-width:670px;border-collapse:collapse}.volunteer-warehouse-table th,.volunteer-warehouse-table td{padding:11px 10px;border-bottom:1px solid #e2edf2;text-align:left;font-size:12px}.volunteer-warehouse-table th{color:#688294;font-weight:800;text-transform:uppercase}.volunteer-warehouse-type{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:12px;font-weight:800}.volunteer-warehouse-type.in{background:#dff8ed;color:#08775a}.volunteer-warehouse-type.out{background:#fff0dc;color:#a45e08}.volunteer-warehouse-empty{text-align:center!important;color:#778c9a}
@media(max-width:760px){
 .volunteer-warehouse-entry{align-items:stretch;margin:12px 0;padding:15px;flex-direction:column}.volunteer-warehouse-entry button{width:100%}
 .app-shell .sidebar nav>[data-volunteer-warehouse-menu]{flex:0 0 auto}
 .volunteer-warehouse-page{padding:15px 14px calc(92px + env(safe-area-inset-bottom))!important}
 .volunteer-warehouse-title{display:block}.volunteer-warehouse-title h1{font-size:23px}.volunteer-warehouse-title>span{display:inline-flex;margin-top:11px}
 .volunteer-warehouse-tabs{width:100%}.volunteer-warehouse-tabs button{flex:1}
 .volunteer-warehouse-form-card,.volunteer-warehouse-recent{padding:16px;border-radius:16px}
 .volunteer-warehouse-form-card form{grid-template-columns:1fr}.volunteer-warehouse-notes{grid-column:auto}
 .volunteer-warehouse-heading{grid-template-columns:42px minmax(0,1fr)}.volunteer-warehouse-heading>span{width:40px;height:40px}.volunteer-warehouse-heading h2,.volunteer-warehouse-recent h2{font-size:17px}
}
@media(prefers-reduced-motion:reduce){.volunteer-warehouse-entry button,.volunteer-warehouse-tabs button{transition:none}}
