:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#121212;--surface:#1e1e1e;--surface-alt:#262626;--text:#e8e8e8;--text-muted:#9a9a9a;--border:#333;--accent:#ff8a3d;--accent-text:#1f0f00;--danger:#ff6b6b;--danger-text:#2a0a0a;--radius:12px}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (prefers-color-scheme:light){:root{--bg:#fff;--surface:#f4f4f4;--surface-alt:#ececec;--text:#111;--text-muted:#5c5c5c;--border:#dcdcdc;--accent:#d9600a;--accent-text:#fff8f2}}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);-webkit-tap-highlight-color:transparent;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}button,input{font:inherit;color:inherit}a{color:var(--accent)}.screen{min-height:100dvh;padding:16px}.screen-center{justify-content:center;align-items:center;display:flex}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:380px;padding:24px}.card h1{margin:0 0 4px;font-size:1.5rem}.muted{color:var(--text-muted);margin:0 0 20px;font-size:.9rem}input[type=text],input:not([type]){border:1px solid var(--border);background:var(--surface-alt);border-radius:10px;width:100%;min-height:44px;margin-bottom:12px;padding:12px 14px}input:focus{outline:2px solid var(--accent);outline-offset:1px}button,.btn{background:var(--accent);min-height:44px;color:var(--accent-text);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;padding:10px 16px;font-weight:600;text-decoration:none;display:inline-flex}button:disabled{opacity:.5;cursor:default}.secondary{background:var(--surface-alt);color:var(--text);border:1px solid var(--border)}.danger{background:var(--danger);color:var(--danger-text)}.error{color:var(--danger);margin:-4px 0 12px;font-size:.85rem}.loader{min-height:100dvh;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.empty-state{max-width:320px}.app-shell-wrapper{flex-direction:column;min-height:100dvh;display:flex}.top-bar{border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.top-bar-title{font-weight:700}.top-bar-actions{align-items:center;gap:12px;display:flex}.top-bar-actions button{min-height:36px;padding:6px 12px}.app-shell{flex-direction:column;flex:1;min-height:0;display:flex}.app-content{flex:1;min-width:0}.tab-bar{border-bottom:1px solid var(--border);background:var(--surface)}.tab-bar-scroll{-webkit-overflow-scrolling:touch;gap:8px;padding:10px 12px;display:flex;overflow-x:auto}.tab{background:var(--surface-alt);min-height:40px;color:var(--text);white-space:nowrap;border:1px solid var(--border);border-radius:999px;flex:none;align-items:center;padding:0 16px;text-decoration:none;display:inline-flex}.tab-active{background:var(--accent);color:var(--accent-text);border-color:var(--accent)}.tab-add{cursor:pointer;padding:0 18px;font-size:1.1rem;font-weight:700}.tab-bar-form{flex-wrap:wrap;align-items:center;gap:8px;padding:0 12px 12px;display:flex}.tab-bar-form input{flex:200px;margin-bottom:0}.tab-bar-form-actions{gap:8px;display:flex}.tab-bar-error{margin:0 12px 12px}.tab-icon{margin-right:2px}.list-picker{padding:0 12px 12px}.list-picker-grid{grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:8px;display:grid}.preset-store{background:var(--surface-alt);min-height:72px;color:var(--text);border:1px solid var(--border);text-align:center;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:10px 6px;font-size:.85rem;font-weight:500;display:flex}.preset-icon{font-size:1.6rem}.list-detail{flex-direction:column;padding-bottom:84px;display:flex}.list-detail-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.reset-bar{background:var(--surface);border:1px solid var(--border);border-radius:10px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding:8px 12px;display:flex}.reset-bar .secondary{flex:none;min-height:36px;padding:6px 12px}.list-detail-header h1{margin:0;font-size:1.4rem}.header-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.header-actions>.btn{flex:none;min-height:36px;padding:6px 12px}.invite-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex:100%;padding:14px}.invite-url{background:var(--surface-alt);overflow-wrap:anywhere;border-radius:8px;margin-bottom:12px;padding:10px 12px;font-size:.85rem;display:block}.invite-actions{gap:8px;display:flex}.member-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.member-row{background:var(--surface);border:1px solid var(--border);border-radius:10px;align-items:center;gap:12px;padding:10px 14px;display:flex}.member-name{overflow-wrap:anywhere;flex:1;min-width:0}.member-row .danger{min-height:36px;padding:6px 12px}.profile-name-toggle{min-height:auto;color:var(--text-muted);font:inherit;font-variant-numeric:tabular-nums;letter-spacing:.02em;cursor:pointer;background:0 0;border:none;padding:4px 2px;font-weight:400}.profile-name-toggle:hover,.profile-name-toggle:focus-visible{color:var(--text)}.add-member-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:16px;padding:14px}.contact-chips{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.contact-chip{background:var(--surface-alt);color:var(--text);border:1px solid var(--border);border-radius:999px;min-height:36px;padding:6px 16px;font-weight:500}.add-member-form{flex-wrap:wrap;gap:8px;display:flex}.add-member-form input{flex:200px;margin-bottom:0}.item-list{flex-direction:column;gap:8px;margin:0 0 16px;padding:0;list-style:none;display:flex}.item-row{background:var(--surface);border:1px solid var(--border);border-radius:10px;align-items:center;gap:10px;padding:8px 10px;display:flex}.item-row.item-checked .item-text{color:var(--text-muted);text-decoration:line-through}.drag-handle{color:var(--text-muted);cursor:grab;touch-action:none;background:0 0;min-width:32px;min-height:44px;padding:0}.item-label{cursor:pointer;flex:1;align-items:center;gap:10px;min-width:0;display:flex}.item-label input[type=checkbox]{width:22px;height:22px;min-height:0;accent-color:var(--accent);flex:none}.item-text{overflow-wrap:anywhere;flex:1;min-width:0}.item-quantity{color:var(--text-muted);flex:none;font-size:.85rem}.item-delete{color:var(--text-muted);background:0 0;min-width:36px;min-height:44px;padding:0}.add-item-bar{background:var(--bg);border-top:1px solid var(--border);gap:8px;margin-top:auto;padding:12px 0;display:flex;position:sticky;bottom:0}.add-item-bar input{margin-bottom:0}.add-item-bar input:not(.add-item-quantity){flex:2 auto}.add-item-quantity{flex:90px}@media (width>=768px){.app-shell{flex-direction:row}.tab-bar{border-bottom:none;border-right:1px solid var(--border);flex:0 0 240px;width:240px;overflow-y:auto}.tab-bar-scroll{flex-direction:column;align-items:stretch;overflow-x:visible}.tab{border-radius:10px}.app-content{overflow-y:auto}}
