:root {
    --brand-blue-800: #183e59;
    --brand-blue-700: #357595;
    --brand-green-600: #6f8f72;
    --color-attention-red: #d63b35;
    --color-text: #333333;
    --color-text-secondary: #5f6b70;
    --color-text-tertiary: #8a9698;
    --color-background: #f0f2f1;
    --color-surface: #ffffff;
    --color-surface-subtle: #f5f7f6;
    --color-border: #d9dfdd;
    --font-sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "Source Han Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--color-text);
    background: var(--color-background);
    font-family: var(--font-sans);
}

* { box-sizing: border-box; }

body { min-width: 320px; min-height: 100vh; margin: 0; font-size: .875rem; line-height: 1.6; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
input, input:focus, input:focus-visible { outline: none; box-shadow: none; }

.site-shell { min-height: 100vh; padding-bottom: 86px; padding-bottom: calc(86px + env(safe-area-inset-bottom)); background: var(--color-surface); }
.site-header { display: flex; align-items: center; height: 68px; padding: 0 20px; background: var(--color-surface); border-bottom: 1px solid var(--color-border); }
.brand { display: inline-flex; width: 78vw; max-width: 286px; }
.brand img { display: block; width: 100%; height: auto; }
.site-footer { display: grid; justify-items: center; gap: 4px; max-width: 760px; margin: 0 auto; padding: 20px; color: var(--color-text-tertiary); border-top: 1px solid var(--color-border); background: var(--color-surface); font-size: .75rem; line-height: 1.5; text-align: center; }
.site-footer p { margin: 0; }
.site-footer__filing { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 4px 10px; }
.site-footer__filing img { display: block; width: 16px; height: 16px; object-fit: contain; }
.home-main { width: 100%; max-width: 760px; margin: 0 auto; background: var(--color-surface); }

.hero-section { background: var(--color-surface); }
.hero-poster { position: relative; width: 100%; height: 0; padding-top: 100%; overflow: hidden; background: #dfe8ed; }
.hero-poster > img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-video-cluster { position: absolute; top: 48%; right: 0; left: 0; }
.hero-video-label { display: block; width: max-content; max-width: calc(100% - 32px); margin: 0 auto 8px; padding: 5px 14px; color: #ffffff; border-radius: 999px; background: #3b7668; font-size: .75rem; font-weight: 600; line-height: 1.4; text-align: center; }
.hero-video-window { position: relative; width: 72%; height: 0; margin: 0 auto; padding-top: 40.5%; overflow: hidden; background: #071f3e; }
.brand-video { position: absolute; inset: 0; display: block; width: 100%; height: 100%; background: #071f3e; object-fit: cover; }
.brand-video__trigger { position: absolute; inset: 0; display: grid; place-items: center; padding: 0; color: #fff; border: 0; background: transparent; cursor: pointer; }
.play-control { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid rgba(255, 255, 255, .92); border-radius: 50%; background: rgba(24, 62, 89, .4); }
.play-control svg { width: 25px; height: 25px; margin-left: 2px; }

.home-transition { display: block; width: 100%; height: 42px; margin-bottom: -1px; object-fit: fill; }
.quick-section, .news-section { padding: 28px 20px; }
.quick-section { padding-top: 24px; padding-bottom: 26px; background: transparent; }
.quick-section h2, .section-heading h2 { margin: 0; color: var(--color-text); font-size: 1rem; font-weight: 700; line-height: 1.4; }
.quick-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.quick-action { display: grid; min-width: 0; gap: 8px; place-items: center; padding: 0 4px; color: var(--color-text-secondary); border: 0; background: transparent; cursor: pointer; }
.quick-action--customer-service { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; overflow: visible; }
.customer-service-unread-badge { position: absolute; top: -8px; right: -8px; z-index: 2; display: flex; box-sizing: border-box; width: 22px; height: 22px; align-items: center; justify-content: center; padding: 0; color: #ffffff; border: 2px solid #ffffff; border-radius: 50%; background: #d63b35; font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; line-height: 1; pointer-events: none; }
.customer-service-unread-badge[hidden] { display: none; }
#customer-service-trigger { position: relative; overflow: visible; }
#customer-service-trigger > .customer-service-unread-badge { position: absolute !important; top: -8px !important; right: -8px !important; z-index: 2 !important; display: flex !important; flex: 0 0 22px !important; box-sizing: border-box !important; min-width: 22px !important; width: 22px !important; max-width: 22px !important; min-height: 22px !important; height: 22px !important; max-height: 22px !important; align-items: center !important; justify-content: center !important; margin: 0 !important; padding: 0 !important; overflow: visible !important; color: #ffffff !important; border: 2px solid #ffffff !important; border-radius: 50% !important; background: #d63b35 !important; font-family: Arial, sans-serif !important; font-size: 10px !important; font-weight: 700 !important; line-height: 1 !important; text-overflow: clip !important; white-space: normal !important; pointer-events: none !important; }
.quick-action svg { width: 32px; height: 32px; fill: none; stroke: var(--brand-blue-700); stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.quick-action span { color: var(--brand-blue-800); font-size: .875rem; font-weight: 600; line-height: 1.35; white-space: nowrap; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--color-border); }
.section-heading h2 { color: var(--brand-blue-800); }
.text-action { padding: 4px 0; color: var(--brand-blue-700); border: 0; background: transparent; font-size: .875rem; font-weight: 600; cursor: pointer; }
.news-list { margin-top: 14px; }
.news-empty { display: flex; align-items: center; gap: 14px; padding: 16px 2px; border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
.news-empty svg { flex: 0 0 auto; width: 28px; height: 28px; fill: none; stroke: var(--brand-blue-700); stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.news-empty h3 { margin: 0; color: var(--color-text); font-size: 1rem; font-weight: 600; line-height: 1.4; }
.news-empty p { margin: 4px 0 0; color: var(--color-text-secondary); font-size: .875rem; line-height: 1.6; }
.home-news-item { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 14px 2px; border-top: 1px solid var(--color-border); color: inherit; text-decoration: none; }
.home-news-item:last-child { border-bottom: 1px solid var(--color-border); }
.home-news-item h3 { margin: 0; color: var(--color-text); font-size: 1rem; line-height: 1.45; }
.home-news-item p { display: -webkit-box; overflow: hidden; margin: 5px 0 0; color: var(--color-text-secondary); font-size: .875rem; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.home-news-item time { flex: 0 0 auto; color: var(--color-text-tertiary); font-size: .75rem; }
.news-page, .news-reader { padding: 24px 20px 40px; }
.news-page__head h1, .news-reader h1 { margin: 0; color: var(--brand-blue-800); font-size: 1rem; line-height: 1.4; }
.news-page__head p { margin: 6px 0 0; color: var(--color-text-secondary); font-size: .875rem; }
.news-page__list { margin-top: 20px; }
.news-page__item { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--color-border); color: inherit; text-decoration: none; }
.news-page__item:first-child { border-top: 1px solid var(--color-border); }
.news-page__item img { flex: 0 0 96px; width: 96px; height: 72px; object-fit: cover; }
.news-page__item h2 { margin: 0; color: var(--color-text); font-size: 1rem; line-height: 1.45; }
.news-page__item p { margin: 5px 0; color: var(--color-text-secondary); font-size: .875rem; line-height: 1.55; }
.news-page__item time, .news-reader time { color: var(--color-text-tertiary); font-size: .75rem; }
.news-page__empty { padding: 44px 0; text-align: center; color: var(--color-text-secondary); }
.news-reader article > header { padding-bottom: 16px; border-bottom: 1px solid var(--color-border); }
.news-reader__cover { display: block; width: 100%; margin: 20px 0; }
  .news-reader__content { margin-top: 20px; color: var(--color-text); font-size: 1rem; line-height: 1.9; white-space: normal; }
  .news-reader__content > :first-child { margin-top: 0; }
  .news-reader__content h2, .news-reader__content h3 { margin: 28px 0 12px; color: var(--brand-blue-800); line-height: 1.45; }
  .news-reader__content h2 { font-size: 1.125rem; }
  .news-reader__content h3 { font-size: 1rem; }
  .news-reader__content p, .news-reader__content blockquote, .news-reader__content ul, .news-reader__content ol { margin: 0 0 16px; }
  .news-reader__content ul, .news-reader__content ol { padding-left: 1.5em; }
  .news-reader__content ul { list-style: disc; }
  .news-reader__content ol { list-style: decimal; }
  .news-reader__content blockquote { padding-left: 14px; border-left: 1px solid var(--color-border); color: var(--color-text-secondary); }
  .news-reader__content a { color: var(--brand-blue-700); text-decoration: underline; text-underline-offset: 3px; }
  .news-reader__content hr { margin: 24px 0; border: 0; border-top: 1px solid var(--color-border); }
  .news-reader__content img { display: block; width: 100%; max-width: 100%; height: auto; }
  .news-reader__content .news-rich-video { margin: 20px 0; }
  .news-reader__content .news-rich-video video { display: block; width: 100%; max-width: 100%; height: auto; background: #071f3e; }
.secondary-link-button { display: block; margin-top: 24px; padding: 10px 16px; border: 1px solid var(--brand-blue-500); color: var(--brand-blue-800); text-align: center; text-decoration: none; }

.bottom-nav { position: fixed; z-index: 10; right: 0; bottom: 0; left: 0; display: flex; min-height: 72px; padding: 8px; padding-bottom: calc(8px + env(safe-area-inset-bottom)); border-top: 1px solid var(--color-border); background: rgba(255, 255, 255, .98); }
.bottom-nav__item { display: grid; flex: 1 1 0; min-width: 0; gap: 4px; place-items: center; padding: 0 1px; color: var(--color-text-tertiary); border: 0; background: transparent; font-size: .75rem; line-height: 1.25; text-decoration: none; cursor: pointer; }
.bottom-nav__item svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.bottom-nav__item.is-active { color: var(--brand-blue-700); font-weight: 600; }
.bottom-nav__item.is-navigating { color: var(--brand-blue-700); font-weight: 600; }
.bottom-nav__item.is-navigating svg { animation: bottom-navigation-pulse .7s ease-in-out infinite alternate; }
.bottom-nav__item:focus-visible, .quick-action:focus-visible, .text-action:focus-visible, .brand-video__trigger:focus-visible { outline: 3px solid rgba(53, 117, 149, .38); outline-offset: 3px; }
.notice { position: fixed; z-index: 20; right: 16px; bottom: 90px; left: 16px; display: none; padding: 12px 16px; color: #fff; background: #172033; box-shadow: 0 8px 22px rgba(23, 32, 51, .2); font-size: .875rem; line-height: 1.5; text-align: center; }
.notice.is-visible { display: block; }
.icon-sprite, .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; font-size: 1px; }

.has-interaction-modal { overflow: hidden; }
.has-home-contact-modal { overflow: hidden; }
.home-contact-modal { position: fixed; z-index: 120; inset: 0; display: none; padding: 12px; place-items: center; }
.home-contact-modal.is-visible { display: grid; }
.home-contact-modal__backdrop { position: absolute; inset: 0; background: rgba(24, 62, 89, .5); animation: home-contact-backdrop-in .22s ease-out both; }
.home-contact-modal__dialog { position: relative; z-index: 1; display: grid; width: min(100%, 430px); max-height: calc(100vh - 24px); padding: 22px 18px 18px; overflow-y: auto; border-radius: 16px; background: var(--color-surface); box-shadow: 0 18px 38px rgba(24, 62, 89, .22); outline: 0; animation: home-contact-dialog-in .22s cubic-bezier(.16, 1, .3, 1) both; }
.home-contact-modal__dialog h2 { margin: 0; color: var(--brand-blue-700); font-size: 1rem; font-weight: 700; line-height: 1.55; text-align: center; }
.home-contact-modal__dialog h2 a { color: inherit; text-decoration: none; }
.home-contact-modal__title-copy, .home-contact-modal__title-copy span, .home-contact-modal__download-label, .home-contact-modal__dialog h2 small { display: block; }
.home-contact-modal__title-copy span { white-space: nowrap; }
.home-contact-modal__download-label { margin-top: 4px; color: var(--color-attention-red); text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
.home-contact-modal__dialog h2 small { color: var(--color-text-secondary); font-size: .875rem; font-weight: 500; }
.home-contact-modal__qr { display: grid; width: min(100%, 336px); margin: 14px auto 0; place-items: center; overflow: hidden; background: var(--color-surface); }
.home-contact-modal__qr:has(p) { min-height: 180px; }
.home-contact-modal__qr img { display: block; width: 100%; height: auto; max-height: min(58vh, 460px); object-fit: contain; }
.home-contact-modal__qr p { margin: 0; color: var(--color-text-secondary); font-size: .875rem; line-height: 1.6; text-align: center; }
.home-contact-modal__confirm { width: 100%; min-height: 48px; margin-top: 18px; padding: 10px 16px; color: var(--color-surface); border: 0; border-radius: 6px; background: var(--brand-blue-700); font: inherit; font-size: 1rem; font-weight: 700; cursor: pointer; }
.home-contact-modal__dialog a:focus-visible, .home-contact-modal__confirm:focus-visible, .home-contact-modal__dialog:focus-visible { outline: 3px solid rgba(53, 117, 149, .48); outline-offset: 3px; }
.home-contact-modal.is-closing .home-contact-modal__backdrop { animation: home-contact-backdrop-out .2s ease-in both; }
.home-contact-modal.is-closing .home-contact-modal__dialog { animation: home-contact-dialog-out .2s ease-in both; }
@keyframes home-contact-backdrop-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes home-contact-backdrop-out { from { opacity: 1; } to { opacity: 0; } }
@keyframes home-contact-dialog-in { from { opacity: 0; transform: translateY(14px) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes home-contact-dialog-out { from { opacity: 1; transform: translateY(0) scale(1); } to { opacity: 0; transform: translateY(10px) scale(.98); } }
@media (prefers-reduced-motion: reduce) { .home-contact-modal__backdrop, .home-contact-modal__dialog { animation-duration: 1ms !important; } }
@media (max-width: 370px) { .home-contact-modal__title-copy span { white-space: normal; } }
.interaction-modal { position: fixed; z-index: 100; inset: 0; display: none; padding: 20px; place-items: center; }
.interaction-modal.is-visible { display: grid; }
.interaction-modal__backdrop { position: absolute; inset: 0; background: rgba(24, 62, 89, .44); }
.interaction-modal__dialog { position: relative; z-index: 1; width: min(100%, 376px); max-height: min(520px, calc(100vh - 40px)); padding: 24px 22px 20px; overflow-y: auto; color: var(--color-text); border-radius: 16px; background: var(--color-surface); box-shadow: 0 18px 38px rgba(24, 62, 89, .2); outline: 0; text-align: center; animation: interaction-modal-arrive .24s cubic-bezier(.16, 1, .3, 1) both; }
.interaction-modal__marker { display: grid; width: 40px; height: 40px; margin: 0 auto 10px; place-items: center; color: #3f755c; border-radius: 50%; background: #edf5ef; }
.interaction-modal__marker svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.interaction-modal--loading .interaction-modal__marker { display: none; }
.interaction-modal__dialog h2 { margin: 0; color: var(--brand-blue-800); font-size: .875rem; font-weight: 750; line-height: 1.45; }
.interaction-modal__dialog > p { margin: 8px 0 0; color: var(--color-text-secondary); font-size: .875rem; line-height: 1.65; }
.interaction-modal__errors { margin: 14px 0 0; padding: 10px 12px; color: #8b3528; background: #fff8f6; font-size: .875rem; line-height: 1.55; list-style: none; }
.interaction-modal__errors li + li { margin-top: 4px; }
.interaction-modal__dialog > .interaction-modal__error-time { margin: 12px 0 0; color: var(--color-text-secondary); font-size: .875rem; line-height: 1.5; font-variant-numeric: tabular-nums; }
.interaction-modal__actions { display: flex; justify-content: center; gap: 8px; margin-top: 20px; }
.interaction-modal__button { min-width: 104px; min-height: 44px; padding: 9px 14px; color: #ffffff; border: 0; border-radius: 8px; background: var(--brand-blue-800); font: inherit; font-size: .875rem; font-weight: 700; line-height: 1.4; cursor: pointer; }
.interaction-modal__button--secondary { color: var(--brand-blue-800); border: 0; background: #eef3f4; }
.interaction-modal__button:disabled { color: #ffffff; background: #7892a0; cursor: wait; }
.interaction-modal__button:focus-visible, .interaction-modal__dialog:focus-visible { outline: 3px solid rgba(53, 117, 149, .48); outline-offset: 3px; }
.interaction-modal__loading { width: 32px; height: 32px; margin: 0 auto 14px; border: 3px solid #d3e2df; border-top-color: #3f755c; border-radius: 50%; animation: interaction-spin .85s linear infinite; }
.interaction-modal__loading[hidden] { display: none; }
.auth-field input.is-invalid { border-color: #b42318; background: #fffafa; }

@keyframes interaction-spin { to { transform: rotate(360deg); } }
@keyframes bottom-navigation-pulse { to { opacity: .45; } }
@keyframes interaction-modal-arrive { from { opacity: 0; transform: translateY(10px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@media (prefers-reduced-motion: reduce) { .interaction-modal__dialog { animation: none; } }
.check-in-success-modal { position: fixed; z-index: 110; inset: 0; display: none; padding: 22px; place-items: center; }
.check-in-success-modal.is-visible { display: grid; }
.check-in-success-modal__backdrop { position: absolute; inset: 0; background: rgba(24, 62, 89, .5); }
.check-in-success-modal__dialog { position: relative; isolation: isolate; width: min(100%, 360px); padding: 32px 28px 28px; overflow: hidden; color: var(--color-text); border-radius: 22px; background: #ffffff; box-shadow: 0 18px 42px rgba(24, 62, 89, .24); outline: 0; text-align: center; animation: check-in-success-arrive .45s cubic-bezier(.16, 1, .3, 1) both; }
.check-in-success-modal__dialog::before, .check-in-success-modal__dialog::after { position: absolute; z-index: 0; border-radius: 50%; content: ""; pointer-events: none; }
.check-in-success-modal__dialog::before { top: -72px; left: -58px; width: 164px; height: 164px; background: #edf6ef; }
.check-in-success-modal__dialog::after { right: -80px; bottom: -85px; width: 180px; height: 180px; background: #eef5f1; }
.check-in-success-modal__dialog > * { position: relative; z-index: 1; }
.check-in-success-modal__emblem { width: 96px; height: 96px; margin: 0 auto 14px; color: #397455; animation: check-in-success-emblem .55s cubic-bezier(.16, 1, .3, 1) .08s both; }
.check-in-success-modal__emblem svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; }
.check-in-success-modal__leaf { fill: #d9ebd9; stroke-width: 1.7; }
.check-in-success-modal__leaf--right { fill: #dceff0; stroke: #357595; }
.check-in-success-modal__emblem circle { fill: #f6fbf7; stroke-width: 2; }
.check-in-success-modal__check { stroke-width: 3; stroke-dasharray: 34; stroke-dashoffset: 34; animation: check-in-success-check .36s cubic-bezier(.16, 1, .3, 1) .42s forwards; }
.check-in-success-modal h2 { margin: 0; color: #1f593f; font-size: 1rem; font-weight: 800; letter-spacing: -.02em; line-height: 1.35; }
.check-in-success-modal > p, .check-in-success-modal__dialog > p { margin: 7px 0 0; color: #5b7467; font-size: .875rem; line-height: 1.55; }
.check-in-success-modal__rewards { display: grid; gap: 7px; margin-top: 20px; padding: 12px 14px; border-radius: 12px; background: #f3f8f4; }
.check-in-success-modal__reward { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: baseline; gap: 6px; margin: 0 !important; color: #527565 !important; text-align: left; }
.check-in-success-modal__reward span { font-size: .875rem; font-weight: 650; }
.check-in-success-modal__reward strong { color: #1f6544; font-size: 1rem; font-weight: 800; font-variant-numeric: tabular-nums; letter-spacing: -.035em; line-height: 1; white-space: nowrap; }
.check-in-success-modal__reward em { color: #527565; font-size: .875rem; font-style: normal; font-weight: 650; }
.check-in-success-modal__button { display: block; width: 100%; min-height: 52px; margin-top: 26px; padding: 10px 16px; color: #ffffff; border: 0; border-radius: 12px; background: #2f7653; box-shadow: 0 8px 16px rgba(47, 118, 83, .2); font: inherit; font-size: 1rem; font-weight: 750; line-height: 1.4; cursor: pointer; }
.check-in-success-modal__button:focus-visible { outline: 3px solid rgba(53, 117, 149, .48); outline-offset: 3px; }
@keyframes check-in-success-arrive { from { opacity: 0; transform: translateY(16px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes check-in-success-emblem { from { opacity: 0; transform: scale(.7) rotate(-10deg); } to { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes check-in-success-check { to { stroke-dashoffset: 0; } }
@media (prefers-reduced-motion: reduce) { .check-in-success-modal__dialog, .check-in-success-modal__emblem, .check-in-success-modal__check { animation: none; stroke-dashoffset: 0; } }

.reuse-main { width: 100%; max-width: 760px; margin: 0 auto; background: var(--color-surface); }
.energy-main { width: 100%; max-width: 760px; margin: 0 auto; padding-bottom: 30px; background: var(--color-surface); }
.energy-hero { position: relative; height: 0; padding-top: 44%; overflow: hidden; background: #e9f2ed; }
.energy-hero > img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.energy-intro { padding: 28px 20px 0; }
.energy-intro h2 { margin: 0; color: var(--color-text); font-size: 1rem; font-weight: 750; line-height: 1.4; }
.energy-intro p { margin: 8px 0 0; color: var(--color-text-secondary); font-size: .875rem; line-height: 1.65; }
.energy-benefits { margin: 22px 20px 0; }
.energy-benefit { position: relative; padding: 21px 0 20px; border-top: 1px solid var(--color-border); }
.energy-benefit:last-child { border-bottom: 1px solid var(--color-border); }
.energy-benefit__heading { display: flex; align-items: center; gap: 9px; }
.energy-benefit__heading svg { width: 27px; height: 27px; fill: #e5f2e9; stroke: var(--brand-green-600); stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.energy-benefit--renovation .energy-benefit__heading svg { fill: #e3f0f1; stroke: var(--brand-blue-700); }
.energy-benefit h3 { margin: 0; color: var(--color-text); font-size: 1rem; font-weight: 750; line-height: 1.4; }
.energy-benefit__description { margin: 9px 0 0 36px; color: var(--color-text-secondary); font-size: .875rem; line-height: 1.55; }
.energy-benefit__content { min-width: 0; padding-right: 112px; }
.energy-benefit__amount { display: flex; min-width: 0; align-items: baseline; gap: 7px; margin: 16px 0 0 36px; color: var(--color-text-secondary); }
.energy-benefit__amount span { font-size: .875rem; font-weight: 600; white-space: nowrap; }
.energy-benefit__amount strong { color: #286249; font-size: 1rem; font-weight: 800; font-variant-numeric: tabular-nums; letter-spacing: -.025em; line-height: 1.1; white-space: nowrap; }
.energy-benefit__amount em { color: #426c5a; font-size: .875rem; font-style: normal; font-weight: 600; }
.energy-benefit--renovation .energy-benefit__amount strong { color: var(--brand-blue-800); }
.energy-benefit__action { position: absolute; right: 0; bottom: 20px; display: flex; width: fit-content; min-height: 40px; align-items: center; justify-content: center; margin: 0; padding: 8px 16px; color: #ffffff; border: 1px solid #3f755c; border-radius: 4px; background: #3f755c; font-size: .875rem; font-weight: 700; line-height: 1.4; text-decoration: none; cursor: pointer; }
.energy-benefit__action:active { background: #315f47; }
.energy-benefit__action--renovation { border-color: var(--brand-blue-800); background: var(--brand-blue-800); }
.energy-benefit__action--renovation:active { background: #102f45; }
.energy-benefit__action:focus-visible { outline: 3px solid rgba(53, 117, 149, .38); outline-offset: 3px; }
.energy-benefit__action:disabled, .energy-benefit__action[aria-disabled="true"] { opacity: .5; }
.energy-notice { margin: 17px 20px 0; color: var(--color-text-tertiary); font-size: .75rem; line-height: 1.55; }
.reuse-banner { position: relative; height: 0; padding-top: 54%; overflow: hidden; }
.reuse-banner > img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
.reuse-intro { padding: 30px 20px 4px; }
.reuse-projects-count { color: var(--brand-blue-700); font-size: .875rem; font-weight: 600; white-space: nowrap; }
.reuse-intro__lead { margin: 15px 0 0; color: var(--color-text-secondary); font-size: .875rem; font-weight: 500; line-height: 1.65; }
.reuse-guidance { display: flex; align-items: flex-start; gap: 10px; margin-top: 15px; padding: 13px 0; border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
.reuse-guidance svg { flex: 0 0 auto; width: 21px; height: 21px; margin-top: 1px; fill: none; stroke: var(--brand-blue-700); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.reuse-guidance p { margin: 0; color: var(--color-text-secondary); font-size: .875rem; line-height: 1.65; }
.reuse-project-list { padding: 8px 20px 28px; }
.reuse-project { padding: 27px 0 24px; border-bottom: 1px solid var(--color-border); }
.reuse-project__header { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; align-items: start; gap: 10px; }
.reuse-project__icon { width: 38px; height: 38px; margin-top: 1px; stroke-linecap: round; stroke-linejoin: round; }
.reuse-project__main { min-width: 0; }
.reuse-project__title { display: flex; flex-wrap: wrap; align-items: center; gap: 5px 7px; }
.reuse-project__header h2 { margin: 0; color: var(--color-text); font-size: 1rem; font-weight: 750; line-height: 1.4; }
.reuse-project__referral { display: inline-flex; align-items: center; min-height: 22px; padding: 2px 7px; color: #7a4a00; border-radius: 4px; background: #fff0c2; font-size: .75rem; font-weight: 800; line-height: 1.25; letter-spacing: .04em; white-space: nowrap; }
.reuse-project__amount { flex: 0 0 auto; margin: 0; color: var(--color-text-tertiary); font-size: .75rem; line-height: 1.2; text-align: right; }
.reuse-project__amount span, .reuse-project__amount strong { display: block; }
.reuse-project__amount strong { margin-top: 3px; color: var(--brand-blue-700); font-size: 1rem; font-weight: 800; line-height: 1.15; }
.reuse-project__aside { display: grid; justify-items: end; gap: 10px; }
.reuse-project__subscribe { display: inline-flex; min-width: 72px; min-height: 30px; align-items: center; justify-content: center; padding: 5px 9px; color: #ffffff; border: 1px solid var(--brand-green-600); border-radius: 8px; background: var(--brand-green-600); cursor: pointer; font: inherit; font-size: .75rem; font-weight: 700; line-height: 1.2; text-decoration: none; white-space: nowrap; }
.reuse-project__subscribe:focus-visible { outline: 2px solid rgba(47, 155, 80, .45); outline-offset: 2px; }
.reuse-project__summary { margin: 5px 0 0; color: var(--color-text-secondary); font-size: .875rem; line-height: 1.55; }
.reuse-project__details { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 19px 0 0 48px; padding: 14px 0 0; border-top: 1px solid var(--color-border); }
.reuse-project__details div { min-width: 0; }
.reuse-project__details dt { display: flex; align-items: center; gap: 4px; margin: 0; color: var(--color-text-tertiary); font-size: .75rem; line-height: 1.4; white-space: nowrap; }
.reuse-project__details dt svg { width: 13px; height: 13px; fill: none; stroke: var(--brand-green-600); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.reuse-project__details dd { margin: 4px 0 0; color: var(--brand-blue-800); font-size: .875rem; font-weight: 700; line-height: 1.35; white-space: nowrap; }
.reuse-empty { margin: 20px 0 0; color: var(--color-text-secondary); font-size: .875rem; line-height: 1.6; text-align: center; }

.invite-main { width: 100%; max-width: 760px; margin: 0 auto; background: var(--color-surface); }
.invite-poster-section { width: 100%; }
.invite-hero-banner { position: relative; z-index: 0; width: 100%; overflow: hidden; }
.invite-hero-banner img { display: block; width: 100%; height: auto; }
.invite-qr-panel { position: relative; z-index: 1; display: grid; box-sizing: border-box; width: 100%; aspect-ratio: 627 / 352; margin-top: -8%; padding: 14px 20px; overflow: hidden; place-items: center; }
.invite-qr-panel__background { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
.invite-share-poster__footer { position: relative; z-index: 1; display: grid; width: 100%; max-width: 350px; grid-template-columns: 88px minmax(0, 1fr); align-items: center; gap: 14px; margin: 0 auto; }
.invite-qr-example { width: 88px; height: 88px; padding: 4px; background: #ffffff; }
.invite-qr-example img { display: block; width: 100%; height: 100%; }
.invite-share-poster__identity { min-width: 0; }
.invite-share-poster__label { margin: 0; color: #6a8174; font-size: .75rem; font-weight: 700; line-height: 1.2; }
.invite-code-row { display: flex; align-items: center; justify-content: space-between; gap: 6px; margin-top: 2px; }
.invite-share-poster__identity strong { display: block; min-width: 0; color: var(--brand-blue-800); font-size: 1rem; font-weight: 800; letter-spacing: .08em; line-height: 1.2; }
.invite-poster-action { display: inline-flex; min-height: 28px; flex: 0 0 auto; align-items: center; justify-content: center; padding: 4px 8px; color: #3b7668; border: 1px solid #aac0b5; background: rgba(255, 255, 255, .9); font-size: .75rem; font-weight: 700; line-height: 1.2; cursor: pointer; }
.invite-poster-action--wide { width: 100%; margin-top: 5px; }
.invite-poster-action--save { gap: 4px; color: #357595; border-color: #98b9c8; }
.invite-poster-action--save svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.invite-poster-action--save:disabled { color: #6f858f; border-color: #bcc8cd; background: #edf1f2; cursor: wait; }
.invite-poster-action:focus-visible { outline: 2px solid rgba(53, 117, 149, .5); outline-offset: 2px; }
.invite-rewards { padding: 32px 20px 28px; }
.invite-rewards__heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--color-border); }
.invite-rewards__heading h2 { margin: 0; color: var(--brand-blue-800); font-size: 1rem; font-weight: 700; line-height: 1.4; }
.invite-rewards__heading p { display: flex; align-items: center; gap: 5px; margin: 0; color: var(--brand-blue-700); font-size: .875rem; font-weight: 700; line-height: 1.4; white-space: nowrap; }
.invite-rewards__heading svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.invite-reward-table-wrap { overflow-x: auto; }
.invite-reward-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.invite-reward-table th, .invite-reward-table td { padding: 14px 6px; border-bottom: 1px solid var(--color-border); text-align: center; }
.invite-reward-table thead th { color: var(--color-text-secondary); font-size: .75rem; font-weight: 600; line-height: 1.35; white-space: nowrap; }
.invite-reward-table tbody th { color: var(--color-text); font-size: .875rem; font-weight: 700; line-height: 1.35; white-space: nowrap; }
.invite-reward-table tbody td { color: var(--brand-blue-800); font-size: .875rem; font-weight: 800; letter-spacing: -.02em; line-height: 1.35; white-space: nowrap; }
.invite-reward-table tbody td:nth-child(2) { color: #4d806d; }
.invite-reward-table tbody td:nth-child(3) { color: #357595; }
.invite-reward-table tbody td:nth-child(4) { color: #a57443; }
.invite-empty { color: var(--color-text-secondary) !important; font-size: .875rem !important; font-weight: 400 !important; line-height: 1.6 !important; }
.invite-rewards__note { margin: 14px 6px 0; color: var(--color-text-secondary); font-size: .75rem; line-height: 1.65; }

.team-main { width: 100%; max-width: 760px; margin: 0 auto; background: var(--color-surface); }
.team-overview { position: relative; min-height: 270px; padding: 30px 20px 22px; overflow: hidden; }
.team-overview__art { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
.team-overview__content { position: relative; z-index: 1; width: 61%; min-width: 0; }
.team-overview h1 { margin: 0; color: var(--brand-blue-800); font-size: 1rem; font-weight: 750; line-height: 1.4; }
.team-overview__total { display: flex; align-items: baseline; margin-top: 20px; }
.team-overview__total span { margin-right: 11px; color: var(--color-text-secondary); font-size: .875rem; font-weight: 600; }
.team-overview__total strong { color: var(--brand-blue-800); font-size: 1rem; font-weight: 800; font-variant-numeric: tabular-nums; letter-spacing: -.04em; line-height: 1; }
.team-overview__total em { margin-left: 4px; color: var(--color-text-secondary); font-size: .875rem; font-style: normal; font-weight: 600; }
.team-overview__status { display: flex; align-items: center; gap: 8px; margin: 12px 0 0; color: var(--color-text-secondary); font-size: .875rem; line-height: 1.4; }
.team-overview__status strong { color: var(--brand-blue-700); font-weight: 700; }
.team-demo-note { margin: 12px 0 0; color: var(--color-text-tertiary); font-size: .75rem; line-height: 1.55; }
.team-section { padding: 32px 20px 0; }
.team-section--last { padding-bottom: 28px; }
.team-level-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 16px 12px 0; padding: 14px 12px; border-radius: 12px; background: #f4f8f5; }
.team-level-summary dl { min-width: 0; margin: 0; }
.team-level-summary dl + dl { border-left: 1px solid #dbe8e0; }
.team-level-summary dt { color: var(--brand-blue-800); font-size: .875rem; font-weight: 700; line-height: 1.4; text-align: center; }
.team-level-summary dd { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin: 10px 0 0; }
.team-level-summary dd span { display: grid; gap: 2px; justify-items: center; color: var(--color-text-secondary); font-size: .75rem; line-height: 1.25; }
.team-level-summary dd b { color: var(--brand-blue-800); font-size: .875rem; font-weight: 750; font-variant-numeric: tabular-nums; line-height: 1.2; }
.team-level-summary dd span:nth-child(2) b { color: var(--brand-blue-700); }
.team-level-summary dd small { font-size: .75rem; line-height: 1.2; }
.team-section__heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--color-border); }
.team-section__heading h2 { margin: 0; color: var(--brand-blue-800); font-size: 1rem; font-weight: 750; line-height: 1.4; }
.team-section__heading span { color: var(--brand-blue-700); font-size: .75rem; font-weight: 650; line-height: 1.4; white-space: nowrap; }
.team-section--last .team-section__heading { padding-bottom: 0; border-bottom: 0; }
.team-level-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 14px; border-bottom: 1px solid var(--color-border); }
.team-level-tabs a { display: flex; min-width: 0; min-height: 42px; align-items: center; justify-content: center; padding: 8px 4px 6px; color: var(--color-text-tertiary); border-bottom: 2px solid transparent; font-size: .875rem; font-weight: 600; line-height: 1.4; text-decoration: none; white-space: nowrap; }
.team-level-tabs a.is-active { color: var(--brand-blue-700); border-bottom-color: var(--brand-blue-700); font-weight: 750; }
.team-level-tabs a:focus-visible, .team-pagination a:focus-visible { outline: 2px solid rgba(53, 117, 149, .5); outline-offset: -2px; }
.team-member-list, .team-hierarchy-list { margin: 0; padding: 0; list-style: none; }
.team-member-list li { display: grid; grid-template-columns: minmax(48px, .75fr) 82px 46px minmax(62px, .9fr) 64px; min-height: 52px; align-items: center; column-gap: 4px; border-bottom: 1px solid var(--color-border); }
.team-member-list li:last-child { border-bottom: 0; }
.team-member-list__empty { display: flex !important; min-height: 84px !important; align-items: center; justify-content: center; color: var(--color-text-tertiary); font-size: .875rem; line-height: 1.5; }
.team-member-list__name, .team-member-list__phone, .team-member-list__status, .team-member-list__subscriptions, .team-member-list__result { overflow: hidden; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.team-member-list__name { color: var(--color-text); font-size: .875rem; font-weight: 700; line-height: 1.4; text-align: left; }
.team-member-list__phone { color: var(--color-text-secondary); font-size: .75rem; line-height: 1.4; font-variant-numeric: tabular-nums; }
.team-member-list__status { color: var(--brand-blue-700); font-size: .75rem; font-style: normal; font-weight: 650; line-height: 1.4; }
.team-member-list__subscriptions { color: #3d6956; font-size: .75rem; font-weight: 600; line-height: 1.4; }
.team-member-list__subscriptions b { font-weight: 800; font-variant-numeric: tabular-nums; }
.team-member-list__subscriptions small { margin-left: 2px; color: var(--color-text-secondary); font-size: .75rem; font-weight: 700; }
.team-member-list__subscriptions.is-empty { color: var(--color-text-tertiary); font-weight: 400; }
.team-member-list__result { margin: 0 !important; color: var(--color-text-secondary) !important; font-size: .75rem !important; font-weight: 400 !important; line-height: 1.4 !important; text-align: right; }
.team-member-list__result strong { color: var(--brand-blue-700); font-size: .875rem; font-weight: 800; font-variant-numeric: tabular-nums; }
.team-hierarchy-list li { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--color-border); }
.team-hierarchy-list__names { min-width: 0; }
.team-hierarchy-list__names span, .team-hierarchy-list__result span { display: block; color: var(--color-text-tertiary); font-size: .75rem; line-height: 1.35; }
.team-hierarchy-list__names strong { display: block; margin-top: 3px; overflow: hidden; color: var(--color-text); font-size: .875rem; font-weight: 700; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.team-hierarchy-list__result { min-width: 115px; text-align: right; }
.team-hierarchy-list__result strong { display: block; margin-top: 3px; color: var(--brand-blue-700); font-size: .875rem; font-weight: 800; font-variant-numeric: tabular-nums; line-height: 1.25; }
.team-hierarchy-list__result small { display: block; margin-top: 2px; color: var(--color-text-tertiary); font-size: .75rem; line-height: 1.35; }
.team-hierarchy-list--third .team-hierarchy-list__names strong { font-size: .875rem; }
.team-pagination { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 8px; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--color-border); color: var(--color-text-tertiary); font-size: .75rem; line-height: 1.4; }
.team-pagination a, .team-pagination > span { min-height: 36px; display: flex; align-items: center; }
.team-pagination a { color: var(--brand-blue-700); font-weight: 700; text-decoration: none; }
.team-pagination a:last-child, .team-pagination > span:last-child { justify-content: flex-end; }
.team-pagination > span:nth-child(2) { justify-content: center; white-space: nowrap; }
.team-pagination .is-disabled { color: var(--color-text-tertiary); }

@media (min-width: 761px) {
    body { background: #edf0ef; }
    .site-shell { width: 100%; max-width: 760px; margin: 0 auto; box-shadow: 0 0 0 1px rgba(174, 184, 187, .45); }
    .site-header { position: sticky; top: 0; z-index: 5; }
    .hero-poster { height: 660px; padding-top: 0; }
    .hero-video-label { margin-bottom: 10px; font-size: .875rem; }
    .home-transition { height: 52px; }
    .reuse-banner { height: 330px; padding-top: 0; }
    .energy-hero { height: 280px; padding-top: 0; }
    .invite-rewards { padding-right: 26px; padding-left: 26px; }
    .bottom-nav { width: 100%; max-width: 760px; right: 0; margin: 0 auto; }
    .notice { width: 728px; max-width: calc(100% - 32px); right: 0; left: 0; margin: 0 auto; }
}

@media (max-width: 370px) {
    .site-header { height: 60px; padding: 0 16px; }
    .bottom-nav__item { white-space: nowrap; font-size: .75rem; }
    .quick-section, .news-section { padding-right: 16px; padding-left: 16px; }
    .reuse-intro, .reuse-project-list { padding-right: 16px; padding-left: 16px; }
    .invite-rewards { padding-right: 16px; padding-left: 16px; }
    .team-overview, .team-section { padding-right: 16px; padding-left: 16px; }
    .team-level-summary { margin-right: 12px; margin-left: 12px; padding-right: 10px; padding-left: 10px; }
    .team-overview { min-height: 256px; padding-top: 26px; padding-bottom: 18px; }
    .team-overview__content { width: 62%; }
    .team-member-list__result { font-size: .75rem !important; }
    .team-hierarchy-list li { gap: 12px; }
    .invite-qr-panel { height: auto; padding: 12px 16px; }
    .invite-share-poster__footer { grid-template-columns: 82px minmax(0, 1fr); gap: 12px; }
    .invite-qr-example { width: 82px; height: 82px; }
    .invite-share-poster__identity strong { font-size: 1rem; }
    .invite-poster-action { min-height: 25px; padding-right: 6px; padding-left: 6px; font-size: .75rem; }
    .energy-intro { padding: 22px 16px 0; }
    .energy-benefits { margin: 18px 16px 0; }
    .energy-benefit { padding: 17px 0; }
    .energy-benefit__description { margin-left: 34px; }
    .energy-benefit__amount { margin-top: 13px; margin-left: 34px; }
    .energy-benefit__action { right: 0; bottom: 17px; margin: 0; }
    .energy-notice { margin-right: 16px; margin-left: 16px; }
    .reuse-project__header { grid-template-columns: 32px minmax(0, 1fr) auto; gap: 8px; }
    .reuse-project__icon { width: 32px; height: 32px; }
    .reuse-project__details { margin-left: 40px; }
    .reuse-project__details { gap: 4px; }
    .reuse-project__details dd { font-size: .875rem; }
    .play-control { width: 44px; height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; }
    .interaction-modal__loading, .bottom-nav__item.is-navigating svg { animation: none; }
}

.auth-page { background: var(--color-background); }
.auth-shell { width: 100%; min-height: 100vh; max-width: 760px; margin: 0 auto; background: var(--color-surface); }
.auth-header { display: flex; align-items: center; min-height: 76px; padding: 16px 24px; border-bottom: 1px solid var(--color-border); }
.auth-brand { display: block; width: min(286px, 86vw); }
.auth-brand img { display: block; width: 100%; height: auto; }
.auth-main { padding: 42px 24px 52px; }
.auth-panel { width: 100%; max-width: 520px; margin: 0 auto; }
.auth-panel h1 { margin: 0; color: var(--brand-blue-800); font-size: 1rem; font-weight: 700; line-height: 1.35; }
.auth-description { margin: 10px 0 30px; color: var(--color-text-secondary); font-size: 1rem; line-height: 1.65; }
.auth-form { display: grid; gap: 22px; }
.auth-field { min-width: 0; }
.auth-field label { display: block; margin-bottom: 9px; color: var(--color-text); font-size: 1rem; font-weight: 600; line-height: 1.45; }
.auth-field label span { color: var(--color-text-secondary); font-size: .875rem; font-weight: 400; }
.auth-field input { display: block; width: 100%; min-height: 54px; padding: 12px 14px; color: var(--color-text); border: 1px solid #aeb8bb; border-radius: 4px; background: #ffffff; font: inherit; font-size: 1rem; line-height: 1.4; }
.auth-field input::placeholder { color: #8a9698; opacity: 1; }
.auth-field input:focus { border-color: var(--brand-blue-700); }
.fund-application-summary, .fund-application-details { margin: 0; padding: 0; }
.fund-application-summary { margin-bottom: 26px; border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
.fund-application-summary div, .fund-application-details div { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 12px; padding: 12px 0; }
.fund-application-summary div + div, .fund-application-details div + div { border-top: 1px solid #e3ebe6; }
.fund-application-summary dt, .fund-application-details dt { color: var(--color-text-secondary); font-size: .875rem; line-height: 1.55; }
.fund-application-summary dd, .fund-application-details dd { min-width: 0; margin: 0; color: var(--color-text); font-size: .875rem; font-weight: 600; line-height: 1.55; overflow-wrap: anywhere; }
.fund-application-details { border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
.fund-application-details__note dd { white-space: pre-wrap; }
.fund-application-details__note dt, .fund-application-details__note dd { color: #8b4a3f; }
.fund-application-status__header { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.fund-application-status__header h1 { margin: 0; color: var(--brand-blue-800); font-size: 1rem; font-weight: 700; line-height: 1.35; }
.fund-application-status__badge { flex: 0 0 auto; padding: 4px 9px; color: #5f6d67; border-radius: 999px; background: #edf1ef; font-size: .75rem; font-weight: 700; line-height: 1.3; }
.fund-application-status__badge--approved { color: #315f47; background: #e2efe5; }
.fund-application-status__badge--rejected { color: #8b4a3f; background: #faece8; }
.fund-application-status__feedback { margin: -12px 0 20px; padding: 11px 13px; color: #315f47; border: 1px solid #a9c1b2; background: #f7fbf8; font-size: .875rem; line-height: 1.55; }
.auth-captcha-row { display: grid; grid-template-columns: minmax(0, 1fr) 176px; gap: 12px; align-items: stretch; }
.auth-captcha-visual { display: grid; grid-template-columns: 1fr 64px; min-height: 54px; overflow: hidden; border: 1px solid #aeb8bb; border-radius: 4px; background: #ffffff; }
.auth-captcha-visual img { display: block; width: 100%; height: 52px; object-fit: fill; }
.auth-captcha-refresh { min-height: 52px; padding: 0 6px; color: var(--brand-blue-800); border: 0; border-left: 1px solid #aeb8bb; background: #f5f7f6; font: inherit; font-size: .875rem; font-weight: 600; cursor: pointer; }
.auth-field-help { margin: 8px 0 0; color: var(--color-text-secondary); font-size: .875rem; line-height: 1.5; }
.auth-field-error { margin: 7px 0 0; color: #9a2f24; font-size: .875rem; font-weight: 600; line-height: 1.5; }
.auth-submit { min-height: 56px; padding: 12px 20px; color: #ffffff; border: 1px solid var(--brand-blue-800); border-radius: 4px; background: var(--brand-blue-800); font: inherit; font-size: 1rem; font-weight: 700; line-height: 1.35; cursor: pointer; }
.auth-submit:focus-visible, .auth-captcha-refresh:focus-visible, .auth-switch a:focus-visible { outline: 3px solid rgba(53, 117, 149, .38); outline-offset: 3px; }
.auth-submit:active { background: #102f45; }
.auth-switch { margin: 28px 0 0; color: var(--color-text-secondary); font-size: 1rem; line-height: 1.6; text-align: center; }
.auth-switch a { color: var(--brand-blue-700); font-weight: 700; }
.auth-support-links { display: flex; align-items: center; justify-content: center; margin-top: 16px; }
.auth-support-links a, .auth-support-links button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 8px 18px; color: var(--color-attention-red); border: 0; background: transparent; font: inherit; font-size: .875rem; font-weight: 700; line-height: 1.4; text-decoration: none; cursor: pointer; }
.auth-support-links > * + * { border-left: 1px solid var(--color-border); }
.auth-support-links a:focus-visible, .auth-support-links button:focus-visible { border-radius: 3px; outline: 3px solid rgba(53, 117, 149, .38); outline-offset: 2px; }
.account-records { width: 100%; max-width: 520px; margin: 0 auto; }
.account-records__header { margin-bottom: 20px; }
.account-records__header h1 { margin: 0; color: var(--brand-blue-800); font-size: 1rem; font-weight: 700; line-height: 1.35; }
.account-records__header p { margin: 8px 0 0; color: var(--color-text-secondary); font-size: .875rem; line-height: 1.65; }
.account-records__ledger { margin: 0; padding: 0; list-style: none; }
.account-records__ledger li { padding: 13px 0; }
.account-records__ledger li + li { border-top: 1px solid #e3ebe6; }
.account-records__item-head { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
.account-records__item-head strong { min-width: 0; color: var(--color-text); font-size: .875rem; font-weight: 700; line-height: 1.45; }
.account-records__item-head time { flex: 0 0 auto; color: var(--color-text-tertiary); font-size: .75rem; line-height: 1.4; white-space: nowrap; }
.account-records__entry-amounts { display: flex; flex-wrap: wrap; gap: 4px 14px; margin: 5px 0 0; color: var(--color-text-secondary); font-size: .875rem; line-height: 1.45; }
.account-records__entry-amounts span { white-space: nowrap; }
.account-records__entry-amounts b { font-weight: 750; font-variant-numeric: tabular-nums; letter-spacing: -.01em; }
.account-records__entry-amounts .is-energy { color: #3d6956; }
.account-records__entry-amounts .is-renovation { color: var(--brand-blue-700); }
.account-records__entry-amounts .is-cash { color: #8b6d4b; }
.account-records__entry-amounts .is-product { color: #466b72; }
.fund-filter { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 7px; margin: -2px 0 16px; }
.fund-filter a { display: flex; min-width: 0; min-height: 36px; grid-column: span 2; align-items: center; justify-content: center; padding: 6px 4px; color: var(--color-text-secondary); border-radius: 999px; background: #f1f5f2; font-size: .75rem; font-weight: 650; line-height: 1.3; text-align: center; text-decoration: none; white-space: nowrap; }
.fund-filter a:nth-child(n + 4) { grid-column: span 3; }
.fund-filter a.is-active { color: #ffffff; background: #3f755c; }
.fund-filter a:focus-visible { outline: 3px solid rgba(53, 117, 149, .38); outline-offset: 2px; }
.account-records__empty { margin: 0; padding: 20px 0; color: var(--color-text-secondary); font-size: .875rem; line-height: 1.5; text-align: center; }
.account-records__empty-state { display: grid; min-height: 192px; place-content: center; justify-items: center; padding: 22px; color: var(--color-text-secondary); background: #f4f8f5; text-align: center; }
.account-records__empty-state svg { width: 36px; height: 36px; fill: none; stroke: #628172; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.account-records__empty-state h2 { margin: 14px 0 0; color: var(--brand-blue-800); font-size: 1rem; font-weight: 700; line-height: 1.45; }
.account-records__empty-state p { margin: 5px 0 0; font-size: .875rem; line-height: 1.5; }
.account-records__feedback { margin: 0 0 16px; padding: 11px 13px; color: #315f47; border-radius: 10px; background: #edf5ef; font-size: .875rem; line-height: 1.55; }
.account-records__pagination { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 8px; margin-top: 14px; color: var(--color-text-tertiary); font-size: .75rem; line-height: 1.4; }
.account-records__pagination a, .account-records__pagination span { min-height: 32px; display: flex; align-items: center; }
.account-records__pagination a { color: var(--brand-blue-700); font-weight: 700; text-decoration: none; }
.account-records__pagination a:last-child, .account-records__pagination span:last-child { justify-content: flex-end; }
.account-records__pagination span:nth-child(2) { justify-content: center; white-space: nowrap; }
.account-records__back { display: flex; min-height: 44px; align-items: center; justify-content: center; margin-top: 24px; color: var(--brand-blue-700); font-size: .875rem; font-weight: 650; text-decoration: none; }
.account-records__back:focus-visible, .account-records__pagination a:focus-visible { outline: 3px solid rgba(53, 117, 149, .38); outline-offset: 3px; }
.subscription-ledger__amount { margin: 7px 0 0; color: var(--color-text-secondary); font-size: .875rem; line-height: 1.45; }
.subscription-ledger__amount b { margin-left: 4px; color: var(--brand-blue-800); font-weight: 750; font-variant-numeric: tabular-nums; }
.subscription-ledger__meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 5px; color: var(--color-text-tertiary); font-size: .75rem; line-height: 1.45; }
.subscription-ledger__meta span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.subscription-ledger__meta time { flex: 0 0 auto; white-space: nowrap; }
.subscription-ledger__income { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin: 9px 0 0; padding-top: 9px; border-top: 1px solid #edf1ef; font-size: .8125rem; line-height: 1.45; }
.subscription-ledger__income span { color: var(--color-text-secondary); }
.subscription-ledger__income b { color: var(--color-text); font-weight: 700; text-align: right; }
.subscription-ledger__income--progress b { color: #466b72; }
.subscription-ledger__income--completed b { color: #3d6956; }
.subscription-ledger__income--pending b { color: #8b6d4b; }
.subscription-status { flex: 0 0 auto; padding: 3px 7px; border-radius: 999px; font-size: .75rem; font-weight: 700; line-height: 1.3; }
.subscription-status--paid { color: #315f47; background: #eaf4ed; }
.subscription-status--pending { color: #765e3c; background: #f7f0e5; }
.subscription-status--cancelled, .subscription-status--refunded { color: #8b4a3f; background: #faece8; }
.auth-feedback { margin: 0 0 24px; padding: 13px 15px; color: #6c3f33; border: 1px solid #caa99e; background: #fffaf7; font-size: .875rem; line-height: 1.6; }
.auth-feedback p { margin: 0; font-weight: 700; }
.auth-feedback ul { margin: 4px 0 0; padding-left: 20px; }
.auth-feedback--success { color: #3d6956; border-color: #a9c1b2; background: #f7fbf8; }
.auth-submit--link { display: flex; align-items: center; justify-content: center; margin-top: 28px; text-align: center; text-decoration: none; }
.checkout-page__header p { margin: 8px 0 22px; color: var(--color-text-secondary); font-size: .875rem; line-height: 1.6; }
.checkout-product { padding: 18px; border-radius: 12px; background: #f2f7f3; }
.checkout-product__heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.checkout-product__heading > div { min-width: 0; }
.checkout-product__heading h2 { margin: 0; color: var(--brand-blue-800); font-size: 1rem; font-weight: 750; line-height: 1.4; }
.checkout-product__heading > div > strong { display: inline-block; margin-top: 7px; color: #8a5a14; font-size: .75rem; font-weight: 700; line-height: 1.3; }
.checkout-product__heading > p { flex: 0 0 auto; margin: 0; text-align: right; }
.checkout-product__heading > p span { display: block; color: var(--color-text-secondary); font-size: .75rem; line-height: 1.3; }
.checkout-product__heading > p b { display: block; margin-top: 3px; color: #2f6d4e; font-size: 1rem; font-weight: 800; font-variant-numeric: tabular-nums; line-height: 1.3; }
.checkout-product__summary { margin: 14px 0 0; color: var(--color-text-secondary); font-size: .875rem; line-height: 1.6; }
.checkout-product__details { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 16px 0 0; padding-top: 14px; border-top: 1px solid #d7e4db; }
.checkout-product__details > div { min-width: 0; padding: 0 8px; text-align: center; }
.checkout-product__details > div:first-child { padding-left: 0; }
.checkout-product__details > div:last-child { padding-right: 0; }
.checkout-product__details dt { overflow: hidden; color: var(--color-text-secondary); font-size: .75rem; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.checkout-product__details dd { margin: 4px 0 0; color: var(--brand-blue-800); font-size: .875rem; font-weight: 750; font-variant-numeric: tabular-nums; line-height: 1.4; }
.checkout-payment { min-width: 0; margin: 24px 0 0; padding: 0; border: 0; }
.checkout-payment legend { width: 100%; margin: 0; padding: 0 0 8px; color: var(--brand-blue-800); font-size: 1rem; font-weight: 700; line-height: 1.4; }
.checkout-payment__option { display: grid; grid-template-columns: 20px 34px minmax(0, 1fr); min-height: 62px; align-items: center; gap: 12px; border-bottom: 1px solid var(--color-border); cursor: pointer; }
.checkout-payment__option input { width: 18px; height: 18px; margin: 0; accent-color: #3f755c; }
.checkout-payment__option input:focus-visible { outline: none; box-shadow: none; }
.checkout-payment__icon { display: flex; width: 34px; height: 34px; align-items: center; justify-content: center; border-radius: 8px; background: #f5f7f6; }
.checkout-payment__icon svg { display: block; width: 27px; height: 27px; overflow: hidden; }
.checkout-payment__icon--alipay { color: #1677ff; }
.checkout-payment__icon--wechat { color: #2f9b50; }
.checkout-payment__copy { min-width: 0; }
.checkout-payment__copy strong { display: block; color: var(--color-text); font-size: .875rem; font-weight: 700; line-height: 1.4; }
.checkout-payment__copy small { display: block; margin-top: 2px; color: var(--color-text-tertiary); font-size: .75rem; line-height: 1.35; }
.checkout-total { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-top: 22px; }
.checkout-total span { color: var(--color-text-secondary); font-size: .875rem; line-height: 1.4; }
.checkout-total strong { color: #2f6d4e; font-size: 1rem; font-weight: 800; font-variant-numeric: tabular-nums; line-height: 1.3; }
.checkout-submit { width: 100%; min-height: 50px; margin-top: 14px; border-color: #3f755c; background: #3f755c; }
.checkout-submit:active { background: #315f49; }
.checkout-page__notice { margin: 10px 0 0; color: var(--color-text-tertiary); font-size: .75rem; line-height: 1.55; text-align: center; }
.checkout-page__notice--simulation { color: #6d6658; }
.checkout-page__notice--simulation strong { color: #8a5a14; font-weight: 750; }
.checkout-page .auth-switch { margin-top: 20px; font-size: .875rem; }
.real-name-summary { margin: 28px 0 0; }
.real-name-summary > div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--color-border); }
.real-name-summary dt { color: var(--color-text-secondary); font-size: .875rem; line-height: 1.5; }
.real-name-summary dd { margin: 0; color: var(--color-text); font-size: 1rem; font-weight: 650; line-height: 1.5; text-align: right; }

@media (min-width: 761px) {
    .auth-shell { box-shadow: 0 0 0 1px rgba(174, 184, 187, .45); }
    .auth-main { padding-top: 58px; }
}

@media (max-width: 370px) {
    .auth-header { min-height: 68px; padding-right: 16px; padding-left: 16px; }
    .auth-main { padding: 32px 16px 42px; }
    .auth-captcha-row { grid-template-columns: minmax(0, 1fr) 150px; gap: 8px; }
    .auth-captcha-visual { grid-template-columns: 1fr 56px; }
    .auth-captcha-refresh { font-size: .75rem; }
}

.personal-main { width: 100%; max-width: 760px; margin: 0 auto; padding: 0 20px 24px; background: var(--color-surface); }
.profile-feedback { margin: 0 -20px; padding: 12px 20px; color: #3d6956; border-bottom: 1px solid #a9c1b2; background: #f7fbf8; font-size: .875rem; line-height: 1.55; }
.profile-summary { display: grid; grid-template-columns: 84px minmax(0, 1fr) auto; align-items: center; gap: 14px; padding: 20px 0 18px; }
.profile-avatar { display: block; width: 84px; height: 84px; border: 1px solid var(--color-border); border-radius: 50%; background: #ffffff; object-fit: cover; }
.profile-summary__identity { min-width: 0; }
.profile-summary h1 { margin: 0; overflow: hidden; color: var(--color-text); font-size: 1rem; font-weight: 700; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.profile-summary__identity > p { margin: 4px 0 0; color: var(--color-text-secondary); font-size: 1rem; line-height: 1.5; }
.profile-invite-code { display: flex; align-items: center; gap: 8px; margin-top: 5px; color: var(--brand-blue-800); font-size: .875rem; font-weight: 600; line-height: 1.4; }
.profile-invite-code button { min-height: 28px; padding: 3px 8px; color: var(--brand-blue-700); border: 1px solid #98b9c8; border-radius: 3px; background: #ffffff; font: inherit; font-size: .75rem; font-weight: 700; cursor: pointer; }
.profile-check-in button { display: flex; width: 64px; min-height: 64px; flex-direction: column; align-items: center; justify-content: center; gap: 4px; padding: 4px; color: #3d6956; border: 0; border-radius: 0; background: transparent; font: inherit; font-size: .75rem; font-weight: 700; cursor: pointer; }
.profile-check-in svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.profile-check-in button:disabled { color: var(--color-text-tertiary); cursor: default; }
.profile-balance-section { padding-top: 8px; }
.profile-shortcuts-section { padding-top: 24px; }
.profile-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.profile-section-heading h2 { margin: 0; color: var(--brand-blue-800); font-size: 1rem; font-weight: 700; line-height: 1.4; }
.profile-section-heading button { padding: 4px 0; color: var(--brand-blue-700); border: 0; background: transparent; font: inherit; font-size: .875rem; font-weight: 600; cursor: pointer; }
.profile-balances { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 8px; margin: 0; padding: 12px 14px; overflow: hidden; border-radius: 18px; background: #f1f6f3; box-shadow: 0 8px 18px rgba(24, 62, 89, .08); }
.profile-balances::after { position: absolute; top: -48px; right: -28px; width: 116px; height: 116px; border-radius: 50%; background: #deece1; content: ""; pointer-events: none; }
.profile-balance { position: relative; z-index: 1; min-width: 0; min-height: 80px; padding: 0; }
.profile-balance dt { position: relative; z-index: 1; display: flex; align-items: center; gap: 5px; overflow: hidden; color: var(--color-text-secondary); font-size: .75rem; font-weight: 650; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.profile-balance dt svg { flex: 0 0 auto; width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.profile-balance dt span { overflow: hidden; text-overflow: ellipsis; }
.profile-balance dd { position: relative; z-index: 1; margin: 8px 0 0; overflow: visible; color: var(--brand-blue-800); font-size: 1rem; font-weight: 750; font-variant-numeric: tabular-nums; letter-spacing: -.02em; line-height: 1.2; white-space: nowrap; }
.profile-balance:not(:first-child) dd { font-size: 1rem; }
.profile-balance--green dt, .profile-balance--green dd { color: #3d6956; }
.profile-balance--warm dt, .profile-balance--warm dd { color: #8b6d4b; }
.profile-balance--product dt, .profile-balance--product dd { color: #466b72; }
.profile-balance__actions { display: flex; align-items: center; gap: 5px; margin-top: 7px; }
.profile-balance__actions a, .profile-balance__actions button { display: inline-flex; min-height: 24px; align-items: center; justify-content: center; padding: 3px 8px; border: 0; border-radius: 5px; font: inherit; font-size: .75rem; font-weight: 650; line-height: 1.25; text-decoration: none; cursor: pointer; }
.profile-balance__withdraw { color: #ffffff; background: #3f755c; }
.profile-balance__details { color: #315f47; background: #dfece3; }
.profile-balance__actions a:focus-visible, .profile-balance__actions button:focus-visible { outline: 3px solid rgba(53, 117, 149, .38); outline-offset: 2px; }
.profile-shortcuts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px 6px; padding-top: 16px; }
.profile-shortcut { display: flex; min-width: 0; min-height: 76px; flex-direction: column; align-items: center; justify-content: flex-start; padding: 0 2px; color: var(--color-text); border: 0; background: transparent; font: inherit; text-align: center; text-decoration: none; cursor: pointer; }
.profile-shortcut svg { width: 31px; height: 31px; fill: none; stroke: var(--brand-blue-700); stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.profile-shortcut span { width: 100%; overflow: hidden; margin-top: 6px; color: var(--color-text); font-size: .875rem; font-weight: 650; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.profile-shortcut small { width: 100%; overflow: hidden; margin-top: 2px; color: var(--color-text-tertiary); font-size: .75rem; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.profile-logout { padding: 24px 0 8px; }
.profile-logout button { display: block; width: 100%; min-height: 52px; padding: 10px 16px; color: #75443a; border: 1px solid #caa99e; border-radius: 4px; background: #ffffff; font: inherit; font-size: 1rem; font-weight: 600; cursor: pointer; }
.profile-check-in button:focus-visible, .profile-invite-code button:focus-visible, .profile-section-heading button:focus-visible, .profile-shortcut:focus-visible, .profile-logout button:focus-visible { outline: 3px solid rgba(53, 117, 149, .38); outline-offset: 3px; }

.group-chat-main { width: 100%; max-width: 520px; margin: 0 auto; padding: 28px 20px 34px; background: var(--color-surface); }
.group-chat-heading { text-align: center; }
.group-chat-heading h1 { margin: 0; color: var(--brand-blue-800); font-size: 1rem; font-weight: 750; line-height: 1.45; }
.group-chat-heading p { margin: 7px 0 0; color: var(--color-text-secondary); font-size: .875rem; line-height: 1.6; }
.group-chat-qr { display: grid; justify-items: center; margin: 0; }
.group-chat-qr__app-entry { display: flex; min-width: 0; flex-wrap: wrap; align-items: center; justify-content: center; gap: 2px 10px; margin-bottom: 8px; text-align: center; }
.group-chat-qr__app-download { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; color: var(--color-attention-red); font-size: .875rem; font-weight: 750; line-height: 1.4; text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
.group-chat-qr__invitation-code { max-width: 100%; overflow-wrap: anywhere; color: var(--brand-blue-800); font-size: .875rem; font-weight: 700; line-height: 1.5; }
.group-chat-qr__frame { display: grid; box-sizing: border-box; width: min(78vw, 300px); aspect-ratio: 7 / 10; padding: 14px; overflow: hidden; place-items: center; border-radius: 14px; background: #ffffff; box-shadow: 0 10px 24px rgba(24, 62, 89, .12); }
.group-chat-qr img { display: block; width: 100%; height: 100%; object-fit: contain; }
.group-chat-qr p { margin: 11px 0 0; color: #3d6956; font-size: .875rem; font-weight: 650; line-height: 1.5; }
.group-chat-link { margin-top: 25px; padding: 15px 0; border-top: 1px solid #e2ebe5; border-bottom: 1px solid #e2ebe5; }
.group-chat-link h2 { margin: 0; color: var(--color-text); font-size: .875rem; font-weight: 700; line-height: 1.45; }
.group-chat-link a { display: block; margin-top: 7px; overflow-wrap: anywhere; color: var(--brand-blue-700); font-size: .875rem; line-height: 1.55; }
.group-chat-save { display: flex; width: 100%; min-height: 48px; align-items: center; justify-content: center; gap: 8px; margin-top: 18px; padding: 10px 16px; color: #ffffff; border-radius: 10px; background: #3f755c; box-shadow: 0 8px 16px rgba(63, 117, 92, .17); font-size: .875rem; font-weight: 700; line-height: 1.4; text-decoration: none; }
.group-chat-save svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.group-chat-save:active { background: #326247; }
.group-chat-empty { display: grid; min-height: 250px; place-content: center; justify-items: center; margin-top: 18px; padding: 24px; color: var(--color-text-secondary); background: #f4f8f5; text-align: center; }
.group-chat-empty svg { width: 42px; height: 42px; fill: none; stroke: #628172; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.group-chat-empty h2 { margin: 14px 0 0; color: var(--brand-blue-800); font-size: 1rem; font-weight: 700; line-height: 1.45; }
.group-chat-empty p { margin: 5px 0 0; font-size: .875rem; line-height: 1.55; }
.group-chat-save:focus-visible, .group-chat-link a:focus-visible, .group-chat-qr__app-download:focus-visible, .group-chat-main .account-records__back:focus-visible { outline: 3px solid rgba(53, 117, 149, .38); outline-offset: 3px; }


.withdrawal-balance { display: grid; grid-template-columns: 1fr auto auto; align-items: baseline; gap: 6px; margin: -6px 0 26px; padding: 16px; border-radius: 14px; background: #f1f6f3; }
.withdrawal-balance span { color: var(--color-text-secondary); font-size: .875rem; font-weight: 650; }
.withdrawal-balance strong { color: #315f47; font-size: 1rem; font-weight: 800; font-variant-numeric: tabular-nums; letter-spacing: -.02em; white-space: nowrap; }
.withdrawal-balance em { color: #5c7568; font-size: .75rem; font-style: normal; font-weight: 650; }
.withdrawal-amount-input { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; border: 1px solid #aeb8bb; border-radius: 4px; background: #ffffff; }
.withdrawal-amount-input:focus-within { border-color: var(--brand-blue-700); }
.withdrawal-amount-input span { padding-left: 14px; color: #315f47; font-size: 1rem; font-weight: 750; }
.withdrawal-amount-input input { min-width: 0; border: 0; outline: 0; }
.withdrawal-methods { display: grid; gap: 9px; min-width: 0; margin: 0; padding: 0; border: 0; }
.withdrawal-methods legend { margin-bottom: 2px; color: var(--color-text); font-size: 1rem; font-weight: 600; line-height: 1.45; }
.withdrawal-method { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 12px; min-height: 62px; padding: 10px 13px; border-radius: 12px; background: #f4f7f5; cursor: pointer; }
.withdrawal-method input { width: 18px; height: 18px; accent-color: #3f755c; }
.withdrawal-method span { display: grid; gap: 3px; min-width: 0; }
.withdrawal-method strong { color: var(--color-text); font-size: .875rem; line-height: 1.4; }
.withdrawal-method small { overflow: hidden; color: var(--color-text-secondary); font-size: .75rem; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.withdrawal-method--bind { grid-template-columns: minmax(0, 1fr) auto; color: inherit; text-decoration: none; }
.withdrawal-method--bind b { color: var(--brand-blue-700); font-size: .75rem; }
.withdrawal-method:focus-within { outline: none; box-shadow: none; }
.withdrawal-method--bind:focus-visible { outline: 3px solid rgba(53, 117, 149, .3); outline-offset: 2px; }
.withdrawal-form__notice { margin: -10px 0 0; color: #8b6d4b; font-size: .75rem; line-height: 1.5; text-align: center; }
.withdrawal-form .auth-submit:disabled { color: #ffffff; border-color: #8ca09a; background: #8ca09a; cursor: not-allowed; }
.withdrawal-ledger__amount { margin: 7px 0 0; color: #315f47; font-size: 1rem; font-weight: 800; font-variant-numeric: tabular-nums; }
.withdrawal-ledger__meta { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: 5px; color: var(--color-text-secondary); font-size: .75rem; line-height: 1.45; }
.withdrawal-ledger__meta span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.withdrawal-ledger__meta time { flex: 0 0 auto; color: var(--color-text-tertiary); }
.withdrawal-ledger__note { margin: 7px 0 0; color: #8b4a3f; font-size: .75rem; line-height: 1.5; }
.withdrawal-status { flex: 0 0 auto; padding: 3px 8px; border-radius: 999px; color: #5f6d67; background: #edf1ef; font-size: .75rem; font-weight: 700; line-height: 1.3; }
.withdrawal-status--reviewing { color: #ffffff; background: #357595; }
.withdrawal-status--rejected { color: #ffffff; background: #e7000b; }
.withdrawal-status--paid { color: #00331d; background: #34cc92; }

@media (max-width: 370px) {
    .personal-main { padding-right: 16px; padding-left: 16px; }
    .profile-feedback { margin-right: -16px; margin-left: -16px; padding-right: 16px; padding-left: 16px; }
    .profile-summary { grid-template-columns: 72px minmax(0, 1fr); gap: 12px; }
    .profile-avatar { width: 72px; height: 72px; }
    .profile-check-in { grid-column: 2; grid-row: 2; margin-top: 2px; }
    .profile-check-in button { width: 64px; min-width: 64px; min-height: 56px; gap: 2px; padding: 4px; }
    .profile-check-in svg { width: 24px; height: 24px; }
    .profile-balances { gap: 6px; padding: 11px 10px; border-radius: 16px; }
    .profile-balance { min-height: 78px; }
    .profile-balance dt { gap: 3px; font-size: .75rem; }
    .profile-balance dt svg { width: 16px; height: 16px; }
    .profile-balance dd { margin-top: 10px; font-size: 1rem; }
    .profile-balance:not(:first-child) dd { font-size: 1rem; }
    .profile-shortcuts { gap: 16px 2px; padding-top: 14px; }
    .profile-shortcut { min-height: 72px; }
    .profile-shortcut svg { width: 28px; height: 28px; }
    .profile-shortcut span { font-size: .75rem; }
    .group-chat-main { padding-right: 16px; padding-left: 16px; }
    .group-chat-qr__frame { width: min(82vw, 280px); }
}
