:root{color-scheme:light;--color-background: #fdf7f0;--color-background-alt: #f6efe7;--color-surface: rgba(255, 255, 255, .9);--color-surface-strong: #ffffff;--color-surface-soft: rgba(255, 255, 255, .6);--color-text: #2f241f;--color-text-muted: #6b5c55;--color-accent: #ef8354;--color-accent-strong: #d86b3c;--color-success: #0a7d4f;--color-error: #cc2f43;--color-border: rgba(111, 97, 92, .16);--shadow-soft: 0 20px 45px rgba(80, 60, 50, .08);--radius-sm: 12px;--radius-md: 20px;--radius-lg: 28px}*,*:before,*:after{box-sizing:border-box}html{min-height:100%;background:var(--color-background)}body{margin:0;min-height:100%;font-family:Heebo,Rubik,Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;background:radial-gradient(circle at top right,var(--color-background-alt),var(--color-background));color:var(--color-text);line-height:1.7;direction:inherit}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}button{font:inherit}img{max-width:100%;display:block}.container{width:min(1120px,calc(100% - 32px));margin-inline:auto}.page-shell{min-height:100vh;display:flex;flex-direction:column}.page-shell main{flex:1}.site-header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fdf7f0bf;border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:20;transition:transform .4s ease,opacity .3s ease}.site-header--hidden{transform:translateY(-100%);opacity:0;pointer-events:none}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 0}.brand-link{display:flex;align-items:center;gap:12px;font-weight:700;font-size:1.125rem;color:var(--color-text)}.brand-mark{width:64px;height:64px;display:block;object-fit:contain;filter:drop-shadow(0 12px 22px rgba(0,0,0,.15));transition:transform .4s ease}.actions-row{display:flex;align-items:center;gap:12px}[data-scroll-section]{scroll-margin-top:120px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:12px 24px;border:1px solid transparent;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;min-height:44px}.button:disabled{opacity:.6;cursor:not-allowed}.button--primary{background:linear-gradient(135deg,var(--color-accent),var(--color-accent-strong));color:#fff;box-shadow:0 12px 24px #ef835452}.button--primary:hover{transform:translateY(-1px);box-shadow:0 18px 32px #ef83545c}.button--secondary{background:var(--color-surface-strong);border-color:var(--color-border);color:var(--color-text);box-shadow:var(--shadow-soft)}.button--secondary:hover{transform:translateY(-1px)}.button--ghost{background:transparent;border-color:var(--color-border);color:var(--color-text-muted);box-shadow:none}.button--ghost:hover{transform:translateY(-1px);color:var(--color-text);border-color:var(--color-text-muted)}.privacy-policy__notice{color:var(--color-text-muted);margin:12px 0 0;font-size:.95rem}.privacy-policy__content{display:flex;flex-direction:column;gap:16px;color:var(--color-text-muted);font-size:1rem;line-height:1.75}.privacy-policy__content p{margin:0}.hero{padding:clamp(60px,16vw,140px) 0 72px}.hero--subpage{padding:clamp(72px,18vw,160px) 0 64px}.hero__content{display:grid;gap:24px;text-align:center}.hero__eyebrow{font-size:1rem;font-weight:700;color:var(--color-accent-strong)}.hero__title{font-size:clamp(2.2rem,5vw,3.2rem);font-weight:800;margin:0;line-height:1.2}.hero__subtitle{font-size:clamp(1.05rem,2.2vw,1.3rem);margin:0;color:var(--color-text-muted)}.hero__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:8px}.hero__copy{display:grid;gap:12px;color:var(--color-text-muted);text-align:center;margin:0 auto;max-width:680px}.surface-card{background:var(--color-surface);border-radius:var(--radius-lg);padding:clamp(28px,4vw,40px);box-shadow:var(--shadow-soft);border:1px solid rgba(255,255,255,.4)}.section-spacing{padding:72px 0}.section-spacing--muted{background:var(--color-surface-soft)}.donate-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.donate-card__title{margin:0 0 12px;font-size:1.25rem;color:var(--color-text)}.donate-card__description{margin:0;color:var(--color-text-muted);line-height:1.6}.donate-impact__list{margin:0;padding-inline-start:20px;color:var(--color-text-muted);line-height:1.7;display:grid;gap:12px}.donate-impact__cta{margin-top:24px;display:flex;justify-content:center}.section-header{text-align:center;margin-bottom:40px}.section-title{margin:0;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800}.section-subtitle{margin:12px auto 0;color:var(--color-text-muted);max-width:640px;font-size:1.05rem}.features-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.feature-card{background:var(--color-surface-strong);border-radius:var(--radius-md);padding:24px;border:1px solid var(--color-border);box-shadow:var(--shadow-soft)}.feature-card h3{margin-top:0;margin-bottom:12px;font-size:1.2rem}.feature-card p{margin:0;color:var(--color-text-muted);font-size:.95rem}.faq-list{display:grid;gap:16px}.faq-item{background:var(--color-surface-strong);border-radius:var(--radius-md);border:1px solid var(--color-border);padding:16px 20px;box-shadow:var(--shadow-soft)}.faq-item summary{cursor:pointer;font-weight:600;font-size:1rem;outline:none}.faq-item p{margin:12px 0 0;color:var(--color-text-muted);font-size:.95rem}.site-footer{padding:48px 0;border-top:1px solid var(--color-border);background:#fff9;margin-top:80px}.site-footer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:24px;font-weight:500;color:var(--color-text-muted)}.site-footer__meta{text-align:center;color:var(--color-text-muted);font-size:.9rem}.user-chip{display:inline-flex;align-items:center;gap:12px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:999px;padding:8px 18px;box-shadow:var(--shadow-soft)}.user-chip__avatar{width:36px;height:36px;border-radius:50%;background:var(--color-accent);color:#fff;font-weight:700;display:inline-flex;align-items:center;justify-content:center;font-size:1rem}.user-chip__info{display:flex;flex-direction:column;gap:2px;text-align:right}.user-chip__name{font-weight:600;font-size:.95rem}.user-chip__actions{display:flex;gap:6px}.user-chip__button{border:none;background:transparent;color:var(--color-accent-strong);font-weight:600;cursor:pointer;padding:0}.settings-card{display:grid;gap:20px}.settings-sections{display:flex;flex-direction:column;gap:32px}.settings-section-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.settings-section-title{margin:0;font-size:1.4rem;font-weight:600;color:var(--color-text)}.settings-section-subtitle{margin:4px 0 0;color:var(--color-text-muted);max-width:520px}.settings-muted-text{margin:0;color:var(--color-text-muted)}.settings-error-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;border-radius:var(--radius-sm);background:#d32f2f14;color:#b71c1c}.settings-error-text{margin:0;color:#b71c1c}.settings-success-text{margin:0;color:#1b5e20}.settings-card--addresses,.settings-card--vendors,.settings-card--preferences{gap:24px}.vendors-list{display:grid;gap:12px}.vendors-option{display:flex;align-items:center;gap:12px;padding:14px 18px;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface-strong);box-shadow:var(--shadow-soft);font-size:1rem;color:var(--color-text)}.vendors-option input{width:18px;height:18px}.vendors-option__name{flex:1}.preferences-list{display:grid;gap:16px}.preferences-group{display:flex;flex-direction:column;gap:12px;padding:18px 20px;border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface-strong);box-shadow:var(--shadow-soft)}.preferences-group__header{display:flex;flex-direction:column;gap:6px}.preferences-group__title{margin:0;font-size:1.1rem;font-weight:700}.preferences-group__description{margin:0;color:var(--color-text-muted)}.preferences-options{display:grid;gap:10px}.preferences-option{display:flex;gap:12px;align-items:flex-start;padding:12px 14px;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface)}.preferences-option input{width:18px;height:18px;margin-top:2px}.preferences-option__body{flex:1;display:flex;flex-direction:column;gap:4px}.preferences-option__label{font-weight:600}.preferences-option__description{margin:0;color:var(--color-text-muted);font-size:.95rem}.address-form{display:flex;flex-direction:column;gap:20px}.address-form__title{margin:0;font-size:1.1rem;font-weight:600}.address-form-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.address-form__default{display:flex;align-items:center;gap:10px;font-size:.95rem;color:var(--color-text)}.address-form__default input{width:18px;height:18px}.address-form-actions{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}.address-list{display:grid;gap:16px}.address-item{display:grid;gap:12px;padding:18px 22px;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface-strong);box-shadow:var(--shadow-soft)}.address-item__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.address-item__title{font-weight:600;font-size:1rem}.address-item__details{display:grid;gap:6px;color:var(--color-text-muted);font-size:.95rem}.address-item__note{color:var(--color-text)}.address-item__actions{display:flex;flex-wrap:wrap;gap:10px}.address-default-badge{padding:4px 10px;border-radius:999px;background:#ef835429;color:var(--color-accent-strong);font-size:.8rem;font-weight:600}.registration-form{width:100%;max-width:380px;margin:0 auto;padding:24px 24px 28px;display:flex;flex-direction:column;gap:18px;border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface-strong);box-shadow:var(--shadow-soft)}.registration-form__field{display:flex;flex-direction:column;gap:6px}.registration-form__label{font-weight:600;font-size:.95rem;color:var(--color-text)}.registration-form__input{border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:12px 14px;font-size:1rem;color:var(--color-text);background:var(--color-surface);transition:border-color .2s ease,box-shadow .2s ease}.registration-form__input:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #ef83542e}.registration-form__checkbox{display:flex;gap:12px;align-items:flex-start;padding:12px 14px;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface);font-size:.9rem;line-height:1.5}.registration-form__checkbox-input{width:20px;height:20px;margin-top:2px;accent-color:var(--color-accent)}.registration-form__checkbox-text a{color:var(--color-accent-strong);font-weight:600}.registration-form__error{margin:0;font-size:.9rem;color:var(--color-error);text-align:center}.registration-form__actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.registration-form__action{flex:1;min-width:140px}@media (max-width: 480px){.registration-form{padding:20px}.registration-form__checkbox,.registration-form__actions{flex-direction:column}.registration-form__action{width:100%}}.settings-row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;padding-bottom:16px;border-bottom:1px solid var(--color-border)}.settings-row:last-child{border-bottom:none;padding-bottom:0}.settings-label{font-weight:600;color:var(--color-text)}.settings-value{color:var(--color-text-muted)}@media (max-width: 640px){.site-header__inner{flex-direction:column;align-items:stretch}.actions-row,.brand-link,.user-chip{justify-content:center}.settings-row{flex-direction:column;align-items:flex-start}}
