:root{--teal-50: #f0fdfa;--teal-100: #ccfbf1;--teal-500: #14b8a6;--teal-600: #0d9488;--teal-700: #0f766e;--teal-800: #115e59;--bg: #f6f7f9;--surface: #ffffff;--surface-2: #f0f2f5;--border: #e2e6ea;--text: #16202b;--text-muted: #62707c;--primary: var(--teal-700);--primary-contrast: #ffffff;--danger: #dc2626;--success: #15803d;--warning: #b45309;--radius: 14px;--shadow: 0 1px 2px rgba(16, 32, 43, .06), 0 4px 16px rgba(16, 32, 43, .06);font-family:system-ui,-apple-system,Segoe UI,Roboto,Noto Sans TC,Microsoft JhengHei,sans-serif;line-height:1.5;color-scheme:light dark}@media(prefers-color-scheme:dark){:root{--bg: #0d1117;--surface: #161b22;--surface-2: #1c2330;--border: #2a323d;--text: #e6edf3;--text-muted: #94a3b3;--primary: var(--teal-500);--primary-contrast: #04211d;--shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 4px 16px rgba(0, 0, 0, .3)}}:root[data-theme=dark]{--bg: #0d1117;--surface: #161b22;--surface-2: #1c2330;--border: #2a323d;--text: #e6edf3;--text-muted: #94a3b3;--primary: var(--teal-500);--primary-contrast: #04211d}:root[data-theme=light]{--bg: #f6f7f9;--surface: #ffffff;--surface-2: #f0f2f5;--border: #e2e6ea;--text: #16202b;--text-muted: #62707c;--primary: var(--teal-700);--primary-contrast: #ffffff}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text)}h1,h2{margin:0}.app{display:flex;flex-direction:column;min-height:100vh}.app__header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;background:var(--surface);border-bottom:1px solid var(--border)}.app__brand{display:flex;align-items:center;gap:.5rem}.app__logo{font-size:1.4rem}.app__title{font-size:1.1rem;font-weight:700}.app__main{flex:1;width:100%;max-width:760px;margin:0 auto;padding:1rem 1rem calc(72px + env(safe-area-inset-bottom,0px))}.tabbar{position:fixed;bottom:0;left:0;right:0;z-index:10;display:flex;background:var(--surface);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom,0px)}.tabbar__item{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:.5rem .25rem;border:none;background:none;color:var(--text-muted);font:inherit;font-size:.72rem;cursor:pointer}.tabbar__item--active{color:var(--primary);font-weight:700}.tabbar__icon{font-size:1.25rem}@media(min-width:768px){.app{flex-direction:column}.app__header{order:0}.tabbar{order:1;position:sticky;top:57px;bottom:auto;border-top:none;border-bottom:1px solid var(--border);max-width:760px;margin:0 auto;width:100%;justify-content:flex-start;gap:.25rem;padding:.25rem .5rem}.app__main{order:2;padding-bottom:2rem}.tabbar__item{flex:0 0 auto;flex-direction:row;gap:.4rem;padding:.5rem .9rem;border-radius:999px;font-size:.9rem}.tabbar__item--active{background:var(--teal-50)}.tabbar__icon{font-size:1rem}}@media(min-width:768px)and (prefers-color-scheme:dark){.tabbar__item--active{background:var(--surface-2)}}.view__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.view__header h1{font-size:1.35rem}.view__header-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.holiday-sync{display:inline-flex;align-items:center;gap:.4rem}.holiday-sync__note{font-size:.8rem;color:var(--text-muted)}.holiday-sync__note--error{color:var(--danger)}.view__intro{color:var(--text-muted);margin-top:0}.list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1rem}.btn{font:inherit;font-weight:600;border-radius:10px;border:1px solid transparent;padding:.55rem .9rem;cursor:pointer;background:var(--surface-2);color:var(--text)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn--primary{background:var(--primary);color:var(--primary-contrast)}.btn--ghost{background:transparent;border-color:var(--border)}.btn--danger{background:transparent;border-color:var(--border);color:var(--danger)}.btn--small{padding:.35rem .6rem;font-size:.85rem;border-radius:8px}.btn--block{width:100%;padding:.7rem}.btn--slot{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border:1px dashed var(--border);background:var(--surface-2);width:100%}.form{display:flex;flex-direction:column;gap:.75rem}.form__title{font-size:1.05rem}.field{display:flex;flex-direction:column;gap:.25rem}.field__label{font-size:.8rem;color:var(--text-muted);font-weight:600}.field input,.field select,.field textarea,.form textarea{font:inherit;padding:.55rem .65rem;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text);width:100%}.form__actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.25rem}.form__error{color:var(--danger);font-size:.9rem;margin:0}.form__success{color:var(--success);font-size:.9rem;margin:0}.form__hint{color:var(--text-muted);font-size:.85rem;margin:.25rem 0 0}.form__fieldset{border:1px solid var(--border);border-radius:10px;display:flex;flex-direction:column;gap:.4rem}.form__fieldset legend{color:var(--text-muted);font-size:.8rem;font-weight:600}.checkbox{display:flex;align-items:center;gap:.5rem}.capture__area{display:flex;flex-direction:column;gap:.6rem;padding:1rem;border:1px dashed var(--border);border-radius:var(--radius);background:var(--surface);text-align:center;margin-bottom:1rem}.capture__actions{display:flex;gap:.5rem}@media(max-width:420px){.capture__actions{flex-direction:column}}.capture__input{display:flex;flex-direction:column;gap:.4rem;margin-top:.6rem}.capture__input-box{width:100%;padding:.5rem;border:1px solid var(--border);border-radius:8px;background:var(--surface-2);font:inherit;resize:vertical}.capture__input-box:focus{outline:2px solid var(--primary);outline-offset:1px}.capture__input-actions{display:flex;gap:.5rem}.capture__sms-note{margin:0;padding:.5rem;font-size:.85rem;background:var(--surface-2);border-radius:8px;overflow-wrap:anywhere}.capture__note-warn{margin:0 0 .6rem;padding:.5rem .65rem;font-size:.85rem;color:#92400e;background:#fef3c7;border:1px solid #fcd34d;border-radius:8px}.txn-row__sms{display:inline-flex;align-items:center;padding:.25rem .5rem;font-size:.8rem;color:var(--text-muted);background:var(--surface-2);border-radius:8px}.capture__hint{margin:0;font-size:.82rem;color:var(--text-muted)}.capture__combine{display:flex;flex-direction:column;gap:.5rem;padding:.6rem .75rem;margin-bottom:.75rem;background:#ecfdf5;border:1px solid #6ee7b7;border-radius:10px}.capture__combine-msg{margin:0;font-size:.88rem}.capture__combine-actions{display:flex;gap:.5rem}.capture__group-pick{margin-right:.5rem;flex:0 0 auto}.capture__merge-bar{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin:.4rem 0 .2rem}.capture__merge-bar .form__hint{margin:0;flex:1 1 12rem}.card-hint{margin:-.4rem 0 .2rem;font-size:.82rem}.card-hint--ok{color:#047857}.card-hint--warn{color:#92400e}.card-hint--none{color:var(--text-muted)}.capture__empty{padding:1rem;text-align:center;color:var(--text-muted);border:1px dashed var(--border);border-radius:var(--radius);margin-bottom:1rem}.capture__grid{list-style:none;margin:0 0 1rem;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.6rem}.capture__image{display:flex;flex-direction:column;gap:.35rem;padding:.5rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);text-align:center}.capture__thumb{width:100%;height:96px;object-fit:cover;border-radius:8px;background:var(--surface-2)}.capture__group-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.capture__group{border:1px solid var(--border);border-radius:10px;padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.capture__group-head{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;font-weight:600}.capture__group-thumbs{display:flex;flex-wrap:wrap;gap:.4rem}.capture__thumb--sm{width:56px;height:56px}.capture__group-meta{font-size:.85rem;color:var(--text-muted)}.capture__thumb-btn{padding:0;border:none;background:none;cursor:pointer;width:100%;display:block}.capture__status{font-size:.78rem}.capture__status--extracted{color:var(--success)}.capture__status--failed{color:var(--warning)}.capture__status--pending{color:var(--text-muted)}.capture__recognize{margin:.75rem 0;display:flex;flex-direction:column;gap:.4rem}.capture__model{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-muted)}.capture__model select{flex:1;min-width:0}.form__reextract{display:flex;flex-direction:column;gap:.4rem;padding:.6rem;border:1px solid var(--border);border-radius:8px;background:var(--surface-2)}.form__reextract-label{font-size:.8rem;color:var(--text-muted)}.form__reextract-row{display:flex;gap:.5rem;align-items:center}.form__reextract-row select{flex:1;min-width:0}.capture__error-reason{margin:.25rem 0 0;font-size:.72rem;color:var(--text-muted);word-break:break-word}.capture__error-reason code{display:block;white-space:pre-wrap}.capture__error-label{font-weight:600}.capture__status--uploading{color:var(--text-muted)}.capture__items{display:flex;flex-direction:column;gap:.25rem}.items-list{list-style:none;margin:.25rem 0 0;padding:.5rem;font-size:.85rem;color:var(--text);background:var(--surface-2);border-radius:8px}.items-list li{display:flex;justify-content:space-between;gap:.75rem;padding:.1rem 0}.txn-row__images{display:flex;gap:.4rem;flex-wrap:wrap}.txn-row__thumb-btn{padding:0;border:none;background:none;cursor:zoom-in;border-radius:8px;line-height:0}.txn-row__thumb{width:64px;height:64px;object-fit:cover;border-radius:8px;border:1px solid var(--border);background:var(--surface-2)}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:1rem;background:#000000e0;cursor:zoom-out}.lightbox__img{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px}.lightbox__close{position:absolute;top:.5rem;right:.75rem;font-size:2.25rem;line-height:1;color:#fff;background:none;border:none;cursor:pointer}.form__item-row{display:flex;gap:.4rem;align-items:center}.form__item-row input{flex:1;min-width:0}.txn-row__details summary{cursor:pointer;font-size:.85rem;font-weight:600;color:var(--text-muted)}.slot{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);text-align:center}.slot__label{font-weight:600;font-size:.9rem}.slot__buttons{display:flex;flex-direction:column;gap:.4rem;width:100%}.slot__icon{font-size:1.1rem}.slot__result{font-size:.82rem;margin:0}.slot__result--ok{color:var(--success)}.slot__result--fail{color:var(--warning)}.card-row,.txn-row,.promo-row{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:.9rem 1rem;display:flex;flex-direction:column;gap:.6rem}.card-row__main,.txn-row__main,.promo-row__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.card-row__name,.txn-row__merchant,.promo-row__title{margin:0;font-weight:700}.card-row__actions{display:flex;flex-shrink:0;gap:.4rem}.card-form__preview{margin:.25rem 0;padding:.6rem .75rem;border-radius:.5rem;background:var(--surface-muted, rgba(60, 160, 90, .12))}.card-form__wallet{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:.4rem}.card-form__wallet select,.card-form__wallet input{flex:1 1 5rem;min-width:0}.card-form__preview-head{margin:0 0 .35rem;font-size:.85rem;font-weight:600}.capture__dup{margin:.5rem 0;padding:.7rem .85rem;border:1px solid var(--warning, #b8860b);border-radius:.5rem;background:var(--surface-muted, rgba(184, 134, 11, .1))}.capture__dup-msg{margin:0 0 .4rem;font-size:.9rem;font-weight:600}.capture__dup-txn{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.capture__dup-actions{display:flex;flex-wrap:wrap;gap:.5rem}.promo-row__title{font-size:1.05rem}.card-row__meta,.txn-row__meta,.promo-row__meta{margin:.1rem 0 0;color:var(--text-muted);font-size:.85rem}.txn-row__promotions{padding:.65rem .75rem;border:1px solid var(--border);border-radius:8px;background:var(--surface-2)}.txn-row__promotions-title{margin:0 0 .4rem;font-size:.82rem;font-weight:700;color:var(--text-muted)}.txn-row__promotion-list{display:grid;gap:.35rem;margin:0;padding:0;list-style:none}.txn-row__promotion-summary,.txn-row__promotion-result{display:flex;align-items:center;gap:.45rem}.txn-row__promotion-list li{display:grid;gap:.45rem}.txn-row__promotion-summary{justify-content:space-between}.txn-row__promotion-link{min-width:0;font-size:.86rem;font-weight:600;color:var(--accent);text-underline-offset:.15em}.txn-row__promotion-result{flex-shrink:0;font-size:.82rem}.txn-row__reward-status{padding:.1rem .35rem;border-radius:999px;background:var(--surface);color:var(--text-muted);font-size:.72rem}.txn-row__reward-status--earned{color:var(--success)}.txn-row__reward-status--threshold_not_met,.txn-row__reward-status--tier_exceeded,.txn-row__reward-status--cap_reached{color:var(--warning)}.txn-row__promotions-empty{margin:0;color:var(--text-muted);font-size:.82rem}.txn-row__threshold-progress{display:grid;gap:.45rem;padding:.55rem .65rem;border-radius:7px;background:var(--surface)}.txn-row__threshold-item{display:grid;gap:.25rem}.txn-row__threshold-head{display:flex;justify-content:space-between;gap:.5rem;color:var(--text-muted);font-size:.76rem}.promo-row:focus{outline:3px solid color-mix(in srgb,var(--accent) 35%,transparent);outline-offset:3px}.promo-row__reward{margin:.15rem 0 0;font-size:.9rem;font-weight:600;color:var(--accent, #2563eb)}.promo-row__threshold{margin:.25rem 0 0;font-size:.85rem;color:var(--warning)}.promo-row__independent-cap{margin:.5rem 0 0;padding:.65rem .75rem;border:1px solid var(--border);border-left:3px solid var(--success);border-radius:8px;background:var(--surface-2);font-size:.85rem}.promo-row__shared-cap{margin-top:.5rem;padding:.65rem .75rem;border:1px solid var(--border);border-left:3px solid var(--warning);border-radius:8px;background:var(--surface-2);font-size:.85rem}.promo-row__shared-note,.promo-row__shared-title,.promo-row__shared-missing{margin:0}.promo-row__shared-title{margin-top:.35rem;font-weight:600}.promo-row__shared-list{margin:.2rem 0 0;padding-left:1.25rem}.promo-row__shared-list a{overflow-wrap:anywhere}.promo-row__shared-missing{margin-top:.35rem;color:var(--warning)}.promo-row__source{display:inline-block;margin-top:.35rem;font-size:.85rem}.promo-row__fetch-note{color:var(--text-muted);font-size:.8rem;font-style:italic}.promo-row__raw{margin:.25rem 0 0;font-size:.8rem;color:var(--text-muted);white-space:pre-wrap;word-break:break-word;max-height:14rem;overflow-y:auto}.filter-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.9rem}.filter-bar__search{flex:1 1 12rem;min-width:0}.filter-bar__date{display:inline-flex;align-items:center;gap:.35rem;white-space:nowrap}.promo-row__period{margin-left:.4rem;padding:0 .35rem;border-radius:.5rem;background:var(--surface-2, rgba(127, 127, 127, .16));font-size:.8em;font-variant-numeric:tabular-nums;opacity:.85}.formula-group__op{font-size:.85rem;font-weight:600;opacity:.8}.formula-group__list{margin:.25rem 0 .5rem;padding-left:1.1rem;list-style:none;border-left:2px solid rgba(127,127,127,.3);display:grid;gap:.25rem}.formula-atom{font-size:.9rem}.formula-manual{margin-top:.5rem;font-size:.85rem;opacity:.9}.formula-manual ul{margin:.2rem 0 0;padding-left:1.2rem}.formula-note{margin-top:.5rem;font-size:.85rem;font-style:italic;opacity:.85}.trace-list{margin:.25rem 0 0;padding:0;list-style:none;display:grid;gap:.35rem}.trace-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:.4rem;font-size:.88rem}.trace-row--failed{opacity:.75}.trace-row__verdict{font-weight:700}.trace-row--failed .trace-row__verdict{color:var(--danger, #c0392b)}.trace-row__detail{display:inline-flex;flex-wrap:wrap;gap:.3rem}.trace-chip{padding:0 .4rem;border-radius:.5rem;background:#c0392b1f;font-size:.8rem}.trace-chip--ok{background:#27ae6024}.promo-row__analysis{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--border)}.promo-row__model{font-size:.8rem;color:var(--text-muted)}.promo-row__reanalyze{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;width:100%}.promo-row__linkcards{display:flex;flex-direction:column;gap:.35rem;width:100%;padding:.5rem;background:var(--surface-2);border-radius:8px}.promo-row__linkcards-actions{display:flex;gap:.5rem;margin-top:.25rem}.stream{width:100%;margin:.5rem 0;padding:.6rem .75rem;border:1px solid var(--border);border-radius:.5rem;background:var(--surface-muted, rgba(127, 127, 127, .08))}.stream__stage{margin:0 0 .4rem;font-size:.85rem;font-weight:600}.stream__text{margin:0;max-height:10rem;overflow:auto;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem;line-height:1.4;white-space:pre-wrap;word-break:break-word;color:var(--text-muted)}.txn-row__right{display:flex;flex-direction:column;align-items:flex-end;gap:.3rem}.txn-row__amount{font-weight:700}.txn-row__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.txn-row__actions select{font:inherit;padding:.35rem .5rem;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text)}.chips{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.4rem}.card-row__link-promos{margin-top:.5rem;padding:.6rem;background:var(--surface-2);border-radius:8px}.checkbox-list{list-style:none;margin:0 0 .5rem;padding:0;display:flex;flex-direction:column;gap:.3rem;max-height:260px;overflow-y:auto}.chip{background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:.2rem .6rem;font-size:.8rem}.badge{display:inline-block;padding:.12rem .55rem;border-radius:999px;font-size:.75rem;font-weight:700;background:var(--surface-2);color:var(--text-muted)}.badge--draft{background:#fef3c7;color:#92400e}.badge--confirmed{background:var(--teal-100);color:var(--teal-800)}.badge--voided{background:#fee2e2;color:#991b1b}.promo-row__progress{display:flex;flex-direction:column;gap:.35rem}.promo-row__progress-head{display:flex;justify-content:space-between;font-size:.85rem;color:var(--text-muted)}.progress{height:10px;background:var(--surface-2);border-radius:999px;overflow:hidden}.progress__bar{height:100%;background:var(--primary);border-radius:999px;transition:width .3s ease}.progress__bar--full{background:var(--danger)}.spend-meter{display:flex;flex-direction:column;gap:.3rem;margin-top:.4rem}.spend-meter__head{display:flex;justify-content:space-between;font-size:.82rem;color:var(--text-muted)}.spend-meter__track{position:relative;height:10px;background:var(--surface-2);border-radius:999px;overflow:hidden}.spend-meter__fill{height:100%;background:var(--primary);border-radius:999px;transition:width .3s ease}.spend-meter__mark{position:absolute;top:0;bottom:0;width:2px;background:var(--text);transform:translate(-1px)}.spend-meter__mark--met{background:var(--success, #16a34a)}.spend-meter__labels{display:flex;justify-content:space-between;gap:.5rem;font-size:.78rem;color:var(--text-muted)}.promo-row__cap{margin:0;font-size:.85rem;color:var(--text-muted)}.promo-row__cap--reached{color:var(--danger);font-weight:600}.promo-row__conditions{font-size:.85rem;color:var(--text-muted)}.promo-row__conditions summary{cursor:pointer;font-weight:600}.state{padding:1.25rem;text-align:center;color:var(--text-muted)}.state--error{display:flex;align-items:center;justify-content:center;gap:.75rem;color:var(--danger)}.state--empty{border:1px dashed var(--border);border-radius:var(--radius)}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:flex-end;justify-content:center}@media(min-width:640px){.modal{align-items:center}}.modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#020c1480}.modal__panel{position:relative;z-index:1;width:100%;max-width:460px;max-height:90vh;overflow-y:auto;background:var(--surface);border-radius:var(--radius) var(--radius) 0 0;padding:1rem}@media(min-width:640px){.modal__panel{border-radius:var(--radius)}}.modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.modal__header h2{font-size:1.1rem}.modal__close{border:none;background:none;font-size:1.5rem;line-height:1;cursor:pointer;color:var(--text-muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.lang select{font:inherit;padding:.3rem .5rem;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text)}.settings-tasks{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.settings-task{border:1px solid var(--border);border-radius:12px;padding:.75rem 1rem;background:var(--surface)}.settings-task__name{font-size:1rem;margin:0}.settings-task__hint{color:var(--text-muted);font-size:.85rem;margin:.15rem 0 .5rem}.settings-task__thinking{display:inline-flex;align-items:center;gap:.4rem;margin-top:.4rem;font-size:.9rem}.settings-saved{color:var(--text-muted);font-size:.85rem;margin-top:.5rem}.settings-backup{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border)}.settings-backup__actions{display:flex;gap:.6rem;flex-wrap:wrap;margin:.5rem 0}.auth{min-height:100dvh;display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem 1rem}.auth__header{display:flex;align-items:center;gap:.6rem}.auth__card{width:100%;max-width:24rem;display:flex;flex-direction:column;gap:.8rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.auth__title{margin:0;font-size:1.15rem}.auth__hint{margin:0;color:var(--text-muted);font-size:.9rem}.auth__error{margin:0;color:var(--danger, #c0392b);font-size:.9rem}.settings-account{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border)}.settings-account__password,.settings-account__create{display:flex;flex-direction:column;gap:.6rem;max-width:24rem;margin-top:1rem}.settings-account__list{margin:.5rem 0;padding-left:1.2rem}.filter-bar__chip{white-space:nowrap}.filter-bar__chip--active{background:var(--accent, #2f6fed);color:#fff;border-color:var(--accent, #2f6fed)}.card-group{margin-bottom:.4rem}.card-group__label{margin:.4rem 0 .15rem;font-size:.8rem;font-weight:600;color:var(--text-muted)}.month-header{display:flex;justify-content:space-between;align-items:baseline;gap:.6rem;margin:1rem 0 .3rem;font-size:.95rem}.month-header__totals{color:var(--text-muted);font-size:.8rem;font-weight:400}.filter-bar__count{margin:.2rem 0 0;color:var(--text-muted);font-size:.8rem}.filter-bar__presets{display:inline-flex;gap:.35rem}.advisor__form{display:flex;flex-direction:column;gap:.7rem;max-width:24rem;margin-bottom:1.2rem}.advisor__results{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.advisor__card{display:flex;gap:.8rem;align-items:flex-start;border:1px solid var(--border);border-radius:10px;padding:.8rem}.advisor__card--best{border-color:var(--accent, #2f6fed);box-shadow:0 0 0 1px var(--accent, #2f6fed)}.advisor__rank{font-size:1.1rem;font-weight:700;min-width:1.6rem;text-align:center;color:var(--text-muted)}.advisor__card--best .advisor__rank{color:var(--accent, #2f6fed)}.advisor__name{margin:0;font-weight:600}.advisor__best-badge{margin-left:.5rem;font-size:.75rem;font-weight:600;color:var(--accent, #2f6fed)}.advisor__total{margin:.15rem 0 0;font-size:1.05rem}.advisor__rewards{margin:.4rem 0 0;padding-left:1.1rem;font-size:.85rem;color:var(--text-muted)}.advisor__status{font-style:italic}
