:root{--font-sans:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans Bengali", sans-serif;--color-bg:#fff;--color-bg-subtle:#f7f7f8;--color-surface:#fff;--color-text:#16181d;--color-text-secondary:#3f3f46;--color-text-muted:#71717a;--color-border:#e4e4e7;--color-border-strong:#d4d4d8;--color-accent:#1d4ed8;--color-accent-hover:#1e40af;--color-accent-soft:#eff6ff;--color-success:#15803d;--color-success-soft:#f0fdf4;--color-success-border:#bbf7d0;--color-warning:#b45309;--color-warning-soft:#fffbeb;--color-warning-border:#fde68a;--color-danger:#b91c1c;--color-danger-soft:#fef2f2;--color-danger-border:#fecaca;--color-info:#075985;--color-info-soft:#f0f9ff;--color-info-border:#bae6fd;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--shadow-sm:0 1px 2px #1018280f;--shadow-md:0 4px 12px -2px #1018281a;--shadow-lg:0 12px 32px -8px #10182829;--container:1080px}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:1rem;line-height:1.6}h1,h2,h3,h4,p,figure,blockquote{margin:0}h1,h2,h3,h4{letter-spacing:-.01em;line-height:1.2}img,svg{max-width:100%;display:block}button,input,select,textarea{font:inherit;color:inherit}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}ul,ol{margin:0;padding:0}::selection{background:#1d4ed82e}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:4px}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:1rem}.container--narrow{max-width:720px}.u-hidden{display:none}.skip-link{z-index:100;background:var(--color-accent);color:#fff;border-radius:0 0 8px;padding:.625rem 1rem;position:absolute;top:0;left:-9999px}.skip-link:focus{left:0}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-main{flex:1 0 auto}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.btn{border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.5rem;font-weight:600;line-height:1.2;text-decoration:none;transition:background-color .15s,border-color .15s,box-shadow .15s,color .15s;display:inline-flex}.btn:hover{text-decoration:none}.btn:disabled{opacity:.55;cursor:not-allowed}.btn--sm{height:34px;padding-inline:.875rem;font-size:.875rem}.btn--md{height:40px;padding-inline:1.125rem;font-size:.9375rem}.btn--lg{height:48px;padding-inline:1.5rem;font-size:1rem}.btn--primary{background:var(--color-accent);color:#fff}.btn--primary:hover:not(:disabled){background:var(--color-accent-hover)}.btn--secondary{color:var(--color-text);background:#f4f4f5}.btn--secondary:hover:not(:disabled){background:#e4e4e7}.btn--outline{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border-strong)}.btn--outline:hover:not(:disabled){background:var(--color-bg-subtle);border-color:var(--color-text-muted)}.btn--ghost{color:var(--color-text-secondary);background:0 0}.btn--ghost:hover:not(:disabled){background:var(--color-bg-subtle);color:var(--color-text)}.btn--danger{background:var(--color-danger);color:#fff}.btn--danger:hover:not(:disabled){background:#991b1b}.btn__label{align-items:center;gap:.5rem;display:inline-flex}.btn--loading{cursor:wait}.btn__spinner{align-items:center;gap:3px;display:inline-flex}.btn__spinner span{opacity:.6;background:currentColor;border-radius:50%;width:4px;height:4px;animation:.9s ease-in-out infinite pulse}.btn__spinner span:nth-child(2){animation-delay:.15s}.btn__spinner span:nth-child(3){animation-delay:.3s}@keyframes pulse{0%,to{opacity:.25;transform:translateY(0)}50%{opacity:.9;transform:translateY(-2px)}}.field{gap:.375rem;display:grid}.field__label{color:var(--color-text);justify-content:space-between;align-items:center;gap:1rem;font-size:.875rem;font-weight:600;display:flex}.field__label>.field__count{color:var(--color-text-muted);font-weight:500}.field__input{background:var(--color-surface);border:1px solid var(--color-border-strong);border-radius:var(--radius-md);width:100%;height:42px;color:var(--color-text);padding:0 .8125rem;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.field__input::placeholder{color:var(--color-text-muted)}.field__input:hover:not(:disabled){border-color:var(--color-text-muted)}.field__input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-soft);outline:none}.field__input:disabled{background:var(--color-bg-subtle);color:var(--color-text-muted);cursor:not-allowed}.field__textarea{resize:vertical;min-height:140px;padding:.75rem .875rem;line-height:1.55}.field--error .field__input{border-color:var(--color-danger)}.field__error{color:var(--color-danger);align-items:flex-start;gap:.375rem;font-size:.8125rem;font-weight:500;display:flex}.field__hint{color:var(--color-text-muted);font-size:.8125rem}.field__count--below{color:var(--color-text-muted);font-size:.75rem}.field__select-wrap{position:relative}.field__select-wrap:after{content:"";border-right:1.5px solid var(--color-text-muted);border-bottom:1.5px solid var(--color-text-muted);pointer-events:none;width:8px;height:8px;position:absolute;top:50%;right:.875rem;transform:translateY(-70%)rotate(45deg)}.field__select-wrap select{appearance:none;cursor:pointer;padding-right:2.25rem}.country-select{position:relative}.country-select__trigger{background:var(--color-surface);border:1px solid var(--color-border-strong);border-radius:var(--radius-md);width:100%;height:42px;color:var(--color-text);cursor:pointer;justify-content:space-between;align-items:center;gap:.5rem;padding:0 .75rem;font-size:.875rem;font-weight:600;transition:border-color .15s,box-shadow .15s;display:inline-flex}.country-select__trigger:after{content:"";border-right:1.5px solid var(--color-text-muted);border-bottom:1.5px solid var(--color-text-muted);flex-shrink:0;width:8px;height:8px;margin-top:-2px;margin-left:.25rem;transform:rotate(45deg)}.country-select__trigger:hover:not(:disabled){border-color:var(--color-text-muted)}.country-select__trigger:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-soft);outline:none}.country-select__trigger[aria-expanded=true]{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-soft)}.country-select__trigger:disabled{background:var(--color-bg-subtle);color:var(--color-text-muted);cursor:not-allowed}.country-select__list{z-index:40;background:var(--color-surface);border:1px solid var(--color-border-strong);border-radius:var(--radius-md);width:300px;max-height:320px;box-shadow:var(--shadow-lg);margin:0;padding:.25rem;list-style:none;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto}.country-select__item{margin:0}.country-select__option{border-radius:var(--radius-sm);width:100%;color:var(--color-text);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem .625rem;font-size:.875rem;display:flex}.country-select__option:hover,.country-select__option:focus{background:var(--color-accent-soft);outline:none}.country-select__option--selected{background:var(--color-accent-soft);color:var(--color-accent);font-weight:600}.country-select__phone{color:var(--color-text-muted);font-variant-numeric:tabular-nums}.country-select__option--selected .country-select__phone{color:var(--color-accent)}.phone-entry{gap:.5rem;display:flex}.phone-entry__country{flex-shrink:0;width:150px}.phone-entry__number{flex:1;min-width:0;height:42px}.phone-entry__number.is-invalid{border-color:var(--color-danger)}.date-choice__chips{flex-wrap:wrap;gap:.5rem;display:flex}.date-choice__chip{border:1px solid var(--color-border-strong);background:var(--color-surface);height:38px;color:var(--color-text-secondary);cursor:pointer;border-radius:999px;padding-inline:.875rem;font-size:.875rem;font-weight:600;transition:background-color .15s,border-color .15s,color .15s}.date-choice__chip:hover:not(:disabled){border-color:var(--color-text-muted);color:var(--color-text)}.date-choice__chip--active{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.date-choice__chip:disabled{opacity:.55;cursor:not-allowed}.date-choice__custom{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.date-choice__custom input[type=date]{background:var(--color-surface);border:1px solid var(--color-border-strong);border-radius:var(--radius-md);height:40px;color:var(--color-text);padding:0 .625rem;font-size:.9375rem}.date-choice__custom input[type=date]:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-soft);outline:none}.date-choice__summary{color:var(--color-text-secondary);font-size:.8125rem}.badge{white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;gap:.375rem;padding:.1875rem .625rem;font-size:.75rem;font-weight:600;line-height:1.45;display:inline-flex}.badge--neutral{color:#3f3f46;background:#f4f4f5}.badge--warning{background:var(--color-warning-soft);color:var(--color-warning);border-color:var(--color-warning-border)}.badge--danger{background:var(--color-danger-soft);color:var(--color-danger);border-color:var(--color-danger-border)}.badge--success{background:var(--color-success-soft);color:var(--color-success);border-color:var(--color-success-border)}.badge--info{background:var(--color-info-soft);color:var(--color-info);border-color:var(--color-info-border)}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.checkbox{color:var(--color-text-secondary);cursor:pointer;align-items:flex-start;gap:.625rem;font-size:.9375rem;line-height:1.5;display:flex}.checkbox input{width:18px;height:18px;accent-color:var(--color-accent);cursor:pointer;flex:none;margin-top:.125rem}.file-upload{gap:.75rem;display:grid}.file-upload__dropzone{border:1.5px dashed var(--color-border-strong);border-radius:var(--radius-lg);background:var(--color-bg-subtle);text-align:center;flex-direction:column;align-items:center;gap:.375rem;padding:2rem 1.25rem;transition:border-color .15s,background-color .15s;display:flex}.file-upload--drag .file-upload__dropzone{border-color:var(--color-accent);background:var(--color-accent-soft)}.file-upload__icon{background:var(--color-accent-soft);width:44px;height:44px;color:var(--color-accent);border-radius:12px;place-items:center;display:grid}.file-upload__title{font-size:.9375rem;font-weight:600}.file-upload__subtitle{color:var(--color-text-muted);margin-bottom:.5rem;font-size:.8125rem}.file-upload__list{gap:.5rem;list-style:none;display:grid}.file-upload__item{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text-secondary);align-items:center;gap:.625rem;padding:.625rem .8125rem;font-size:.875rem;display:flex}.file-upload__name{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.file-upload__size{color:var(--color-text-muted);white-space:nowrap;font-size:.8125rem}.file-upload__remove{border-radius:var(--radius-sm);width:28px;height:28px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;place-items:center;transition:background-color .15s,color .15s;display:grid}.file-upload__remove:hover:not(:disabled){background:var(--color-danger-soft);color:var(--color-danger)}.file-upload__note{color:var(--color-text-muted);font-size:.8125rem}.loading-state{flex-direction:column;align-items:center;gap:.875rem;padding:2.5rem 1rem;display:flex}.loading-state__spinner{border:3px solid var(--color-border);border-top-color:var(--color-accent);border-radius:50%;width:28px;height:28px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading-state__text{color:var(--color-text-muted);font-size:.9375rem}.empty-state,.error-state{text-align:center;flex-direction:column;align-items:center;gap:.5rem;max-width:480px;margin-inline:auto;padding:3.5rem 1.5rem;display:flex}.empty-state__icon,.error-state__icon{background:var(--color-bg-subtle);width:56px;height:56px;color:var(--color-text-muted);border-radius:16px;place-items:center;margin-bottom:.5rem;display:grid}.error-state__icon{background:var(--color-danger-soft);color:var(--color-danger)}.empty-state__title,.error-state__title{font-size:1.25rem;font-weight:700}.empty-state__body,.error-state__message{color:var(--color-text-muted);font-size:.9375rem}.empty-state__action,.error-state__action{margin-top:.875rem}.navbar{z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--color-border);background:#ffffffeb;position:sticky;top:0}.navbar__inner{justify-content:space-between;align-items:center;height:60px;display:flex}.logo{color:var(--color-text);letter-spacing:-.01em;align-items:center;gap:.5625rem;font-size:1.0625rem;font-weight:700;display:inline-flex}.logo:hover{text-decoration:none}.logo__mark{background:var(--color-accent);color:#fff;width:34px;height:34px;box-shadow:var(--shadow-sm);border-radius:10px;place-items:center;display:grid}.logo__text strong{font-weight:700}.navbar__desktop{align-items:center;gap:1.75rem;display:flex}.navbar__link{color:var(--color-text-secondary);padding:.25rem 0;font-size:.9375rem;font-weight:500;position:relative}.navbar__link:hover{color:var(--color-text);text-decoration:none}.navbar__link--active{color:var(--color-accent)}.navbar__link--active:after{content:"";background:var(--color-accent);border-radius:2px;height:2px;position:absolute;bottom:-4px;left:0;right:0}.navbar__toggle{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:40px;height:40px;color:var(--color-text);cursor:pointer;justify-content:center;align-items:center;display:none}.navbar__mobile{border-top:1px solid var(--color-border);background:var(--color-surface);flex-direction:column;padding:.5rem .75rem .75rem;animation:.12s menu-in;display:flex}@keyframes menu-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.navbar__mobile-link{color:var(--color-text-secondary);border-radius:var(--radius-md);padding:.75rem .5rem;font-size:.9375rem;font-weight:500}.navbar__mobile-link:hover{background:var(--color-bg-subtle);color:var(--color-text);text-decoration:none}.navbar__mobile-link--active{color:var(--color-accent);background:var(--color-accent-soft)}.footer{border-top:1px solid var(--color-border);background:var(--color-bg-subtle);margin-top:3rem;padding:3rem 0 2.25rem}.footer__inner{gap:1.5rem;display:grid}.footer__tagline{color:var(--color-text-muted);margin-top:.75rem;font-size:.9375rem}.footer__nav{flex-wrap:wrap;gap:.5rem 1.5rem;display:flex}.footer__nav a{color:var(--color-text-secondary);font-size:.9375rem}.footer__nav a:hover{color:var(--color-accent)}.footer__legal{color:var(--color-text-muted);font-size:.8125rem}@media (width>=768px){.footer__inner{grid-template-columns:1fr auto;align-items:start}.footer__legal{grid-column:1/-1}}@media (width<=767px){.navbar__desktop{display:none}.navbar__toggle{display:inline-flex}}.page{padding:2.5rem 0 3rem}.page-header{margin-bottom:1.75rem}.page-header__title{margin-bottom:.5rem;font-size:clamp(1.625rem,4vw,2rem);font-weight:700}.page-header__subtitle{color:var(--color-text-muted);max-width:620px;font-size:1.0625rem}.hero{text-align:center;padding:clamp(3rem,8vh,5.5rem) 0 2.5rem}.hero__inner{flex-direction:column;align-items:center;display:flex}.hero__kicker{background:var(--color-accent-soft);color:var(--color-accent);letter-spacing:.01em;border-radius:999px;align-items:center;margin-bottom:1.25rem;padding:.25rem .875rem;font-size:.8125rem;font-weight:600;display:inline-flex}.hero__title{letter-spacing:-.02em;max-width:720px;margin-bottom:1rem;font-size:clamp(2rem,5.5vw,3.25rem);font-weight:740}.hero__subtitle{color:var(--color-text-secondary);max-width:560px;margin-bottom:2rem;font-size:clamp(1.0625rem,2.5vw,1.25rem)}.hero__search{width:100%;max-width:620px}.hero__note{color:var(--color-text-muted);margin-top:1.25rem;font-size:.8125rem}.search-bar{gap:.5rem;display:grid}.search-bar__input-row{background:var(--color-surface);border:1.5px solid var(--color-border-strong);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);align-items:center;gap:.5rem;padding:.5rem;transition:border-color .15s,box-shadow .15s;display:flex}.search-bar__input-row:focus-within{border-color:var(--color-accent);box-shadow:0 0 0 4px var(--color-accent-soft)}.search-bar__country{flex-shrink:0;width:auto}.search-bar .country-select__trigger{height:100%;min-height:38px;box-shadow:none;background:0 0;border:none;padding-inline:.5rem;font-size:.8125rem}.search-bar .country-select__trigger:hover:not(:disabled),.search-bar .country-select__trigger:focus,.search-bar .country-select__trigger[aria-expanded=true]{background:var(--color-bg-subtle);box-shadow:none;border:none}.search-bar input{min-width:0;height:100%;color:var(--color-text);background:0 0;border:none;flex:1;padding:.375rem .25rem;font-size:1rem}.search-bar input:focus{outline:none}.search-bar input::placeholder{color:var(--color-text-muted)}.search-bar__submit{flex-shrink:0}.search-bar__example{color:var(--color-text-muted);font-size:.875rem}.search-bar .field__error{padding-inline:.25rem}.home-section{padding:3.5rem 0}.home-section--muted{background:var(--color-bg-subtle);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.home-section__title{text-align:center;margin-bottom:2rem;font-size:clamp(1.375rem,3vw,1.75rem);font-weight:700}.home-steps{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;display:grid}.home-step{text-align:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);flex-direction:column;align-items:center;gap:.625rem;padding:1.75rem 1.25rem;display:flex}.home-step__icon{background:var(--color-accent-soft);width:48px;height:48px;color:var(--color-accent);border-radius:14px;place-items:center;display:grid}.home-step__title{font-size:1.0625rem;font-weight:700}.home-step__body{color:var(--color-text-muted);font-size:.9375rem}.home-trust{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;display:grid}.home-trust__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);flex-direction:column;gap:.625rem;padding:1.75rem;display:flex}.home-trust__icon{background:var(--color-bg-subtle);width:40px;height:40px;color:var(--color-text-secondary);border-radius:12px;place-items:center;display:grid}.home-trust__title{font-size:1.0625rem;font-weight:700}.home-trust__body{color:var(--color-text-muted);font-size:.9375rem}.page--search .page__search{margin-inline:auto;max-width:620px;margin-bottom:2.5rem}.search-prompt{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:3rem 1rem;display:flex}.search-prompt__icon{background:var(--color-bg-subtle);width:56px;height:56px;color:var(--color-text-muted);border-radius:16px;place-items:center;margin-bottom:.375rem;display:grid}.search-prompt__title{font-size:1.25rem;font-weight:700}.search-prompt__body{color:var(--color-text-muted);max-width:480px;font-size:.9375rem}.search-prompt__body code{background:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:6px;padding:.0625rem .375rem;font-size:.8125rem}.search-loading{flex-direction:column;align-items:center;gap:.5rem;padding:1rem 1rem 2rem;display:flex}.search-loading__number{color:var(--color-text-muted);font-size:.9375rem}.search-result{max-width:760px;margin-inline:auto}.search-result__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:1.25rem;display:flex}.search-result__label{text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);margin-bottom:.125rem;font-size:.8125rem;font-weight:600}.search-result__number{letter-spacing:-.01em;word-break:break-all;font-size:clamp(1.25rem,4vw,1.625rem);font-weight:700}.result{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding-top:1.75rem;display:flex}.result__icon{background:var(--color-bg-subtle);width:56px;height:56px;color:var(--color-text-muted);border-radius:16px;place-items:center;margin-bottom:.25rem;display:grid}.result__icon--warning{background:var(--color-warning-soft);color:var(--color-warning)}.result__title{font-size:1.375rem;font-weight:700}.result__body{color:var(--color-text-secondary);max-width:560px;font-size:1rem}.result__disclaimer{text-align:left;background:var(--color-info-soft);border:1px solid var(--color-info-border);color:var(--color-info);border-radius:var(--radius-md);align-items:flex-start;gap:.5rem;max-width:560px;margin-top:.5rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.result__actions{gap:.75rem;margin-top:.875rem;display:flex}.result__summary{width:100%;max-width:560px;margin-top:1rem;padding:1.25rem}.result__summary-grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.result__summary-item{gap:.25rem;display:grid}.result__summary-item dt{text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);font-size:.75rem;font-weight:600}.result__summary-item dd{color:var(--color-text);margin:0;font-size:.9375rem;font-weight:600}.result__categories{line-height:1.45}.report-history{text-align:left;width:100%;margin-top:2.5rem}.report-history__heading{color:var(--color-text);align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.report-history__heading h3{font-size:1.125rem;font-weight:700}.report-history__list{gap:.875rem;display:grid}.report-card{padding:1.125rem 1.25rem}.report-card__header{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.875rem;display:flex}.report-card__id{color:var(--color-text-muted);font-size:.8125rem;font-weight:600}.report-card__meta{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem;margin-bottom:.75rem;display:grid}.report-card__row{gap:.125rem;display:grid}.report-card__row dt{color:var(--color-text-muted);font-size:.75rem}.report-card__row dd{color:var(--color-text);margin:0;font-size:.875rem}.report-card__description{color:var(--color-text-secondary);font-size:.9375rem;line-height:1.6}.report-form{gap:1.75rem;display:grid}.report-form__section{border:none;gap:1.125rem;margin:0;padding:0;display:grid}.report-form__legend{margin-bottom:.375rem;padding:0;font-size:1.0625rem;font-weight:700}.report-form__section[disabled]{opacity:.7}.report-form__actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.form-success{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:clamp(2.5rem,8vh,4rem) 1rem;display:flex}.form-success__icon{background:var(--color-success-soft);width:64px;height:64px;color:var(--color-success);border-radius:18px;place-items:center;margin-bottom:.5rem;display:grid}.form-success__title{font-size:1.625rem;font-weight:700}.form-success__body{color:var(--color-text-secondary);max-width:480px;font-size:1rem}.form-success__ref{color:var(--color-text-muted);font-size:.8125rem}.form-success__note,.form-success__warn{max-width:480px;font-size:.875rem}.form-success__note{color:var(--color-success)}.form-success__warn{color:var(--color-warning)}.form-success__actions{margin-top:.875rem}.form-error{border-radius:var(--radius-md);background:var(--color-danger-soft);border:1px solid var(--color-danger-border);color:var(--color-danger);align-items:center;gap:.625rem;padding:.75rem 1rem;font-size:.9375rem;display:flex}.prose{max-width:680px;color:var(--color-text-secondary);font-size:1rem;line-height:1.7}.prose h2{color:var(--color-text);margin:2.25rem 0 .75rem;font-size:1.375rem;font-weight:700}.prose h2:first-of-type{margin-top:0}.prose p{margin:.75rem 0}.prose ul{margin:.75rem 0;padding-left:1.25rem;list-style-type:disc}.prose li{margin:.375rem 0}.placeholder-note{background:var(--color-info-soft);border:1px solid var(--color-info-border);color:var(--color-info);border-radius:var(--radius-md);margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.875rem}.guideline-example{border:1px solid var(--color-success-border);background:var(--color-success-soft);border-radius:var(--radius-lg);margin:1.25rem 0;padding:1rem 1.25rem}.guideline-example--bad{border-color:var(--color-danger-border);background:var(--color-danger-soft)}.guideline-example__label{color:var(--color-success);align-items:center;gap:.375rem;margin-bottom:.5rem;font-weight:700;display:flex}.guideline-example--bad .guideline-example__label{color:var(--color-danger)}.guideline-example ul{margin:0}.not-found{text-align:center;flex-direction:column;align-items:center;gap:.625rem;padding:clamp(3rem,10vh,5rem) 1rem;display:flex}.not-found__icon{background:var(--color-bg-subtle);width:64px;height:64px;color:var(--color-text-muted);border-radius:18px;place-items:center;margin-bottom:.5rem;display:grid}.not-found__title{font-size:1.625rem;font-weight:700}.not-found__body{color:var(--color-text-muted);font-size:.9375rem}.not-found__actions{margin-top:.875rem}@media (width<=767px){.page{padding:1.75rem 0 2.5rem}.result__summary-grid{grid-template-columns:1fr;gap:.875rem}.search-result__header{flex-direction:column;gap:.5rem}.report-form__actions{flex-direction:column;align-items:stretch}.report-form__actions .btn{width:100%}}.account-panel{max-width:560px;margin:4rem auto 0}.account-panel .account-form{padding:2rem}.account-form__title{margin:0 0 .25rem;font-size:1.4rem}.account-form__intro{color:var(--color-text-muted);margin:0 0 1.25rem}.account-form__grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.account-form__actions{margin-top:1.25rem}.account-header{margin:2.5rem 0 1.5rem}.account-header__title{margin:0 0 .25rem;font-size:1.75rem}.account-header__subtitle{color:var(--color-text-muted);margin:0}.account-section{margin-bottom:2rem}.account-section__title{margin:0 0 1rem;font-size:1.1rem}.account-cards{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.account-stat{flex-direction:column;gap:.4rem;padding:1.25rem;display:flex}.account-stat__value{font-size:2rem;font-weight:700;line-height:1}.account-stat__label{color:var(--color-text-muted)}.account-stat__badge{align-self:flex-start}.alert{border-radius:var(--radius-sm);margin-bottom:1rem;padding:.75rem 1rem;font-size:.95rem}.alert--error{background:var(--color-danger-soft);border:1px solid var(--color-danger-border);color:var(--color-danger)}.alert--warn{background:var(--color-warning-soft);border:1px solid var(--color-warning-border);color:var(--color-warning)}.alert code{background:#0000000d;border-radius:4px;padding:.1em .35em}.account-table{flex-direction:column;font-size:.95rem;display:flex}.account-table__row{border-bottom:1px solid var(--color-border);grid-template-columns:1.2fr 1.6fr .8fr 1fr 1fr 1.2fr;align-items:center;gap:1rem;padding:.6rem 0;display:grid}.account-table__row--head{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;border-bottom-color:var(--color-border-strong);font-size:.8rem}.account-table__row:last-child{border-bottom:none}.account-actions{flex-wrap:wrap;gap:.5rem;display:inline-flex}.volunteer-layout{grid-template-columns:minmax(260px,380px) 1fr;align-items:start;gap:1.5rem;margin-bottom:2rem;display:grid}.volunteer-layout--bottom{grid-template-columns:1fr 1fr}.volunteer-list{flex-direction:column;gap:.75rem;max-height:70vh;display:flex;overflow-y:auto}.volunteer-item{text-align:left;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);cursor:pointer;width:100%;font:inherit;color:inherit;flex-direction:column;gap:.35rem;padding:1rem;display:flex}.volunteer-item:hover{border-color:var(--color-accent)}.volunteer-item--active{border-color:var(--color-accent);background:var(--color-accent-soft)}.volunteer-item__top{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.volunteer-item__phone{font-weight:600}.volunteer-item__desc{color:var(--color-text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.9rem;display:-webkit-box;overflow:hidden}.volunteer-item__meta{color:var(--color-text-muted);font-size:.8rem}.volunteer-report{padding:1.5rem}.volunteer-report__head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.volunteer-report__phone{color:var(--color-text-secondary);margin:.25rem 0 0}.volunteer-report__body{margin:1.25rem 0 .5rem;line-height:1.6}.volunteer-report__meta{color:var(--color-text-muted);margin:0 0 1.25rem;font-size:.9rem}.volunteer-report__subtitle{margin:1.25rem 0 .5rem;font-size:1rem}.volunteer-report__files,.volunteer-report__notes{flex-direction:column;gap:.4rem;margin:0;padding-left:1.25rem;display:flex}.volunteer-report__muted{color:var(--color-text-muted);font-size:.9rem}.volunteer-actions{flex-wrap:wrap;gap:.75rem;display:flex}@media (width<=760px){.account-form__grid,.volunteer-layout,.volunteer-layout--bottom{grid-template-columns:1fr}.account-table__row{grid-template-columns:1fr;gap:.25rem;padding:.9rem 0}.account-table__row--head{display:none}}
