*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green: #22c55e;--green-d: #16a34a;--red: #ef4444;--gray: #6b7280;--light: #f3f4f6;--white: #ffffff;--text: #111827;--border: #e5e7eb;--shadow: 0 2px 8px rgba(0, 0, 0, .08)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--light);color:var(--text);min-height:100vh}#root{max-width:480px;margin:0 auto;min-height:100vh;background:var(--white);box-shadow:var(--shadow)}.spinner{text-align:center;padding:60px;color:var(--gray);font-size:.9rem}.empty-state{text-align:center;padding:48px 20px;color:var(--gray)}.empty-state .icon{font-size:3rem;margin-bottom:12px}.error-msg{color:var(--red);font-size:.85rem;text-align:center}.section-title{font-size:.8rem;font-weight:600;color:var(--gray);text-transform:uppercase;letter-spacing:.05em;margin-top:8px}.or-divider{text-align:center;color:var(--gray);font-size:.85rem;position:relative}.or-divider:before,.or-divider:after{content:"";position:absolute;top:50%;width:38%;height:1px;background:var(--border)}.or-divider:before{left:0}.or-divider:after{right:0}.badge{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:var(--red);color:var(--white);font-size:.7rem;font-weight:700;margin-left:4px}.btn{padding:10px 18px;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:opacity .15s}.btn:active{opacity:.8}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-green{background:var(--green);color:var(--white)}.btn-gray{background:var(--border);color:var(--text)}.btn-red{background:var(--red);color:var(--white)}.btn-outline{background:none;border:1.5px solid var(--green);color:var(--green)}.btn-full{width:100%}.btn-sm{font-size:.75rem;padding:4px 10px}input[type=text]{flex:1;border:1.5px solid var(--border);border-radius:10px;padding:10px 14px;font-size:.95rem;outline:none;transition:border-color .15s}input[type=text]:focus{border-color:var(--green)}.input-row{display:flex;gap:8px;align-items:stretch}.input-row input[type=text]{min-width:0}.input-row .btn{flex-shrink:0}.header{background:var(--green);color:var(--white);padding:16px 20px;display:flex;align-items:center;gap:10px}.header h1{font-size:1.3rem;font-weight:700;flex:1}.header h1.editable{cursor:pointer;display:flex;align-items:center;gap:6px;min-width:0}.header .rename-hint{font-size:.85rem;opacity:.7}.header-title-input{flex:1;min-width:0;background:#fffffff2;color:var(--text);border:none;border-radius:8px;padding:4px 10px;font-size:1.1rem;font-weight:700}.header .back-btn{background:none;border:none;color:var(--white);font-size:1.4rem;cursor:pointer;padding:0 4px}.header .room-tag{font-size:.75rem;opacity:.85;background:#fff3;padding:2px 8px;border-radius:20px}.header .name-tag{font-size:.75rem;background:#fff3;padding:2px 8px;border-radius:20px}.join-screen{padding:40px 24px;display:flex;flex-direction:column;gap:24px}.join-screen .logo{text-align:center;font-size:3rem}.join-screen h2{text-align:center;font-size:1.5rem;font-weight:700}.join-screen p{text-align:center;color:var(--gray);font-size:.9rem}.join-screen .card{background:var(--light);border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:12px}.join-screen .card h3{font-size:1rem;font-weight:600}.room-code-highlight{color:var(--green);font-weight:700}.lists-view{padding:20px;display:flex;flex-direction:column;gap:12px}.new-list-row{display:flex;gap:8px}.list-card{background:var(--light);border-radius:14px;padding:16px 18px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:box-shadow .15s;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.list-card:hover{box-shadow:var(--shadow)}.list-card .list-icon{font-size:1.6rem}.list-card .list-info{flex:1}.list-card .list-name{font-weight:600;font-size:1rem}.list-card .list-meta{font-size:.8rem;color:var(--gray);margin-top:2px}.list-card .list-arrow{color:var(--gray);font-size:1.1rem}.lists-footer{display:flex;gap:8px;margin-top:4px}:root{--cat-produce: #16a34a;--cat-meat: #dc2626;--cat-dairy: #2563eb;--cat-bakery: #d97706;--cat-pantry: #7c3aed;--cat-frozen: #0891b2;--cat-beverages: #0d9488;--cat-snacks: #db2777;--cat-personal: #9333ea;--cat-household: #64748b;--cat-other: #6b7280}.list-detail{display:flex;flex-direction:column;height:100dvh;height:100vh}.list-detail .body{flex:1;overflow-y:auto;padding:16px 20px}.item-row{display:flex;align-items:flex-start;gap:10px;padding:10px 0;border-bottom:1px solid var(--border);touch-action:pan-y}.item-row:last-child{border-bottom:none}.item-check{width:22px;height:22px;border-radius:50%;border:2px solid var(--green);flex-shrink:0;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-top:1px;transition:background .15s;background:none;padding:0;outline:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.item-check.checked{background:var(--green);border-color:var(--green)}.item-check.checked:after{content:"✓";color:var(--white);font-size:.75rem;font-weight:700}.item-body{flex:1}.item-text{font-size:.97rem}.item-text.checked{text-decoration:line-through;color:var(--gray)}.item-note{font-size:.78rem;color:var(--gray);margin-top:2px}.item-assigned{font-size:.75rem;color:var(--green-d);font-weight:600}.item-delete{background:none;border:none;color:var(--border);cursor:pointer;font-size:1rem;padding:2px 4px;transition:color .15s}.item-delete:hover{color:var(--red)}.add-bar{display:flex;flex-direction:column;gap:8px;padding:12px 20px 20px;padding-bottom:max(20px,env(safe-area-inset-bottom));border-top:1px solid var(--border);position:relative}.add-bar-row{display:flex;gap:8px}.add-bar-details{display:flex;gap:8px;flex-wrap:wrap}.btn-details{font-size:.8rem;padding:6px 12px}.error-banner{background:#fef2f2;border:1px solid #fca5a5;color:#991b1b;padding:8px 14px;font-size:.85rem;cursor:pointer}.dup-warning{background:#fef9c3;border:1px solid #fde047;color:#713f12;border-radius:8px;padding:7px 12px;font-size:.85rem;animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.suggestions{position:absolute;bottom:100%;left:20px;right:20px;background:var(--white);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);overflow:hidden;z-index:10}.suggestion-item{padding:10px 14px;cursor:pointer;font-size:.9rem}.suggestion-item:hover{background:var(--light)}.suggestion-cat-icon{margin-right:6px}.category-section{margin-bottom:4px}.category-header{width:100%;display:flex;align-items:center;gap:8px;padding:8px 4px;background:none;border:none;border-bottom:2px solid var(--cat-color, var(--border));cursor:pointer;text-align:left;color:var(--text)}.category-header:hover{opacity:.8}.category-icon{font-size:1.1rem;line-height:1}.category-label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--cat-color, var(--gray));flex:1}.category-count{font-size:.75rem;color:var(--gray)}.category-done{color:var(--green);font-weight:600}.category-chevron{font-size:.9rem;color:var(--gray);width:14px;text-align:center}.category-items{padding-left:4px}.category-picker-row{display:flex;flex-direction:column;gap:6px}.category-pill-label{font-size:.75rem;color:var(--gray);font-weight:600}.category-pills{display:flex;gap:8px;overflow-x:auto;padding-bottom:6px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.category-pills::-webkit-scrollbar{display:none}.category-pill{display:inline-flex;align-items:center;gap:5px;padding:8px 14px;border-radius:20px;border:1.5px solid var(--border);background:var(--white);font-size:.85rem;white-space:nowrap;cursor:pointer;color:var(--text);transition:border-color .15s,background .15s;min-height:36px}.category-pill.active{border-color:var(--green);background:#dcfce7;font-weight:600;color:var(--green-d)}.history-view{padding:20px}.loading-state{display:flex;flex-direction:column;align-items:center;gap:10px;padding:40px 20px;color:var(--gray);font-size:.9rem}.loading-spinner{width:28px;height:28px;border:3px solid var(--border);border-top-color:var(--green);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.archive-card{background:var(--light);border-radius:12px;padding:14px 16px;margin-bottom:10px;cursor:pointer}.archive-card h4{font-weight:600;margin-bottom:4px}.archive-card p{font-size:.8rem;color:var(--gray)}.archive-items{font-size:.85rem;color:var(--text);margin-top:6px;line-height:1.6}.archive-item--checked{text-decoration:line-through;color:var(--gray)}.error-boundary{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:100vh;padding:40px 24px;text-align:center;background:var(--white)}.error-boundary__icon{font-size:3rem}.error-boundary__title{font-size:1.3rem;font-weight:700;color:var(--text)}.error-boundary__message{font-size:.9rem;color:var(--gray);max-width:320px}
