:root{--blue: oklch(.55 .15 250);--blue-mid: oklch(.5 .15 250);--blue-dark: oklch(.4 .15 250);--blue-link: oklch(.45 .15 250);--green: oklch(.6 .14 150);--green-bg: oklch(.97 .03 150);--green-border: oklch(.85 .06 150);--text: #201f1e;--bg: #faf9f8;--sidebar-bg: #f3f2f1;--band-bg: rgba(0, 0, 0, .035)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);font-family:Segoe UI,system-ui,sans-serif;color:var(--text)}input,textarea,button{font-family:inherit}button{font:inherit}::selection{background:#0f74c540}.app{display:flex;height:100vh;width:100vw;overflow:hidden}.sidebar{width:224px;flex:none;background:var(--sidebar-bg);border-right:1px solid rgba(0,0,0,.08);padding:18px 10px;display:flex;flex-direction:column;gap:2px}.sidebar-brand{display:flex;align-items:center;gap:8px;padding:6px 10px 18px 8px}.sidebar-logo{width:26px;height:26px;border-radius:6px;background:var(--blue);display:flex;align-items:center;justify-content:center;color:#fff;font-size:15px;font-weight:700}.sidebar-title{font-size:15px;font-weight:600}.nav-item{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:5px;font-size:13.5px;cursor:pointer;color:#000000bf;border:none;background:none;text-align:left;width:100%}.nav-item.active{background:#fff;font-weight:600;color:var(--text);box-shadow:0 1px 2px #0000000f}.nav-icon{width:20px;display:inline-block;font-size:16px}.sidebar-spacer{flex:1}.sidebar-footer{font-size:11px;color:#0006;padding:8px 10px}.sidebar-footer.error{color:#b81a1a}.home{flex:1;display:flex;flex-direction:column;overflow:hidden}.home-header{display:flex;align-items:center;justify-content:space-between;padding:22px 32px 14px}.home-title{font-size:22px;font-weight:600}.home-actions{display:flex;gap:10px;align-items:center}.search-input{width:220px;padding:8px 12px;border:1px solid rgba(0,0,0,.15);border-radius:5px;font-size:13px;background:#fff}.btn-primary{padding:8px 16px;border:none;border-radius:5px;background:var(--blue);color:#fff;font-size:13px;font-weight:600;cursor:pointer}.btn-primary:disabled{opacity:.4;cursor:default}.btn-secondary{padding:8px 16px;border:1px solid rgba(0,0,0,.15);background:#fff;border-radius:5px;font-size:13px;cursor:pointer}.btn-danger{padding:8px 16px;border:1px solid #b81a1a;background:#fff;color:#b81a1a;border-radius:5px;font-size:13px;font-weight:600;cursor:pointer}.btn-danger:disabled{opacity:.4;cursor:default}.home-list{flex:1;overflow-y:auto;padding:4px 32px 32px}.home-row{display:flex;align-items:center;gap:14px;padding:13px 16px;margin-bottom:8px;border-radius:7px;cursor:pointer;background:#fff;border:1px solid rgba(0,0,0,.08);border-left:3px solid transparent}.home-row:hover{box-shadow:0 2px 8px #00000014}.home-row.template{border-left-color:#e8c200}.home-row.full{background:var(--green-bg);border:1px solid var(--green-border);border-left:3px solid var(--green)}.home-row.dragging{opacity:.4}.home-row.drag-over{box-shadow:0 0 0 2px var(--blue) inset}.home-row.trash-row{cursor:default}.home-row.trash-row:hover{box-shadow:none}.home-row-drag-handle{width:22px;height:34px;flex:none;display:flex;align-items:center;justify-content:center;cursor:grab;font-size:16px;letter-spacing:-1px;color:#0000004d;border:none;background:none;padding:0;margin-right:-4px}.home-row-drag-handle:hover{color:#0000008c}.home-row-drag-handle:active{cursor:grabbing}.status-badge{width:40px;height:40px;flex:none;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#0000008c;background:#0000000f}.status-badge.template{color:#8a6d00;background:#fff4ce}.status-badge.full{font-size:18px;color:#fff;background:var(--green)}.home-row-body{flex:1;min-width:0}.home-row-title{font-size:14.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-row-subtitle{font-size:12px;color:#00000080;margin-top:2px}.use-template-btn{padding:6px 12px;border:1px solid var(--blue);color:var(--blue);background:#fff;border-radius:5px;font-size:12px;font-weight:600;cursor:pointer;margin-right:6px}.home-row-delete-btn{width:32px;height:32px;flex:none;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:17px;color:#00000059;border:none;background:none;margin-right:2px}.home-row-delete-btn:hover{background:#b81a1a1a;color:#b81a1a}.home-row-chevron{color:#0000004d;font-size:20px}.home-empty{color:#0006;font-size:13px;padding:24px 4px}.detail{flex:1;display:flex;flex-direction:column;overflow:hidden}.detail-header{padding:18px 32px 0}.back-link{display:inline-flex;align-items:center;gap:4px;color:var(--blue-mid);font-size:13px;cursor:pointer;font-weight:600;border:none;background:none;padding:0}.back-arrow{font-size:22px;line-height:1}.detail-title-row{display:flex;align-items:center;gap:12px;margin-top:10px}.title-input{font-size:22px;font-weight:600;border:1px solid transparent;border-radius:5px;padding:4px 6px;margin-left:-6px;background:transparent;width:60%}.title-input:hover{border:1px solid rgba(0,0,0,.15)}.title-input:focus{border:1px solid var(--blue);background:#fff;outline:none}.template-badge{font-size:11px;font-weight:700;letter-spacing:.03em;color:#8a6d00;background:#fff4ce;padding:4px 9px;border-radius:4px}.detail-title-spacer{flex:1}.export-btn{width:38px;height:38px;flex:none;border-radius:7px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:19px;color:#00000073;border:none;background:none;margin-right:4px}.export-btn:hover{background:#0f74c51a;color:var(--blue-mid)}.export-btn:disabled{opacity:.3;cursor:default}.export-btn:disabled:hover{background:none;color:#00000073}.delete-checklist-btn{width:38px;height:38px;flex:none;border-radius:7px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:19px;color:#00000073;border:none;background:none}.delete-checklist-btn:hover{background:#b81a1a1a;color:#b81a1a}.from-template{font-size:12.5px;color:#00000080;margin-top:2px;cursor:pointer;border:none;background:none;padding:0;text-align:left}.from-template-link{color:var(--blue-mid);text-decoration:underline}.progress-row{display:flex;align-items:center;gap:10px;margin-top:14px}.progress-track{flex:1;height:7px;background:#00000014;border-radius:4px;overflow:hidden}.progress-fill{height:100%;border-radius:4px;transition:width .2s}.progress-label{font-size:12.5px;color:#0000008c;white-space:nowrap}.hide-checked-row{display:flex;align-items:center;justify-content:flex-end;gap:18px;margin:16px 0 10px}.uncheck-all-btn{font-size:13px;font-weight:600;color:var(--blue-mid);cursor:pointer;border:none;background:none;padding:0}.uncheck-all-btn:hover:not(:disabled){text-decoration:underline}.uncheck-all-btn:disabled{color:#0000004d;cursor:default}.hide-checked-toggle{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none;border:none;background:none;padding:0}.switch-track{width:34px;height:19px;border-radius:10px;background:#0003;position:relative;transition:background .15s}.switch-track.on{background:var(--blue)}.switch-thumb{position:absolute;top:2px;left:2px;width:15px;height:15px;border-radius:50%;background:#fff;transition:left .15s}.switch-track.on .switch-thumb{left:17px}.hide-checked-label{font-size:13px;color:#000000a6}.items-scroll{flex:1;overflow-y:auto;padding:6px 32px 0}.items-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;padding:4px;margin-bottom:16px}.row{display:flex;align-items:flex-start;gap:6px;padding:7px 8px;border-radius:5px;min-height:40px}.row.dragging{opacity:.4}.row.drag-over{box-shadow:0 0 0 2px var(--blue) inset}.row-drag-handle{width:18px;height:30px;flex:none;display:flex;align-items:center;justify-content:center;cursor:grab;font-size:15px;letter-spacing:-1px;color:#0000004d;border:none;background:none;padding:0;opacity:0}.row:hover .row-drag-handle{opacity:1}.row-drag-handle:hover{color:#0000008c}.row-drag-handle:active{cursor:grabbing}.row-indent{flex:none}.chevron{width:26px;height:30px;flex:none;text-align:center;font-size:21px;color:#00000073;cursor:pointer;-webkit-user-select:none;user-select:none;border:none;background:none;padding:0}.chevron.empty,.chevron:disabled{color:transparent;cursor:default}.checkbox{width:22px;height:22px;flex:none;margin-top:2px;border-radius:5px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:15px;color:#fff;font-weight:700;border:1.5px solid rgba(0,0,0,.35);background:transparent;padding:0}.checkbox.checked{border:none;background:var(--green)}.row-text{flex:1;min-width:0;font-size:13.5px;line-height:18px;padding:4px 0;margin:0;border:none;background:transparent;outline:none;resize:none;overflow:hidden;white-space:pre-wrap;word-break:break-word;font-family:inherit}.row-text-display{min-height:26px;cursor:text}.row-text-display:focus-visible{outline:1.5px solid var(--blue);outline-offset:1px;border-radius:3px}.row-text-link{color:var(--blue-link);cursor:pointer}.row-text-link:hover{text-decoration-thickness:2px}.row-link-btn{width:27px;height:27px;flex:none;border-radius:5px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;color:var(--blue-link);border:none;background:none;padding:0}.row-link-btn:hover{background:#0000000f}.row-toolbar{display:flex;gap:2px;opacity:0;flex:none}.row:hover .row-toolbar{opacity:1}.toolbar-btn{width:26px;height:26px;flex:none;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;cursor:pointer;color:#0000008c;border:none;background:transparent;padding:0}.toolbar-btn:disabled{cursor:default}.toolbar-btn:hover{background:#0000000f}.toolbar-btn.remove:hover{color:#b81a1a}.toolbar-btn.disabled{cursor:default;opacity:.25}.toolbar-btn.active{background:var(--blue);color:#fff}.toolbar-btn.italic{font-style:italic}.color-swatch{width:22px;height:22px;flex:none;margin-top:2px;border-radius:5px;cursor:pointer;border:1.5px solid rgba(0,0,0,.25);background:repeating-conic-gradient(#fff,#fff 25%,#eee 0%,#eee 50%) 50% / 8px 8px;padding:0}.add-item-row{display:flex;align-items:center;gap:8px;padding:10px 10px 10px 34px}.add-item-plus{color:#00000059;font-size:17px}.add-item-input{flex:1;border:none;background:transparent;font-size:13.5px;outline:none}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:50}.modal{background:#fff;border-radius:8px;width:380px;padding:22px;box-shadow:0 12px 32px #00000040}.modal.modal-wide{width:520px}.modal-textarea{width:100%;height:240px;padding:10px 12px;border:1px solid rgba(0,0,0,.15);border-radius:5px;font-size:13px;font-family:Cascadia Code,Consolas,monospace;resize:vertical;margin-bottom:10px}.modal-textarea:focus{outline:none;border:1px solid var(--blue)}.import-file-link{display:inline-block;border:none;background:none;color:var(--blue-mid);font-size:12.5px;font-weight:600;cursor:pointer;padding:0;margin-bottom:20px}.import-file-link:hover{text-decoration:underline}.modal-title{font-size:16px;font-weight:600;margin-bottom:4px}.modal-subtitle{font-size:12.5px;color:#00000080;margin-bottom:16px}.modal-field-label{font-size:12px;font-weight:600;color:#0009;margin-bottom:6px}.modal-input{width:100%;padding:9px 10px;border:1px solid rgba(0,0,0,.15);border-radius:5px;font-size:14px;margin-bottom:20px}.modal-input:focus{outline:none;border:1px solid var(--blue)}.modal-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.modal-actions-spacer{flex:1}.link-remove-btn{color:#b81a1a;border-color:#b81a1a59}.link-remove-btn:hover{background:#b81a1a14}.link-mode-tabs{display:flex;gap:4px;background:#0000000d;border-radius:7px;padding:3px;margin-bottom:16px}.link-mode-tab{flex:1;padding:8px 10px;border:none;background:none;border-radius:5px;font-size:12.5px;font-weight:600;color:#0000008c;cursor:pointer}.link-mode-tab.active{background:#fff;color:var(--text);box-shadow:0 1px 2px #00000014}.link-file-note{font-size:12px;color:#00000080;line-height:1.45;margin-bottom:20px}.modal-option-btn{display:block;width:100%;text-align:left;padding:12px 14px;border:1px solid rgba(0,0,0,.15);border-radius:6px;background:#fff;cursor:pointer}.modal-option-btn:hover{border-color:var(--blue);background:#0f74c50f}.modal-option-title{font-size:14px;font-weight:600}.modal-option-subtitle{font-size:12px;color:#00000080;margin-top:2px}.modal-empty-note{font-size:12.5px;color:#0006;margin-bottom:16px}.modal-template-list{max-height:220px;overflow-y:auto;display:flex;flex-direction:column;gap:4px;margin-bottom:20px}.modal-template-item{display:flex;align-items:center;gap:10px;text-align:left;padding:10px 12px;border:1px solid rgba(0,0,0,.1);border-radius:6px;background:#fff;cursor:pointer;font-size:13.5px}.modal-template-item:hover{border-color:var(--blue);background:#0f74c50f}.modal-template-item.selected{border-color:var(--blue);background:#0f74c51a;font-weight:600}.modal-template-item-icon{color:#8a6d00;font-size:15px}.auth-screen{height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;background:var(--bg)}.auth-card{width:340px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:10px;padding:28px;box-shadow:0 12px 32px #00000014}.auth-title{font-size:18px;font-weight:700;margin-bottom:4px}.auth-subtitle{font-size:13px;color:#0000008c;margin-bottom:20px}.auth-error{font-size:12.5px;color:#b81a1a;margin-bottom:12px}.auth-actions{display:flex;gap:10px;margin-top:4px}.sign-out-btn{font-size:11px;color:#0006;background:none;border:none;cursor:pointer;padding:8px 10px;text-align:left}.app.mobile-app{max-width:480px;margin:0 auto;background:#fff;box-shadow:0 0 40px #00000014}.mobile-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 4px}.mobile-header-title{font-size:20px;font-weight:700}.mobile-signout-btn{font-size:12px;color:#00000073;background:none;border:none;cursor:pointer;padding:8px 4px}.mobile-search-input{width:auto;margin:6px 20px 10px}.mobile-home-list{padding:4px 16px 24px}.mobile-sync-footer{font-size:11px;color:#0006;padding:10px 20px 16px;text-align:center}.mobile-sync-footer.error{color:#b81a1a}.mobile-detail .detail-header{padding:14px 16px 0}.mobile-detail .items-scroll{padding:6px 16px 0}.mobile-detail .back-link{padding:8px 0}.mobile-detail-title{font-size:20px;font-weight:700;margin-top:10px;word-break:break-word}.mobile-row{min-height:46px;padding:9px 6px}.mobile-row .chevron{width:34px;height:38px;font-size:22px}.mobile-row .checkbox{width:28px;height:28px;font-size:18px}.mobile-row-text{min-height:30px;font-size:15px;padding:6px 0}.mobile-row .row-link-btn{width:34px;height:34px;font-size:17px}
