@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{color-scheme:only light;--green: #1D9E75;--green-light: #E1F5EE;--green-dark: #0F6E56;--text: #111827;--text-muted: #6B7280;--text-faint: #9CA3AF;--border: #E5E7EB;--border-dark: #D1D5DB;--bg: #F9FAFB;--white: #FFFFFF;--danger: #DC2626;--danger-light:#FEE2E2;--radius: 12px;--radius-sm: 8px;--radius-xs: 6px}html{color-scheme:only light;background:var(--bg)}html,body{height:100%;overflow-x:hidden;max-width:100%;overscroll-behavior:none}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;overscroll-behavior-x:none;touch-action:pan-y}a{color:inherit;text-decoration:none}button{font-family:inherit;font-size:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}input,button,textarea,select{outline:none;-webkit-tap-highlight-color:transparent}input,textarea,select{font-size:16px}button,a,.tip-btn,.mode-toggle button,.settle-btn,.share-btn,.btn-primary,.add-person-btn,.remove-btn{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.page{max-width:420px;margin:0 auto;min-height:100dvh;background:var(--white);display:flex;flex-direction:column;overflow-x:hidden;width:100%}@media(max-width:480px){.page{max-width:100%}}.top-nav{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid var(--border);position:sticky;top:0;background:var(--white);z-index:10}.brand{display:inline-flex;align-items:center;line-height:0}.brand-logo{display:block;height:28px;width:auto}.brand-logo--auth{height:40px}.brand-logo--receipt{height:18px;margin:0 auto 12px}.nav-link{font-size:14px;color:var(--text-muted);background:none;border:none;padding:0}.nav-link:hover{color:var(--green)}.back-btn{font-size:14px;color:var(--text-muted);background:none;border:none;display:flex;align-items:center;gap:4px;padding:0}.back-btn:hover{color:var(--text)}.back-btn--danger{color:#b91c1c}.back-btn--danger:hover{color:#991b1b}.step-dots{display:flex;gap:6px;align-items:center}.dot{width:6px;height:6px;border-radius:50%;background:var(--border-dark);transition:all .2s ease}.dot.active{width:20px;border-radius:3px;background:var(--green)}.screen{padding:24px 20px 40px;flex:1}.screen-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint);margin-bottom:4px}.screen-title{font-size:22px;font-weight:600;color:var(--text);margin-bottom:16px;letter-spacing:-.3px}.bill-hero{text-align:center;margin:0 0 14px}.bill-hero-title{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--green-dark)}.bill-hero-title:before,.bill-hero-title:after{content:"";width:10px;height:1px;background:linear-gradient(90deg,transparent,rgba(29,158,117,.35))}.bill-hero-title:after{background:linear-gradient(90deg,rgba(29,158,117,.35),transparent)}.description-field{margin-bottom:20px}.bill-step1-head{margin:0 0 14px}.bill-step1-title{margin:0 0 4px;font-size:20px;font-weight:700;letter-spacing:-.35px;color:var(--text);line-height:1.2}.bill-step1-sub{margin:0;font-size:13px;line-height:1.4;color:var(--text-muted)}.bill-setup-card{margin-bottom:12px;padding:12px;border:1px solid rgba(29,158,117,.22);border-radius:var(--radius);background:var(--white)}.bill-setup-field{margin-bottom:12px}.bill-setup-field:last-child{margin-bottom:0}.bill-setup-label-row{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:6px}.bill-setup-label-row .bill-setup-label{margin-bottom:0}.bill-setup-inline-hint{flex-shrink:0;font-size:12px;font-weight:500;color:var(--text-muted);line-height:1.2}.bill-setup-inline-hint--needed{color:var(--green-dark);font-weight:600}.bill-setup-label{display:block;font-size:13px;font-weight:600;color:var(--text);margin-bottom:6px;background:none}.bill-setup-input-wrap{position:relative;border:1px solid rgba(29,158,117,.3);border-radius:var(--radius-sm);background:var(--white);transition:border-color .15s,box-shadow .15s}.bill-setup-input-wrap--needed{border-color:var(--green);box-shadow:0 0 0 3px #1d9e7524;animation:field-needed-glow 2.4s ease-in-out infinite}.bill-setup-input-wrap:focus-within,.bill-setup-input-wrap--needed:focus-within{animation:none;border-color:var(--green);background:var(--white);box-shadow:0 0 0 3px #1d9e7529}@keyframes field-needed-glow{0%,to{box-shadow:0 0 0 3px #1d9e751f}50%{box-shadow:0 0 0 5px #1d9e7533}}.bill-intro-card{margin-bottom:14px;padding:14px 14px 4px;border:1px solid rgba(29,158,117,.22);border-radius:var(--radius);background:var(--white)}.bill-intro-field{margin-bottom:14px}.bill-intro-field:last-child{margin-bottom:8px}.bill-intro-card .description-label{font-size:13px;font-weight:600;color:var(--text);margin-bottom:8px}.bill-intro-card .field-hint{margin-top:4px;font-size:11px}.description-label{display:block;font-size:13px;font-weight:500;color:var(--text-muted);margin-bottom:8px}.description-input-wrap{position:relative;border:1px solid rgba(29,158,117,.3);border-radius:var(--radius-sm);background:var(--white);transition:border-color .15s,box-shadow .15s}.description-input-wrap:focus-within{border-color:var(--green);background:var(--white);box-shadow:0 0 0 3px #1d9e7529}.description-ghost{position:absolute;inset:0;z-index:0;display:flex;align-items:center;gap:5px;padding:10px 12px;pointer-events:none;color:var(--text-faint);font-size:15px;line-height:1.2;overflow:hidden;white-space:nowrap}.description-ghost-prefix{flex-shrink:0;color:var(--text-faint)}.description-ghost-text{min-width:0;overflow:hidden;text-overflow:ellipsis;color:var(--text-faint)}.type-cursor{display:inline-block;color:var(--green);font-weight:400;animation:type-cursor-blink 1s step-end infinite}@keyframes type-cursor-blink{50%{opacity:0}}.description-input{position:relative;z-index:1;width:100%;padding:10px 12px;font-size:16px;background:transparent!important;border:none!important;box-shadow:none!important}.description-input:focus{border:none!important;box-shadow:none!important}.screen-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.screen-header--split,.top-nav--split{justify-content:space-between}.top-nav--bill-step{gap:12px}.top-nav-start{display:flex;align-items:center;gap:10px;min-width:0}.top-nav-title{font-size:13px;font-weight:600;color:var(--text-muted);white-space:nowrap;padding-left:10px;border-left:1px solid var(--border);line-height:1}.screen--bill-step{padding-top:18px}.field-hint{margin:6px 0 0;font-size:12px;color:var(--text-muted);line-height:1.4}.creator-field{margin-bottom:0}.creator-field .description-input{width:100%;padding:12px 14px;border:none;border-radius:var(--radius-sm);font-size:16px;background:transparent}.creator-field .description-input:focus{border:none;box-shadow:none}.receipt-capture{margin-bottom:12px;display:flex;justify-content:flex-start}.receipt-input{display:none}.receipt-capture-btn--compact{display:inline-flex;align-items:center;gap:6px;width:auto;padding:6px 10px;border-radius:999px;border-style:solid;border-color:var(--border);background:var(--white)}.receipt-capture-btn--compact:hover{border-color:var(--green);background:#228b570f}.receipt-capture-btn--compact .receipt-capture-icon{font-size:14px}.receipt-capture-btn--compact .receipt-capture-title{font-size:12px;font-weight:600;color:var(--text-muted)}.receipt-capture-text{display:flex;flex-direction:column;gap:2px;min-width:0}.receipt-capture-title{font-size:14px;font-weight:600;color:var(--text)}.receipt-capture-sub{font-size:12px;color:var(--text-muted);line-height:1.35}.receipt-preview{display:inline-flex;gap:8px;align-items:center;padding:4px 8px 4px 4px;border:1px solid var(--border);border-radius:999px;background:var(--white);max-width:100%}.receipt-preview img{width:32px;height:32px;object-fit:cover;border-radius:50%;flex-shrink:0;background:var(--bg)}.receipt-preview-meta{display:flex;align-items:center;gap:8px;min-width:0}.receipt-status{font-size:11px;color:var(--text-muted);white-space:nowrap}.receipt-status--saved{color:var(--green);font-weight:600}.receipt-remove-btn{border:none;background:none;color:var(--text-muted);font-size:11px;font-weight:600;padding:0;cursor:pointer;white-space:nowrap}.receipt-preview--saved-only{justify-content:space-between;padding:6px 10px;border-radius:999px}.receipt-error{margin-top:8px;margin-bottom:0}.top-nav-actions{display:flex;align-items:center;gap:12px}.share-header-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 14px;border:1px solid var(--green);border-radius:var(--radius-sm);background:#228b5714;color:var(--green);font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.share-header-btn:disabled{opacity:.5;cursor:not-allowed}.share-live-hint{margin:-12px 0 16px;font-size:12px;color:var(--text-muted);line-height:1.4}.page--with-bottom-bar .screen{padding-bottom:96px;overflow-x:hidden;max-width:100%}.page--step2{height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;overflow:hidden}.step2-sticky-chrome{flex-shrink:0;padding:10px 16px 0;background:#fffffff5;border-bottom:1px solid rgba(229,231,235,.85);z-index:20}.screen-header--step2{margin-bottom:10px;align-items:center}.screen-header--step2 .back-btn:last-child{margin-left:auto}.share-header-btn--glow{animation:share-glow-pulse 1.6s ease-out}@keyframes share-glow-pulse{0%{box-shadow:0 0 #1d9e758c;background:var(--green-light);color:var(--green-dark)}40%{box-shadow:0 0 0 8px #1d9e7500;background:#d8f5ea;color:var(--green-dark)}to{box-shadow:0 0 #1d9e7500}}.mode-toggle--step2{margin-bottom:10px}.form-error--step2{margin:0 0 10px}.screen--step2{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding-top:0}.step2-inline-hint{margin:0 0 14px;font-size:13px;color:var(--text-muted);line-height:1.4}.field{margin-bottom:18px}.field label{display:block;font-size:13px;font-weight:500;color:var(--text-muted);margin-bottom:6px}input[type=text],input[type=email],input[type=password],input[type=number],input[type=tel]{width:100%;padding:11px 14px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:16px;color:var(--text);background:var(--white);transition:border-color .15s,box-shadow .15s}input:focus{border-color:var(--green);box-shadow:0 0 0 3px #1d9e7514}input::placeholder{color:var(--text-faint)}.description-input-wrap--accent{border-color:#1d9e754d;background:var(--white)}.description-input-wrap--accent:focus-within{border-color:var(--green);background:var(--white);box-shadow:0 0 0 3px #1d9e7529}.bill-totals{margin-bottom:12px;border:1px solid rgba(29,158,117,.22);border-radius:var(--radius);background:var(--white);overflow:hidden}.bill-total-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(7.5rem,auto);align-items:center;gap:12px;padding:10px 12px}.bill-total-row--summary{background:var(--bg)}.bill-totals-tip{padding:10px 12px 12px;border-bottom:1px solid var(--border);background:var(--white)}.bill-totals-tip .tip-label{margin-bottom:8px}.bill-totals-tip .tip-row{margin-bottom:0}.bill-total-label{display:flex;flex-direction:column;gap:2px;min-width:0}.bill-total-text{font-size:13px;font-weight:600;color:var(--text)}.bill-total-value{display:flex;justify-content:flex-end;width:100%}.bill-total-input-box{display:flex;align-items:center;gap:8px;width:100%;min-height:44px;padding:8px 12px;border:1px solid rgba(29,158,117,.3);border-radius:var(--radius-sm);background:var(--white);cursor:text;font-variant-numeric:tabular-nums;transition:border-color .15s,box-shadow .15s}.bill-total-input-box--needed{border-color:var(--green);box-shadow:0 0 0 3px #1d9e7524;animation:field-needed-glow 2.4s ease-in-out infinite}.bill-total-input-box:focus-within,.bill-total-input-box--needed:focus-within{animation:none;border-color:var(--green);background:var(--white);box-shadow:0 0 0 3px #1d9e7529}.bill-total-input-box .amount-currency{flex:0 0 auto;font-size:20px;font-weight:700;color:var(--text-muted);line-height:1}.bill-total-input-box .amount-input{flex:1 1 auto;width:100%!important;min-width:0;border:none!important;border-radius:0!important;padding:0!important;box-shadow:none!important;background:transparent!important;font-size:20px!important;font-weight:700!important;text-align:right;letter-spacing:-.3px;font-variant-numeric:tabular-nums;color:var(--text)}.bill-total-input-box .amount-input:focus{box-shadow:none!important}.bill-total-input-box .amount-input::placeholder{color:var(--text-faint);font-weight:600}.amount-composite{display:grid;grid-template-columns:auto minmax(4.5ch,1fr);align-items:baseline;justify-items:end;gap:.3rem;width:100%;font-variant-numeric:tabular-nums}.amount-currency{font-size:20px;font-weight:700;color:var(--text-muted);line-height:1}.amount-display{width:100%;min-width:0;font-size:20px;font-weight:700;text-align:right;letter-spacing:-.3px;font-variant-numeric:tabular-nums;color:var(--text)}.place-section{display:block;width:100%;margin:12px 0 24px}.place-add-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:13px 14px;border:1px solid rgba(29,158,117,.28);border-radius:var(--radius-sm);background:var(--white);color:var(--green-dark);font-size:14px;font-weight:600}.place-add-btn:hover{border-color:var(--green);background:var(--green-light);color:var(--green-dark)}.place-optional{font-weight:500;color:var(--text-muted)}.place-add-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:var(--green-light);color:var(--green-dark);font-size:16px;font-weight:600;line-height:1}.place-card{display:flex;align-items:flex-start;gap:12px;padding:12px;border:1px solid rgba(29,158,117,.22);border-radius:var(--radius-sm);background:var(--white)}.place-pin{flex-shrink:0;color:var(--green);margin-top:1px;animation:place-pin-pulse 2.4s ease-in-out infinite}@keyframes place-pin-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.72;transform:scale(1.08)}}.place-card-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.place-card-title{font-size:14px;font-weight:600;color:var(--text);line-height:1.3}.place-card-subtitle{font-size:12px;color:var(--text-muted);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.place-change-btn{flex-shrink:0;padding:4px 0;border:none;background:transparent;color:var(--green-dark);font-size:13px;font-weight:600}.place-change-btn:hover{text-decoration:underline}.place-modal .modal-body-text{margin:4px 0 16px}.place-fields{padding:0;margin-bottom:4px}.place-fields .field{margin-bottom:12px}.place-fields .field:last-of-type{margin-bottom:12px}.place-modal .location-soft-btn{margin-top:2px}.place-modal .modal-actions{margin-top:18px}.location-soft-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:11px 14px;border:1px solid rgba(29,158,117,.35);border-radius:var(--radius-sm);background:var(--green-light);color:var(--green-dark);font-size:14px;font-weight:600;transition:background .15s,border-color .15s,color .15s}.location-soft-btn-icon{display:inline-flex;flex-shrink:0;color:var(--green)}.location-soft-btn-spinner{animation:location-soft-spin .75s linear infinite}@keyframes location-soft-spin{to{transform:rotate(360deg)}}.location-soft-btn:hover:not(:disabled){border-color:var(--green);background:#d2eee4;color:var(--green-dark)}.location-soft-btn:disabled{opacity:.75;cursor:wait}.bill-place{margin:-8px 0 20px;font-size:13px;color:var(--text-muted);line-height:1.4}.bill-place .place-sep{margin:0 6px;color:var(--text-faint)}.bill-place .place-location{color:var(--text-faint)}.name-input{border:none!important;padding:0!important;font-size:16px!important;font-weight:500;border-radius:0!important;background:transparent!important}.name-input:focus{border-bottom:1px solid var(--green)!important;box-shadow:none!important}.tip-field{margin-bottom:18px}.tip-label{display:block;font-size:13px;font-weight:600;color:var(--text);margin-bottom:8px}.tip-row{display:flex;gap:8px}.tip-btn{flex:1;padding:8px 0;border:1px solid var(--border-dark);border-radius:var(--radius-sm);background:var(--white);color:var(--text);font-size:13px;font-weight:600;transition:all .15s}.tip-btn:hover{border-color:var(--green);color:var(--green-dark)}.tip-btn.active{border-color:var(--green-dark);color:var(--white);background:var(--green)}.modal-overlay{position:fixed;inset:0;background:#11182773;display:flex;align-items:flex-end;justify-content:center;z-index:100;padding:20px}.modal{background:var(--white);border-radius:var(--radius);padding:24px 20px;width:100%;max-width:420px}.modal-display{font-size:48px;font-weight:600;text-align:center;color:var(--green-dark);margin:16px 0 20px;letter-spacing:-1px}.modal-body-text{margin:8px 0 0;color:var(--text-muted);font-size:15px;line-height:1.5}.btn-danger{width:100%;padding:14px;background:#dc2626;color:var(--white);border:none;border-radius:var(--radius);font-size:15px;font-weight:600;cursor:pointer;transition:opacity .15s,background .15s;display:block;text-align:center;letter-spacing:-.1px;margin-top:4px}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn-danger:disabled{opacity:.45;cursor:not-allowed}.modal-actions{display:flex;gap:10px;margin-top:20px}.modal-actions .btn-primary,.modal-actions .btn-secondary,.modal-actions .btn-danger{flex:1;margin-top:0}.btn-primary{width:100%;padding:14px;background:var(--green);color:var(--white);border:none;border-radius:var(--radius);font-size:15px;font-weight:600;cursor:pointer;transition:opacity .15s;display:block;text-align:center;letter-spacing:-.1px;margin-top:4px}.btn-primary:hover{opacity:.92}.btn-primary:disabled{opacity:.45;cursor:not-allowed}.btn-secondary{width:100%;padding:13px;background:var(--white);color:var(--text);border:1px solid var(--border-dark);border-radius:var(--radius);font-size:15px;font-weight:500;cursor:pointer;transition:background .15s;display:block;text-align:center;margin-top:10px}.btn-secondary:hover{background:var(--bg)}.mode-toggle{display:flex;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;margin-bottom:20px}.mode-toggle button{flex:1;padding:10px 0;border:none;background:var(--white);color:var(--text-muted);font-size:14px;font-weight:500;transition:all .15s}.mode-toggle button.active{background:var(--green);color:var(--white)}.mode-toggle--three button{font-size:13px;padding:10px 4px}.mode-toggle--step2.mode-toggle--three{margin-bottom:8px}.mode-toggle--step2 .mode-toggle-my-claims{position:relative;background:#eef8f4;color:#0f7664;font-weight:650}.mode-toggle--step2 .mode-toggle-my-claims.active{background:var(--green);color:var(--white)}.page--tutorial-open .step2-sticky-chrome{z-index:121;background:transparent;border-bottom-color:transparent}.page--tutorial-open .screen-header--step2{opacity:0;pointer-events:none}.page--tutorial-open .mode-toggle-my-claims--spotlight{box-shadow:0 0 0 3px var(--white),0 0 0 6px var(--green),0 10px 28px #0f172a38}.tutorial-layer{position:fixed;inset:0;z-index:110;display:flex;align-items:flex-start;justify-content:center;padding:108px 20px 24px;pointer-events:none}.tutorial-scrim{position:absolute;inset:0;background:#11182794;pointer-events:auto}.tutorial-card{position:relative;z-index:1;width:100%;max-width:300px;margin-top:12px;padding:18px 16px 16px;border-radius:var(--radius);background:var(--white);border:1px solid var(--border);box-shadow:0 16px 40px #11182738;text-align:left;pointer-events:auto}.tutorial-card:before{content:"";position:absolute;top:-6px;left:50%;width:12px;height:12px;background:var(--white);border-left:1px solid var(--border);border-top:1px solid var(--border);transform:translate(-50%) rotate(45deg)}.tutorial-card .screen-label{margin-bottom:6px;color:var(--green-dark)}.tutorial-card-title{margin:0 0 6px;font-size:17px;font-weight:700;letter-spacing:-.02em;color:var(--text);line-height:1.25}.tutorial-card .modal-body-text{margin:0 0 14px;font-size:14px}.tutorial-card .modal-body-text strong{color:var(--green-dark);font-weight:700}.tutorial-got-it{display:inline-flex;align-items:center;justify-content:center;margin:0;padding:7px 14px;border:none;border-radius:var(--radius-sm);background:var(--green);color:var(--white);font-size:13px;font-weight:600;letter-spacing:-.01em;cursor:pointer}.tutorial-got-it:hover{background:var(--green-dark)}.my-claims-sticky-filters{margin:0 0 10px;padding:0}.step2-sticky-chrome .my-claims-sticky-filters,.step2-sticky-chrome .claim-scope-toggle{margin-bottom:8px}.step2-sticky-chrome .item-category-tabs--sticky{border-radius:10px;border:1px solid var(--border-dark)}.my-claims-sticky-head-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.my-claims-sticky-titles{min-width:0;flex:1}.my-claims-sticky-eyebrow{margin:0 0 4px;display:flex;align-items:center;gap:5px;font-size:11px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#0f7664}.my-claims-sticky-title{margin:0;display:flex;align-items:center;gap:8px;font-size:20px;font-weight:750;letter-spacing:-.03em;line-height:1.2;color:var(--text)}.my-claims-sticky-emoji{font-size:22px;line-height:1}.claim-step-dots--sticky{margin-top:10px;margin-bottom:0}.bill-items-section{margin-bottom:20px;padding:14px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm)}.bill-items-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:10px}.bill-items-title{margin:0;font-size:14px;font-weight:600}.bill-items-total{font-size:14px;font-weight:600;color:var(--green)}.bill-items-list{list-style:none;margin:0;padding:0}.bill-item-row{display:flex;flex-direction:column;align-items:stretch;gap:0;padding:10px 0;border-bottom:1px solid var(--border)}.bill-item-main{display:flex;justify-content:space-between;gap:10px;width:100%}.bill-item-row:last-child{border-bottom:none}.bill-item-text{flex:1;min-width:0}.bill-item-desc{display:block;font-size:13px;font-weight:500}.bill-item-qty{color:var(--text-muted);font-weight:400}.bill-item-meta{display:block;font-size:11px;color:var(--text-muted);margin-top:1px}.bill-item-side{text-align:right;flex-shrink:0;display:flex;align-items:center;gap:8px}.bill-item-amount{display:inline-block;font-size:13px;font-weight:600}.bill-item-edit,.bill-item-remove{border:none;background:none;color:var(--text-muted);font-size:14px;cursor:pointer;padding:0 2px;line-height:1}.bill-item-remove{font-size:14px}.bill-item-edit:hover,.bill-item-remove:hover{color:var(--green)}.bill-items-empty{margin:0;font-size:13px;color:var(--text-muted)}.form-hint--warn{margin-top:10px;color:#b45309;font-size:12px}.claim-modal-tabs{display:flex;gap:8px;margin-bottom:14px}.claim-modal-tabs button{flex:1;padding:8px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);font-size:13px;cursor:pointer}.claim-modal-tabs button.active{border-color:var(--green);background:#228b5714;color:var(--green);font-weight:600}.field-row{display:flex;gap:12px}.field--narrow{flex:0 0 72px}.share-type-row{display:flex;gap:8px}.share-type-btn{flex:1;padding:8px 10px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);font-size:12px;cursor:pointer}.share-type-btn.active{border-color:var(--green);background:#228b5714;color:var(--green)}.claim-qty-controls{display:flex;align-items:center;gap:8px}.claim-qty-btn{width:28px;height:28px;border:1px solid var(--border);border-radius:50%;background:var(--white);font-size:16px;line-height:1;cursor:pointer}.claim-qty-btn:disabled{opacity:.4;cursor:not-allowed}.viewer-amount-card{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;margin-bottom:16px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm)}.viewer-amount-label{font-size:14px;color:var(--text-muted)}.viewer-amount-value{font-size:20px;font-weight:700;color:var(--text)}.viewer-claims-panel{margin-bottom:16px;text-align:left}.viewer-claims-title{margin:0 0 10px;font-size:14px;font-weight:600}.viewer-share-receipt{padding:14px 14px 12px;border:1px solid var(--border);border-radius:14px;background:var(--white)}.viewer-bill-links{display:flex;align-items:center;gap:10px;margin:0 0 14px}.viewer-bill-links--after-question{margin:10px 0 0}.viewer-bill-link{flex:1;min-width:0;padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:var(--white);color:var(--text);font-size:13px;font-weight:650;text-align:center;cursor:pointer}.viewer-bill-link:hover:not(:disabled){border-color:var(--border-dark);background:var(--bg)}.viewer-bill-link:disabled{opacity:.45;cursor:not-allowed}.viewer-main-tabs{margin:0 0 14px}.viewer-overview-panel{display:flex;flex-direction:column;gap:12px;padding:14px 14px 16px;border:1px solid var(--border);border-radius:14px;background:var(--white)}.viewer-overview-panel .step2-inline-hint{margin:0}.viewer-share-summary-cats{display:flex;flex-wrap:wrap;gap:6px}.viewer-share-summary-cats--receipt{margin:0 0 14px}.viewer-share-summary-chip{display:inline-flex;align-items:center;gap:5px;padding:4px 9px;border-radius:999px;background:var(--bg);border:1px solid var(--border);color:var(--text-muted);font-size:12px;font-weight:550}.viewer-share-summary-chip strong{color:var(--text);font-weight:750;font-variant-numeric:tabular-nums}.viewer-share-receipt-modal{max-height:85vh;overflow-y:auto}.viewer-share-receipt-note{margin:0 0 12px;font-size:12px;line-height:1.4;color:var(--text-muted)}.viewer-share-receipt-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:8px}.viewer-share-receipt-head .viewer-claims-title{margin:0}.viewer-share-receipt-total{font-size:16px;font-weight:700;color:var(--text)}.viewer-subreceipt{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.viewer-subreceipt-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px dashed var(--border)}.viewer-subreceipt-row:first-child{border-top:0;padding-top:2px}.viewer-subreceipt-text{min-width:0}.viewer-subreceipt-desc{display:block;font-size:14px;font-weight:600;color:var(--text)}.viewer-subreceipt-qty{margin-left:4px;font-weight:500;color:var(--text-muted)}.viewer-subreceipt-meta{display:block;margin-top:2px;font-size:12px;color:var(--text-muted)}.viewer-subreceipt-right{flex-shrink:0;text-align:right}.viewer-subreceipt-amount{display:block;font-size:14px;font-weight:700;color:var(--text)}.viewer-share-hint,.viewer-pool-hint{margin:8px 0 0;font-size:12px;line-height:1.4;color:var(--text-muted)}.viewer-pool-hint{margin:-4px 0 12px}.viewer-empty-state--receipt{margin:4px 0 0}.claim-pool-list{gap:10px}.claim-pool-row{display:flex;flex-direction:column;gap:0;padding:12px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm)}.bill-items-list--receipt{margin-bottom:4px}.step2-hero{margin-bottom:14px}.step2-title{margin:0 0 6px;font-size:22px;font-weight:700}.step2-subtitle{margin:0;font-size:13px;color:var(--text-muted);line-height:1.45}.item-budget-bar{margin-bottom:12px}.item-budget-track{position:relative;height:10px;background:var(--border);border-radius:999px;overflow:hidden}.item-budget-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#fbbf24,#f59e0b);transition:width .28s ease,background .35s ease}.item-budget-fill[data-stage=empty]{background:transparent}.item-budget-fill[data-stage=low]{background:linear-gradient(90deg,#fcd34d,#f59e0b)}.item-budget-fill[data-stage=mid]{background:linear-gradient(90deg,#fbbf24,#34d399)}.item-budget-fill[data-stage=high]{background:linear-gradient(90deg,#6ee7b7,#1d9e75)}.item-budget-fill[data-stage=complete],.item-budget-fill--complete{background:linear-gradient(90deg,#34d399,#1d9e75 55%,#0f6e56)}.item-budget-fill--over{background:linear-gradient(90deg,#fbbf24,#d97706)}.item-budget-bar--celebrate .item-budget-track{overflow:visible}.item-budget-bar--celebrate .item-budget-fill--complete{animation:budget-complete-pulse .9s ease}.item-budget-burst{pointer-events:none;position:absolute;inset:-6px 0 auto;height:22px}.item-budget-burst span{position:absolute;top:50%;left:calc(100% - 8px);width:5px;height:5px;border-radius:50%;background:#34d399;animation:budget-burst-pop .9s ease-out forwards}.item-budget-burst span:nth-child(1){--dx: -18px;--dy: -14px;background:#fbbf24;animation-delay:.02s}.item-budget-burst span:nth-child(2){--dx: -6px;--dy: -18px;background:#6ee7b7;animation-delay:.05s}.item-budget-burst span:nth-child(3){--dx: 8px;--dy: -16px;background:#1d9e75;animation-delay:.08s}.item-budget-burst span:nth-child(4){--dx: 16px;--dy: -8px;background:#f59e0b;animation-delay:.04s}.item-budget-burst span:nth-child(5){--dx: -14px;--dy: -4px;background:#a7f3d0;animation-delay:.1s}.item-budget-burst span:nth-child(6){--dx: 4px;--dy: -10px;background:#34d399;animation-delay:.12s}@keyframes budget-burst-pop{0%{opacity:0;transform:translate(0) scale(.4)}25%{opacity:1}to{opacity:0;transform:translate(var(--dx),var(--dy)) scale(1.1)}}@keyframes budget-complete-pulse{0%{filter:brightness(1)}40%{filter:brightness(1.18)}to{filter:brightness(1)}}.item-budget-over-label{color:#92400e;font-weight:600}.item-budget-complete-label{color:var(--green-dark);font-weight:700}.form-hint--warning{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:var(--radius-sm);padding:8px 10px}.item-budget-labels{display:flex;justify-content:space-between;margin-top:6px;font-size:11px;color:var(--text-muted)}.item-budget-tip{display:block;margin-top:4px;text-align:right}.item-budget-tip.tip-cue--banner{margin-bottom:0;text-align:left}.claim-progress{width:100%;margin-top:8px}.claim-progress-row{display:flex;align-items:center;gap:10px}.claim-progress-track{flex:1;height:8px;background:#ffedd5;border-radius:999px;overflow:hidden;border:1px solid #FDBA74}.claim-progress-track--complete{background:var(--green-light);border-color:#86efac}.claim-progress-fill{height:100%;min-width:0;background:#ea580c;border-radius:999px;transition:width .2s ease,background .2s ease}.claim-progress-count{flex-shrink:0;font-size:11px;font-weight:600;color:#c2410c;white-space:nowrap}.claim-progress-count--complete{color:var(--green-dark)}.add-item-form{margin:14px 0 8px;padding:0;border:none;background:transparent}.add-item-form-title{margin:0 0 8px;font-size:13px;font-weight:600}.add-item-toggle{width:100%;border:1px dashed var(--border-dark);background:var(--bg);color:var(--text);border-radius:var(--radius-sm);padding:10px 12px;font-size:13px;font-weight:600;transition:transform .18s ease,border-color .18s ease,background .18s ease}.add-item-toggle:hover{border-color:var(--green);background:color-mix(in srgb,var(--green) 8%,var(--bg))}.add-item-toggle:active{transform:scale(.98)}.add-item-composer{margin-top:10px}.add-item-actions{display:flex;gap:8px;align-items:stretch}.add-item-btn{width:auto;margin-top:4px;flex:1}.add-item-btn-cancel{width:auto;margin-top:4px;flex:0 0 90px}.step2-share{margin:24px 0;padding:16px;border:1px dashed var(--border);border-radius:var(--radius-sm);text-align:center}.step2-share-label{margin:0 0 10px;font-size:14px;font-weight:500}.step2-share-hint{margin:10px 0 0;font-size:12px;color:var(--text-muted)}.share-type-row--wrap{flex-wrap:wrap}.share-type-row--wrap .share-type-btn{flex:1 1 calc(33% - 6px);min-width:90px}.step2-hero--compact{margin-top:28px}.step2-progress{display:flex;gap:8px;margin-bottom:16px}.step2-progress-btn{flex:1;padding:10px 8px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);color:var(--text-muted);font-size:13px;font-weight:600}.step2-progress-btn.active{border-color:var(--green);background:#228b5714;color:var(--green)}.step2-progress-btn:disabled{opacity:.45;cursor:not-allowed}.members-items-summary{margin-bottom:18px;padding:12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white)}.members-sub-toggle{display:flex;gap:6px;margin-bottom:14px}.members-sub-toggle button{flex:1;min-width:0;padding:8px 6px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);color:var(--text-muted);font-size:12px;font-weight:600}.members-sub-toggle button.active{border-color:var(--green);background:#228b5714;color:var(--green)}.overview-member-list,.overview-split-list{display:flex;flex-direction:column;gap:10px}.overview-member-card{border:1px solid var(--border);border-radius:12px;background:var(--white);overflow:hidden}.overview-member-head{display:flex;align-items:center;gap:10px;width:100%;padding:12px;border:none;background:transparent;text-align:left;color:inherit;font:inherit;cursor:pointer}.overview-member-copy{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.overview-member-name{font-size:15px;font-weight:700;color:var(--text);display:inline-flex;align-items:center;gap:6px}.overview-member-you{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--green-dark);background:var(--green-light);border-radius:999px;padding:2px 6px}.overview-member-meta{font-size:12px;color:var(--text-muted)}.overview-member-total{flex-shrink:0;font-size:14px;font-weight:700;color:var(--text)}.overview-member-chevron{flex-shrink:0;color:var(--text-faint);font-size:18px;transform:rotate(90deg);transition:transform .15s ease}.overview-member-chevron.open{transform:rotate(-90deg)}.overview-member-body{padding:0 12px 12px;border-top:1px solid var(--border)}.overview-bucket{margin-top:12px}.overview-bucket--warn .overview-bucket-label{color:#92400e}.overview-bucket-label{margin:0 0 6px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.overview-line-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.overview-line{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:8px 10px;border-radius:8px;background:var(--bg);font-size:13px;color:var(--text)}.overview-line>span:last-child{flex-shrink:0;font-weight:600}.overview-line-qty,.overview-line-partners{display:block;margin-top:2px;font-size:11px;font-weight:500;color:var(--text-muted)}.overview-line--split{background:var(--split-bg, #ecfdf5);border:1px solid var(--split-border, #34d399);color:var(--split-text, #065f46)}.overview-line--split .overview-line-partners{color:inherit;opacity:.8}.overview-line-main{display:flex;align-items:flex-start;gap:8px;min-width:0}.overview-split-dot{flex-shrink:0;width:10px;height:10px;margin-top:4px;border-radius:50%;background:var(--split-border, #34d399);box-shadow:0 0 0 3px color-mix(in srgb,var(--split-border, #34d399) 25%,transparent)}.overview-empty-copy{margin:12px 0 0;font-size:13px;color:var(--text-muted)}.overview-shared-block{margin-top:16px;padding-top:4px}.overview-shared-title{margin:0 0 4px;font-size:13px;font-weight:700;color:var(--text)}.overview-split-intro{margin:0 0 12px;font-size:13px;line-height:1.4;color:var(--text-muted)}.overview-split-card{border:1px solid var(--split-border, var(--border));border-radius:12px;background:var(--split-bg, var(--white));padding:12px;color:var(--split-text, var(--text))}.overview-split-head{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px}.overview-split-copy{min-width:0}.overview-split-names{margin:0;font-size:15px;font-weight:700;line-height:1.3}.overview-split-meta{margin:4px 0 0;font-size:12px;opacity:.85}.overview-split-card .overview-line{background:#ffffffb8;color:var(--text)}.claims-summary-hint{display:flex;flex-wrap:wrap;align-items:center;gap:8px;width:100%;margin-bottom:14px;padding:10px 12px;border:1px dashed var(--border-dark);border-radius:var(--radius-sm);background:var(--bg);color:var(--text-muted);font-size:12px;text-align:left}.claims-summary-hint-action{margin-left:auto;color:var(--green);font-weight:600}.summary-card{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:8px;padding:12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);text-align:left}.summary-card--warn{border-color:#b4530940;background:#b453090a}.summary-card-main{display:flex;flex-direction:column;gap:2px}.summary-card-title{font-size:13px;font-weight:600;color:var(--text)}.summary-card-meta{font-size:12px;color:var(--text-muted)}.summary-card-chevron{font-size:18px;color:var(--text-muted);transition:transform .15s ease}.summary-card-chevron.open{transform:rotate(90deg)}.summary-detail-list{list-style:none;margin:0 0 8px;padding:0 12px 8px;border:1px solid var(--border);border-top:none;border-radius:0 0 var(--radius-sm) var(--radius-sm);background:var(--bg)}.summary-detail-row{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid var(--border);font-size:12px}.summary-detail-row:last-child{border-bottom:none}.summary-detail-link{display:inline-block;margin-bottom:14px}.person-row--members{flex-wrap:wrap}.person-row--members .person-info{flex:1 1 120px;min-width:0}.person-row--members .person-amount{flex-shrink:0;font-size:13px;font-weight:600;color:var(--text);white-space:nowrap;display:flex;flex-direction:column;align-items:flex-end}.members-items-summary-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.members-items-summary-title{margin:0;font-size:13px;font-weight:600}.btn-link{border:none;background:none;color:var(--green);font-size:12px;font-weight:600;padding:0;cursor:pointer}.btn-link--danger{color:#b91c1c}.btn-link:disabled{opacity:.45;cursor:default}.bill-items-list--compact .bill-item-row{padding:6px 0}.bill-item-meta--warn{color:#b45309}.outstanding-panel{margin-top:12px;padding:10px;border:1px solid rgba(180,83,9,.25);border-radius:var(--radius-sm);background:#b453090f}.outstanding-panel-title{margin:0 0 4px;font-size:13px;font-weight:600;color:#92400e}.outstanding-panel-hint{margin:0 0 10px;font-size:12px;color:var(--text-muted);line-height:1.4}.outstanding-list{list-style:none;margin:0;padding:0}.outstanding-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 0;border-top:1px solid rgba(180,83,9,.15)}.outstanding-desc{display:block;font-size:13px;font-weight:500}.outstanding-meta{display:block;font-size:11px;color:var(--text-muted);margin-top:2px}.outstanding-resolve-btn{width:auto;margin-top:0;padding:6px 10px;font-size:12px}.shared-pool-card{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding:12px 14px;border:1px solid var(--green-light);border-radius:var(--radius-sm);background:#228b5714}.shared-pool-label{font-size:13px;color:var(--text-muted)}.shared-pool-amount{font-size:18px;font-weight:700;color:var(--green-dark)}.outstanding-everyone-btn{width:100%;margin:0 0 10px}.step2-title--small{font-size:16px;margin-bottom:0}.step2-bottom-bar{position:relative;flex-shrink:0;width:100%;margin:0;background:#fffffff5;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid rgba(229,231,235,.9);box-shadow:0 -4px 20px #1118270f;padding:10px 16px calc(10px + env(safe-area-inset-bottom));display:flex;gap:8px;z-index:35}.page--step2.page--with-bottom-bar .screen{padding-bottom:24px}.step2-bottom-submit{margin-top:0;flex:1.4;width:auto;min-width:0}.step2-bottom-share{margin-top:0;flex:1;width:auto;min-width:0;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px}.share-btn-icon{width:16px;height:16px;flex-shrink:0}.share-sheet-modal{max-width:420px}.share-sheet-actions{display:flex;flex-direction:column;gap:8px;margin:4px 0 16px}.share-sheet-option{display:flex;align-items:center;gap:12px;width:100%;min-height:64px;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:var(--white);text-align:left;cursor:pointer;color:inherit}.share-sheet-option:hover,.share-sheet-option:focus-visible{border-color:var(--green);background:#228b570f;outline:none}.share-sheet-option--whatsapp:hover,.share-sheet-option--whatsapp:focus-visible{border-color:#25d366;background:#25d36614}.share-sheet-option-icon{width:40px;height:40px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--green-light);color:var(--green-dark)}.share-sheet-option-icon svg{width:20px;height:20px}.share-sheet-option--whatsapp .share-sheet-option-icon{background:#e8f8ef;color:#128c7e}.share-sheet-option-text{display:flex;flex-direction:column;gap:2px;min-width:0}.share-sheet-option-title{font-size:15px;font-weight:700;color:var(--text)}.share-sheet-option-sub{font-size:12px;color:var(--text-muted);line-height:1.35}.step2-people-row{margin-bottom:18px;padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg)}.step2-people-row-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.step2-people-label{font-size:13px;font-weight:600;color:var(--text-muted)}.step2-people-add{background:none;border:none;padding:0;font-size:13px;font-weight:600;color:var(--green)}.step2-people-hint{margin:0;font-size:12px;color:var(--text-faint)}.step2-people-row .identify-members{margin-bottom:0}.identify-chip--readonly{cursor:default;pointer-events:none;background:var(--white);border-color:var(--border)}.assign-name-input{width:100%;margin-top:10px;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:16px}.people-list{margin-bottom:4px}.person-row{display:flex;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid var(--border);flex-wrap:wrap}.person-row:last-child{border-bottom:none}.avatar{width:36px;height:36px;border-radius:50%;background:var(--green-light);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:var(--green-dark);flex-shrink:0}.person-info{flex:1;min-width:0}.person-name{display:block;font-size:14px;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.person-sub{font-size:12px;color:var(--text-muted);margin-top:1px}.equal-chip{font-size:11px;font-weight:500;background:var(--green-light);color:var(--green-dark);padding:3px 9px;border-radius:20px;white-space:nowrap}.member-items-btn{flex-shrink:0;font-size:11px;font-weight:600;color:var(--green-dark);background:var(--green-light);border:1px dashed rgba(29,158,117,.45);padding:4px 10px;border-radius:20px;white-space:nowrap}.member-items-btn:hover{border-color:var(--green);color:var(--green)}.split-items-summary{font-size:13px;color:var(--text-muted);text-align:center;margin:4px 0 12px;padding:10px 12px;background:var(--bg);border-radius:var(--radius-sm)}.member-items-modal{max-height:90vh;overflow-y:auto}.member-assign-modal{padding:16px 14px 14px;max-height:85vh;display:flex;flex-direction:column}.member-assign-title{margin-bottom:10px}.member-assign-qty{margin-left:4px;color:var(--text-muted);font-weight:500}.item-claim-bar--modal{margin-top:10px;width:100%;min-height:22px}.field--nested{margin-top:12px}.field--nested .form-hint{margin-top:6px}.assign-summary{margin-bottom:10px;padding:8px 10px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg)}.assign-summary-header{display:flex;justify-content:space-between;gap:8px;margin-bottom:6px;font-size:12px;font-weight:600;color:var(--text)}.assign-summary-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.assign-summary-list li{display:flex;justify-content:space-between;gap:8px;font-size:11px;line-height:1.3;color:var(--text-muted)}.assign-summary-desc{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.assign-summary-qty{flex-shrink:0;font-weight:600;color:var(--text)}.assign-summary-empty,.assign-section-empty{margin:0;font-size:11px;color:var(--text-muted)}.assign-section-label{margin:0 0 6px;font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint)}.member-items-list--compact{margin-bottom:8px;gap:4px;flex:1;min-height:0;overflow-y:auto}.member-item-row--compact{padding:5px 8px;gap:6px;background:var(--white);border:1px solid var(--border)}.member-item-inline{flex:1;min-width:0;display:flex;align-items:baseline;gap:6px}.member-item-row--compact .member-item-desc{font-size:12px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.member-item-meta{flex-shrink:0;font-size:10px;color:var(--text-muted);white-space:nowrap}.member-assign-modal .claim-qty-controls--compact{gap:4px;flex-shrink:0}.member-assign-modal .claim-qty-btn--sm{width:22px;height:22px;font-size:13px;padding:0}.member-assign-modal .claim-qty-value{min-width:14px;font-size:12px;font-weight:600;text-align:center}.modal-actions--compact{margin-top:10px}.modal-actions--compact .btn-secondary{padding:10px 12px;font-size:14px}.edit-item-modal{max-height:90vh;overflow-y:auto}.modal-overlay--add-item{animation:add-item-overlay-in .28s ease-out}.add-item-modal{transform-origin:bottom center;animation:add-item-sheet-in .48s cubic-bezier(.22,1.4,.36,1)}.add-item-modal-head{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px}.add-item-modal-plus{flex-shrink:0;width:40px;height:40px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--green) 16%,var(--white));color:var(--green-dark);font-size:26px;font-weight:700;line-height:1;animation:add-item-plus-pop .55s cubic-bezier(.22,1.6,.36,1) .08s both}.add-item-modal-title{margin:0}.add-item-modal-hint{margin:4px 0 0}@keyframes add-item-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes add-item-sheet-in{0%{opacity:0;transform:translateY(36px) scale(.94)}70%{opacity:1;transform:translateY(-4px) scale(1.015)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes add-item-plus-pop{0%{opacity:0;transform:scale(.4) rotate(-18deg)}70%{opacity:1;transform:scale(1.12) rotate(4deg)}to{opacity:1;transform:scale(1) rotate(0)}}@media(prefers-reduced-motion:reduce){.modal-overlay--add-item,.add-item-modal,.add-item-modal-plus{animation:none}}.member-items-list{list-style:none;margin:0 0 16px;padding:0;display:flex;flex-direction:column;gap:8px}.member-item-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;background:var(--bg);border-radius:var(--radius-sm)}.member-item-text{min-width:0}.member-item-desc{display:block;font-size:14px;font-weight:500;color:var(--text)}.member-item-amount{font-size:12px;color:var(--text-muted);margin-top:2px}.member-item-remove{flex-shrink:0;font-size:12px;font-weight:600;color:var(--danger);background:none;border:none;padding:4px 0}.pct-label{font-size:13px;color:var(--text-muted);min-width:36px;text-align:right}.person-amount{display:flex;flex-direction:column;align-items:flex-end;font-size:15px;font-weight:600;color:var(--text);min-width:72px;text-align:right}.remove-btn{background:none;border:none;color:var(--text-faint);font-size:20px;line-height:1;padding:0 2px;width:24px;flex-shrink:0;transition:color .15s}.remove-btn:hover{color:var(--danger)}.remove-btn-spacer{display:inline-block;width:24px;flex-shrink:0}.lock-btn{background:none;border:none;color:var(--text-faint);font-size:16px;line-height:1;padding:0 2px;transition:color .15s}.lock-btn:hover:not(:disabled){color:var(--green)}.lock-btn.locked{color:var(--green)}.lock-btn:disabled{opacity:.35;cursor:not-allowed}input[type=range]:disabled{opacity:.4;cursor:not-allowed}.slider-row{width:100%;padding-left:46px;padding-top:8px}input[type=range]{width:100%;accent-color:var(--green);height:4px;cursor:pointer}.add-person-btn{background:none;border:none;color:var(--green);font-size:14px;font-weight:500;padding:12px 0;display:flex;align-items:center;gap:6px;margin-bottom:20px;transition:opacity .15s}.add-person-btn:hover{opacity:.8}.bill-title{font-size:20px;font-weight:600;color:var(--text);margin-bottom:20px;letter-spacing:-.3px}.persons-list{margin-bottom:16px}.person-row.settled{opacity:.45}.person-right{text-align:right;flex-shrink:0}.result-amount{display:block;font-size:18px;font-weight:600;color:var(--text)}.settle-btn{font-size:11px;font-weight:500;background:var(--bg);border:1px solid var(--border-dark);border-radius:20px;padding:3px 10px;color:var(--text-muted);margin-top:4px;transition:all .15s}.settle-btn:hover{border-color:var(--green);color:var(--green)}.settled-badge{font-size:11px;color:var(--green);font-weight:500;margin-top:4px;display:block}.total-card{background:var(--green-light);border-radius:var(--radius);padding:14px 18px;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.total-label{font-size:13px;color:var(--green-dark)}.total-amount{font-size:24px;font-weight:700;color:var(--green-dark);letter-spacing:-.5px}.share-row{display:flex;gap:10px;margin-bottom:10px}.share-btn{flex:1;padding:12px 10px;border:1px solid var(--border-dark);border-radius:var(--radius-sm);background:var(--white);font-size:14px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--text);transition:background .15s,border-color .15s}.share-btn:hover{background:var(--bg)}.share-btn.whatsapp{color:#128c7e;border-color:#128c7e59}.share-btn.whatsapp:hover{background:#128c7e0d}.share-btn.copied{color:var(--green);border-color:var(--green)}.history-link{font-size:14px;color:var(--text-muted)}.history-link:hover{color:var(--green)}.bill-card{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--border);cursor:pointer;transition:background .1s;border-radius:0}.bill-card:hover{background:var(--bg);margin:0 -20px;padding:14px 20px}.bill-card-left{flex:1;min-width:0}.bill-desc{display:block;font-size:15px;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bill-meta{font-size:12px;color:var(--text-muted);margin-top:3px}.bill-card-right{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-left:12px}.bill-amount{font-size:16px;font-weight:600;color:var(--text)}.bill-arrow{color:var(--text-faint);font-size:14px}.auth-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px 20px;background:var(--bg)}.auth-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);padding:32px 28px;width:100%;max-width:380px}.auth-brand{margin-bottom:24px}.auth-brand .brand-logo{margin-bottom:4px}.auth-tagline{font-size:15px;color:var(--text-muted);margin-top:4px}.auth-switch{display:flex;gap:4px;padding:4px;margin-bottom:20px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg)}.auth-switch-btn{flex:1;padding:9px 0;border:none;border-radius:var(--radius-xs);background:none;color:var(--text-muted);font-size:14px;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.auth-switch-btn--active{background:var(--white);color:var(--text);box-shadow:0 1px 2px #11182714}.social-buttons{display:flex;flex-direction:column;align-items:stretch;gap:10px;margin-top:4px;margin-bottom:20px;width:100%}#google-btn-container{width:100%;display:flex;justify-content:center}#google-btn-container>div{margin:0 auto}.social-btn{width:100%;padding:11px 16px;border:1px solid var(--border-dark);border-radius:var(--radius-sm);background:var(--white);font-size:14px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--text);transition:background .15s}.social-btn:hover{background:var(--bg)}.social-btn.apple{background:#000;color:#fff;border-color:#000}.social-btn.apple:hover{background:#1a1a1a}.divider{text-align:center;position:relative;margin:4px 0 20px}.divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:var(--border)}.divider span{background:var(--white);padding:0 12px;color:var(--text-faint);font-size:12px;position:relative}.submit-btn{width:100%;padding:13px;background:var(--green);color:var(--white);border:none;border-radius:var(--radius-sm);font-size:15px;font-weight:600;margin-top:8px;margin-bottom:16px;transition:opacity .15s}.submit-btn:hover{opacity:.92}.submit-btn:disabled{opacity:.45;cursor:not-allowed}.terms-check{display:flex;align-items:flex-start;gap:10px;margin:6px 0 2px;font-size:13px;color:var(--text-muted);line-height:1.45;cursor:pointer}.terms-check input{width:18px;height:18px;margin-top:1px;accent-color:var(--green);flex:0 0 auto}.terms-check .link-btn{font-size:13px;margin-left:0}.auth-legal-note{margin:-10px 0 4px;font-size:12px;color:var(--text-faint);text-align:center;line-height:1.45}.auth-legal-note .link-btn{font-size:12px;margin-left:0}.auth-forgot{display:flex;justify-content:flex-end;margin:-10px 0 0}.success-msg{color:var(--green-dark);background:var(--green-light);font-size:13px;padding:10px 12px;border-radius:var(--radius-xs);margin-top:12px}.error-msg{color:var(--danger);background:var(--danger-light);font-size:13px;padding:10px 12px;border-radius:var(--radius-xs);margin-top:12px}.toggle-text{text-align:center;font-size:14px;color:var(--text-muted);margin-top:20px}.link-btn{background:none;border:none;color:var(--green);font-size:14px;font-weight:600;padding:0;margin-left:4px}.share-header{text-align:center;padding:28px 20px 0;border-bottom:1px solid var(--border);margin-bottom:0}.share-cta{text-align:center;margin-top:12px;padding-top:0;border-top:none}.share-cta--tight{margin-top:0}.share-cta-text{font-size:14px;color:var(--text-muted);margin-bottom:12px}.empty-state{text-align:center;padding:64px 20px;color:var(--text-muted)}.empty-state p{font-size:15px;margin-bottom:20px}.loading{text-align:center;padding:80px 20px;color:var(--text-faint);font-size:14px}.not-found{text-align:center;padding:80px 20px}.not-found p{color:var(--text-muted);margin-bottom:16px}.spacer{height:16px}.page--with-bottom-nav{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.page--with-bottom-nav:not(.page--home) .screen{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:96px;overscroll-behavior:contain}.bottom-nav{position:fixed;bottom:0;left:0;right:0;margin:0 auto;width:100%;max-width:420px;display:flex;justify-content:space-around;align-items:stretch;background:#ffffffeb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid rgba(229,231,235,.85);padding:8px 0 calc(8px + env(safe-area-inset-bottom));z-index:30}.bottom-nav a{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 0;font-size:11px;font-weight:500;color:var(--text-muted);text-decoration:none}.bottom-nav a.active{color:var(--green)}.bottom-nav-icon{font-size:18px;line-height:1}.bottom-nav-icon--new{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--green-light);color:var(--green-dark);font-size:20px;font-weight:600}.bottom-nav a.active .bottom-nav-icon--new{background:var(--green);color:var(--white)}.page--home{height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;max-height:100vh;max-height:100dvh;overflow:hidden;display:flex;flex-direction:column;background:linear-gradient(180deg,#ecf9f4 0%,var(--white) 28%,var(--bg) 100%)}.page--home .top-nav--home{position:fixed;top:0;left:0;right:0;margin:0 auto;width:100%;max-width:420px;z-index:30;background:#ffffffd1;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(229,231,235,.7)}.page--home .home-body{flex:1;min-height:0;overflow-x:clip;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:52px 20px calc(96px + env(safe-area-inset-bottom));overscroll-behavior-y:contain}.home-auth-actions{display:flex;align-items:center;gap:14px}.home-sign-in{font-size:14px;font-weight:600;color:var(--green);text-decoration:none}.home-sign-up{padding:8px 16px;border-radius:999px;background:var(--green);color:var(--white);font-size:14px;font-weight:600;text-decoration:none;white-space:nowrap;transition:opacity .15s}.home-sign-up:hover{opacity:.92}.home-account{display:flex;align-items:center;gap:10px;min-width:0}.home-account-name{font-size:13px;font-weight:500;color:var(--text-muted);max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-account-btn{background:none;border:none;padding:0;font-size:13px;font-weight:600;color:var(--green);cursor:pointer}.home-body{flex:1;padding:0 20px 24px}.brand--icon{width:32px;height:32px}.brand-icon{display:block;width:32px;height:32px;border-radius:8px;object-fit:cover}.home-hero{text-align:center;padding:20px 8px 0;margin-bottom:28px}.home-purpose{font-size:15px;color:var(--text);font-weight:600;line-height:1.4;max-width:280px;margin:0 auto}.home-subtitle{font-size:15px;color:var(--text-muted);line-height:1.5;max-width:260px;margin:0 auto}.home-cta{display:flex;flex-direction:column;align-items:center;gap:14px;margin-bottom:28px}.home-fab{position:relative;width:96px;height:96px;border-radius:50%;background:#0b0b0b;color:var(--white);display:flex;align-items:center;justify-content:center;text-decoration:none;overflow:visible;box-shadow:0 12px 32px #1d9e7552,0 2px 10px #00000047;transition:transform .2s ease,box-shadow .2s ease}.home-fab:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 16px 40px #1d9e7566,0 4px 14px #0000004d}.home-fab:active{transform:scale(.96)}.home-fab-ring{position:absolute;inset:-8px;border-radius:50%;border:2px solid rgba(29,158,117,.28);pointer-events:none}.home-fab-mark{display:block;width:68%;height:68%;object-fit:cover;border-radius:22%}.home-fab-label{font-size:15px;font-weight:600;color:var(--green-dark);letter-spacing:-.2px}.home-tips{position:relative;min-height:2.4em;margin:-16px 0 28px;text-align:center}.home-tip{position:absolute;left:0;right:0;top:0;margin:0;display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:6px;font-size:13px;line-height:1.35;color:var(--text-muted);opacity:0;transform:translateY(8px);transition:opacity .55s ease,transform .55s ease;pointer-events:none}.home-tip--active{opacity:1;transform:translateY(0)}.home-tip-label{font-weight:600;color:var(--green-dark)}.home-tip-sep{opacity:.45}.home-tip-copy{color:var(--text-muted)}.home-empty-hint{text-align:center;font-size:14px;color:var(--text-faint);padding:8px 0 4px;margin:0}.feedback-nudge{display:flex;align-items:center;gap:12px;margin:22px 0 0;padding:14px 16px;border:1px solid var(--border);border-radius:14px;background:var(--white);text-decoration:none;color:inherit}.feedback-nudge:hover{border-color:var(--border-dark)}.feedback-nudge-copy{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px;text-align:left}.feedback-nudge-copy strong{font-size:14px;font-weight:700;color:var(--text);letter-spacing:-.2px}.feedback-nudge-copy span{font-size:12px;font-weight:500;color:var(--text-muted);line-height:1.35}.feedback-nudge-chevron{flex:0 0 auto;color:var(--green);font-size:22px;font-weight:400;line-height:1}.feedback-nudge--share{margin:18px 0 8px}.home-section-title{font-size:18px;font-weight:700;color:var(--text);letter-spacing:-.3px;margin:0}.home-recent{margin-top:0}.home-recent-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:14px}.home-recent-link{font-size:13px;font-weight:600;color:var(--green);text-decoration:none;padding-bottom:2px}.home-recent-link:hover{text-decoration:underline}.home-bill-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-bill-tile{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-height:132px;width:100%;padding:14px 14px 12px;border:1px solid rgba(15,23,42,.06);border-radius:16px;background:linear-gradient(160deg,#1d9e7514,#fff0 42%),var(--white);box-shadow:0 1px 2px #0f172a0a;text-align:left;font:inherit;color:inherit;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.home-bill-tile:before{content:"";position:absolute;left:0;top:14px;bottom:14px;width:3px;border-radius:999px;background:var(--green)}.home-bill-tile--settled{border-color:#1d9e7529;background:linear-gradient(160deg,#1d9e7524,#e1f5ee8c 38%,#fff0 68%),var(--white)}.home-bill-tile--settled:before{background:linear-gradient(180deg,var(--green) 0%,var(--green-dark) 100%)}.home-bill-tile--settled:hover{border-color:#1d9e7547;box-shadow:0 8px 18px #1d9e751f}.home-bill-tile:hover{transform:translateY(-1px);border-color:#1d9e7538;box-shadow:0 8px 18px #0f172a14}.home-bill-tile:active{transform:translateY(0)}.home-bill-tile-status{display:inline-flex;align-items:center;gap:4px;align-self:flex-end;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--green-dark);background:var(--green-light);border-radius:999px;padding:3px 8px}.home-bill-tile-status-icon{flex-shrink:0}.home-bill-tile-status--settled{color:var(--green-dark);background:#d8f5ea;border:1px solid rgba(29,158,117,.22)}.home-bill-tile--settled .home-bill-tile-title{color:var(--text)}.home-bill-tile--settled .home-bill-tile-amount{color:var(--green-dark)}.home-bill-tile--settled .home-bill-tile-when,.home-bill-tile--settled .home-bill-tile-stats{color:var(--text-muted)}.home-bill-tile-title{margin:2px 0 0;padding-right:4px;font-size:15px;font-weight:700;line-height:1.25;letter-spacing:-.02em;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-bill-tile-when{margin:0;font-size:12px;font-weight:500;color:var(--text-muted)}.home-bill-tile-amount{margin:auto 0 0;padding-top:10px;font-size:18px;font-weight:800;letter-spacing:-.03em;color:var(--text)}.home-bill-tile-stats{display:flex;flex-wrap:wrap;gap:6px 8px;margin-top:4px;font-size:11px;font-weight:600;color:var(--text-muted)}.home-bill-tile-stats span:not(:last-child):after{content:"\b7";margin-left:8px;color:var(--text-faint)}.home-bill-tile-stat--open{color:#92400e;background:#fffbeb;border:1px solid #fcd34d;border-radius:999px;padding:1px 7px;font-weight:700}@media(prefers-reduced-motion:reduce){.home-tip{transition:none}.home-tip:not(.home-tip--active){display:none}.home-bill-tile,.home-bill-tile:hover{transition:none;transform:none}}.home-bill-list{display:flex;flex-direction:column;gap:10px}.home-bill-card{width:100%;display:flex;flex-direction:column;gap:4px;padding:11px 13px;background:var(--white);border:1px solid var(--border);border-radius:10px;text-align:left;font:inherit;cursor:pointer;transition:border-color .15s,box-shadow .15s}.home-bill-card:hover{border-color:#1d9e7540;box-shadow:0 2px 8px #0f172a0a}.home-bill-card:active{background:var(--bg)}.home-bill-card-row{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.home-bill-card-row--title{align-items:flex-start}.home-bill-card-row--meta{margin-top:2px;padding-top:6px;border-top:1px solid var(--border)}.home-bill-card-title{flex:1;min-width:0;font-size:14px;font-weight:600;color:var(--text);line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-bill-card-status{flex-shrink:0;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:2px 7px;border-radius:20px;background:var(--green-light);color:var(--green-dark)}.home-bill-card-status--settled{background:var(--bg);color:var(--text-muted)}.home-bill-card-place{display:flex;align-items:center;gap:5px;margin:0;min-width:0}.home-bill-card-pin{flex-shrink:0;color:var(--green);line-height:0;opacity:.85}.home-bill-card-place-text{flex:1;min-width:0;font-size:11px;color:var(--text-muted);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-bill-card-date{font-size:11px;color:var(--text-faint)}.home-bill-card-amount{font-size:13px;font-weight:700;color:var(--text);letter-spacing:-.2px;font-variant-numeric:tabular-nums}.home-more-cta{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;padding:12px 16px;font-size:13px;font-weight:600;color:var(--text-muted);text-decoration:none;border:1px dashed var(--border-dark);border-radius:var(--radius-sm);background:#ffffffb3;transition:border-color .15s,color .15s,background .15s}.home-more-cta:hover{border-color:var(--green);color:var(--green-dark);background:var(--white)}.home-more-dots{font-size:10px;letter-spacing:2px;color:var(--text-faint);line-height:1}.home-bill-panel{border:1px solid var(--border);border-radius:var(--radius);background:var(--white);overflow:hidden;box-shadow:0 4px 20px #0f172a0d}.home-bill-item{width:100%;display:flex;flex-direction:column;padding:0;background:none;border:none;border-bottom:1px solid var(--border);text-align:left;font:inherit;cursor:pointer;transition:background .12s}.home-bill-item:last-child{border-bottom:none}.home-bill-item:hover{background:var(--bg)}.home-bill-item:active{background:var(--green-light)}.home-bill-divider{height:1px;background:var(--border);margin:0 16px}.home-bill-item-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:14px 16px 12px}.home-bill-item-title{flex:1;min-width:0;font-size:15px;font-weight:600;color:var(--text);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-bill-status{flex-shrink:0;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:3px 8px;border-radius:20px;background:var(--green-light);color:var(--green-dark)}.home-bill-status--settled{background:var(--bg);color:var(--text-muted)}.home-bill-item-place{display:flex;align-items:flex-start;gap:8px;margin:0;padding:10px 16px 12px}.home-bill-item-pin{flex-shrink:0;color:var(--green);margin-top:1px;line-height:0}.home-bill-item-place-text{font-size:12px;color:var(--text-muted);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-bill-item-foot{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:8px;padding:10px 16px 14px}.home-bill-item-date{font-size:12px;color:var(--text-faint)}.home-bill-item-amount{font-size:15px;font-weight:700;color:var(--text);letter-spacing:-.3px}.home-bill-item-chevron{font-size:16px;color:var(--text-faint);line-height:1}.history-list{margin-top:8px}.history-list .bill-card{width:100%;background:none;border:none;text-align:left;font:inherit}.page--history{height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;max-height:100vh;max-height:100dvh;overflow:hidden;background:linear-gradient(180deg,#ecf9f4 0%,var(--white) 22%,var(--bg) 100%)}.page--history .top-nav--history{position:relative;top:auto;left:auto;right:auto;flex-shrink:0;width:100%;max-width:none;height:auto;z-index:30;background:#fffffff0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(229,231,235,.7)}.history-body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:12px 20px calc(100px + env(safe-area-inset-bottom));overscroll-behavior:contain}.page--dashboard .history-body{padding-top:0}.history-hero{text-align:center;padding:4px 8px 20px}.history-eyebrow{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--green);margin-bottom:8px}.history-title{font-size:28px;font-weight:800;color:var(--text);letter-spacing:-.6px;line-height:1.15;margin-bottom:8px}.history-subtitle{font-size:14px;color:var(--text-muted);line-height:1.45;max-width:280px;margin:0 auto}.history-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:24px}.history-stat{display:flex;flex-direction:column;align-items:center;gap:2px;padding:14px 10px;border-radius:var(--radius);border:1px solid var(--border);background:var(--white);box-shadow:0 1px 2px #0f172a0a}.history-stat--open{border-color:#1d9e7533;background:linear-gradient(180deg,rgba(29,158,117,.08) 0%,var(--white) 100%)}.history-stat--settled .history-stat-value{color:var(--text-muted)}.history-stat-value{font-size:22px;font-weight:700;color:var(--green-dark);line-height:1.1}.history-stat-label{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.history-list-section{margin-top:4px}.history-list-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}.history-section-title{font-size:16px;font-weight:700;color:var(--text);letter-spacing:-.2px}.history-total-value{font-size:12px;font-weight:600;color:var(--text-muted);white-space:nowrap}.history-bill-list{gap:10px}.history-bill-card{box-shadow:0 1px 2px #0f172a0a,0 4px 12px #0f172a0d}.history-bill-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.history-bill-members{font-size:11px;color:var(--text-faint)}.history-empty{text-align:center;padding:36px 20px 24px;margin-top:12px;border-radius:var(--radius);border:1px dashed var(--border-dark);background:#ffffffb3}.history-empty-icon{width:52px;height:52px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--green-light);color:var(--green-dark);font-size:22px;line-height:1}.history-empty-title{font-size:18px;font-weight:700;color:var(--text);margin-bottom:8px}.history-empty-text{font-size:14px;color:var(--text-muted);line-height:1.5;max-width:260px;margin:0 auto 20px}.history-empty-cta{display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border-radius:var(--radius-sm);background:var(--green);color:var(--white);font-size:14px;font-weight:600;text-decoration:none;transition:opacity .15s}.history-empty-cta:hover{opacity:.92}.dash-hero{padding-bottom:16px}.dash-signin-card{margin:0 0 22px;padding:16px 16px 18px;border:1px solid rgba(29,158,117,.22);border-radius:var(--radius);background:var(--green-light);text-align:left}.dash-signin-title{margin:0 0 10px;font-size:15px;font-weight:700;color:var(--text)}.dash-signin-benefits{margin:0 0 14px;padding-left:18px;display:flex;flex-direction:column;gap:6px;font-size:13px;line-height:1.4;color:var(--text-muted)}.dash-signin-benefits strong{color:var(--text)}.dash-signin-card .history-empty-cta{width:100%}.dash-signin-alt{margin:10px 0 0;font-size:13px;color:var(--text-muted);text-align:center}.dash-kpis{margin-bottom:10px;margin-top:12px}.dash-kpis .history-stat-value{font-size:15px;letter-spacing:-.3px}.dash-created-joined{margin:0 0 14px;font-size:13px;font-weight:600;color:var(--text-muted);text-align:center;line-height:1.4}.dash-chart-card{margin-bottom:12px;padding:14px 14px 12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);box-shadow:0 1px 2px #0f172a0a}.dash-chart-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:12px}.dash-chart-head .history-section-title{margin:0}.dash-chart-sub{margin:4px 0 0;font-size:11px;font-weight:600;color:var(--text-faint);text-align:left}.dash-range{display:flex;margin:0 0 12px;border:1px solid var(--border-dark);border-radius:10px;overflow:hidden;background:#f3f4f6}.dash-range button{flex:1;padding:7px 4px;border:none;background:transparent;color:var(--text-muted);font-size:11px;font-weight:650;cursor:pointer;white-space:nowrap}.dash-range button.active{background:var(--white);color:var(--green-dark);box-shadow:inset 0 -2px 0 var(--green)}.dash-line-chart{display:grid;grid-template-columns:40px minmax(0,1fr);gap:8px;align-items:stretch}.dash-line-y{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;padding:2px 0 22px;font-size:10px;font-weight:650;color:var(--text-faint);line-height:1}.dash-line-main{min-width:0;display:flex;flex-direction:column}.dash-line-main svg{width:100%;height:112px;display:block}.dash-line-area{fill:#1d9e7529}.dash-line-stroke{fill:none;stroke:var(--green);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.dash-line-x{display:flex;justify-content:space-between;gap:2px;margin-top:6px}.dash-line-x span{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;font-size:9px;font-weight:600;color:var(--text-faint)}.dash-line-x span:first-child{text-align:left}.dash-line-x span:last-child{text-align:right}.dash-bar-chart{display:flex;align-items:flex-end;gap:6px;min-height:118px}.dash-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;min-width:0}.dash-bar-value{font-size:9px;font-weight:650;color:var(--text-muted);line-height:1;min-height:10px}.dash-bar-track{width:100%;height:88px;display:flex;align-items:flex-end;justify-content:center}.dash-bar{display:block;width:70%;max-width:28px;border-radius:6px 6px 3px 3px;background:linear-gradient(180deg,var(--green) 0%,#0f766e 100%)}.dash-bar--empty{background:#e5e7eb}.dash-bar-label{font-size:10px;font-weight:600;color:var(--text-faint);letter-spacing:.02em;text-align:center;line-height:1.2}.dash-venues-card{margin-bottom:18px}.dash-venues-card .history-section-title{margin:0 0 10px;font-size:13px}.dash-venue-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.dash-venue-list li{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13px;color:var(--text-muted)}.dash-venue-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text);font-weight:600}.dash-venue-meta{flex-shrink:0;font-size:11px;font-weight:650}.dash-filters-wrap{position:sticky;top:0;z-index:20;margin:0 -20px 12px;padding:0 20px 8px;background:#fffffff5;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(229,231,235,.75)}.dash-filters{display:flex;gap:0;margin:0;border:1px solid var(--border-dark);border-radius:10px;overflow:hidden;background:#f3f4f6}.dash-filters button{flex:1;padding:9px 8px;border:none;background:transparent;color:var(--text-muted);font-size:13px;font-weight:650;cursor:pointer}.dash-filters button.active{background:var(--white);color:var(--green-dark);box-shadow:inset 0 -2px 0 var(--green)}.history-bill-card{padding:0;cursor:default;overflow:hidden}.history-bill-card:active{background:var(--white)}.dash-bill-hit{width:100%;display:flex;flex-direction:column;gap:4px;padding:11px 13px;border:none;background:transparent;text-align:left;font:inherit;cursor:pointer}.history-bill-card--open{border-color:#1d9e7559}.dash-bill-detail{padding:0 12px 12px;border-top:1px solid var(--border)}.dash-bill-table-total{margin:10px 0 8px;font-size:11px;font-weight:600;color:var(--text-faint)}.dash-mini-scroll{display:flex;gap:10px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:4px 2px 8px;scrollbar-width:none}.dash-mini-scroll::-webkit-scrollbar{display:none}.dash-mini{flex:0 0 min(78%,240px);display:flex;flex-direction:column;border:1px solid var(--border);border-radius:12px;background:#fff;overflow:hidden}.dash-mini--you{border-color:#1d9e7566;box-shadow:0 0 0 1px #1d9e751f}.dash-mini-head{padding:10px 12px 8px;background:#0f766e;color:#fff}.dash-mini--you .dash-mini-head{background:var(--green)}.dash-mini-head strong{display:flex;align-items:center;gap:6px;font-size:13px}.dash-mini-head span{display:block;margin-top:2px;font-size:11px;color:#ffffffc7}.dash-mini-pill{display:inline-flex;padding:1px 6px;border-radius:999px;background:#fff3;font-size:10px;font-weight:650}.dash-mini-lines{list-style:none;margin:0;padding:6px 10px;flex:1}.dash-mini-lines li{padding:7px 2px;border-bottom:1px dashed var(--border)}.dash-mini-lines li.is-split{margin:4px 0;padding:7px 8px;border:1px solid var(--split-border, var(--border));border-radius:8px;background:var(--split-bg, #f8fafc);box-shadow:inset 3px 0 0 var(--split-ink, var(--green))}.dash-mini-line-main{display:flex;justify-content:space-between;gap:8px;align-items:baseline;font-size:12px;color:var(--text)}.dash-mini-line-main strong{flex-shrink:0;font-size:12px}.dash-mini-note{display:block;margin-top:2px;font-size:10px;color:var(--text-faint)}.dash-mini-empty{border:none!important;text-align:center;color:var(--text-faint);font-size:12px}.dash-mini-foot{padding:8px 12px 10px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:4px}.dash-mini-foot div{display:flex;justify-content:space-between;font-size:11px;color:var(--text-muted)}.dash-mini-total{color:var(--text)!important;font-weight:700}.dash-mini-total strong{color:var(--green-dark)}.dash-open-btn{width:100%;margin-top:0;padding:11px 12px;border:1px solid rgba(29,158,117,.35);border-radius:var(--radius-sm);background:var(--green-light);color:var(--green-dark);font-size:13px;font-weight:700;cursor:pointer}.dash-bill-actions{display:flex;flex-direction:column;gap:8px;margin-top:4px}.dash-delete-btn{width:100%;padding:11px 12px;border:1px solid rgba(185,28,28,.28);border-radius:var(--radius-sm);background:#fff;color:#b91c1c;font-size:13px;font-weight:700;cursor:pointer}.history-stat-value{text-align:center}@media(hover:hover)and (pointer:fine){.dash-bill-hit:hover{background:#f8fafc}.dash-open-btn:hover{background:#d5f3e8}.dash-delete-btn:hover{background:#fef2f2}}@media(min-width:768px){.page.page--dashboard,.page--dashboard .bottom-nav{max-width:760px}.page--dashboard .history-body{padding:0 28px calc(104px + env(safe-area-inset-bottom))}.page--dashboard .history-subtitle{margin:0;max-width:42ch}.page--dashboard .dash-kpis{grid-template-columns:repeat(3,1fr);gap:12px}.page--dashboard .dash-kpis .history-stat{padding:18px 14px;align-items:flex-start}.page--dashboard .dash-kpis .history-stat-value{font-size:22px}.page--dashboard .dash-bar-track{height:128px}.page--dashboard .dash-bar{max-width:36px;width:56%}.page--dashboard .dash-bar-value{font-size:11px}.page--dashboard .dash-overview{display:grid;grid-template-columns:1.4fr 1fr;gap:12px;margin-bottom:8px}.page--dashboard .dash-created-joined{grid-column:1/-1;text-align:left;margin-bottom:4px}.page--dashboard .dash-kpis,.page--dashboard .dash-spend-card,.page--dashboard .dash-venues-card{grid-column:1/-1}.page--dashboard .dash-venues-card{margin-bottom:12px}.page--dashboard .dash-venue-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 20px}.page--dashboard .dash-filters-wrap{top:0;margin:0 -28px 12px;padding:0 28px 8px}.page--dashboard .history-bill-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.page--dashboard .history-bill-card--open{grid-column:1/-1}.page--dashboard .dash-mini-scroll{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));overflow:visible;padding-bottom:4px}.page--dashboard .dash-mini{flex:none;min-width:0}.page--history .dash-signin-card{display:grid;grid-template-columns:1fr auto;gap:8px 20px;align-items:center}.page--history .dash-signin-title{grid-column:1}.page--history .dash-signin-benefits{grid-column:1;margin-bottom:0}.page--history .dash-signin-card .history-empty-cta{grid-column:2;grid-row:1/span 2;width:auto;min-width:140px;align-self:center}}@media(min-width:1100px){.page.page--dashboard,.page--dashboard .bottom-nav{max-width:1120px}.page--dashboard .history-body.dash-shell{display:grid;grid-template-columns:minmax(320px,380px) minmax(0,1fr);grid-template-rows:auto auto 1fr;align-items:start;column-gap:28px;padding:0 32px calc(108px + env(safe-area-inset-bottom))}.page--dashboard .history-title{font-size:32px}.page--dashboard .dash-overview{grid-column:1;display:flex;flex-direction:column;gap:12px;position:sticky;top:8px}.page--dashboard .dash-kpis,.page--dashboard .dash-spend-card,.page--dashboard .dash-created-joined,.page--dashboard .dash-venues-card{grid-column:auto}.page--dashboard .dash-created-joined,.page--dashboard .dash-venues-card{margin-bottom:0}.page--dashboard .dash-venue-list,.page--dashboard .dash-kpis{grid-template-columns:1fr}.page--dashboard .dash-kpis .history-stat{flex-direction:row;justify-content:space-between;align-items:baseline;padding:12px 14px}.page--dashboard .dash-kpis .history-stat-value{font-size:20px}.page--dashboard .dash-kpis .history-stat-label{text-transform:none;letter-spacing:0;font-size:13px}.page--dashboard .dash-bills{grid-column:2;grid-row:1/-1;margin-top:0}.page--dashboard .history-bill-list{grid-template-columns:1fr}.page--dashboard .dash-mini-scroll{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.page--dashboard .dash-line-main svg{height:128px}.page--dashboard .dash-filters-wrap{top:0;margin:0 0 12px;padding:0 0 8px}}@media(min-width:768px)and (max-width:1099px){.page.page--history:not(.page--dashboard){max-width:560px}.page--history:not(.page--dashboard) .top-nav--history,.page--history:not(.page--dashboard) .bottom-nav{max-width:560px}}.result-screen{padding-bottom:24px}.receipt{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:24px 20px 20px;box-shadow:0 1px 2px #0f172a0a,0 8px 24px #0f172a0f;position:relative;overflow:hidden}.receipt--settled{border-color:#0f6e5647}.receipt-settled-stamp{position:absolute;top:42%;left:50%;z-index:2;transform:translate(-50%,-50%) rotate(-18deg);padding:8px 18px;border:3px solid rgba(15,110,86,.55);border-radius:4px;color:#0f6e568c;font-size:28px;font-weight:800;letter-spacing:.18em;line-height:1;text-transform:uppercase;pointer-events:none;-webkit-user-select:none;user-select:none;background:#ffffff1f;box-shadow:inset 0 0 0 1px #0f6e561f}.receipt-header{text-align:center;margin-bottom:4px}.receipt-brand{display:block;margin-bottom:12px;line-height:0}.receipt-title{font-size:22px;font-weight:700;color:var(--text);letter-spacing:-.4px;line-height:1.25;margin-bottom:6px}.receipt-place{font-size:14px;color:var(--text-muted);line-height:1.45;margin-bottom:4px}.receipt-date{font-size:13px;color:var(--text-faint);margin-top:6px}.receipt-divider{border:none;height:1px;background:var(--border);margin:18px 0}.receipt-divider--dashed{background:none;border-top:1px dashed var(--border-dark);height:0}.receipt-divider--perforated{display:none}.receipt-lines{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.receipt-line{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:12px 14px;background:var(--bg);border-radius:var(--radius-sm);border:none}.receipt-line--settled{opacity:.65;background:transparent;border:1px solid var(--border)}.receipt-line-left{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:2px}.receipt-line-name{display:block;font-size:15px;font-weight:600;color:var(--text);letter-spacing:-.2px}.receipt-line-meta{font-size:12px;font-weight:500;color:var(--text-muted)}.receipt-member-items{list-style:none;margin:6px 0 0;padding:0;font-size:11px;color:var(--text-muted);line-height:1.45}.receipt-items-toggle{display:inline-flex;align-items:center;gap:4px;margin-top:6px;padding:0;border:none;background:transparent;color:var(--text-muted);font-size:12px;font-weight:600;cursor:pointer}.receipt-items-toggle .item-collapse-chevron{display:inline-flex;font-size:11px;transition:transform .15s ease}.receipt-items-toggle .item-collapse-chevron.open{transform:rotate(180deg)}.cover-extra-modal-amount{display:flex;margin:14px 0 4px}.cover-extra-modal-amount input{min-height:42px}.receipt-member-items li:before{content:"\b7  ";color:var(--green)}.receipt-member-items-empty{font-style:italic}.receipt-member-items-empty:before{content:none}.receipt-line-right{text-align:right;flex-shrink:0}.receipt-line-amount{display:block;font-size:16px;font-weight:700;color:var(--text);letter-spacing:-.3px;font-variant-numeric:tabular-nums}.receipt-line-original{display:block;font-size:12px;font-weight:600;color:var(--text-muted);text-decoration:line-through;letter-spacing:-.2px;font-variant-numeric:tabular-nums}.receipt-discount-label{display:block;max-width:160px;margin-top:4px;font-size:11px;font-weight:600;line-height:1.3;color:var(--green-dark)}.pool-banner{margin:10px 0 0;padding:8px 10px;border-radius:var(--radius-sm);background:#fffbeb;border:1px solid #fde68a;color:#92400e;font-size:12px;font-weight:550;line-height:1.4}.receipt-contribution{list-style:none;margin:-4px 0 4px;padding:10px 14px 12px;background:#f8fafc;border:1px solid var(--border);border-radius:0 0 var(--radius-sm) var(--radius-sm)}.receipt-contribution-toggle{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--text)}.receipt-contribution-label{margin:0;font-size:13px;font-weight:700;color:var(--text)}.receipt-contribution-sub{margin:2px 0 0;font-size:12px;line-height:1.35;color:var(--text-muted)}.receipt-contribution--set{border-color:var(--green);background:var(--green-light)}.receipt-contribution-row{display:flex;align-items:flex-end;gap:8px;margin-top:10px}.receipt-contribution-amount{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1;font-size:11px;font-weight:600;color:var(--text-muted)}.receipt-contribution-amount input{width:100%;min-height:36px;padding:6px 10px;border:1px solid var(--border-dark);border-radius:8px;font-size:14px;font-weight:600;color:var(--text);background:var(--white)}.receipt-contribution-hint{margin:6px 0 0;font-size:11px;color:var(--text-muted)}.receipt-invite-btn{margin-top:8px;padding:0;font-size:12px}.receipt-settle-btn,.receipt-unsettle-btn{font-size:11px;font-weight:600;margin-top:6px;padding:4px 10px;border-radius:20px;border:1px solid var(--border-dark);background:var(--white);color:var(--text-muted);cursor:pointer;transition:border-color .15s,color .15s}.receipt-settle-btn:hover{border-color:var(--green);color:var(--green)}.receipt-unsettle-btn{border-color:#1d9e7559;color:var(--green-dark);background:var(--green-light)}.receipt-paid-badge{display:inline-flex;align-items:center;gap:3px;font-size:11px;font-weight:600;color:var(--green-dark);margin-top:6px;padding:3px 8px;border-radius:20px;background:var(--green-light)}.receipt-summary{background:linear-gradient(180deg,var(--green-light) 0%,rgba(225,245,238,.45) 100%);border-radius:var(--radius-sm);padding:14px 16px;font-size:14px}.receipt-summary-row{display:flex;justify-content:space-between;align-items:center;padding:5px 0;color:var(--text-muted);font-variant-numeric:tabular-nums}.receipt-summary-row--total{font-size:18px;font-weight:700;color:var(--green-dark);padding-top:12px;margin-top:8px;border-top:1px solid rgba(29,158,117,.15);letter-spacing:-.4px}.receipt-footer{display:none}.page--result{height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;min-height:0;overflow:hidden;display:flex;flex-direction:column;max-width:420px;margin:0 auto;width:100%}.page--result>.top-nav{flex-shrink:0;position:relative}.result-body{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.result-inline-error{margin-top:16px}.hands-panel{margin:24px 0 0}.hands-panel--step2{margin:0 16px 12px;padding:12px 14px;border-radius:var(--radius);background:#fff8e6f2;border:1px solid rgba(217,169,60,.35)}.hands-panel--step2 .hands-title{margin-bottom:4px}.hands-panel--step2 .hands-hint{margin-bottom:10px}.hands-panel--step2 .hand-card{background:#fff}.hands-hint{margin:0 0 12px;font-size:13px;color:var(--text-muted);line-height:1.45}.hands-title{font-size:13px;font-weight:600;color:var(--text-muted);margin-bottom:6px;text-transform:uppercase;letter-spacing:.05em}.result-bottom-bar{flex-shrink:0;background:#fffffff5;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid rgba(229,231,235,.9);padding:12px 16px calc(12px + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:10px;box-shadow:0 -4px 20px #1118270f}.result-bottom-status{margin:0;font-size:14px;font-weight:600;color:var(--green-dark);text-align:center}.result-bottom-hint{margin:0;font-size:13px;color:var(--text-muted);text-align:center;line-height:1.4}.result-bottom-primary{margin-top:0;width:100%}.result-delete-btn{align-self:center;font-size:13px;padding:4px 0 2px}.result-actions{margin-top:28px;display:flex;flex-direction:column}.finalize-btn{margin-top:20px}.result-share{margin-top:28px;padding-top:24px;border-top:1px solid var(--border)}.result-share-label{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:14px}.share-row--result{gap:12px;margin-bottom:0}.share-row--result .share-btn{padding:14px 12px;border-radius:var(--radius);font-size:15px;font-weight:600}.status-pill{font-size:11px;font-weight:600;padding:4px 10px;border-radius:20px;background:var(--green-light);color:var(--green-dark)}.status-pill--settled{background:var(--bg);color:var(--text-muted)}.hand-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:#fff8e6;border:1px solid #f0d78c;border-radius:var(--radius-sm);margin-bottom:8px}.hand-card-body{display:flex;align-items:center;gap:10px}.hand-emoji{font-size:20px}.hand-name{display:block;font-size:14px;font-weight:600;color:var(--text)}.hand-meta{font-size:12px;color:var(--text-muted)}.hand-resolve-btn{font-size:12px;font-weight:600;padding:6px 12px;border-radius:var(--radius-sm);border:none;background:var(--green);color:var(--white);cursor:pointer}.form-error{color:#c0392b;font-size:13px;margin-top:12px;text-align:center}.share-page{min-height:100vh;min-height:100dvh;overflow-x:clip;overflow-y:visible}.share-page .share-header{position:relative;top:auto;display:flex;flex-direction:column;align-items:stretch;flex-shrink:0;gap:0;padding:calc(10px + env(safe-area-inset-top)) 24px 10px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom:none;z-index:auto}.share-sticky-stack{position:sticky;top:0;z-index:30;background:#fffffff5;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.share-sticky-stack:has(.viewer-claim-sticky-filters){border-bottom:none}.viewer-claim-sticky-filters,.my-claims-sticky-filters{display:flex;flex-direction:column;gap:8px;padding:0 16px 10px}.viewer-claim-sticky-filters{padding:0 24px}.claim-scope-toggle{margin-bottom:0}.item-category-tabs--sticky{border-radius:10px;border-bottom:1px solid var(--border-dark)}.item-filter-stack .item-category-tabs--sticky{border-radius:0;border-bottom:none}.item-filter-stack--with-search .item-category-tabs--sticky{border-bottom:1px solid var(--border)}.my-claims-sticky-filters .item-category-tabs--sticky{margin:0}.share-header-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.share-header--with-amount{padding-bottom:8px}.share-amount-strip{margin-top:8px;padding:8px 10px;border-radius:10px;background:#fffbebf5;border:1px solid rgba(217,119,6,.22)}.share-amount-strip-stats{display:grid;grid-template-columns:1fr auto 1fr;align-items:start;gap:0}.share-amount-strip-stat{display:flex;flex-direction:column;align-items:center;gap:1px;min-width:0;text-align:center}.share-amount-strip-stat:first-child{padding-right:10px}.share-amount-strip-stat:last-child{padding-left:10px}.share-amount-strip-divider{width:1px;align-self:stretch;background:#d9770647}.share-amount-strip-label{font-size:10px;font-weight:650;letter-spacing:.02em;text-transform:uppercase;color:var(--text-muted);line-height:1.2}.share-amount-strip-value{font-size:16px;font-weight:750;letter-spacing:-.02em;line-height:1.15;font-variant-numeric:tabular-nums;color:var(--text)}.share-amount-strip-original{font-size:11px;font-weight:600;color:var(--text-muted);text-decoration:line-through;font-variant-numeric:tabular-nums}.share-amount-strip-discount{display:block;max-width:100%;margin-top:2px;font-size:12px;font-weight:700;line-height:1.3;color:var(--green-dark)}.share-amount-strip-value--open{color:#92400e}.share-amount-strip-tip{margin-top:2px;font-size:10px;font-weight:650;letter-spacing:.02em;text-transform:uppercase;color:#92400e;line-height:1.2}.tip-cue{margin:0;font-size:11px;line-height:1.3;color:var(--text-muted);font-weight:500}.tip-cue--banner{margin:0 0 10px}.share-cta--tight .tip-cue--banner{margin:0 0 6px}.tip-cue--under{display:block;margin-top:2px;font-size:10px;font-weight:650;letter-spacing:.02em;text-transform:uppercase;line-height:1.2}.tip-cue--incl{color:#92400e}.tip-cue--ex{color:var(--text-muted)}.home-bill-card-amount-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:0;min-width:0}.receipt-tip-note{margin:0 0 10px;font-size:12px;line-height:1.35;color:var(--text-muted);text-align:center}.receipt-contribution-lead{margin:0 0 12px;padding:10px 12px;border:1px dashed var(--border-dark);border-radius:10px;background:#f8fafc;font-size:13px;line-height:1.4;color:var(--text);text-align:left}.share-page .screen.share-screen{flex:1;padding:8px 24px calc(40px + env(safe-area-inset-bottom))}.share-page:has(.viewer-claim-sticky-filters) .screen.share-screen{padding-top:0}.share-done-block{margin-top:20px;padding-top:4px}.share-viewing-row{margin:4px 0 0;font-size:13px;color:var(--text-muted);display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;width:100%}.share-identity-bar{position:relative;display:flex;flex-direction:column;align-items:center;gap:4px;margin:0 0 12px;text-align:center}.share-identity-copy{min-width:0;width:100%;text-align:center}.share-bill-title{margin:0;font-size:22px;font-weight:700;letter-spacing:-.3px;line-height:1.2;color:var(--text);text-align:center}.share-change-name{position:static;flex-shrink:0;padding:0;font-size:13px}.share-identify{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;min-height:0;padding:16px 4px 40px;text-align:center}.share-gate-eyebrow{margin:0 0 10px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--green)}.share-gate-title{margin:0 0 8px;font-size:28px;font-weight:700;letter-spacing:-.4px;line-height:1.2;color:var(--text)}.share-gate-place{margin:0 0 18px;font-size:14px;color:var(--text-muted);line-height:1.4}.share-gate-place--compact{margin:4px 0 0;text-align:center}.share-gate-copy{margin:0 auto 24px;max-width:32ch;font-size:15px;color:var(--text-muted);line-height:1.45}.share-gate-btn{width:100%;min-height:52px;font-size:16px}.identify-account{margin-top:4px;padding:18px 16px 16px;border:1px solid rgba(29,158,117,.22);border-radius:var(--radius);background:var(--green-light, #ecfdf5);text-align:left}.identify-account-title{margin:0 0 6px;font-size:16px;font-weight:700;letter-spacing:-.2px;color:var(--text)}.identify-account-copy{margin:0 0 14px;font-size:14px;line-height:1.4;color:var(--text-muted)}.identify-account-benefits{margin-top:0;margin-bottom:16px}.identify-account-actions{display:flex;flex-direction:column;gap:8px}.identify-account-actions .btn-primary,.identify-account-actions .btn-secondary{width:100%;margin-top:0;text-decoration:none;display:flex;align-items:center;justify-content:center}.share-calm-banner{margin:0 0 14px;padding:8px 12px;border-radius:var(--radius-sm);background:#fffbeb;border:1px solid #fde68a;color:#92400e;font-size:12px;font-weight:550;line-height:1.3;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.share-calm-banner--wrap{white-space:normal;overflow:visible;text-overflow:unset}.share-calm-banner--strip{margin:8px 0 0}.share-calm-banner--discount{background:var(--green-light);border-color:#86efac;color:var(--green-dark)}.identify-members--page{justify-content:center;margin-bottom:8px}.identify-chip--large{min-height:44px;padding:10px 18px;font-size:15px}.identify-divider{display:flex;align-items:center;gap:12px;margin:8px 0 16px;color:var(--text-muted);font-size:12px;font-weight:500}.identify-divider:before,.identify-divider:after{content:"";flex:1;height:1px;background:var(--border)}.identify-divider span{flex-shrink:0}.link-btn--inline{display:inline;padding:0;font-size:inherit;vertical-align:baseline}.viewer-amount-card--sticky{position:sticky;top:0;z-index:6;margin-bottom:18px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ecfdf5f0}.share-summary-note{margin:0 0 12px;font-size:12px;line-height:1.4;color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;padding:10px 12px}.share-utility-row{display:flex;justify-content:flex-start;margin:4px 0 14px}.viewer-full-bill-link{display:inline-flex;align-items:center;gap:8px;padding:0;border:none;background:transparent;color:var(--text-muted);font-size:13px;font-weight:600;cursor:pointer}.viewer-full-bill-link:hover{color:var(--text)}.viewer-full-bill-link-icon{display:inline-flex;color:var(--text-faint)}.viewer-full-bill-link:hover .viewer-full-bill-link-icon{color:var(--text-muted)}.viewer-full-bill-link-text{text-decoration:underline;text-underline-offset:3px}.full-bill-modal{max-height:88vh;overflow-y:auto;max-width:440px}.full-bill-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.full-bill-modal-head .screen-label{margin-bottom:2px}.full-bill-modal-head .modal-hint{margin:0}.full-bill-close{flex-shrink:0;width:auto;padding:8px 12px;margin:0}.receipt--embedded{margin:0;padding:0;border:0;box-shadow:none;background:transparent}.receipt--modal{padding-top:4px}.receipt-line--you{background:#228b570f;border-radius:10px;margin:0 -6px;padding-left:6px;padding-right:6px}.receipt-you-tag{display:inline-flex;margin-left:6px;padding:2px 6px;border-radius:999px;background:var(--green-light);color:var(--green);font-size:10px;font-weight:700;letter-spacing:.02em;vertical-align:middle}.share-secondary-actions{margin-top:4px}.raise-hand-btn{width:100%;margin-bottom:8px;display:inline-flex;align-items:center;justify-content:center;gap:8px}.raise-hand-btn-icon{display:inline-flex;flex-shrink:0}.raise-hand-btn-label{text-align:left}.share-question-inline{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:14px;padding:11px 14px;border:1px solid #c9daf0;border-radius:12px;background:#eef4fb;color:#1e3a5f;font-size:13px;font-weight:650;cursor:pointer}.share-cta--tight .share-question-inline{margin-top:16px}.share-question-inline:hover:not(:disabled){background:#e4eef9}.share-question-inline:disabled{cursor:default;opacity:.75}.share-question-inline--sent{background:#ecfdf5;border-color:#1d9e7559;color:var(--green-dark);opacity:1}.share-question-inline-icon{display:inline-flex;flex-shrink:0}.identify-modal{max-height:min(90dvh,640px);overflow-y:auto;padding-bottom:calc(20px + env(safe-area-inset-bottom))}.modal-actions--identify{margin-top:8px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.modal-actions--identify .btn-primary,.modal-actions--identify .btn-secondary{width:100%;min-height:48px}.offline-banner{margin:0 0 14px;padding:10px 12px;border-radius:var(--radius-sm);background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-size:13px;font-weight:500;line-height:1.4;text-align:center}.share-viewer-name{font-size:14px;color:var(--text-muted);margin-bottom:12px}.link-btn{background:none;border:none;color:var(--green);font-size:13px;font-weight:500;padding:8px 0;cursor:pointer}.link-btn:disabled{opacity:.45;cursor:not-allowed}.identify-members{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.identify-chip{padding:8px 14px;border-radius:20px;border:1px solid var(--border-dark);background:var(--white);font-size:13px;font-weight:500;color:var(--text);cursor:pointer}.identify-chip.active{border-color:var(--green);background:var(--green-light);color:var(--green-dark)}.modal-hint{font-size:13px;color:var(--text-muted);margin-bottom:16px;line-height:1.45}.receipt-camera-overlay{position:fixed;inset:0;z-index:120;background:#000}.receipt-camera-stage{position:relative;width:100%;height:100%;max-width:480px;margin:0 auto;overflow:hidden;background:#000}.receipt-camera-video{width:100%;height:100%;object-fit:cover;background:#111}.receipt-camera-canvas{display:none}.receipt-camera-frame{position:absolute;top:50%;left:50%;width:min(92vw,420px);height:min(74vh,620px);transform:translate(-50%,-52%);border:1.5px solid rgba(255,255,255,.55);border-radius:18px;box-shadow:0 0 0 9999px #00000073;pointer-events:none}.receipt-camera-corner{position:absolute;width:28px;height:28px;border:3px solid #fff}.receipt-camera-corner--tl{top:-2px;left:-2px;border-right:none;border-bottom:none;border-top-left-radius:16px}.receipt-camera-corner--tr{top:-2px;right:-2px;border-left:none;border-bottom:none;border-top-right-radius:16px}.receipt-camera-corner--bl{bottom:-2px;left:-2px;border-right:none;border-top:none;border-bottom-left-radius:16px}.receipt-camera-corner--br{bottom:-2px;right:-2px;border-left:none;border-top:none;border-bottom-right-radius:16px}.receipt-camera-top{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:calc(12px + env(safe-area-inset-top)) 16px 12px;background:linear-gradient(180deg,rgba(0,0,0,.55),transparent)}.receipt-camera-title{margin:0;color:#fff;font-size:16px;font-weight:700}.receipt-camera-close,.receipt-camera-top-spacer{width:64px}.receipt-camera-close{border:none;background:transparent;color:#fff;font-size:14px;font-weight:600;padding:0;text-align:left}.receipt-camera-guide{position:absolute;left:16px;right:16px;top:calc(50% + min(37vh,310px) + 8px);text-align:center;color:#fff;pointer-events:none}.receipt-camera-guide p{margin:0;font-size:15px;font-weight:600;text-shadow:0 1px 8px rgba(0,0,0,.55)}.receipt-camera-bottom{position:absolute;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 16px calc(16px + env(safe-area-inset-bottom));background:linear-gradient(0deg,rgba(0,0,0,.6),transparent)}.receipt-camera-shutter{width:58px;height:58px;border-radius:999px;border:2.5px solid #fff;background:transparent;display:grid;place-items:center;padding:0}.receipt-camera-shutter:disabled{opacity:.55}.receipt-camera-shutter-inner{width:44px;height:44px;border-radius:999px;background:#fff}.receipt-camera-capture-label{margin:0;color:#ffffffe6;font-size:12px;font-weight:600}.claim-pool-row--full{background:#f3f4f6;opacity:.88}.claim-pool-row--mine{border-color:#1d9e7573;background:var(--green-light);box-shadow:inset 3px 0 0 var(--green)}.claim-pool-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.claim-pool-gone{flex-shrink:0;font-size:12px;font-weight:650;color:var(--text-muted)}.claim-step-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:4px}.claim-step-titles{min-width:0;flex:1}.claim-step-eyebrow{margin:0 0 2px;font-size:11px;font-weight:650;letter-spacing:.03em;text-transform:uppercase;color:var(--text-muted)}.viewer-claims-panel--find .claim-step-eyebrow{margin:0;font-size:10px;color:#3d5a80}.claim-step-titles .viewer-claims-title{margin-bottom:0}.claim-step-title--hero{font-size:15px;font-weight:750;letter-spacing:-.02em;line-height:1.2;color:var(--text)}.claim-step-progress{margin:0;font-size:12px;font-variant-numeric:tabular-nums}.claim-see-everything{flex-shrink:0;margin-top:2px;font-size:12px;white-space:nowrap}.viewer-claims-panel--find{padding-top:0}.viewer-claims-panel--find .claim-step-head{margin-bottom:4px;padding:6px 8px;border-radius:8px;background:#eef4fb;border:1px solid #c9daf0;align-items:center}.claim-step-dots{display:flex;align-items:center;justify-content:center;gap:6px;margin:4px 0 10px}.claim-step-dot{width:7px;height:7px;border-radius:50%;background:var(--border);border:none;padding:0;margin:0;cursor:pointer;appearance:none;-webkit-appearance:none}.claim-step-dot--done{background:#1d9e7573}.claim-step-dot--active{width:8px;height:8px;background:var(--green)}.claim-step-nav{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px}.claim-step-nav--forward-only{justify-content:flex-end}.claim-step-nav .btn-secondary,.claim-step-nav .btn-primary{min-width:96px}.claim-step-nav-hint{font-size:12px;color:var(--text-muted)}.swipe-pages-host{touch-action:pan-y}.receipt-scan-category-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.category-chip{padding:4px 9px;border:1px solid var(--border);border-radius:999px;background:var(--white);font-size:11px;font-weight:600;color:var(--text-muted);cursor:pointer}.category-chip.active{border-color:var(--green);background:#228b571a;color:var(--green)}.claim-qty-yours-wrap{display:flex;flex-direction:column;align-items:center;min-width:36px;line-height:1.1}.claim-qty-yours-label{font-size:9px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--green)}.claim-qty-yours{font-size:15px;font-weight:700;color:var(--text)}.claim-qty-controls--compact{margin-top:6px;justify-content:flex-end}.claim-progress{margin-top:10px}.claim-progress-track{display:flex;width:100%;height:8px;border-radius:999px;overflow:hidden;background:#e5e7eb;border:1px solid #d1d5db}.claim-progress-track--complete{background:var(--green-light, #d1fae5);border-color:#86efac}.claim-progress-fill{display:block;height:100%;flex:0 0 0;min-width:0;transition:flex-grow .2s ease,background .2s ease}.claim-progress-remainder{display:block;height:100%;flex:0 0 0;min-width:0;background:transparent;transition:flex-grow .2s ease}.claim-progress-fill--mine{background:var(--green)}.claim-progress-fill--others{background:#94a3b8}.claim-progress-fill--complete{background:var(--green)}.claim-progress-legend{display:flex;justify-content:space-between;gap:8px;margin-top:6px;font-size:11px;font-weight:500;color:var(--text-muted)}.viewer-your-items{margin-top:22px;padding-top:18px;border-top:1px solid var(--border)}.your-item-badge,.participant-ready-badge,.bill-item-assignment-badge{display:inline-flex;align-items:center;width:fit-content;padding:4px 8px;border-radius:999px;background:var(--green-light);color:var(--green);font-size:11px;font-weight:700;line-height:1.2}.your-item-badge--assigned{background:#eef2ff;color:#4f46e5}.bill-item-assignment-badge{margin-top:6px}.bill-item-assignment-badge--open{background:#fff7ed;color:#b45309}.viewer-empty-state{margin:8px 0 0;color:var(--text-muted);font-size:12px;line-height:1.45}.participant-done-btn{width:100%;min-height:48px;margin-top:18px}.participant-done-state{margin-top:18px;padding:14px;border:1px solid rgba(29,158,117,.3);border-radius:12px;background:var(--green-light);color:var(--green);font-size:13px;font-weight:650;text-align:center}.participant-done-state--btn{width:100%;cursor:pointer}.participant-ready-badge{margin-top:5px}.finalize-modal{max-width:420px}.finalize-toast{position:fixed;top:calc(12px + env(safe-area-inset-top));left:50%;z-index:120;transform:translate(-50%);max-width:calc(100% - 32px);padding:12px 18px;border-radius:999px;background:var(--green-dark);color:var(--white);font-size:14px;font-weight:650;letter-spacing:-.1px;box-shadow:0 10px 28px #0f6e5647;animation:finalize-toast-in .28s ease-out;pointer-events:none}@keyframes finalize-toast-in{0%{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%)}}.signup-prompt-modal{max-width:420px}.signup-prompt-benefits{list-style:none;margin:16px 0 0;padding:0;display:flex;flex-direction:column;gap:12px}.signup-prompt-benefits li{font-size:14px;line-height:1.45;color:var(--text-muted)}.signup-prompt-benefits strong{display:block;color:var(--text);font-weight:650;margin-bottom:2px}.signup-prompt-modal .modal-actions .btn-primary{text-decoration:none;display:flex;align-items:center;justify-content:center}.signup-prompt-actions{flex-direction:column}.signup-prompt-actions .btn-primary,.signup-prompt-actions .btn-secondary{width:100%;margin-top:0}.receipt-lightbox-overlay{z-index:80;align-items:stretch;padding:0}.receipt-lightbox{display:flex;flex-direction:column;width:100%;max-width:420px;margin:0 auto;height:100%;max-height:100dvh;background:#0f172a;border-radius:0;overflow:hidden}.receipt-lightbox-toolbar{flex-shrink:0;display:flex;align-items:center;gap:8px;padding:12px 14px calc(12px + env(safe-area-inset-top));background:#0f172af5}.receipt-lightbox-zoom-btn{width:40px;height:40px;border:1px solid rgba(255,255,255,.2);border-radius:10px;background:#ffffff14;color:#fff;font-size:20px;font-weight:600;cursor:pointer}.receipt-lightbox-zoom-label{min-width:52px;text-align:center;color:#ffffffd9;font-size:13px;font-weight:600}.receipt-lightbox-close{margin-left:auto}.receipt-lightbox-stage{flex:1;min-height:0;overflow:auto;display:flex;align-items:flex-start;justify-content:center;padding:12px 12px calc(16px + env(safe-area-inset-bottom));-webkit-overflow-scrolling:touch}.receipt-lightbox-image{width:100%;height:auto;max-width:none;transform-origin:top center;transition:transform .15s ease;border-radius:8px}.viewer-receipt-card{display:flex;align-items:center;gap:12px;margin:0 0 16px;padding:10px 12px;border:1px solid var(--border);border-radius:12px;background:var(--white)}.viewer-receipt-thumbs{display:flex;flex-wrap:wrap;gap:6px;flex-shrink:0}.viewer-receipt-thumb-btn{position:relative;padding:0;border:none;background:transparent;border-radius:8px;cursor:pointer;line-height:0;flex-shrink:0;overflow:hidden}.viewer-receipt-thumb{width:52px;height:52px;object-fit:cover;border-radius:8px;display:block}.viewer-receipt-page-badge{position:absolute;left:4px;bottom:4px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#141816d1;color:#fff;font-size:10px;font-weight:700;line-height:16px;text-align:center}.viewer-receipt-copy{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.viewer-receipt-title{margin:0;font-size:14px;font-weight:700;color:var(--text)}.viewer-receipt-hint{margin:0;font-size:12px;color:var(--text-muted)}
