*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Hiragino Sans,Yu Gothic UI,Segoe UI,sans-serif;background:#eef1f5;color:#222;min-height:100dvh;-webkit-tap-highlight-color:transparent}#root{max-width:640px;margin:0 auto;min-height:100dvh;background:#eef1f5;display:flex;flex-direction:column}.app-header{background:#1976d2;color:#fff;padding:14px 20px;position:sticky;top:0;z-index:200;box-shadow:0 2px 6px #0000002e}.app-header h1{font-size:17px;font-weight:700;letter-spacing:.02em}.tab-nav{display:flex;background:#fff;border-bottom:2px solid #e0e0e0;position:sticky;top:49px;z-index:190}.tab-btn{flex:1;padding:13px 8px;border:none;background:transparent;font-size:14px;font-weight:500;color:#777;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color .15s}.tab-btn.active{color:#1976d2;border-bottom-color:#1976d2}.badge{background:#e53935;color:#fff;border-radius:10px;padding:1px 7px;font-size:11px;font-weight:700;min-width:20px;text-align:center}.tab-content{flex:1;overflow-y:auto;padding-bottom:32px}.checklist-tab{padding:12px 12px 24px}.tab-toolbar{display:flex;justify-content:flex-end;margin-bottom:10px}.edit-toggle{padding:8px 18px;border:1.5px solid #1976D2;background:#fff;color:#1976d2;border-radius:20px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.edit-toggle.active{background:#1976d2;color:#fff}.category-section{background:#fff;border-radius:14px;margin-bottom:10px;box-shadow:0 1px 4px #00000017;overflow:hidden}.category-section.is-dragging{box-shadow:0 10px 28px #0000002e;z-index:100}.category-header{display:flex;align-items:center;gap:8px;padding:12px 14px;background:#f5f7fa;border-bottom:1px solid #e8eaed;min-height:50px}.category-name{flex:1;font-size:15px;font-weight:700;color:#333;line-height:1.3}.category-name.editable{cursor:text;border-radius:6px;padding:2px 4px;margin:-2px -4px}.category-name.editable:hover{background:#e8f0fe}.drag-handle{display:flex;flex-direction:column;gap:3px;padding:6px 8px 6px 4px;cursor:grab;flex-shrink:0}.drag-handle:active{cursor:grabbing}.drag-dots{display:block;width:18px;height:2px;background:#bbb;border-radius:2px;box-shadow:0 4px #bbb,0 8px #bbb}.items-list{padding:2px 0}.item-row{display:flex;align-items:center;padding:2px 14px;min-height:50px;border-bottom:1px solid #f3f4f6;gap:8px}.item-row:last-child{border-bottom:none}.item-row.is-dragging{background:#e8f0fe;border-radius:8px;box-shadow:0 4px 12px #0000001f}.checkbox-label{display:flex;align-items:center;gap:12px;flex:1;cursor:pointer;padding:8px 0;min-height:46px}.checkbox{width:22px;height:22px;accent-color:#1976D2;flex-shrink:0;cursor:pointer}.item-text{font-size:15px;line-height:1.4;transition:color .15s}.item-text.checked{color:#aaa;text-decoration:line-through}.item-name{flex:1;font-size:15px;line-height:1.4;padding:4px 2px;border-radius:6px}.item-name.editable{cursor:text}.item-name.editable:hover{background:#f0f4ff}.inline-edit{flex:1;border:1.5px solid #1976D2;border-radius:8px;padding:6px 10px;font-size:15px;outline:none;background:#fff}.category-edit{font-weight:700;font-size:15px}.icon-btn{background:none;border:none;cursor:pointer;color:#bbb;font-size:15px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0;transition:background .15s,color .15s}.icon-btn:hover,.icon-btn:active{background:#fee8e7;color:#e53935}.trash-btn{font-size:17px}.add-item-footer{padding:8px 14px 10px;border-top:1px solid #f3f4f6}.add-link{background:none;border:none;color:#1976d2;font-size:13px;font-weight:500;cursor:pointer;padding:4px 0}.add-form{display:flex;gap:6px;align-items:center}.add-input{flex:1;border:1.5px solid #ddd;border-radius:10px;padding:9px 12px;font-size:14px;outline:none;min-width:0}.add-input:focus{border-color:#1976d2}.btn-primary{background:#1976d2;color:#fff;border:none;border-radius:10px;padding:9px 14px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;flex-shrink:0}.btn-secondary{background:#f0f0f0;color:#555;border:none;border-radius:10px;padding:9px 12px;font-size:13px;cursor:pointer;white-space:nowrap;flex-shrink:0}.add-category-area{margin-top:4px;padding:4px 0}.add-category-btn{width:100%;padding:14px;background:#fff;border:2px dashed #90caf9;border-radius:14px;color:#1976d2;font-size:14px;font-weight:600;cursor:pointer;transition:border-color .15s,background .15s}.add-category-btn:hover{background:#e8f0fe;border-color:#1976d2}.shopping-tab{padding:12px 12px 24px}.shopping-actions{display:flex;gap:8px;margin-bottom:14px}.copy-btn{flex:1;padding:13px 8px;background:#388e3c;color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s}.copy-btn.copied{background:#1b5e20}.clear-all-btn{flex:1;padding:13px 8px;background:#e53935;color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s}.clear-all-btn:active{background:#b71c1c}.shopping-list{display:flex;flex-direction:column;gap:10px}.shopping-category{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 1px 4px #00000017}.shopping-cat-header{font-size:13px;font-weight:700;color:#666;padding:10px 14px;background:#f5f7fa;border-bottom:1px solid #e8eaed}.shopping-item{display:flex;align-items:center;padding:12px 14px;border-bottom:1px solid #f3f4f6;gap:10px;min-height:52px}.shopping-item:last-child{border-bottom:none}.shopping-item-name{flex:1;font-size:15px;line-height:1.4}.done-btn{background:#e8f5e9;color:#388e3c;border:1.5px solid #c8e6c9;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .15s}.done-btn:active{background:#c8e6c9}.empty-state{text-align:center;padding:72px 24px 40px;color:#888}.empty-icon{font-size:52px;margin-bottom:16px}.empty-title{font-size:17px;font-weight:600;color:#555;margin-bottom:10px}.empty-hint{font-size:13px;line-height:1.7;color:#aaa}.dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.dialog{background:#fff;border-radius:18px;padding:28px 24px 22px;width:100%;max-width:320px;box-shadow:0 12px 40px #00000038}.dialog-message{font-size:16px;text-align:center;margin-bottom:24px;line-height:1.6;color:#333;white-space:pre-line}.dialog-actions{display:flex;gap:12px}.dialog-cancel{flex:1;padding:13px;background:#f0f0f0;border:none;border-radius:12px;font-size:15px;cursor:pointer;color:#555;font-weight:500}.dialog-confirm{flex:1;padding:13px;background:#e53935;color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer}
