:root{--safe-area-top: env(safe-area-inset-top, 0px);--safe-area-bottom: env(safe-area-inset-bottom, 0px);--color-grey-0: #fff;--color-grey-25: #fafafa;--color-grey-50: #f5f4f4;--color-grey-75: #efeeee;--color-grey-100: #e8e7e7;--color-grey-200: #d6d5d5;--color-grey-300: #bebdbd;--color-grey-400: #a3a2a2;--color-grey-500: #878686;--color-grey-600: #6b6a6a;--color-grey-700: #525151;--color-grey-800: #3c3b3b;--color-grey-900: #2c2b2b;--color-grey-950: #1e1e1e;--color-accent-100: #fafed8;--color-accent-200: #f2fab0;--color-accent-300: #f5fc92;--color-accent-400: #dae03c;--color-accent-500: #a9ae12;--color-success-100: #e3f6ec;--color-success-300: #43bd6f;--color-success-500: #0e632d;--color-warning-100: #fff2e0;--color-warning-300: #ff9b3a;--color-warning-500: #a95a00;--color-danger-100: #fcefeb;--color-danger-300: #ff4f36;--color-danger-500: #981c0d;--color-primary: #1e1e1e;--color-primary-faded: #a3a2a2;--color-disabled: #bebdbd;--color-background: #fff;--color-surface: #fff;--color-surface-muted: #fafafa;--color-border: #e8e7e7;--color-text-primary: #1e1e1e;--color-text-secondary: #525151;--color-text-muted: #a3a2a2;--color-text-disabled: #bebdbd;--color-interactive: #f5fc92;--color-interactive-strong: #a9ae12;--font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;--font-mono: ui-monospace, "SFMono-Regular", "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", monospace;--font-size-heading-xl: 44px;--font-size-heading-l: 28px;--font-size-heading-m: 20px;--font-size-heading-s: 15px;--font-size-body-m: 15px;--font-size-body-s: 14px;--font-size-caption: 11px;--line-height-heading-xl: 52px;--line-height-heading-l: 36px;--line-height-heading-m: 28px;--line-height-heading-s: 22px;--line-height-body-m: 24px;--line-height-body-s: 20px;--line-height-caption: 16px;--letter-spacing-heading: -.04em;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-full: 999px;--space-xs: 4px;--space-sm: 8px;--space-md: 12px;--space-lg: 16px;--space-xl: 24px;--space-2xl: 32px;--shadow-sm: 0 1px 2px rgb(30 30 30 / 4%);--shadow-md: 0 12px 32px rgb(30 30 30 / 6%)}*,*:before,*:after{box-sizing:border-box}html{background:var(--color-grey-25);color:var(--color-text-primary);font-family:var(--font-sans);text-rendering:optimizelegibility}body{margin:0;min-width:320px;min-height:100vh;font-size:var(--font-size-body-s);line-height:var(--line-height-body-s)}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}#app{min-height:100vh}.app-shell{min-height:100vh;padding:0 0 calc(96px + var(--safe-area-bottom))}.app-shell__frame{display:flex;flex-direction:column;gap:var(--space-lg);width:min(100%,420px);min-height:100vh;margin:0 auto;padding:calc(var(--space-sm) + var(--safe-area-top)) 0 var(--space-lg);background:var(--color-background);box-shadow:var(--shadow-md)}.app-shell__header{position:sticky;top:0;z-index:20;display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md);padding:var(--space-md) 20px var(--space-sm);background:#ffffffeb;border-bottom:1px solid rgb(232 231 231 / 72%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app-shell__brand{display:flex;flex:1;flex-direction:column;gap:var(--space-xs)}.app-shell__strip{display:flex;flex-wrap:wrap;gap:var(--space-sm);align-items:center}.app-shell__eyebrow,.screen__eyebrow,.meta-label{color:var(--color-text-muted);font-size:var(--font-size-caption);font-weight:500;line-height:var(--line-height-caption);letter-spacing:0;text-transform:uppercase}.app-shell__mini-title{color:var(--color-text-primary);font-size:var(--font-size-heading-s);font-weight:600;line-height:var(--line-height-heading-s);letter-spacing:var(--letter-spacing-heading)}.app-shell__subtitle,.screen__subtitle,.copy-muted,.state-copy,.list-hint{margin:0;color:var(--color-text-secondary);font-size:var(--font-size-body-s);line-height:var(--line-height-body-s)}.app-shell__actions{display:flex;flex-wrap:wrap;gap:var(--space-sm);align-items:center;justify-content:flex-end}.app-shell__content{display:flex;flex-direction:column;gap:var(--space-lg);padding:0 var(--space-lg)}.app-card-root,.surface-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm)}.app-card{display:flex;flex-direction:column;gap:var(--space-md);padding:var(--space-lg)}.app-card--muted,.subtle-card{background:var(--color-surface-muted)}.compact-card{gap:var(--space-sm);padding:var(--space-lg)}.screen{display:flex;flex-direction:column;gap:var(--space-lg)}.screen__header{display:flex;flex-direction:column;gap:var(--space-sm);padding:0 var(--space-xs)}.screen__title{margin:0;color:var(--color-text-primary);font-size:var(--font-size-heading-l);font-weight:600;line-height:var(--line-height-heading-l);letter-spacing:var(--letter-spacing-heading)}.screen__actions,.row-actions,.stack,.kicker{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.grid{display:grid;gap:var(--space-md)}.grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-field{display:grid;gap:var(--space-xs);min-width:0}.form-inline{align-items:end}.form-input{min-width:0;min-height:48px;padding:0 var(--space-md);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text-primary);font:inherit}.copy-danger{margin:var(--space-sm) 0 0;color:var(--color-danger-300);font-size:var(--font-size-body-s);line-height:var(--line-height-body-s)}.button,.button-link{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);min-height:48px;padding:0 var(--space-lg);border:1px solid transparent;border-radius:var(--radius-md);font-size:var(--font-size-body-m);font-weight:500;line-height:var(--line-height-body-m);transition:background-color .16s ease,border-color .16s ease,color .16s ease,opacity .16s ease}.app-icon{display:block;width:18px;height:18px;flex:0 0 auto}.button{cursor:pointer}.button:hover,.button-link:hover{opacity:.92}.button--primary,.button-link--primary,.button--dark,.button-link--dark{background:var(--color-primary);color:var(--color-grey-0)}.button--accent,.button-link--accent{background:var(--color-interactive);color:var(--color-primary)}.button--ghost,.button-link--ghost,.button--soft,.button-link--soft{border-color:var(--color-border);background:var(--color-surface);color:var(--color-text-primary)}.button--warning,.button-link--warning{background:var(--color-warning-100);color:var(--color-warning-500)}.button--disabled,.button-link--disabled{background:var(--color-disabled);color:var(--color-grey-0)}.button--icon,.button-link--icon{width:40px;min-width:40px;min-height:40px;padding:0}.button .app-icon,.button-link .app-icon{width:18px;height:18px}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:var(--radius-full);font-size:var(--font-size-caption);font-weight:500;line-height:var(--line-height-caption)}.status-badge--success,.status-badge--active,.status-badge--settled,.status-badge--verified{background:var(--color-success-100);color:var(--color-success-500)}.status-badge--warning,.status-badge--pending{background:var(--color-warning-100);color:var(--color-warning-500)}.status-badge--danger,.status-badge--declined,.status-badge--error{background:var(--color-danger-100);color:var(--color-danger-500)}.status-badge--neutral,.status-badge--blocked,.status-badge--limited,.status-badge--frozen{background:var(--color-grey-75);color:var(--color-text-secondary)}.metric-row,.detail-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md)}.metric-row--start{align-items:flex-start}.detail-row{padding:var(--space-md) 0;border-bottom:1px solid var(--color-border)}.detail-row:last-child{padding-bottom:0;border-bottom:0}.amount{color:var(--color-text-primary);font-size:var(--font-size-heading-m);font-weight:600;line-height:var(--line-height-heading-m);letter-spacing:var(--letter-spacing-heading)}.amount--hero{font-size:var(--font-size-heading-xl);line-height:var(--line-height-heading-xl)}.amount--hidden{filter:blur(5px);-webkit-user-select:none;user-select:none}.progress{overflow:hidden;width:100%;height:8px;border-radius:var(--radius-full);background:var(--color-grey-100)}.progress__value{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--color-warning-300) 0%,var(--color-warning-500) 100%)}.list{display:grid;gap:var(--space-md)}.list-item{display:flex;flex-direction:column;gap:var(--space-md);padding:var(--space-lg);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm)}.list-item__top,.list-item__bottom{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md)}.list-item__title{margin:0;color:var(--color-text-primary);font-size:var(--font-size-heading-m);font-weight:600;line-height:var(--line-height-heading-m);letter-spacing:var(--letter-spacing-heading)}.list-item__subtitle{margin:0;color:var(--color-text-secondary);font-size:var(--font-size-body-s);line-height:var(--line-height-body-s)}.list-item__meta{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.empty-state,.inline-error,.locked-state{min-height:0}.state-surface--warning{border-color:#ffce96ad;background:var(--color-warning-100)}.state-surface--danger{border-color:#f7baadb8;background:var(--color-danger-100)}.home-hero{display:flex;flex-direction:column;gap:var(--space-md)}.home-hero__balance{gap:var(--space-md)}.overview-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-sm)}.overview-action{flex-direction:column;min-height:88px;padding:var(--space-md) var(--space-sm);text-align:center}.overview-action__icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-full);background:var(--color-interactive);color:var(--color-primary);font-size:14px;font-weight:600}.overview-action__icon .app-icon{width:18px;height:18px}.overview-stat{gap:var(--space-xs)}.overview-stat--wide{grid-column:1 / -1}.welcome-hero{gap:var(--space-lg);align-items:flex-start}.welcome-hero__title{width:min(240px,100%);margin:0;color:var(--color-text-primary);font-size:var(--font-size-heading-xl);font-weight:600;line-height:.98;letter-spacing:var(--letter-spacing-heading)}.welcome-hero__subtitle{width:min(220px,100%);margin:0;color:var(--color-text-secondary);font-size:var(--font-size-body-m);line-height:var(--line-height-body-m)}.welcome-actions{display:grid;gap:var(--space-sm);width:100%}.subscription-layout,.affiliate-layout,.receive-layout{display:flex;flex-direction:column;gap:var(--space-md)}.subscription-display{align-items:flex-start}.subscription-display__title{font-size:var(--font-size-heading-l);line-height:var(--line-height-heading-l)}.feature-list{display:grid;gap:var(--space-md)}.feature-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md)}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:var(--radius-full);font-size:var(--font-size-caption);font-weight:600}.feature-icon .app-icon{width:14px;height:14px}.feature-icon--ok{background:var(--color-success-100);color:var(--color-success-500)}.feature-icon--locked{background:var(--color-grey-75);color:var(--color-text-secondary)}.affiliate-hero{align-items:flex-start}.affiliate-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-sm)}.affiliate-action{display:inline-flex;flex-direction:column;gap:var(--space-sm);align-items:center;justify-content:center;min-height:84px;padding:var(--space-md) var(--space-sm);text-align:center}.receive-hero{display:flex;gap:var(--space-md);align-items:center;justify-content:space-between}.card-summary{gap:var(--space-md)}.card-face{display:flex;flex-direction:column;justify-content:space-between;min-height:156px;padding:var(--space-lg);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:linear-gradient(180deg,#fff,#f5f4f4);color:var(--color-primary)}.card-face--midnight,.card-face--pearl{background:linear-gradient(180deg,#fff,#f5f4f4)}.card-face--coral{background:linear-gradient(180deg,#fff7f4,#fcefeb)}.card-face__top{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-sm)}.card-face__brand{color:var(--color-text-secondary);font-size:var(--font-size-caption);font-weight:500;line-height:var(--line-height-caption);letter-spacing:0;text-transform:uppercase}.card-face__label{font-size:var(--font-size-heading-m);font-weight:600;line-height:var(--line-height-heading-m);letter-spacing:var(--letter-spacing-heading)}.card-face__last4{font-family:var(--font-mono);font-size:var(--font-size-body-s);font-weight:500}.qr-grid{display:grid;grid-template-columns:repeat(11,1fr);gap:4px;width:min(100%,124px);padding:var(--space-sm);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.qr-grid__cell{aspect-ratio:1;border-radius:2px;background:var(--color-grey-100)}.qr-grid__cell--filled{background:var(--color-primary)}.settings-group{display:grid;gap:var(--space-md)}.bottom-nav{position:fixed;right:50%;bottom:calc(28px + var(--safe-area-bottom));left:auto;z-index:30;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;width:min(calc(100% - 48px),248px);height:56px;padding:6px 14px;border:1px solid var(--color-border);border-radius:var(--radius-full);background:var(--color-surface);box-shadow:0 16px 36px #1e1e1e1a;transform:translate(50%)}.bottom-nav__item{display:flex;align-items:center;justify-content:center;min-width:0;min-height:0;padding:0;color:var(--color-text-primary)}.bottom-nav__item--active{color:var(--color-text-primary)}.bottom-nav__icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-full)}.bottom-nav__icon :where(.app-icon){width:24px;height:24px;opacity:.32}.bottom-nav__item--active :where(.app-icon){opacity:1}.select,.dialog-content{display:flex;flex-direction:column;gap:var(--space-sm)}.select__trigger{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);min-height:48px;padding:0 var(--space-md);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text-primary)}.select__trigger .app-icon{width:16px;height:16px}.select__content{overflow:hidden;padding:var(--space-sm);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-md)}.select__item{padding:11px var(--space-md);border-radius:var(--radius-md);cursor:pointer}.select__item[data-highlighted]{background:var(--color-surface-muted);outline:none}.dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1e1e1e3d;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.dialog-panel{position:fixed;right:var(--space-md);bottom:calc(var(--space-md) + var(--safe-area-bottom));left:var(--space-md);display:flex;flex-direction:column;gap:var(--space-md);max-width:420px;margin:0 auto;padding:20px;border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-md)}.dialog-copy,.dialog-list{color:var(--color-text-secondary)}.dialog-list{display:grid;gap:var(--space-sm);padding-left:20px;margin:0}.mono{font-family:var(--font-mono)}@media(min-width:768px){.app-shell{padding-top:var(--space-lg)}.app-shell__frame{min-height:calc(100vh - 16px);border-radius:var(--radius-lg) var(--radius-lg) 0 0}}.button--secondary,.button-link--secondary{border-color:var(--color-border);background:var(--color-surface);color:var(--color-text-primary)}.button--danger,.button-link--danger-filled{background:var(--color-danger-300);color:var(--color-grey-0);border-color:transparent}.button--danger-outline{border-color:var(--color-danger-300);background:var(--color-surface);color:var(--color-danger-300)}.button-link--danger{color:var(--color-danger-300)}.button-link--danger:hover{color:var(--color-danger-400)}.button:disabled,.button[aria-disabled=true]{background:var(--color-grey-100);border-color:transparent;color:var(--color-grey-400);cursor:not-allowed;opacity:1}.button--danger-outline:disabled,.button--danger-outline[aria-disabled=true]{border-color:var(--color-grey-200)}@keyframes button-spin{to{transform:rotate(360deg)}}.button--loading{cursor:wait}.button__spinner{width:20px;height:20px;animation:button-spin .8s linear infinite}.button-link--bold{font-weight:600}.button-link--regular{font-weight:500}.button-link--disabled{color:var(--color-text-disabled);pointer-events:none}.icon-btn{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border:1px solid transparent;border-radius:var(--radius-full);cursor:pointer;transition:background-color .16s ease,color .16s ease,border-color .16s ease}.icon-btn--lg{width:48px;height:48px}.icon-btn--sm{width:36px;height:36px}.icon-btn .app-icon{width:20px;height:20px}.icon-btn--sm .app-icon{width:16px;height:16px}.icon-btn--filled-primary{background:var(--color-grey-950);color:var(--color-grey-0)}.icon-btn--filled-primary:hover{background:var(--color-grey-800)}.icon-btn--filled-muted{background:var(--color-grey-100);color:var(--color-grey-700)}.icon-btn--filled-muted:hover{background:var(--color-grey-200)}.icon-btn--outlined{border-color:var(--color-border);background:var(--color-surface);color:var(--color-text-primary)}.icon-btn--outlined:hover{background:var(--color-grey-50)}.icon-btn--plain{background:transparent;color:var(--color-text-primary)}.icon-btn--plain:hover{background:var(--color-grey-75)}.icon-btn--danger{background:transparent;color:var(--color-danger-300)}.icon-btn--danger:hover{background:var(--color-danger-100)}.icon-btn:disabled,.icon-btn[aria-disabled=true]{opacity:.4;cursor:not-allowed}.chip{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 var(--space-lg);border:1px solid var(--color-border);border-radius:var(--radius-full);background:var(--color-surface);color:var(--color-text-primary);font-size:var(--font-size-body-s);font-weight:500;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.chip--active{background:var(--color-grey-950);border-color:transparent;color:var(--color-grey-0)}.chip--disabled{background:var(--color-grey-50);border-color:var(--color-border);color:var(--color-text-disabled);cursor:not-allowed}.toggle{position:relative;display:inline-flex;align-items:center;width:52px;height:28px;border-radius:var(--radius-full);background:var(--color-grey-200);cursor:pointer;border:none;padding:0;transition:background-color .2s ease}.toggle[data-state=checked]{background:var(--color-accent-300)}.toggle--disabled{opacity:.4;cursor:not-allowed}.toggle__thumb{display:block;width:24px;height:24px;border-radius:var(--radius-full);background:var(--color-grey-0);box-shadow:0 1px 4px #00000029;transform:translate(2px);transition:transform .2s ease,background-color .2s ease;will-change:transform}.toggle[data-state=checked] .toggle__thumb{background:var(--color-grey-950);transform:translate(26px)}.context-menu{display:flex;flex-direction:column}.context-menu__item{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:14px var(--space-lg);border:none;background:none;cursor:pointer;text-align:left;font-size:var(--font-size-body-m);font-weight:600;color:var(--color-text-primary);border-radius:var(--radius-md);transition:background-color .12s ease}.context-menu__item:hover{background:var(--color-grey-50)}.context-menu__label{flex:1}.context-menu__check{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:var(--radius-full);background:var(--color-grey-950);color:var(--color-grey-0);flex:0 0 auto}.context-menu__check-icon{width:14px;height:14px}.callout{display:flex;gap:var(--space-lg);align-items:flex-start;padding:var(--space-lg);border-radius:var(--radius-lg)}.callout--neutral{background:var(--color-grey-50)}.callout--warning{background:var(--color-warning-100)}.callout--danger{background:var(--color-danger-100)}.callout__icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;flex:0 0 48px;border-radius:var(--radius-md)}.callout__icon-wrap--neutral{background:var(--color-grey-950);color:var(--color-grey-0)}.callout__icon-wrap--warning{background:var(--color-warning-300);color:var(--color-grey-950)}.callout__icon-wrap--danger{background:var(--color-danger-300);color:var(--color-grey-0)}.callout__icon{width:20px;height:20px}.callout__body{display:flex;flex-direction:column;gap:var(--space-xs)}.callout__heading{margin:0;font-size:var(--font-size-heading-s);font-weight:600;line-height:var(--line-height-heading-s);letter-spacing:var(--letter-spacing-heading);color:var(--color-text-primary)}.callout__text{margin:0;font-size:var(--font-size-body-s);line-height:var(--line-height-body-s);color:var(--color-text-secondary)}.snackbar{position:fixed;bottom:calc(100px + var(--safe-area-bottom));left:50%;transform:translate(-50%);z-index:50;display:inline-flex;align-items:center;gap:var(--space-sm);height:44px;padding:0 20px;border-radius:var(--radius-full);font-size:var(--font-size-body-s);font-weight:500;white-space:nowrap;box-shadow:var(--shadow-md)}.snackbar--default{background:var(--color-grey-950);color:var(--color-grey-0)}.snackbar--success{background:var(--color-success-300);color:var(--color-grey-0)}.snackbar--warning{background:var(--color-warning-300);color:var(--color-grey-950)}.snackbar--danger{background:var(--color-danger-300);color:var(--color-grey-0)}.snackbar__icon{width:18px;height:18px;flex:0 0 auto}.snackbar__message{line-height:1}.snackbar-enter-active,.snackbar-leave-active{transition:opacity .2s ease,transform .2s ease}.snackbar-enter-from,.snackbar-leave-to{opacity:0;transform:translate(-50%) translateY(8px)}.progress-bar{overflow:hidden;width:100%;height:8px;border-radius:var(--radius-full);background:var(--color-grey-100)}.progress-bar__fill{height:100%;border-radius:inherit;transition:width .3s ease}.progress-bar--success .progress-bar__fill{background:var(--color-success-300)}.progress-bar--warning .progress-bar__fill{background:var(--color-warning-300)}.progress-bar--danger .progress-bar__fill{background:var(--color-danger-300)}
