.login-wrap{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 20px;background:var(--brand-navy)}.login-card{width:100%;max-width:360px;background:#fff;border-radius:20px;padding:36px 28px 28px;box-shadow:0 2px 20px #0000001a;display:flex;flex-direction:column;align-items:center;gap:12px}.login-icon{font-size:64px;line-height:1;filter:drop-shadow(0 4px 12px rgba(0,0,0,.12))}.login-title{font-size:28px;font-weight:700;color:#1c1c1e;letter-spacing:-.5px;margin:0;text-align:center}.login-sub{font-size:15px;color:#8e8e93;text-align:center;margin:0 0 8px}.login-btn-wrap{display:flex;justify-content:center;min-height:44px}.login-error{font-size:13px;color:#ff3b30;text-align:center;margin:0}.login-loading{font-size:14px;color:#8e8e93;text-align:center;margin:0}.login-note{font-size:12px;color:#aeaeb2;text-align:center;line-height:1.5;padding:0 4px;margin:4px 0 0}.loading-wrap{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.loading-spinner{width:36px;height:36px;border:3px solid #e5e5ea;border-top-color:var(--brand-navy);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{font-size:15px;color:#8e8e93}.test-auth{border-top:1px dashed #e5e5ea;padding-top:14px;display:flex;flex-direction:column;gap:8px}.test-auth-label{font-size:11px;font-weight:600;color:#aeaeb2;text-transform:uppercase;letter-spacing:.5px;text-align:center}.test-user-btn{background:#f2f2f7;border:1px solid #e5e5ea;border-radius:10px;padding:11px 16px;font-size:15px;font-family:inherit;color:#1c1c1e;cursor:pointer;text-align:left;transition:background .12s;-webkit-tap-highlight-color:transparent}.test-user-btn:disabled{opacity:.5;cursor:default}.test-user-btn:not(:disabled):active{background:#e5e5ea}:root{--brand-gold: #f5c842;--brand-gold-pressed: #d4a817;--brand-navy: #0e1a2e;--brand-navy-2: #1e2d52;--page-bg: #f2f2f7;--card-bg: #ffffff;--border: #e5e5ea;--divider: #f2f2f7;--inactive: #c7c7cc;--pressed: #e8e8ed;--text-primary: #1c1c1e;--text-body: #3a3a3c;--text-secondary: #8e8e93;--text-tertiary: #aeaeb2;--destructive: #ff3b30;--destructive-bg: #fff0ef}.app{width:100%;max-width:430px;min-height:100%;min-height:100dvh;display:flex;flex-direction:column;background:var(--page-bg);position:relative}.header{background:var(--brand-navy);padding:52px 20px 16px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.header-title{font-size:28px;font-weight:700;color:#fff;letter-spacing:-.5px;line-height:1}.header-sub{font-size:13px;color:#ffffff8c;margin-top:2px}.header-actions{display:flex;align-items:center;gap:8px}.icon-btn{background:#ffffff1f;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;color:#fff;transition:background .15s;-webkit-tap-highlight-color:transparent}.icon-btn:active{background:#ffffff38}.content{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px 0 100px}.lists-grid{display:flex;flex-direction:column;gap:10px;padding:0 16px}.list-card{background:var(--card-bg);border-radius:16px;padding:16px 18px;display:flex;align-items:center;gap:14px;cursor:pointer;border:none;width:100%;text-align:left;box-shadow:0 1px 4px #00000012;transition:background .12s;-webkit-tap-highlight-color:transparent}.list-card:active{background:var(--pressed)}.list-card-emoji{font-size:32px;line-height:1;flex-shrink:0}.list-card-info{flex:1;min-width:0}.list-card-name{font-size:17px;font-weight:600;color:var(--text-primary)}.list-card-meta{font-size:13px;color:var(--text-secondary);margin-top:2px}.list-card-chevron{font-size:18px;color:var(--inactive);flex-shrink:0}.add-list-btn{margin:0 16px;background:var(--brand-gold);color:var(--brand-navy);border:none;border-radius:14px;padding:14px 20px;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;width:calc(100% - 32px);transition:background .15s;-webkit-tap-highlight-color:transparent}.add-list-btn:active{background:var(--brand-gold-pressed)}.list-header{background:var(--brand-navy);padding:52px 20px 16px;display:flex;align-items:flex-end;gap:12px}.list-header-back{background:#ffffff1f;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;cursor:pointer;flex-shrink:0;-webkit-tap-highlight-color:transparent}.list-header-back:active{background:#ffffff38}.list-header-info{flex:1;min-width:0}.list-header-emoji{font-size:28px;line-height:1}.list-header-name{font-size:24px;font-weight:700;color:#fff;letter-spacing:-.3px}.list-header-progress{font-size:13px;color:#ffffff8c;margin-top:2px}.progress-bar-wrap{height:3px;background:#ffffff26;overflow:hidden}.progress-bar-fill{height:100%;background:var(--brand-gold);transition:width .3s ease}.category-section{margin-top:8px}.category-header{display:flex;align-items:center;gap:6px;padding:8px 16px 4px}.category-emoji{font-size:15px}.category-label{font-size:12px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.category-count{font-size:12px;color:var(--text-tertiary);margin-left:auto}.item-list{background:var(--card-bg);border-radius:14px;margin:0 12px;overflow:hidden;box-shadow:0 1px 4px #0000000f}.item-row{display:flex;align-items:center;gap:12px;padding:12px 14px;border-bottom:1px solid var(--divider);transition:background .12s;-webkit-tap-highlight-color:transparent}.item-row:last-child{border-bottom:none}.item-row:active{background:var(--pressed)}.item-check{width:24px;height:24px;border-radius:50%;border:2px solid var(--inactive);display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;transition:border-color .15s,background .15s;background:transparent;-webkit-tap-highlight-color:transparent}.item-check.checked{border-color:var(--brand-navy);background:var(--brand-navy)}.item-check-icon{font-size:13px;color:var(--brand-gold);display:none}.item-check.checked .item-check-icon{display:block}.item-info{flex:1;min-width:0;cursor:pointer}.item-name{font-size:16px;color:var(--text-primary);transition:color .15s}.item-row.is-checked .item-name{color:var(--text-tertiary);text-decoration:line-through}.item-qty{font-size:13px;color:var(--text-secondary);margin-top:1px}.item-row.is-checked .item-qty{color:var(--text-tertiary)}.item-delete-btn{background:none;border:none;font-size:18px;color:var(--text-tertiary);cursor:pointer;padding:4px;border-radius:8px;flex-shrink:0;-webkit-tap-highlight-color:transparent;opacity:0;transition:opacity .15s}.item-row:hover .item-delete-btn,.item-row:active .item-delete-btn{opacity:1}.add-bar{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;background:var(--card-bg);border-top:1px solid var(--border);padding:10px 12px;padding-bottom:calc(10px + env(safe-area-inset-bottom));display:flex;gap:8px;align-items:flex-end;z-index:50}.add-bar-input-wrap{flex:1;position:relative}.add-bar-input{width:100%;border:1.5px solid var(--border);border-radius:12px;padding:10px 14px;font-size:16px;font-family:inherit;color:var(--text-primary);background:var(--page-bg);outline:none;transition:border-color .15s}.add-bar-input:focus{border-color:var(--brand-navy)}.add-bar-submit{background:var(--brand-navy);color:var(--brand-gold);border:none;border-radius:12px;width:44px;height:44px;font-size:22px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .15s;-webkit-tap-highlight-color:transparent}.add-bar-submit:disabled{opacity:.4;cursor:default}.add-bar-submit:not(:disabled):active{background:var(--brand-navy-2)}.suggestions{position:absolute;bottom:calc(100% + 4px);left:0;right:0;background:var(--card-bg);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 -4px 16px #0000001a;z-index:60;max-height:220px;overflow-y:auto}.suggestion-item{display:flex;align-items:center;gap:10px;padding:11px 14px;border:none;background:none;width:100%;text-align:left;cursor:pointer;font-family:inherit;font-size:15px;color:var(--text-primary);border-bottom:1px solid var(--divider);-webkit-tap-highlight-color:transparent}.suggestion-item:last-child{border-bottom:none}.suggestion-item:active{background:var(--pressed)}.suggestion-emoji{font-size:16px;flex-shrink:0}.add-bar-meta{display:flex;gap:6px;padding:0 0 8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.add-bar-meta::-webkit-scrollbar{display:none}.meta-chip{display:flex;align-items:center;gap:4px;background:var(--page-bg);border:1.5px solid var(--border);border-radius:20px;padding:5px 10px;font-size:13px;color:var(--text-body);cursor:pointer;white-space:nowrap;flex-shrink:0;font-family:inherit;-webkit-tap-highlight-color:transparent}.meta-chip.active{border-color:var(--brand-navy);color:var(--brand-navy);background:#0e1a2e0f}.sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:100;display:flex;align-items:flex-end;justify-content:center}.sheet{background:var(--card-bg);border-radius:20px 20px 0 0;width:100%;max-width:430px;padding:20px 20px calc(20px + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:14px;max-height:85vh;overflow-y:auto}.sheet-handle{width:36px;height:4px;background:var(--border);border-radius:2px;margin:0 auto -4px}.sheet-title{font-size:18px;font-weight:700;color:var(--text-primary);text-align:center}.sheet-input{width:100%;border:1.5px solid var(--border);border-radius:12px;padding:12px 14px;font-size:16px;font-family:inherit;color:var(--text-primary);background:var(--page-bg);outline:none}.sheet-input:focus{border-color:var(--brand-navy)}.sheet-row{display:flex;gap:8px}.sheet-confirm-btn{flex:1;background:var(--brand-gold);color:var(--brand-navy);border:none;border-radius:12px;padding:14px;font-size:16px;font-weight:700;font-family:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}.sheet-confirm-btn:active{background:var(--brand-gold-pressed)}.sheet-confirm-btn:disabled{opacity:.4;cursor:default}.sheet-cancel-btn{flex:1;background:var(--page-bg);color:var(--text-body);border:1.5px solid var(--border);border-radius:12px;padding:14px;font-size:16px;font-family:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}.sheet-cancel-btn:active{background:var(--pressed)}.sheet-danger-btn{background:var(--destructive-bg);color:var(--destructive);border:none;border-radius:12px;padding:14px;font-size:16px;font-family:inherit;cursor:pointer;width:100%;-webkit-tap-highlight-color:transparent}.sheet-danger-btn:active{opacity:.75}.emoji-grid{display:flex;flex-wrap:wrap;gap:8px}.emoji-option{width:44px;height:44px;border-radius:12px;border:2px solid var(--border);background:var(--page-bg);font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.emoji-option.selected{border-color:var(--brand-navy);background:#0e1a2e0f}.category-grid{display:flex;flex-wrap:wrap;gap:8px}.category-option{display:flex;align-items:center;gap:6px;padding:8px 12px;border-radius:20px;border:1.5px solid var(--border);background:var(--page-bg);font-size:13px;color:var(--text-body);cursor:pointer;font-family:inherit;-webkit-tap-highlight-color:transparent}.category-option.selected{border-color:var(--brand-navy);background:#0e1a2e0f;color:var(--brand-navy);font-weight:600}.list-action-bar{display:flex;align-items:center;justify-content:center;padding:12px 16px;gap:8px}.clear-checked-btn{background:var(--destructive-bg);color:var(--destructive);border:none;border-radius:12px;padding:10px 18px;font-size:14px;font-family:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}.clear-checked-btn:active{opacity:.75}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:48px 24px;color:var(--text-secondary);text-align:center}.empty-state-icon{font-size:48px;opacity:.5}.empty-state-text{font-size:15px}.settings-list{display:flex;flex-direction:column;gap:0;background:var(--card-bg);border-radius:16px;margin:0 16px;overflow:hidden;box-shadow:0 1px 4px #0000000f}.settings-row{display:flex;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid var(--divider);border:none;background:none;width:100%;text-align:left;cursor:pointer;font-family:inherit;-webkit-tap-highlight-color:transparent}.settings-row:not(:last-child){border-bottom:1px solid var(--divider)}.settings-row:active{background:var(--pressed)}.settings-row-icon{font-size:22px;width:32px;text-align:center;flex-shrink:0}.settings-row-label{flex:1;font-size:16px;color:var(--text-primary)}.settings-row-value{font-size:14px;color:var(--text-secondary)}.settings-section-label{font-size:12px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;padding:20px 20px 6px}.tab-bar{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;background:var(--card-bg);border-top:1px solid var(--border);display:flex;padding-bottom:env(safe-area-inset-bottom);z-index:40}.tab-btn{flex:1;background:none;border:none;padding:10px 0 8px;display:flex;flex-direction:column;align-items:center;gap:3px;cursor:pointer;-webkit-tap-highlight-color:transparent}.tab-icon{font-size:22px}.tab-label{font-size:10px;font-weight:500;color:var(--text-tertiary);letter-spacing:.2px}.tab-btn.active .tab-label{color:var(--brand-navy);font-weight:700}.toast{position:fixed;bottom:80px;left:50%;transform:translate(-50%) translateY(0);background:var(--brand-navy);color:#fff;border-radius:12px;padding:10px 18px;font-size:14px;display:flex;align-items:center;gap:12px;z-index:200;white-space:nowrap;box-shadow:0 4px 16px #00000040;animation:toast-in .2s ease}@keyframes toast-in{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.toast-undo{background:none;border:none;color:var(--brand-gold);font-size:14px;font-weight:700;font-family:inherit;cursor:pointer;padding:0}.household-wrap{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 20px;gap:16px}.household-card{width:100%;max-width:360px;background:var(--card-bg);border-radius:20px;padding:28px;box-shadow:0 2px 20px #00000014;display:flex;flex-direction:column;gap:14px}.household-title{font-size:22px;font-weight:700;color:var(--text-primary);text-align:center;margin:0}.household-sub{font-size:14px;color:var(--text-secondary);text-align:center;margin:0}.household-input{width:100%;border:1.5px solid var(--border);border-radius:12px;padding:12px 14px;font-size:16px;font-family:inherit;color:var(--text-primary);background:var(--page-bg);outline:none}.household-input:focus{border-color:var(--brand-navy)}.household-btn{background:var(--brand-gold);color:var(--brand-navy);border:none;border-radius:12px;padding:14px;font-size:16px;font-weight:700;font-family:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}.household-btn:disabled{opacity:.4;cursor:default}.household-divider{display:flex;align-items:center;gap:10px;color:var(--text-tertiary);font-size:13px}.household-divider:before,.household-divider:after{content:"";flex:1;height:1px;background:var(--border)}.household-error{font-size:13px;color:var(--destructive);text-align:center;margin:0}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%}body{background:#e8e8ed;font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,sans-serif;-webkit-font-smoothing:antialiased}#root{display:flex;justify-content:center;min-height:100%;min-height:100dvh}
