*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Hiragino Sans,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;background:#f5f5f5;color:#333;font-size:16px;-webkit-tap-highlight-color:transparent}.tab-bar{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;background:#fff;border-bottom:2px solid #e0e0e0;box-shadow:0 2px 4px rgba(0,0,0,.08)}.tab-btn{flex:1 1;padding:14px 8px;background:transparent;font-size:15px;font-weight:500;color:#888;cursor:pointer;transition:all .2s;border:none;border-bottom:3px solid transparent}.tab-btn.active{color:#2563eb;border-bottom-color:#2563eb;background:#eff6ff}.main{padding-top:56px;padding-bottom:80px;min-height:100vh}.section-header{display:flex;align-items:center;gap:8px;padding:10px 16px;font-weight:700;font-size:14px;letter-spacing:.05em;position:-webkit-sticky;position:sticky;top:56px;z-index:10}.section-header.food{background:#dcfce7;color:#166534;border-left:4px solid #16a34a}.section-header.daily{background:#dbeafe;color:#1e3a8a;border-left:4px solid #2563eb}.item-card{background:#fff;margin:6px 12px;border-radius:12px;padding:14px 16px;display:flex;align-items:center;gap:12px;box-shadow:0 1px 3px rgba(0,0,0,.08);transition:opacity .2s}.item-card.in-cart{background:#f9fafb}.item-card.in-cart .item-name{text-decoration:line-through;color:#9ca3af}.check-group{gap:6px}.check-group,.check-label{display:flex;flex-direction:column;align-items:center}.check-label{gap:2px;cursor:pointer;font-size:10px;color:#6b7280;-webkit-user-select:none;-moz-user-select:none;user-select:none}.check-label input[type=checkbox]{width:22px;height:22px;cursor:pointer;accent-color:#16a34a}.check-label.purchased input[type=checkbox]{accent-color:#2563eb}.item-info{flex:1 1;min-width:0}.item-name{font-size:17px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.tag{display:inline-flex;align-items:center;gap:3px;font-size:12px;padding:2px 7px;border-radius:99px;background:#f3f4f6;color:#4b5563}.tag.store{background:#fef9c3;color:#713f12}.tag.price{background:#fee2e2;color:#991b1b}.tag.qty{background:#e0e7ff;color:#3730a3}.del-btn{border:none;background:transparent;color:#d1d5db;font-size:20px;cursor:pointer;padding:4px;line-height:1;flex-shrink:0}.del-btn:hover{color:#ef4444}.bottom-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;padding:10px 16px;display:flex;gap:10px;box-shadow:0 -2px 8px rgba(0,0,0,.08)}.btn{flex:1 1;padding:12px;border-radius:10px;border:none;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .2s}.btn:active{opacity:.7}.btn-primary{background:#2563eb;color:#fff}.btn-danger{background:#fee2e2;color:#dc2626}.btn-success{background:#dcfce7;color:#16a34a}.manage-section{padding:12px}.card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 1px 3px rgba(0,0,0,.08)}.card,.card h3{margin-bottom:12px}.card h3{font-size:16px;font-weight:700;color:#374151}.form-row{margin-bottom:10px}.form-row label{display:block;font-size:12px;font-weight:600;color:#6b7280;margin-bottom:4px}.form-row input,.form-row select,.form-row textarea{width:100%;padding:10px 12px;border:1.5px solid #d1d5db;border-radius:8px;font-size:16px;background:#fafafa;color:#111;outline:none;transition:border-color .2s}.form-row input:focus,.form-row select:focus{border-color:#2563eb;background:#fff}.form-row textarea{resize:vertical;min-height:60px}.category-tabs{display:flex;gap:8px;margin-bottom:10px}.cat-btn{flex:1 1;padding:10px;border-radius:8px;border:2px solid #e5e7eb;background:#f9fafb;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.cat-btn.selected.food{background:#dcfce7;border-color:#16a34a;color:#166534}.cat-btn.selected.daily{background:#dbeafe;border-color:#2563eb;color:#1e3a8a}.manage-item{display:flex;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid #f3f4f6}.manage-item:last-child{border-bottom:none}.manage-item-color{width:4px;height:40px;border-radius:2px;flex-shrink:0}.manage-item-color.food{background:#16a34a}.manage-item-color.daily{background:#2563eb}.manage-item-info{flex:1 1;min-width:0}.manage-item-name{font-weight:600;font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.manage-item-sub{font-size:12px;color:#9ca3af;margin-top:2px}.icon-btn{border:none;background:transparent;font-size:18px;cursor:pointer;padding:6px;border-radius:6px;line-height:1}.icon-btn:hover{background:#f3f4f6}.empty{text-align:center;padding:48px 24px;color:#9ca3af}.empty p{margin-top:8px;font-size:14px}.sync-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#16a34a;margin-right:6px;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:200;display:flex;align-items:flex-end}.modal{background:#fff;border-radius:20px 20px 0 0;padding:20px 16px 32px;width:100%;max-height:90vh;overflow-y:auto}.modal-title{font-size:18px;font-weight:700;margin-bottom:16px;text-align:center}.modal-actions{display:flex;gap:10px;margin-top:16px}