:root{color:#132238;background:#f5f8fc;font-family:Inter,Arial,sans-serif}body{color:#132238;background:radial-gradient(circle at 0 0,#427eff24,#0000 34%),radial-gradient(circle at 100% 0,#19a76b1f,#0000 26%),linear-gradient(#f6fbff 0%,#eef4f8 100%);margin:0}button,input,textarea{font:inherit}img{max-width:100%;display:block}textarea{resize:vertical;min-height:110px}.app-shell{width:100%;min-height:100vh}.shell-full{padding:24px clamp(16px,2vw,32px)}.topbar{justify-content:space-between;align-items:center;gap:16px;width:100%;margin:0 0 20px;display:flex}.dashboard-topbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff80;border:1px solid #dde7ef;border-radius:18px;padding:14px 18px}.brand{color:#10213a;margin:0;font-size:42px;line-height:1}.topbar-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.user-badge{color:#38506a;background:#ffffffd9;border:1px solid #dbe6ef;border-radius:14px;padding:12px 16px}.user-badge--large{text-align:left;min-width:220px}.topbar-logout,.btn-fixed{justify-content:center;min-width:132px}.page-wrap{width:100%;margin:0}.dashboard-wrap,.auth-flow-wrap{gap:20px;display:grid}.auth-grid,.card-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;width:100%;display:grid}.auth-single-column{gap:16px;width:min(100%,760px);margin:0 auto;display:grid}.card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffeb;border:1px solid #dde7ef;border-radius:24px;padding:24px;box-shadow:0 10px 30px #10213a0f}.nested-card{box-shadow:none;background:#f8fbfff2;padding:20px}.auth-card{flex-direction:column;justify-content:space-between;gap:16px;min-height:220px;display:flex}.form-card,.detail-card,.center-card{width:min(100%,760px);margin:0 auto}.form-card--flush{width:100%}.compact-auth-card{max-width:640px;padding:22px}.compact-admin-card .auth-helper-copy{margin-top:4px;margin-bottom:18px}.task-card h3,.auth-card h2,.form-card h2,.detail-card h2,.center-card h2{color:#10213a}.section-title{color:#10213a;margin:0 0 10px;font-size:30px}.section-copy,.card-copy{color:#5f7085;line-height:1.65}.section-header-inline{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.input{background:#fff;border:1px solid #d6e2eb;border-radius:12px;outline:none;width:100%;margin-bottom:12px;padding:14px 16px}.input:focus{border-color:#2784ff;box-shadow:0 0 0 3px #2784ff1f}.btn{cursor:pointer;border:none;border-radius:12px;align-items:center;margin-top:8px;padding:12px 16px;transition:all .2s;display:inline-flex}.btn:disabled{cursor:not-allowed;opacity:.65;transform:none}.btn-primary{color:#fff;background:linear-gradient(90deg,#1b71ff 0%,#19a76b 100%)}.btn-light{color:#16304d;background:#fff;border:1px solid #d5e0ea}.btn:hover{opacity:.96;transform:translateY(-1px)}.tabs{flex-wrap:wrap;gap:12px;display:flex}.tab{cursor:pointer;background:#fff;border:1px solid #d5e0ea;border-radius:12px;padding:12px 18px}.tab.active{color:#fff;background:#12263f}.clickable{cursor:pointer}.meta-line{color:#59708a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:12px;display:flex}.pill{color:#11704b;background:#e9f6ef;border-radius:999px;padding:6px 10px;font-size:14px;display:inline-block}.pill-pending{color:#8a6b12;background:#fff4db}.pill-approved{color:#11704b;background:#e9f6ef}.status{margin-top:14px;font-weight:600}.status.success{color:#148252}.status.waiting{color:#8a6b12}.success-card{border-color:#aee0c7}.detail-meta{gap:8px;margin:20px 0;display:grid}.notice{border:1px solid #0000;border-radius:16px;padding:14px 16px;line-height:1.55}.notice-success{color:#136341;background:#eefbf4;border-color:#c7edd6}.notice-error{color:#a23c3c;background:#fff1f1;border-color:#efc6c6}.notice-info{color:#2355a4;background:#eef5ff;border-color:#cddbf6}.row{display:flex}.wrap-row{flex-wrap:wrap}.centered-row{justify-content:center}.gap{gap:12px}.center-card{text-align:center}.dashboard-stack{gap:20px;display:grid}.dashboard-hero{gap:18px;display:grid}.dashboard-stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;display:grid}.dashboard-stat-card{background:#f6faffe6;border:1px solid #dde7ef;border-radius:18px;padding:16px}.dashboard-stat-card strong{color:#10213a;font-size:30px;display:block}.dashboard-stat-card span{color:#5f7085;margin-top:4px;display:block}.dashboard-two-col{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.dashboard-two-col--wide-left{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr)}.dashboard-list{gap:12px;display:grid}.dashboard-list-item{background:#f8fbffe6;border:1px solid #dde7ef;border-radius:18px;justify-content:space-between;align-items:center;gap:14px;padding:16px;display:flex}.dashboard-list-item h4{color:#10213a;margin:0 0 4px}.dashboard-list-item p{color:#5f7085;margin:0}.dashboard-item-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.compact-list .dashboard-list-item{padding:14px 16px}@media (width<=960px){.dashboard-two-col,.dashboard-two-col--wide-left{grid-template-columns:1fr}}@media (width<=700px){.shell-full{padding:14px}.topbar,.dashboard-topbar{flex-direction:column;align-items:stretch}.user-badge--large,.topbar-logout,.btn-fixed{width:100%}.section-title{font-size:26px}.dashboard-list-item{flex-direction:column;align-items:flex-start}.dashboard-item-actions{justify-content:flex-start;width:100%}}.sb-landing{color:#0f2343;width:100%}.sb-hero{align-items:stretch;min-height:92vh;padding:0;display:flex;position:relative}.sb-hero__bg{z-index:0;background:radial-gradient(circle at 15% 20%,#1a68ff1f,#0000 28%),radial-gradient(circle at 85% 15%,#24d07c1f,#0000 24%),linear-gradient(135deg,#f2f7ff 0%,#edf6ff 45%,#effcf7 100%);border-radius:32px;position:absolute;inset:0}.sb-hero__content{z-index:1;flex-direction:column;justify-content:space-between;gap:1.5rem;width:100%;max-width:1380px;margin:0 auto;padding:1.3rem 1.8rem 2rem;display:flex;position:relative}.sb-badge,.sb-kicker{color:#2a5cb4;letter-spacing:.03em;text-transform:uppercase;background:#2659b514;border-radius:999px;align-items:center;padding:.45rem .8rem;font-size:.85rem;font-weight:700;display:inline-flex}.sb-badge--center{margin:0 auto}.sb-hero__top{flex-direction:column;align-items:center;gap:1rem;padding-top:.25rem;display:flex}.sb-hero__headline{text-align:center}.sb-hero__headline h1,.sb-hero__headline h2{letter-spacing:-.05em;color:#0f2343;margin:0;font-weight:800;line-height:.95}.sb-hero__headline h1{font-size:clamp(3rem,5.8vw,5.6rem)}.sb-hero__headline h2{color:#173f7a;font-size:clamp(2.8rem,6.4vw,5rem)}.sb-hero__bottom{grid-template-columns:minmax(320px,.95fr) minmax(360px,1fr);align-items:end;gap:2rem;min-height:360px;display:grid}.sb-hero__bottom-left,.sb-hero__bottom-right{align-items:flex-end;display:flex}.sb-hero__copy{max-width:620px}.sb-hero__lead{color:#4f6687;margin:0;font-size:1.18rem;line-height:1.75}.sb-hero__actions{flex-direction:column;align-items:flex-start;gap:.9rem;margin-top:1.6rem;display:flex}.sb-btn{cursor:pointer;border:1px solid #0000;border-radius:16px;justify-content:center;align-items:center;min-height:60px;padding:0 1.5rem;font-size:1.05rem;font-weight:700;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.sb-btn:hover{transform:translateY(-1px)}.sb-btn--primary{color:#fff;background:linear-gradient(135deg,#1d63ff 0%,#1fbf88 100%);box-shadow:0 14px 30px #1d63ff38}.sb-btn--ghost{color:#16335f;background:#ffffffc7;border-color:#1435611f}.sb-btn--inline{margin-top:1rem}.sb-hero__bottom-right{justify-content:flex-end}.sb-visual-card{background:#ffffffb8;border:1px solid #122f5414;border-radius:30px;width:100%;position:relative;overflow:hidden;box-shadow:0 20px 50px #122c501a}.sb-visual-card--compact{max-width:520px;min-height:290px;margin-left:auto;padding:1.25rem 1.2rem}.sb-visual-card__glow{filter:blur(50px);background:#1d63ff2e;border-radius:50%;width:180px;height:180px;position:absolute;inset:auto auto 12% 12%}.sb-bridge{grid-template-columns:1fr 110px 1fr;align-items:center;gap:.9rem;display:grid;position:relative}.sb-bridge--compact{min-height:250px}.sb-node{z-index:2;background:#fff;border:1px solid #0f234314;border-radius:24px;max-width:150px;padding:1rem .95rem;position:relative;box-shadow:0 14px 34px #0e274a14}.sb-node--left{justify-self:start;transform:translateY(12px)}.sb-node--right{justify-self:end;transform:translateY(-12px)}.sb-node__title{color:#0f2343;font-size:1rem;font-weight:800}.sb-node__text{color:#5a7191;margin-top:.45rem;font-size:.95rem;line-height:1.5}.sb-bridge__center{justify-content:center;align-items:center;height:160px;display:flex;position:relative}.sb-bridge__line{background:linear-gradient(90deg,#1d63ff 0%,#1fbf88 100%);border-radius:999px;width:100%;height:8px;position:absolute;box-shadow:0 0 30px #1fbf8859}.sb-bridge__pulse{background:#1fbf8838;border:1px solid #1fbf8866;border-radius:50%;width:68px;height:68px;animation:2.4s ease-in-out infinite sbPulse;position:absolute}.sb-bridge__label{z-index:2;color:#fff;letter-spacing:.01em;background:#0f2343;border-radius:999px;padding:.68rem .95rem;font-weight:800;position:relative}.sb-section{width:100%;padding:2.6rem 1rem 0}.sb-section__intro{text-align:center;max-width:760px;margin:0 auto}.sb-section__intro h2{color:#0f2343;letter-spacing:-.03em;margin:.85rem 0 0;font-size:clamp(2rem,3.8vw,3rem);line-height:1.08}.sb-section__intro p{color:#5b7191;margin:1rem auto 0;font-size:1.06rem;line-height:1.7}.sb-steps,.sb-section--split{gap:1.2rem;margin-top:2rem;display:grid}.sb-steps{grid-template-columns:repeat(4,minmax(0,1fr))}.sb-section--split{grid-template-columns:repeat(2,minmax(0,1fr));padding-bottom:1rem}.sb-step,.sb-split-card{background:#fff;border:1px solid #0f234314;border-radius:28px;padding:1.5rem;box-shadow:0 16px 38px #112b4f12}.sb-step span{color:#2a5cb4;background:#2659b514;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-weight:800;display:inline-flex}.sb-step h3,.sb-split-card h2{color:#0f2343;margin:1rem 0 0}.sb-step p,.sb-split-card p{color:#5b7191;margin-top:.7rem;line-height:1.65}.sb-split-card--accent{background:linear-gradient(135deg,#173f7a 0%,#1fa56f 100%)}.sb-split-card--accent,.sb-split-card--accent h2,.sb-split-card--accent p,.sb-split-card--accent .sb-kicker{color:#fff}.sb-split-card--accent .sb-kicker{background:#ffffff1f}@keyframes sbPulse{0%,to{opacity:.7;transform:scale(.92)}50%{opacity:1;transform:scale(1.08)}}@media (width<=1100px){.sb-hero{min-height:auto}.sb-hero__bottom{grid-template-columns:1fr;gap:1.5rem;min-height:auto}.sb-hero__bottom-left,.sb-hero__bottom-right{text-align:center;justify-content:center}.sb-hero__copy{max-width:720px}.sb-hero__actions{align-items:center}.sb-visual-card--compact{margin:0 auto}}@media (width<=900px){.sb-steps,.sb-section--split{grid-template-columns:1fr}.sb-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.sb-hero__content{padding:1rem 1rem 1.5rem}.sb-hero__headline h1{font-size:clamp(2.8rem,12vw,4.4rem)}.sb-hero__headline h2{font-size:clamp(2.5rem,11vw,4rem)}.sb-hero__lead{font-size:1.35rem;line-height:1.8}.sb-bridge{grid-template-columns:1fr;gap:1rem}.sb-bridge__center{height:120px}.sb-bridge__line{background:linear-gradient(#1d63ff 0%,#1fbf88 100%);width:8px;height:100%}.sb-node,.sb-node--left,.sb-node--right{justify-self:stretch;max-width:100%;transform:none}.sb-steps{grid-template-columns:1fr}}.role-page{background:linear-gradient(135deg,#eef4ff 0%,#f3f8ff 45%,#eefcf7 100%);border:1px solid #122d520f;border-radius:32px;min-height:calc(100vh - 48px);padding:1.5rem;position:relative;overflow:hidden;box-shadow:0 18px 40px #122a4c14}.role-page__bg{pointer-events:none;background:radial-gradient(circle at 10% 15%,#1d63ff1f,#0000 24%),radial-gradient(circle at 90% 18%,#1fbf881a,#0000 22%),radial-gradient(circle at 50% 100%,#0f23430d,#0000 30%);position:absolute;inset:0}.role-page__topbar,.role-page__content,.role-page__footer{z-index:1;position:relative}.role-page__topbar{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.4rem;display:flex}.role-page__brand{text-align:left}.role-page__brand h1{letter-spacing:-.04em;color:#0f2343;margin:0;font-size:clamp(2.6rem,4vw,4.4rem);line-height:.96}.role-page__brand p{color:#5b7191;margin:.7rem 0 0;font-size:1.1rem;line-height:1.55}.role-page__admin-btn,.role-page__contact-btn,.role-page__back-btn{color:#17335f;cursor:pointer;background:#ffffffd1;border:1px solid #10284d1f;border-radius:14px;padding:.9rem 1.15rem;font-size:.98rem;font-weight:700;transition:transform .18s,box-shadow .18s,background .18s;box-shadow:0 10px 24px #0e27490f}.role-page__admin-btn:hover,.role-page__contact-btn:hover,.role-page__back-btn:hover{background:#fff;transform:translateY(-1px);box-shadow:0 16px 30px #0e27491a}.role-page__content{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.4rem;min-height:420px;display:grid}.role-card{cursor:pointer;border:1px solid #0f234314;border-radius:30px;min-height:410px;transition:transform .22s,box-shadow .22s;position:relative;overflow:hidden;box-shadow:0 18px 40px #102b4f14}.role-card:hover{transform:translateY(-4px);box-shadow:0 24px 50px #102b4f24}.role-card__overlay{position:absolute;inset:0}.role-card--volunteer .role-card__overlay{background:linear-gradient(#ffffff1a,#ffffff05),linear-gradient(135deg,#13366b 0%,#1d63ff 42%,#25b87e 100%)}.role-card--ngo .role-card__overlay{background:linear-gradient(#ffffff14,#ffffff05),linear-gradient(135deg,#0f2343 0%,#173f7a 45%,#1ca370 100%)}.role-card__content{z-index:1;color:#fff;flex-direction:column;align-items:flex-start;height:100%;padding:1.75rem;display:flex;position:relative}.role-card__tag{letter-spacing:.04em;text-transform:uppercase;background:#ffffff24;border:1px solid #ffffff26;border-radius:999px;align-self:flex-start;padding:.48rem .78rem;font-size:.8rem;font-weight:800;display:inline-flex}.role-card h2{letter-spacing:-.03em;color:#fff;margin:1rem 0 0;font-size:clamp(1.85rem,3vw,2.9rem);font-weight:900;line-height:1.04}.role-card p{color:#ffffffeb;text-align:left;max-width:28rem;margin:.9rem 0 0;font-size:1rem;line-height:1.65}.role-card ul{color:#ffffffeb;text-align:left;align-self:flex-start;width:100%;max-width:28rem;margin:1rem 0 0;padding-left:1.1rem;font-size:.98rem;line-height:1.75}.role-card__action{margin-top:auto;padding-top:1rem}.role-card__action span{color:#fff;background:#ffffff1f;border:1px solid #fff3;border-radius:16px;justify-content:center;align-items:center;min-height:48px;padding:0 1rem;font-size:.98rem;font-weight:800;display:inline-flex;box-shadow:0 12px 24px #0d213f29}.role-page__footer{justify-content:space-between;align-items:center;gap:1rem;margin-top:1.3rem;display:flex}@media (width<=980px){.role-page__content{grid-template-columns:1fr;min-height:auto}.role-card{min-height:360px}.role-page__topbar,.role-page__footer{flex-direction:column;align-items:stretch}}.auth-choice-page{background:linear-gradient(135deg,#eef4ff 0%,#f3f8ff 45%,#eefcf7 100%);border:1px solid #122d520f;border-radius:32px;min-height:calc(100vh - 48px);padding:1.5rem;position:relative;overflow:hidden;box-shadow:0 18px 40px #122a4c14}.auth-choice-page__bg{pointer-events:none;background:radial-gradient(circle at 10% 15%,#1d63ff1f,#0000 24%),radial-gradient(circle at 90% 18%,#1fbf881a,#0000 22%),radial-gradient(circle at 50% 100%,#0f23430d,#0000 30%);position:absolute;inset:0}.auth-choice-page__topbar,.auth-choice-page__wrap{z-index:1;position:relative}.auth-choice-page__topbar{width:100%;margin:0 auto 1.2rem}.auth-choice-page__brand{text-align:left}.auth-choice-page__brand h1{letter-spacing:-.04em;color:#0f2343;margin:0;font-size:clamp(2.5rem,4vw,4.2rem);line-height:.95}.auth-choice-page__brand p{color:#5b7191;margin:.7rem 0 0;font-size:1.08rem;line-height:1.5}.auth-choice-page__wrap{justify-content:center;width:100%;margin:0 auto;display:flex}.auth-choice-card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffc7;border:1px solid #0f234314;border-radius:30px;width:min(100%,900px);padding:2rem;box-shadow:0 18px 40px #102b4f14}.auth-choice-card__header{text-align:center}.auth-choice-card__tag{color:#2a5cb4;letter-spacing:.04em;text-transform:uppercase;background:#2659b514;border-radius:999px;align-items:center;padding:.45rem .82rem;font-size:.82rem;font-weight:800;display:inline-flex}.auth-choice-card__header h2{letter-spacing:-.03em;color:#0f2343;margin:.9rem 0 0;font-size:clamp(1.9rem,3vw,2.8rem);line-height:1.08}.auth-choice-card__header p{color:#5b7191;max-width:720px;margin:.85rem auto 0;font-size:1.03rem;line-height:1.65}.auth-choice-card__actions{gap:.9rem;margin-top:1.6rem;display:grid}.auth-choice-btn{cursor:pointer;border-radius:18px;min-height:60px;padding:0 1.25rem;font-size:1.08rem;font-weight:800;transition:transform .18s,box-shadow .18s,background .18s}.auth-choice-btn:hover{transform:translateY(-1px)}.auth-choice-btn--primary{color:#fff;background:linear-gradient(135deg,#1d63ff 0%,#1fbf88 100%);border:none;box-shadow:0 14px 30px #1d63ff2e}.auth-choice-btn--secondary{color:#17335f;background:#ffffffe0;border:1px solid #122d521f;box-shadow:0 10px 24px #0f294c0d}.auth-choice-card__footer{justify-content:space-between;align-items:center;gap:1rem;margin-top:1.25rem;display:flex}.auth-choice-back-btn,.auth-choice-contact-btn{color:#2150a4;cursor:pointer;background:#fffc;border:1px solid #122d521a;border-radius:14px;padding:.9rem 1.15rem;font-size:.98rem;font-weight:700;transition:transform .18s,box-shadow .18s;box-shadow:0 10px 24px #0f294c0d}.auth-choice-back-btn:hover,.auth-choice-contact-btn:hover{transform:translateY(-1px);box-shadow:0 16px 28px #0f294c17}@media (width<=820px){.auth-choice-card__footer{flex-direction:column;align-items:stretch}}:root{color:#132238;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f8fc;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%}body{margin:0}a{color:inherit}button,input,textarea,select{font:inherit}
