.shared-note-preview-modal[data-v-0b693f5c]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;background:transparent!important;pointer-events:none}.modal-backdrop[data-v-0b693f5c]{position:absolute;top:0;left:0;right:0;bottom:0;background:transparent;z-index:1}@media (min-width: 769px){.modal-backdrop[data-v-0b693f5c]{display:none}}.modal-sheet[data-v-0b693f5c]{position:relative;max-height:90vh;max-width:500px;width:100%;margin:0 10% 0 0;background:#0c0d12;border:1px solid rgba(255,255,255,.3);border-radius:16px;overflow:hidden;transition:all .3s ease;z-index:2;pointer-events:auto}.modal-sheet.is-expanded[data-v-0b693f5c]{position:fixed!important;top:2.5vh!important;left:2.5vw!important;right:2.5vw!important;bottom:2.5vh!important;width:95vw!important;max-width:95vw!important;height:95vh!important;max-height:95vh!important;margin:0!important;border-radius:12px!important;z-index:1001}.modal-sheet.is-expanded .modal-content[data-v-0b693f5c]{max-height:calc(95vh - 80px)!important;height:calc(95vh - 80px)!important}@media (min-width: 769px){.modal-sheet[data-v-0b693f5c]{min-width:400px;max-width:500px;margin-right:10%}}@media (min-width: 769px) and (max-width: 1200px){.modal-sheet[data-v-0b693f5c]{margin-right:5%}}@media (max-width: 768px){.shared-note-preview-modal[data-v-0b693f5c]{align-items:center;justify-content:flex-end}.modal-sheet[data-v-0b693f5c]{margin:0 auto;border-radius:16px 16px 0 0;max-width:100%;width:100%}.lock-btn-wrapper[data-v-0b693f5c],.minimize-btn[data-v-0b693f5c]{display:none!important}.modal-content[data-v-0b693f5c]{padding-left:12px;padding-right:12px}}.drag-handle[data-v-0b693f5c]{width:40px;height:4px;background:#ffffff4d;border-radius:2px;margin:12px auto 8px;cursor:-webkit-grab;cursor:grab}.modal-header[data-v-0b693f5c]{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid rgba(255,255,255,.1)}.modal-header h3[data-v-0b693f5c]{font-size:16px;font-weight:600;color:#e2e8f0;margin:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-actions[data-v-0b693f5c]{display:flex;align-items:center;gap:4px}.minimize-btn[data-v-0b693f5c],.lock-btn[data-v-0b693f5c],.expand-btn[data-v-0b693f5c],.close-btn[data-v-0b693f5c]{width:32px;height:32px;border-radius:50%;background:transparent;border:none;color:#ffffff80;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;flex-shrink:0}.minimize-btn[data-v-0b693f5c]:active,.lock-btn[data-v-0b693f5c]:active,.expand-btn[data-v-0b693f5c]:active,.close-btn[data-v-0b693f5c]:active{background:#ffffff1a;color:#fffc}.lock-btn.locked[data-v-0b693f5c]{color:#3b82f6e6}.lock-btn.locked[data-v-0b693f5c]:active{color:#3b82f6}.lock-btn-wrapper[data-v-0b693f5c]{position:relative}.lock-warning[data-v-0b693f5c]{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#ef4444e6;color:#fff;font-size:11px;padding:4px 8px;border-radius:4px;white-space:nowrap;z-index:10;margin-top:4px;animation:fadeIn-0b693f5c .2s ease}.lock-btn.shake[data-v-0b693f5c]{animation:shake-0b693f5c .4s ease}@keyframes shake-0b693f5c{0%,to{transform:translate(0)}20%{transform:translate(-3px)}40%{transform:translate(3px)}60%{transform:translate(-3px)}80%{transform:translate(3px)}}@keyframes fadeIn-0b693f5c{0%{opacity:0;transform:translate(-50%) translateY(-4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.modal-sheet.minimized[data-v-0b693f5c]{max-height:60px}.modal-sheet.minimized .modal-header[data-v-0b693f5c]{cursor:pointer}.modal-sheet.minimized .drag-handle[data-v-0b693f5c]{display:none}.modal-content[data-v-0b693f5c]{overflow-y:auto;overflow-x:auto;max-height:calc(90vh - 100px);padding:20px;-webkit-overflow-scrolling:touch}.note-section[data-v-0b693f5c]{margin-bottom:20px}.note-section[data-v-0b693f5c]:last-of-type{margin-bottom:0}.note-label[data-v-0b693f5c]{font-size:10px;font-weight:600;color:#fff6;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.note-text[data-v-0b693f5c]{font-size:1rem;line-height:1.6;color:#fffc;overflow:visible}.note-text[data-v-0b693f5c] .table-container{position:relative;margin:12px 0}.note-text[data-v-0b693f5c] .table-scroll-wrapper{overflow-x:auto;overflow-y:visible;border-radius:6px;-webkit-overflow-scrolling:touch}.note-text[data-v-0b693f5c] .scroll-indicator{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:#0009;color:#ffffffb3;padding:6px 10px;border-radius:12px;font-size:12px;opacity:0;transition:opacity .2s ease;pointer-events:none;z-index:5}.note-text[data-v-0b693f5c] .scroll-indicator.visible{opacity:1}.note-text[data-v-0b693f5c] .table-container:after{content:"";position:absolute;right:0;top:0;bottom:0;width:40px;background:linear-gradient(to left,rgba(26,35,50,.9),transparent);pointer-events:none;opacity:0;transition:opacity .2s ease;border-radius:0 6px 6px 0}.note-text[data-v-0b693f5c] .table-container:has(.scroll-indicator.visible):after{opacity:1}.note-text[data-v-0b693f5c] table{width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:100%;border-collapse:collapse;margin:0;font-size:13px;background:#0003;border-radius:6px;overflow:hidden}.note-text[data-v-0b693f5c] table th,.note-text[data-v-0b693f5c] table td{border:1px solid rgba(255,255,255,.2);padding:8px 12px;text-align:left;white-space:nowrap}.note-text[data-v-0b693f5c] table th{background:#ffffff1a;font-weight:600;color:#ffffffe6}.note-text[data-v-0b693f5c] table td{color:#fffc}.note-action-buttons[data-v-0b693f5c]{display:flex;gap:12px;margin-top:20px}.bundle-btn[data-v-0b693f5c],.copy-note-btn[data-v-0b693f5c]{flex:1;padding:12px;background:#1e2026e6;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#fffc;font-size:14px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .15s ease}.bundle-btn[data-v-0b693f5c]{background:#a855f726;border-color:#a855f74d;color:#a855f7}.bundle-btn[data-v-0b693f5c]:hover:not(:disabled){background:#a855f740}.bundle-btn[data-v-0b693f5c]:active:not(:disabled){background:#a855f74d;transform:scale(.98)}.bundle-btn.downloading[data-v-0b693f5c]{opacity:.7;cursor:wait}.bundle-btn.success[data-v-0b693f5c]{background:#10b98126;border-color:#10b9814d;color:#10b981}.bundle-btn[data-v-0b693f5c]:disabled{cursor:not-allowed}.copy-note-btn[data-v-0b693f5c]:active{background:#282a30f2;transform:scale(.98)}.copy-note-btn.copied[data-v-0b693f5c]{background:#10b98126;border-color:#10b9814d;color:#10b981}.slide-up-modal-enter-active[data-v-0b693f5c],.slide-up-modal-leave-active[data-v-0b693f5c]{transition:opacity .2s ease}.slide-up-modal-enter-active .modal-sheet[data-v-0b693f5c],.slide-up-modal-leave-active .modal-sheet[data-v-0b693f5c]{transition:transform .2s ease-out}.slide-up-modal-enter-from[data-v-0b693f5c],.slide-up-modal-leave-to[data-v-0b693f5c]{opacity:0}.slide-up-modal-enter-from .modal-sheet[data-v-0b693f5c],.slide-up-modal-leave-to .modal-sheet[data-v-0b693f5c]{transform:translateY(100%)}@media (min-width: 769px){.slide-up-modal-enter-active[data-v-0b693f5c],.slide-up-modal-leave-active[data-v-0b693f5c]{transition:none}.slide-up-modal-enter-active .modal-sheet[data-v-0b693f5c]{transition:transform .15s ease-out}.slide-up-modal-leave-active .modal-sheet[data-v-0b693f5c]{transition:transform .1s ease-in}.slide-up-modal-enter-from[data-v-0b693f5c],.slide-up-modal-leave-to[data-v-0b693f5c]{opacity:1}}.light-mode.shared-note-preview-modal[data-v-0b693f5c]{background:transparent!important}.light-mode .modal-sheet[data-v-0b693f5c]{background:#f5f5f5;border:none;box-shadow:-2px -2px 8px #0000004d}.light-mode .drag-handle[data-v-0b693f5c]{background:#0003}.light-mode .modal-header[data-v-0b693f5c]{border-bottom-color:#0000001a}.light-mode .modal-header h3[data-v-0b693f5c]{color:#1a202c}.light-mode .minimize-btn[data-v-0b693f5c],.light-mode .lock-btn[data-v-0b693f5c],.light-mode .expand-btn[data-v-0b693f5c],.light-mode .close-btn[data-v-0b693f5c]{color:#00000080}.light-mode .minimize-btn[data-v-0b693f5c]:active,.light-mode .lock-btn[data-v-0b693f5c]:active,.light-mode .expand-btn[data-v-0b693f5c]:active,.light-mode .close-btn[data-v-0b693f5c]:active{background:#0000001a;color:#000c}.light-mode .modal-sheet.is-expanded[data-v-0b693f5c]{box-shadow:0 8px 32px #0003}.light-mode .lock-btn.locked[data-v-0b693f5c]{color:#2563ebe6}.light-mode .note-label[data-v-0b693f5c]{color:#00000080}.light-mode .note-text[data-v-0b693f5c]{color:#000c}.light-mode .note-text[data-v-0b693f5c] .scroll-indicator{background:#000000b3;color:#ffffffe6}.light-mode .note-text[data-v-0b693f5c] .table-container:after{background:linear-gradient(to left,rgba(245,245,245,.95),transparent)}.light-mode .note-text[data-v-0b693f5c] table{background:#0000000d}.light-mode .note-text[data-v-0b693f5c] table th,.light-mode .note-text[data-v-0b693f5c] table td{border-color:#00000026}.light-mode .note-text[data-v-0b693f5c] table th{background:#00000014;color:#000000e6}.light-mode .note-text[data-v-0b693f5c] table td{color:#000c}.light-mode .bundle-btn[data-v-0b693f5c]{background:#a855f71a;border-color:#a855f766;color:#9333ea}.light-mode .bundle-btn[data-v-0b693f5c]:hover:not(:disabled){background:#a855f726}.light-mode .bundle-btn[data-v-0b693f5c]:active:not(:disabled){background:#a855f733}.light-mode .bundle-btn.success[data-v-0b693f5c]{background:#10b9811a;border-color:#10b98166;color:#059669}.light-mode .copy-note-btn[data-v-0b693f5c]{background:#3b82f61a;border-color:#3b82f666;color:#2563eb}.light-mode .copy-note-btn[data-v-0b693f5c]:active{background:#3b82f633}.light-mode .copy-note-btn.copied[data-v-0b693f5c]{background:#10b9811a;border-color:#10b98166;color:#059669}.light-mode .file-attachment .download-icon[data-v-0b693f5c]{color:#0000004d}.light-mode .file-attachment:hover .download-icon[data-v-0b693f5c]{color:#000000b3}.attachments-section[data-v-0b693f5c]{margin-top:20px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}.attachments-section.no-notes[data-v-0b693f5c]{margin-top:0;padding-top:0;border-top:none}.attachments-label[data-v-0b693f5c]{font-size:10px;font-weight:600;color:#fff6;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;display:flex;align-items:center;gap:6px}.attachments-label i[data-v-0b693f5c]{font-size:11px}.attachment-group[data-v-0b693f5c]{margin-bottom:12px}.attachment-group[data-v-0b693f5c]:last-child{margin-bottom:0}.attachment-grid[data-v-0b693f5c]{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px}.attachment-thumbnail[data-v-0b693f5c]{aspect-ratio:1;border-radius:8px;overflow:hidden;background:#0003;display:block;position:relative;cursor:pointer}.attachment-thumbnail img[data-v-0b693f5c]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .15s ease}.attachment-thumbnail:hover img[data-v-0b693f5c]{transform:scale(1.05)}.attachment-thumbnail .view-overlay[data-v-0b693f5c]{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s ease}.attachment-thumbnail:hover .view-overlay[data-v-0b693f5c]{opacity:1}.attachment-thumbnail .view-overlay i[data-v-0b693f5c]{color:#fff;font-size:20px}.video-attachment[data-v-0b693f5c]{display:flex;align-items:center;gap:12px;padding:8px;background:#0003;border-radius:8px;text-decoration:none;color:#fffc;transition:background .15s ease}.video-attachment[data-v-0b693f5c]:hover{background:#0000004d}.video-thumbnail[data-v-0b693f5c]{position:relative;width:80px;height:60px;border-radius:6px;overflow:hidden;background:#0000004d;flex-shrink:0}.video-thumbnail img[data-v-0b693f5c]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.video-placeholder[data-v-0b693f5c]{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#ffffff80;font-size:24px}.video-play-overlay[data-v-0b693f5c]{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0006;color:#fff;font-size:18px;opacity:.8}.file-attachment[data-v-0b693f5c],.link-attachment[data-v-0b693f5c]{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#0003;border-radius:8px;text-decoration:none;color:#fffc;transition:background .15s ease;margin-bottom:6px;cursor:pointer}.file-attachment .download-icon[data-v-0b693f5c]{margin-left:auto;color:#ffffff4d;font-size:14px;transition:color .15s ease}.file-attachment:hover .download-icon[data-v-0b693f5c]{color:#fffc}.file-attachment[data-v-0b693f5c]:last-child,.link-attachment[data-v-0b693f5c]:last-child{margin-bottom:0}.file-attachment[data-v-0b693f5c]:hover,.link-attachment[data-v-0b693f5c]:hover{background:#0000004d}.file-attachment i[data-v-0b693f5c],.link-attachment i[data-v-0b693f5c]{font-size:16px;color:#ffffff80;width:20px;text-align:center}.file-attachment .fa-file-pdf[data-v-0b693f5c]{color:#ef4444}.file-attachment .fa-file-word[data-v-0b693f5c]{color:#3b82f6}.file-attachment .fa-file-excel[data-v-0b693f5c]{color:#22c55e}.file-attachment .fa-file-powerpoint[data-v-0b693f5c]{color:#f97316}.file-attachment .fa-file-archive[data-v-0b693f5c]{color:#a855f7}.file-attachment .fa-file-audio[data-v-0b693f5c]{color:#ec4899}.file-attachment .fa-file-video[data-v-0b693f5c]{color:#06b6d4}.link-attachment i[data-v-0b693f5c]{color:#60a5fa}.attachment-name[data-v-0b693f5c]{flex:1;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.light-mode .attachments-section[data-v-0b693f5c]{border-top-color:#0000001a}.light-mode .attachments-label[data-v-0b693f5c]{color:#00000080}.light-mode .attachment-thumbnail[data-v-0b693f5c]{background:#0000000d}.light-mode .video-attachment[data-v-0b693f5c],.light-mode .file-attachment[data-v-0b693f5c],.light-mode .link-attachment[data-v-0b693f5c]{background:#0000000d;color:#000c}.light-mode .video-attachment[data-v-0b693f5c]:hover,.light-mode .file-attachment[data-v-0b693f5c]:hover,.light-mode .link-attachment[data-v-0b693f5c]:hover,.light-mode .video-thumbnail[data-v-0b693f5c]{background:#0000001a}.light-mode .video-placeholder[data-v-0b693f5c]{color:#0006}.light-mode .file-attachment i[data-v-0b693f5c],.light-mode .link-attachment i[data-v-0b693f5c]{color:#00000080}.light-mode .link-attachment i[data-v-0b693f5c]{color:#2563eb}.comment{background:var(--futuristic-background-tertiary);border:1px solid var(--futuristic-border-primary);border-radius:6px;padding:.875rem;transition:all .2s ease}.comment.is-reply{margin-left:2rem;margin-top:.75rem}.comment.is-resolved{opacity:.7;border-color:var(--futuristic-text-success)}.comment-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.author-info{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.author-icon{color:var(--futuristic-accent-primary);font-size:1.125rem}.author-name{font-weight:600;color:var(--futuristic-text-primary);font-size:.875rem}.comment-time{color:var(--futuristic-text-tertiary);font-size:.75rem}.edited-badge{color:var(--futuristic-text-tertiary);font-size:.75rem;font-style:italic}.resolved-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .5rem;background:var(--futuristic-background-success);color:var(--futuristic-text-success);border-radius:4px;font-size:.75rem;font-weight:600}.comment-actions{display:flex;gap:.375rem}.action-btn{background:none;border:none;color:var(--futuristic-text-secondary);cursor:pointer;padding:.25rem .5rem;border-radius:4px;font-size:.875rem;transition:all .2s ease}.action-btn:hover{background:var(--futuristic-background-hover);color:var(--futuristic-text-primary)}.action-btn.delete:hover{color:var(--futuristic-text-danger)}.action-btn.resolved{color:var(--futuristic-text-success)}.comment-body{margin-bottom:.5rem}.comment-content{color:var(--futuristic-text-primary);font-size:.875rem;line-height:1.6;white-space:pre-wrap;word-break:break-word}.edit-form{display:flex;flex-direction:column;gap:.5rem}.edit-textarea,.reply-textarea{width:100%;padding:.625rem;background:var(--futuristic-background-secondary);border:1px solid var(--futuristic-border-primary);border-radius:4px;color:var(--futuristic-text-primary);font-size:.875rem;font-family:inherit;resize:vertical}.edit-textarea:focus,.reply-textarea:focus{outline:none;border-color:var(--futuristic-accent-primary)}.edit-actions,.reply-actions{display:flex;gap:.5rem;justify-content:flex-end}.cancel-btn,.save-btn,.submit-btn{padding:.5rem 1rem;border:none;border-radius:4px;font-size:.813rem;font-weight:600;cursor:pointer;transition:all .2s ease}.cancel-btn{background:var(--futuristic-background-secondary);color:var(--futuristic-text-secondary);border:1px solid var(--futuristic-border-primary)}.cancel-btn:hover{background:var(--futuristic-background-tertiary)}.save-btn,.submit-btn{background:var(--futuristic-accent-primary);color:#fff;display:inline-flex;align-items:center;gap:.375rem}.save-btn:hover:not(:disabled),.submit-btn:hover:not(:disabled){background:var(--futuristic-border-accent-hover)}.save-btn:disabled,.submit-btn:disabled{opacity:.5;cursor:not-allowed}.comment-meta{margin-top:.5rem;display:flex;gap:.75rem}.reply-btn{background:none;border:none;color:var(--futuristic-text-secondary);cursor:pointer;padding:.25rem .5rem;border-radius:4px;font-size:.813rem;font-weight:500;display:inline-flex;align-items:center;gap:.375rem;transition:all .2s ease}.reply-btn:hover{background:var(--futuristic-background-hover);color:var(--futuristic-accent-primary)}.reply-form{margin-top:.75rem;padding:.75rem;background:var(--futuristic-background-secondary);border-radius:6px}.name-prompt{display:flex;flex-direction:column;gap:.75rem}.reply-name-input{width:100%;padding:.625rem .875rem;background:var(--futuristic-background-tertiary);border:1px solid var(--futuristic-border-primary);border-radius:6px;color:var(--futuristic-text-primary);font-size:.875rem}.reply-name-input:focus{outline:none;border-color:var(--futuristic-accent-primary)}.save-name-btn:hover:not(:disabled){background:var(--futuristic-border-accent-hover)}.save-name-btn:disabled{opacity:.5;cursor:not-allowed}.user-badge-small{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .625rem;background:var(--futuristic-background-tertiary);border-radius:4px;margin-bottom:.5rem;font-size:.813rem}.user-badge-small i{color:var(--futuristic-accent-primary)}.user-badge-small span{font-weight:600;color:var(--futuristic-text-primary)}.replies{margin-top:.75rem}@media (min-width: 769px){.comment{background:#f8f9fa;border:1px solid #e8eaed}.comment.is-reply{background:#fff;margin-left:1.5rem;border-left:2px solid #1967d2}.comment-header{border-bottom:1px solid #e8eaed}.author-name{color:#202124}.comment-time,.edited-badge{color:#5f6368}.comment-content{color:#202124}.action-btn{color:#5f6368}.action-btn:hover{background:#f8f9fa;color:#202124}.action-btn.delete:hover{color:#d93025}.action-btn.resolved{color:#1e8e3e}.reply-btn{color:#5f6368}.reply-btn:hover{background:#f8f9fa;color:#1967d2}.reply-form,.edit-form{background:#fff}.reply-form textarea,.edit-form textarea{background:#f8f9fa;border-color:#dadce0;color:#202124}.reply-form textarea:focus,.edit-form textarea:focus{background:#fff;border-color:#1967d2}.save-btn,.submit-btn{background:#1967d2;color:#fff}.save-btn:hover:not(:disabled),.submit-btn:hover:not(:disabled){background:#1557b0}.cancel-btn{background:#fff;color:#5f6368;border:1px solid #dadce0}.cancel-btn:hover{background:#f8f9fa;color:#202124}.reply-name-input,.save-name-btn{background:#f8f9fa;border-color:#dadce0;color:#202124}.reply-name-input:focus{background:#fff;border-color:#1967d2}.save-name-btn{background:#1967d2;color:#fff}.save-name-btn:hover:not(:disabled){background:#1557b0}.user-badge-small{background:#f8f9fa;border:1px solid #e8eaed}.user-badge-small i{color:#1967d2}.user-badge-small span{color:#202124}}@media (max-width: 1024px){.comment.is-reply{margin-left:1rem}.author-info{font-size:.813rem}.comment-actions{gap:.5rem}}.light-mode .comment{background:#f8f9fa;border-color:#e8eaed}.light-mode .comment.is-reply{background:#fff;border-left-color:#1967d2}.light-mode .comment.is-resolved{border-color:#1e8e3e}.light-mode .comment-header{border-bottom-color:#e8eaed}.light-mode .author-icon{color:#1967d2}.light-mode .author-name{color:#202124}.light-mode .comment-time,.light-mode .edited-badge{color:#5f6368}.light-mode .resolved-badge{background:#1e8e3e1a;color:#1e8e3e}.light-mode .comment-content{color:#202124}.light-mode .action-btn{color:#5f6368}.light-mode .action-btn:hover{background:#f8f9fa;color:#202124}.light-mode .action-btn.delete:hover{color:#d93025}.light-mode .action-btn.resolved{color:#1e8e3e}.light-mode .reply-btn{color:#5f6368}.light-mode .reply-btn:hover{background:#f8f9fa;color:#1967d2}.light-mode .reply-form,.light-mode .edit-form{background:#fff}.light-mode .edit-textarea,.light-mode .reply-textarea{background:#f8f9fa;border-color:#dadce0;color:#202124}.light-mode .edit-textarea:focus,.light-mode .reply-textarea:focus{background:#fff;border-color:#1967d2}.light-mode .save-btn,.light-mode .submit-btn{background:#1967d2;color:#fff}.light-mode .save-btn:hover:not(:disabled),.light-mode .submit-btn:hover:not(:disabled){background:#1557b0}.light-mode .cancel-btn{background:#fff;color:#5f6368;border-color:#dadce0}.light-mode .cancel-btn:hover{background:#f8f9fa;color:#202124}.light-mode .reply-name-input{background:#f8f9fa;border-color:#dadce0;color:#202124}.light-mode .reply-name-input:focus{background:#fff;border-color:#1967d2}.light-mode .save-name-btn{background:#1967d2;color:#fff}.light-mode .save-name-btn:hover:not(:disabled){background:#1557b0}.light-mode .user-badge-small{background:#f8f9fa;border:1px solid #e8eaed}.light-mode .user-badge-small i{color:#1967d2}.light-mode .user-badge-small span{color:#202124}.share-comment-thread{margin:0}.comment-trigger-btn{display:inline-flex;align-items:center;align-self:flex-start;gap:.25rem;padding:0 4px;background:transparent;border:none;color:#ffffff80;font-size:.75rem;cursor:pointer;transition:all .2s ease;position:relative;flex-shrink:0}.comment-trigger-btn:hover,.comment-trigger-btn.has-comments{color:var(--futuristic-accent-primary)}.comment-trigger-btn.all-resolved{color:#ffffff80}.comment-trigger-btn .resolved-check{color:var(--futuristic-text-success);font-size:.7rem}.comment-count-badge{display:inline-flex;align-items:center;font-size:.813rem;font-weight:600;line-height:1}.comments-container{background:var(--futuristic-background-secondary);border:1px solid var(--futuristic-border-primary);border-radius:8px;padding:1rem}.comments-container.panel-content{margin:0;padding:0;background:transparent;border:none;border-radius:0;position:relative}.inline-close-btn{position:absolute;top:.5rem;right:.5rem;background:none;border:none;color:var(--futuristic-text-secondary);font-size:1.125rem;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease;z-index:10}.inline-close-btn:hover{background:var(--futuristic-background-hover);color:var(--futuristic-text-primary)}.comments-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--futuristic-border-primary)}.comments-header h4{margin:0;font-size:1rem;font-weight:600;color:var(--futuristic-text-primary);display:flex;align-items:center;gap:.5rem}.comments-header h4 i{color:var(--futuristic-accent-primary)}.comments-header .count{color:var(--futuristic-text-secondary);font-size:.875rem}.close-btn{background:none;border:none;color:var(--futuristic-text-secondary);font-size:1.25rem;cursor:pointer;padding:.25rem;transition:color .2s ease}.close-btn:hover{color:var(--futuristic-text-primary)}.comments-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.empty-state{text-align:center;padding:2rem 1rem;color:var(--futuristic-text-tertiary)}.empty-state i{font-size:3rem;margin-bottom:1rem;opacity:.3}.empty-state p{margin:0;font-size:.875rem}.add-comment-prompt{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--futuristic-border-primary);text-align:center}.add-comment-btn{padding:.75rem 1.5rem;background:var(--futuristic-accent-primary);border:none;border-radius:6px;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem}.add-comment-btn:hover{background:var(--futuristic-border-accent-hover);transform:translateY(-1px)}.add-comment-btn i{font-size:1rem}.new-comment-form{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--futuristic-border-primary)}.name-prompt{display:flex;gap:.75rem;align-items:center}.name-input{flex:1;padding:.625rem .875rem;background:var(--futuristic-background-tertiary);border:1px solid var(--futuristic-border-primary);border-radius:6px;color:var(--futuristic-text-primary);font-size:.875rem}.name-input:focus{outline:none;border-color:var(--futuristic-accent-primary)}.save-name-btn{padding:.625rem 1.25rem;background:var(--futuristic-accent-primary);border:none;border-radius:6px;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s ease}.save-name-btn:hover{background:var(--futuristic-border-accent-hover)}.comment-form{display:flex;flex-direction:column;gap:.75rem}.user-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .875rem;background:var(--futuristic-background-tertiary);border-radius:6px;align-self:flex-start}.user-badge i{color:var(--futuristic-accent-primary)}.user-badge span{font-size:.875rem;font-weight:600;color:var(--futuristic-text-primary)}.change-name-btn{background:none;border:none;color:var(--futuristic-text-secondary);cursor:pointer;padding:.25rem;font-size:.75rem;transition:color .2s ease}.change-name-btn:hover{color:var(--futuristic-accent-primary)}.comment-textarea{width:100%;padding:.75rem;background:var(--futuristic-background-tertiary);border:1px solid var(--futuristic-border-primary);border-radius:6px;color:var(--futuristic-text-primary);font-size:.875rem;font-family:inherit;resize:vertical;min-height:80px}.comment-textarea:focus{outline:none;border-color:var(--futuristic-accent-primary)}.panel-content .comment-textarea{background:#f8f9fa;border:1px solid #dadce0;color:#202124}.panel-content .comment-textarea:focus{background:#fff;border-color:#1967d2;color:#202124}.panel-content .name-input{background:#f8f9fa;border:1px solid #dadce0;color:#202124}.panel-content .name-input:focus{background:#fff;border-color:#1967d2;color:#202124}.form-actions{display:flex;justify-content:space-between;align-items:center}.char-count{font-size:.75rem;color:var(--futuristic-text-tertiary)}.submit-btn{padding:.625rem 1.25rem;background:var(--futuristic-accent-primary);border:none;border-radius:6px;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s ease}.submit-btn:hover:not(:disabled){background:var(--futuristic-border-accent-hover)}.submit-btn:disabled{opacity:.5;cursor:not-allowed}@media (min-width: 769px){.comment-count-badge{border-color:var(--futuristic-background-primary)}.comments-container:not(.panel-content){margin:0;background:#fff;border:1px solid #dadce0;border-radius:8px;box-shadow:0 1px 2px #3c40434d,0 2px 6px 2px #3c404326;padding:1rem}.inline-close-btn{color:#5f6368}.inline-close-btn:hover{background:#e8eaed;color:#202124}.comments-container:not(.panel-content) .name-input,.comments-container:not(.panel-content) .comment-textarea{background:#f8f9fa!important;border:1px solid #dadce0!important;color:#202124!important;-webkit-text-fill-color:#202124!important}.comments-container:not(.panel-content) .name-input:focus,.comments-container:not(.panel-content) .comment-textarea:focus{background:#fff!important;border-color:#1967d2!important;color:#202124!important;-webkit-text-fill-color:#202124!important}.comments-container:not(.panel-content) .name-input::-moz-placeholder,.comments-container:not(.panel-content) .comment-textarea::-moz-placeholder{color:#5f6368!important;opacity:1!important}.comments-container:not(.panel-content) .name-input::-ms-input-placeholder,.comments-container:not(.panel-content) .comment-textarea::-ms-input-placeholder{color:#5f6368!important;opacity:1!important}.comments-container:not(.panel-content) .name-input::placeholder,.comments-container:not(.panel-content) .comment-textarea::placeholder{color:#5f6368!important;opacity:1!important}.panel-mode .name-input,.panel-mode .comment-textarea,.panel-content .name-input,.panel-content .comment-textarea,.share-comment-thread.panel-mode .name-input,.share-comment-thread.panel-mode .comment-textarea{background:#f8f9fa!important;border:1px solid #dadce0!important;color:#202124!important;-webkit-text-fill-color:#202124!important}.panel-mode .name-input:focus,.panel-mode .comment-textarea:focus,.panel-content .name-input:focus,.panel-content .comment-textarea:focus,.share-comment-thread.panel-mode .name-input:focus,.share-comment-thread.panel-mode .comment-textarea:focus{background:#fff!important;border-color:#1967d2!important;color:#202124!important;-webkit-text-fill-color:#202124!important}.panel-mode .name-input::-moz-placeholder,.panel-mode .comment-textarea::-moz-placeholder,.panel-content .name-input::-moz-placeholder,.panel-content .comment-textarea::-moz-placeholder,.share-comment-thread.panel-mode .name-input::-moz-placeholder,.share-comment-thread.panel-mode .comment-textarea::-moz-placeholder{color:#5f6368!important;opacity:1!important;-webkit-text-fill-color:#5f6368!important}.panel-mode .name-input::-ms-input-placeholder,.panel-mode .comment-textarea::-ms-input-placeholder,.panel-content .name-input::-ms-input-placeholder,.panel-content .comment-textarea::-ms-input-placeholder,.share-comment-thread.panel-mode .name-input::-ms-input-placeholder,.share-comment-thread.panel-mode .comment-textarea::-ms-input-placeholder{color:#5f6368!important;opacity:1!important;-webkit-text-fill-color:#5f6368!important}.panel-mode .name-input::placeholder,.panel-mode .comment-textarea::placeholder,.panel-content .name-input::placeholder,.panel-content .comment-textarea::placeholder,.share-comment-thread.panel-mode .name-input::placeholder,.share-comment-thread.panel-mode .comment-textarea::placeholder{color:#5f6368!important;opacity:1!important;-webkit-text-fill-color:#5f6368!important}.panel-content .user-badge{background:#f8f9fa;color:#202124}.panel-content .user-badge i{color:#1967d2}.panel-content .user-badge span{color:#202124}.panel-content .change-name-btn{color:#5f6368}.panel-content .change-name-btn:hover{color:#1967d2}.panel-content .char-count,.panel-content .empty-state{color:#5f6368}.panel-content .save-name-btn,.panel-content .submit-btn{background:#1967d2;color:#fff}.panel-content .save-name-btn:hover:not(:disabled),.panel-content .submit-btn:hover:not(:disabled){background:#1557b0}.panel-content .cancel-btn{background:#fff;color:#5f6368;border:1px solid #dadce0}.panel-content .cancel-btn:hover{background:#f8f9fa;color:#202124}}@media (max-width: 768px){.comment-trigger-btn{font-size:.875rem}.panel-content .name-input,.name-input,.panel-content .comment-textarea,.comment-textarea{background:var(--futuristic-background-tertiary)!important;border:1px solid var(--futuristic-border-primary)!important;color:var(--futuristic-text-primary)!important;-webkit-text-fill-color:var(--futuristic-text-primary)!important}.panel-content .name-input:focus,.name-input:focus{background:var(--futuristic-background-secondary)!important;border-color:var(--futuristic-accent-primary)!important;color:var(--futuristic-text-primary)!important;-webkit-text-fill-color:var(--futuristic-text-primary)!important}.panel-content .comment-textarea:focus,.comment-textarea:focus{background:var(--futuristic-background-secondary)!important;border-color:var(--futuristic-accent-primary)!important;color:var(--futuristic-text-primary)!important;-webkit-text-fill-color:var(--futuristic-text-primary)!important}.panel-content .name-input::-moz-placeholder,.panel-content .comment-textarea::-moz-placeholder,.name-input::-moz-placeholder,.comment-textarea::-moz-placeholder{color:var(--futuristic-text-secondary)!important;opacity:1!important}.panel-content .name-input::-ms-input-placeholder,.panel-content .comment-textarea::-ms-input-placeholder,.name-input::-ms-input-placeholder,.comment-textarea::-ms-input-placeholder{color:var(--futuristic-text-secondary)!important;opacity:1!important}.panel-content .name-input::placeholder,.panel-content .comment-textarea::placeholder,.name-input::placeholder,.comment-textarea::placeholder{color:var(--futuristic-text-secondary)!important;opacity:1!important}.panel-content .user-badge,.user-badge{background:var(--futuristic-background-tertiary)!important;color:var(--futuristic-text-primary)!important}.panel-content .user-badge i,.user-badge i{color:var(--futuristic-accent-primary)!important}.panel-content .user-badge span,.user-badge span{color:var(--futuristic-text-primary)!important}.panel-content .change-name-btn,.change-name-btn{color:var(--futuristic-text-secondary)!important}.panel-content .change-name-btn:hover,.change-name-btn:hover{color:var(--futuristic-accent-primary)!important}.panel-content .char-count,.char-count,.panel-content .empty-state,.empty-state{color:var(--futuristic-text-secondary)!important}.panel-content .empty-state i,.empty-state i{color:var(--futuristic-text-tertiary)!important}.name-prompt{flex-direction:column;gap:.5rem}.name-input,.save-name-btn{width:100%}.comments-list{gap:.75rem;margin-bottom:.75rem}.new-comment-form{margin-top:.75rem;padding-top:.75rem;padding-bottom:1rem;background:var(--futuristic-background-primary)}.name-input:focus,.comment-textarea:focus{scroll-margin-bottom:20vh}.form-actions{margin-top:1rem;margin-bottom:1rem}.comment{margin-bottom:.5rem}}.light-mode .comment-trigger-btn{color:#00000080}.light-mode .comment-trigger-btn:hover,.light-mode .comment-trigger-btn.has-comments{color:#1967d2}.light-mode .comment-trigger-btn.all-resolved{color:#00000080}.light-mode .comment-trigger-btn .resolved-check{color:#10b981}.light-mode .comments-container{background:#fff;border:1px solid #e8eaed;color:#202124}.light-mode .add-comment-btn{background:#fff;color:#202124;border:1px solid #dadce0}.light-mode .add-comment-btn:hover{background:#f8f9fa;border-color:#1967d2;color:#1967d2;transform:translateY(-1px)}.light-mode .name-input,.light-mode .panel-content .name-input,.light-mode .comment-textarea,.light-mode .panel-content .comment-textarea{background:#f8f9fa!important;border:1px solid #dadce0!important;color:#202124!important;-webkit-text-fill-color:#202124!important}.light-mode .name-input:focus,.light-mode .panel-content .name-input:focus{background:#fff!important;border-color:#1967d2!important;color:#202124!important;-webkit-text-fill-color:#202124!important}.light-mode .comment-textarea:focus,.light-mode .panel-content .comment-textarea:focus{background:#fff!important;border-color:#1967d2!important;color:#202124!important;-webkit-text-fill-color:#202124!important}.light-mode .name-input::-moz-placeholder,.light-mode .comment-textarea::-moz-placeholder,.light-mode .panel-content .name-input::-moz-placeholder,.light-mode .panel-content .comment-textarea::-moz-placeholder{color:#5f6368!important;opacity:1!important;-webkit-text-fill-color:#5f6368!important}.light-mode .name-input::-ms-input-placeholder,.light-mode .comment-textarea::-ms-input-placeholder,.light-mode .panel-content .name-input::-ms-input-placeholder,.light-mode .panel-content .comment-textarea::-ms-input-placeholder{color:#5f6368!important;opacity:1!important;-webkit-text-fill-color:#5f6368!important}.light-mode .name-input::placeholder,.light-mode .comment-textarea::placeholder,.light-mode .panel-content .name-input::placeholder,.light-mode .panel-content .comment-textarea::placeholder{color:#5f6368!important;opacity:1!important;-webkit-text-fill-color:#5f6368!important}.light-mode .user-badge,.light-mode .panel-content .user-badge{background:#f8f9fa!important;color:#202124!important;border:1px solid #e8eaed!important}.light-mode .user-badge i,.light-mode .panel-content .user-badge i{color:#1967d2!important}.light-mode .user-badge span,.light-mode .panel-content .user-badge span{color:#202124!important}.light-mode .change-name-btn,.light-mode .panel-content .change-name-btn{color:#5f6368!important}.light-mode .change-name-btn:hover,.light-mode .panel-content .change-name-btn:hover{color:#1967d2!important}.light-mode .char-count,.light-mode .panel-content .char-count,.light-mode .empty-state,.light-mode .panel-content .empty-state,.light-mode .empty-state i,.light-mode .panel-content .empty-state i{color:#5f6368!important}.light-mode .save-name-btn,.light-mode .panel-content .save-name-btn{background:#1967d2!important;color:#fff!important}.light-mode .save-name-btn:hover:not(:disabled),.light-mode .panel-content .save-name-btn:hover:not(:disabled){background:#1557b0!important}.light-mode .submit-btn,.light-mode .panel-content .submit-btn{background:#1967d2!important;color:#fff!important}.light-mode .submit-btn:hover:not(:disabled),.light-mode .panel-content .submit-btn:hover:not(:disabled){background:#1557b0!important}.light-mode .cancel-btn,.light-mode .panel-content .cancel-btn{background:#fff!important;color:#5f6368!important;border:1px solid #dadce0!important}.light-mode .cancel-btn:hover,.light-mode .panel-content .cancel-btn:hover{background:#f8f9fa!important;color:#202124!important}.light-mode .add-comment-btn{background:#fff!important;color:#202124!important;border:1px solid #dadce0!important}.light-mode .add-comment-btn:hover{background:#f8f9fa!important;border-color:#1967d2!important;color:#1967d2!important}.light-mode .mobile-input,.light-mode .panel-content .mobile-input,.light-mode .new-comment-form .mobile-input{background:#f8f9fa!important;border:1px solid #dadce0!important;color:#202124!important;-webkit-text-fill-color:#202124!important}.light-mode .mobile-input:focus,.light-mode .panel-content .mobile-input:focus,.light-mode .new-comment-form .mobile-input:focus{background:#fff!important;border-color:#1967d2!important;color:#202124!important;-webkit-text-fill-color:#202124!important}.light-mode .mobile-input::-moz-placeholder,.light-mode .panel-content .mobile-input::-moz-placeholder,.light-mode .new-comment-form .mobile-input::-moz-placeholder{color:#5f6368!important;opacity:1!important;-webkit-text-fill-color:#5f6368!important}.light-mode .mobile-input::-ms-input-placeholder,.light-mode .panel-content .mobile-input::-ms-input-placeholder,.light-mode .new-comment-form .mobile-input::-ms-input-placeholder{color:#5f6368!important;opacity:1!important;-webkit-text-fill-color:#5f6368!important}.light-mode .mobile-input::placeholder,.light-mode .panel-content .mobile-input::placeholder,.light-mode .new-comment-form .mobile-input::placeholder{color:#5f6368!important;opacity:1!important;-webkit-text-fill-color:#5f6368!important}.light-mode .user-badge-inline,.light-mode .panel-content .user-badge-inline{background:#0000000d!important;color:#5f6368!important}.light-mode .user-badge-inline span,.light-mode .panel-content .user-badge-inline span{color:#202124!important}.light-mode .change-name-btn-inline,.light-mode .panel-content .change-name-btn-inline{color:#5f6368!important}.light-mode .change-name-btn-inline:hover,.light-mode .panel-content .change-name-btn-inline:hover{color:#1967d2!important}.light-mode .submit-btn-inline,.light-mode .panel-content .submit-btn-inline{background:#1967d2!important;color:#fff!important}.light-mode .submit-btn-inline:hover:not(:disabled),.light-mode .panel-content .submit-btn-inline:hover:not(:disabled){background:#1557b0!important}.new-comment-form.mobile-style{margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.08)}.new-comment-form.mobile-style .input-wrapper{position:relative;display:flex;align-items:center}.new-comment-form.mobile-style .mobile-input{width:100%;height:44px;padding:8px 56px 8px 14px;background:#141416fa;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;font-size:16px;outline:none!important;box-shadow:none!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.new-comment-form.mobile-style .mobile-input::-moz-placeholder{color:#ffffff59}.new-comment-form.mobile-style .mobile-input::-ms-input-placeholder{color:#ffffff59}.new-comment-form.mobile-style .mobile-input::placeholder{color:#ffffff59}.new-comment-form.mobile-style .mobile-input:focus{border-color:#ffffff26;background:#141416;outline:none!important;box-shadow:none!important}.new-comment-form.mobile-style .input-buttons{position:absolute;right:4px;display:flex;align-items:center;gap:4px}.new-comment-form.mobile-style .submit-btn-inline{width:36px;height:36px;border-radius:8px;background:var(--futuristic-accent-primary, #63b3ed);border:none;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;transition:all .15s ease;touch-action:manipulation}.new-comment-form.mobile-style .submit-btn-inline:disabled{opacity:.4;cursor:not-allowed}.new-comment-form.mobile-style .submit-btn-inline:not(:disabled):active{transform:scale(.95);background:var(--futuristic-accent-hover, #4a9ed8)}.new-comment-form.mobile-style .user-badge-inline{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .625rem;background:#ffffff0d;border-radius:6px;margin-bottom:.5rem;font-size:.8125rem;color:#ffffffb3}.new-comment-form.mobile-style .user-badge-inline i{color:var(--futuristic-accent-primary, #63b3ed);font-size:.875rem}.new-comment-form.mobile-style .user-badge-inline span{font-weight:500}.new-comment-form.mobile-style .change-name-btn-inline{background:none;border:none;color:#fff6;cursor:pointer;padding:.125rem;font-size:.6875rem;transition:color .2s ease}.new-comment-form.mobile-style .change-name-btn-inline:hover{color:var(--futuristic-accent-primary, #63b3ed)}.light-mode .new-comment-form.mobile-style .mobile-input{background:#f8f9fa!important;border:1px solid #dadce0!important;color:#202124!important;-webkit-text-fill-color:#202124!important}.light-mode .new-comment-form.mobile-style .mobile-input::-moz-placeholder{color:#0006!important;-webkit-text-fill-color:rgba(0,0,0,.4)!important}.light-mode .new-comment-form.mobile-style .mobile-input::-ms-input-placeholder{color:#0006!important;-webkit-text-fill-color:rgba(0,0,0,.4)!important}.light-mode .new-comment-form.mobile-style .mobile-input::placeholder{color:#0006!important;-webkit-text-fill-color:rgba(0,0,0,.4)!important}.light-mode .new-comment-form.mobile-style .mobile-input:focus{background:#fff!important;border-color:#1967d2!important;color:#202124!important;-webkit-text-fill-color:#202124!important}.light-mode .new-comment-form.mobile-style .user-badge-inline{background:#0000000d;color:#5f6368}.light-mode .new-comment-form.mobile-style .change-name-btn-inline{color:#0006}.light-mode .new-comment-form.mobile-style{border-top-color:#00000014}.vote-container[data-v-61b46ee3]{display:inline-flex;align-items:center;gap:.25rem;background:var(--futuristic-surface-secondary, rgba(0, 0, 0, .2));border:1px solid var(--futuristic-border-subtle, rgba(79, 172, 254, .15));border-radius:20px;padding:.125rem .375rem;transition:all .2s ease}.vote-btn[data-v-61b46ee3]{background:transparent;border:none;color:var(--futuristic-text-secondary, #a0aec0);width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:.75rem}.vote-btn[data-v-61b46ee3]:hover{background:#4facfe1a;transform:scale(1.1)}.vote-btn.vote-up[data-v-61b46ee3]{color:var(--futuristic-text-secondary, #a0aec0)}.vote-btn.vote-up[data-v-61b46ee3]:hover,.vote-btn.vote-up.active[data-v-61b46ee3]{color:#10b981;background:#10b98126}.vote-btn.vote-down[data-v-61b46ee3]{color:var(--futuristic-text-secondary, #a0aec0)}.vote-btn.vote-down[data-v-61b46ee3]:hover,.vote-btn.vote-down.active[data-v-61b46ee3]{color:#ef4444;background:#ef444426}.vote-btn.active[data-v-61b46ee3]{font-weight:700}.vote-score[data-v-61b46ee3]{font-size:.8125rem;font-weight:600;min-width:24px;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:color .2s ease}.vote-score.positive[data-v-61b46ee3]{color:#10b981}.vote-score.negative[data-v-61b46ee3]{color:#ef4444}.vote-score.neutral[data-v-61b46ee3]{color:var(--futuristic-text-secondary, #a0aec0)}.light-mode .vote-container[data-v-61b46ee3]{background:#f9fafb;border-color:#e5e7eb}.light-mode .vote-btn[data-v-61b46ee3]{color:#6b7280}.light-mode .vote-btn[data-v-61b46ee3]:hover{background:#f3f4f6}.light-mode .vote-btn.vote-up[data-v-61b46ee3]:hover,.light-mode .vote-btn.vote-up.active[data-v-61b46ee3]{color:#059669;background:#0596691a}.light-mode .vote-btn.vote-down[data-v-61b46ee3]:hover,.light-mode .vote-btn.vote-down.active[data-v-61b46ee3]{color:#dc2626;background:#dc26261a}.light-mode .vote-score.positive[data-v-61b46ee3]{color:#059669}.light-mode .vote-score.negative[data-v-61b46ee3]{color:#dc2626}.light-mode .vote-score.neutral[data-v-61b46ee3]{color:#6b7280}@media (max-width: 768px){.vote-container[data-v-61b46ee3]{gap:.125rem;padding:.0625rem .25rem}.vote-btn[data-v-61b46ee3]{width:20px;height:20px;font-size:.625rem}.vote-score[data-v-61b46ee3]{font-size:.75rem;min-width:20px}}[data-v-d418988d]:root{--futuristic-accent-primary: #63b3ed;--futuristic-accent-secondary: #68d391;--futuristic-accent-tertiary: #90cdf4;--futuristic-text-primary: #e2e8f0;--futuristic-text-secondary: #a0aec0;--futuristic-text-tertiary: #718096;--futuristic-text-heading: #ffffff;--futuristic-text-muted: #a0aec0;--futuristic-text-black: #0c0d12;--futuristic-text-white: #ffffff;--futuristic-text-on-accent: #ffffff;--futuristic-text-on-dark: #e2e8f0;--futuristic-text-success: #68d391;--futuristic-text-warning: #f6e05e;--futuristic-text-danger: #fc8181;--futuristic-text-info: #4fd1c5;--futuristic-text-link: #63b3ed;--futuristic-text-link-hover: #90cdf4;--futuristic-text-tooltip: #ffffff;--futuristic-background-primary: #0c0d12;--futuristic-background-secondary: #1a2332;--futuristic-background-tertiary: #232d3d;--futuristic-background-input: var(--futuristic-background-secondary);--futuristic-background-modal-content: var(--futuristic-panel-background);--futuristic-background-button: transparent;--futuristic-background-button-hover: rgba(74, 85, 104, .05);--futuristic-background-accent: rgba(99, 179, 237, .12);--futuristic-background-accent-hover: rgba(99, 179, 237, .18);--futuristic-background-success: rgba(56, 161, 105, .1);--futuristic-background-success-hover: rgba(56, 161, 105, .15);--futuristic-background-warning: rgba(246, 224, 94, .1);--futuristic-background-warning-hover: rgba(246, 224, 94, .15);--futuristic-background-danger: rgba(245, 101, 101, .1);--futuristic-background-danger-hover: rgba(245, 101, 101, .15);--futuristic-background-info: rgba(79, 209, 197, .1);--futuristic-background-info-hover: rgba(79, 209, 197, .15);--futuristic-background-tooltip: rgba(26, 32, 44, .9);--futuristic-panel-background: rgba(255, 255, 255, .85);--futuristic-modal-backdrop: rgba(15, 20, 35, .55);--futuristic-background-scrollbar-track: transparent;--futuristic-background-scrollbar-thumb: rgba(255, 255, 255, .2);--futuristic-background-scrollbar-thumb-hover: rgba(255, 255, 255, .35);--futuristic-border-primary: #e2e8f0;--futuristic-border-secondary: #cbd5e0;--futuristic-border-accent: var(--futuristic-accent-primary);--futuristic-border-accent-hover: #90cdf4;--futuristic-border-input: var(--futuristic-border-secondary);--futuristic-border-input-focus: var(--futuristic-accent-primary);--futuristic-border-success: #68d391;--futuristic-border-success-hover: #48bb78;--futuristic-border-warning: #f6e05e;--futuristic-border-warning-hover: #ecc94b;--futuristic-border-danger: #fc8181;--futuristic-border-danger-hover: #f56565;--futuristic-border-info: #4fd1c5;--futuristic-border-info-hover: #38b2ac;--futuristic-icon: var(--futuristic-text-tertiary);--futuristic-icon-hover: var(--futuristic-accent-primary);--futuristic-icon-delete: var(--futuristic-text-tertiary);--futuristic-icon-delete-hover: var(--futuristic-text-danger);--futuristic-icon-has-note: var(--futuristic-text-info);--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--futuristic-border-radius: 5px;--futuristic-border-radius-sm: 4px;--futuristic-border-radius-large: 8px;--radius-pill: 9999px;--futuristic-shadow-soft: 0 4px 10px rgba(0, 0, 0, .2);--futuristic-shadow-medium: 0 6px 15px rgba(0, 0, 0, .25);--futuristic-shadow-active: 0 8px 20px rgba(0, 0, 0, .3);--futuristic-shadow-modal: 0 12px 40px rgba(0, 0, 0, .4);--futuristic-shadow-inset: inset 0 1px 3px rgba(0, 0, 0, .3);--futuristic-accent-gradient: linear-gradient(135deg, #90cdf4, #63b3ed);--futuristic-secondary-gradient: linear-gradient(135deg, #9ae6b4, #68d391);--futuristic-warning-gradient: linear-gradient(135deg, #faf089, #f6e05e);--futuristic-danger-gradient: linear-gradient(135deg, #fc8181, #f56565);--futuristic-info-gradient: linear-gradient(135deg, #81e6d9, #4fd1c5);--futuristic-accent-glow: rgba(99, 179, 237, .3);--futuristic-active-glow-strong: 0 0 12px rgba(99, 179, 237, .5);--futuristic-success-glow-strong: 0 0 12px rgba(56, 161, 105, .5);--futuristic-warning-glow-strong: 0 0 12px rgba(246, 224, 94, .5);--futuristic-danger-glow-strong: 0 0 12px rgba(245, 101, 101, .5);--futuristic-focus-ring: 0 0 0 3px rgba(99, 179, 237, .4);--futuristic-transition-speed: .2s;--futuristic-transition-timing: ease-in-out;--transition-speed-fast: .15s;--transition-speed-normal: .3s;--transition-speed-slow: .5s;--header-height: 60px;--sidebar-width: 250px;--sidebar-collapsed-width: 70px;--futuristic-backdrop-blur: 6px;--futuristic-progress-bar-bg: var(--futuristic-border-primary);--futuristic-progress-bar-fill: var(--futuristic-accent-primary);--futuristic-checklist-progress-fill: var(--futuristic-accent-secondary);--category-bg: var(--futuristic-background-secondary);--category-header-bg: var(--futuristic-background-tertiary);--item-bg: var(--futuristic-background-secondary);--item-hover-bg: var(--futuristic-background-tertiary);--item-checked-bg: rgba(25, 135, 84, .1);--progress-bg: var(--futuristic-background-tertiary);--progress-fill: var(--futuristic-accent-secondary);--btn-bg: var(--futuristic-background-tertiary);--btn-hover: var(--futuristic-background-secondary);--btn-active: var(--futuristic-accent-primary);--btn-text: var(--futuristic-text-primary);--input-bg: var(--futuristic-background-secondary);--input-border: var(--futuristic-border-secondary);--input-text: var(--futuristic-text-primary);--input-placeholder: var(--futuristic-text-muted)}.dark-mode[data-v-d418988d],[data-theme=dark][data-v-d418988d]{--futuristic-accent-primary: #3182ce;--futuristic-accent-secondary: #38a169;--futuristic-accent-tertiary: #4fd1c5;--futuristic-text-primary: #e2e8f0;--futuristic-text-secondary: #a0aec0;--futuristic-text-tertiary: #718096;--futuristic-text-heading: #ffffff;--futuristic-text-muted: #718096;--futuristic-text-on-accent: #ffffff;--futuristic-text-on-dark: #e2e8f0;--futuristic-text-success: #68d391;--futuristic-text-warning: #f6e05e;--futuristic-text-danger: #fc8181;--futuristic-text-info: #4fd1c5;--futuristic-text-link: #63b3ed;--futuristic-text-link-hover: #90cdf4;--futuristic-text-tooltip: #ffffff;--futuristic-background-primary: #0c0d12;--futuristic-background-secondary: #1a2332;--futuristic-background-tertiary: #232d3d;--futuristic-background-input: var(--futuristic-background-secondary);--futuristic-background-button-hover: rgba(160, 174, 192, .1);--futuristic-background-accent: rgba(49, 130, 206, .08);--futuristic-background-accent-hover: rgba(49, 130, 206, .12);--futuristic-background-success: rgba(104, 211, 145, .1);--futuristic-background-success-hover: rgba(104, 211, 145, .15);--futuristic-background-warning: rgba(236, 201, 75, .1);--futuristic-background-warning-hover: rgba(236, 201, 75, .15);--futuristic-background-danger: rgba(229, 62, 62, .1);--futuristic-background-danger-hover: rgba(229, 62, 62, .15);--futuristic-background-info: rgba(49, 151, 149, .1);--futuristic-background-info-hover: rgba(49, 151, 149, .15);--futuristic-background-tooltip: rgba(226, 232, 240, .9);--futuristic-panel-background: rgba(45, 55, 72, .85);--futuristic-modal-backdrop: rgba(10, 12, 18, .75);--futuristic-background-scrollbar-thumb: rgba(0, 0, 0, .18);--futuristic-background-scrollbar-thumb-hover: rgba(0, 0, 0, .35);--futuristic-border-primary: #4a5568;--futuristic-border-secondary: #718096;--futuristic-border-accent-hover: #2b6cb0;--futuristic-border-success: #38a169;--futuristic-border-success-hover: #2f855a;--futuristic-border-warning: #ecc94b;--futuristic-border-warning-hover: #ddb34a;--futuristic-border-danger: #e53e3e;--futuristic-border-danger-hover: #c53030;--futuristic-border-info: #319795;--futuristic-border-info-hover: #2c7a7b;--futuristic-shadow-soft: 0 2px 5px rgba(74, 85, 104, .08);--futuristic-shadow-medium: 0 4px 10px rgba(74, 85, 104, .1);--futuristic-shadow-active: 0 5px 15px rgba(74, 85, 104, .12);--futuristic-shadow-modal: 0 10px 30px rgba(26, 32, 44, .15);--futuristic-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .06);--futuristic-accent-gradient: linear-gradient(135deg, #4299e1, #3182ce);--futuristic-secondary-gradient: linear-gradient(135deg, #48bb78, #38a169);--futuristic-warning-gradient: linear-gradient(135deg, #f6e05e, #ecc94b);--futuristic-danger-gradient: linear-gradient(135deg, #f56565, #e53e3e);--futuristic-info-gradient: linear-gradient(135deg, #4fd1c5, #319795);--futuristic-accent-glow: rgba(49, 130, 206, .3);--futuristic-active-glow-strong: 0 0 12px rgba(49, 130, 206, .5);--futuristic-success-glow-strong: 0 0 12px rgba(104, 211, 145, .5);--futuristic-warning-glow-strong: 0 0 12px rgba(236, 201, 75, .5);--futuristic-danger-glow-strong: 0 0 12px rgba(229, 62, 62, .5);--futuristic-focus-ring: 0 0 0 3px rgba(49, 130, 206, .3);--category-bg: #2a2a2a;--category-header-bg: #333;--item-bg: #333;--item-hover-bg: #3a3a3a;--input-bg: #1e1e1e;--btn-bg: #444;--btn-hover: #555}.futuristic-accent-primary[data-v-d418988d]{color:var(--futuristic-accent-primary)}.futuristic-accent-secondary[data-v-d418988d]{color:var(--futuristic-accent-secondary)}.futuristic-accent-tertiary[data-v-d418988d]{color:var(--futuristic-accent-tertiary)}.futuristic-text-success[data-v-d418988d]{color:var(--futuristic-text-success)}.futuristic-text-warning[data-v-d418988d]{color:var(--futuristic-text-warning)}.futuristic-text-danger[data-v-d418988d]{color:var(--futuristic-text-danger)}.futuristic-text-info[data-v-d418988d]{color:var(--futuristic-text-info)}.futuristic-bg-accent[data-v-d418988d]{background-color:var(--futuristic-background-accent)}.futuristic-bg-success[data-v-d418988d]{background-color:var(--futuristic-background-success)}.futuristic-bg-warning[data-v-d418988d]{background-color:var(--futuristic-background-warning)}.futuristic-bg-danger[data-v-d418988d]{background-color:var(--futuristic-background-danger)}.futuristic-bg-info[data-v-d418988d]{background-color:var(--futuristic-background-info)}.futuristic-border-accent[data-v-d418988d]{border-color:var(--futuristic-border-accent)}.futuristic-border-success[data-v-d418988d]{border-color:var(--futuristic-border-success)}.futuristic-border-warning[data-v-d418988d]{border-color:var(--futuristic-border-warning)}.futuristic-border-danger[data-v-d418988d]{border-color:var(--futuristic-border-danger)}.futuristic-border-info[data-v-d418988d]{border-color:var(--futuristic-border-info)}.shared-subcategory[data-v-d418988d]{margin-top:0;padding-left:0;border-left:none}.subcategory-header[data-v-d418988d]{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:3px 1.25rem 3px 0;margin:1rem 0 0;background:transparent;border-radius:4px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background .15s ease;min-height:32px}.subcategory-header[data-v-d418988d]:hover{background:transparent}.subcategory-header.is-collapsed[data-v-d418988d]{background:transparent!important;border:1px solid rgba(255,255,255,.08);border-radius:4px}.subcategory-header.is-collapsed[data-v-d418988d]:hover{background:transparent!important;border-color:#ffffff80}.subcategory-header[data-v-d418988d]:active{background:var(--futuristic-background-accent)}.subcategory-header-content[data-v-d418988d]{display:flex;align-items:center;gap:.75rem;flex:1}@media (min-width: 769px){.subcategory-header-content.no-checkbox[data-v-d418988d]{padding-left:16px}}@media (max-width: 768px){.subcategory-header-content.no-checkbox[data-v-d418988d]{padding-left:0}}.subcategory-title-section[data-v-d418988d]{flex:1;display:flex;flex-direction:column;gap:.25rem;padding:0;margin:0}.subcategory-actions[data-v-d418988d]{display:flex;align-items:center;gap:.5rem}.subcategory-meta-inline[data-v-d418988d],.progress-container-inline[data-v-d418988d]{display:flex;align-items:center}.collapse-arrow[data-v-d418988d]{color:var(--futuristic-text-secondary);transition:opacity .2s ease,color .2s ease;display:inline-block;margin-left:8px;font-size:.7em;vertical-align:middle;opacity:.6;font-weight:600}.collapse-arrow.hidden[data-v-d418988d]{opacity:0;pointer-events:none}.subcategory-header:hover .collapse-arrow[data-v-d418988d]{color:var(--futuristic-text-primary)}.subcategory-meta[data-v-d418988d]{margin-top:.1rem}.item-count[data-v-d418988d]{color:var(--futuristic-text-tertiary);font-size:.75rem;font-weight:500}@media (min-width: 769px){.subcategory-header .subcategory-actions .item-count[data-v-d418988d],.subcategory-header .subcategory-actions .inline-comment-trigger[data-v-d418988d],.subcategory-header .subcategory-meta-inline .item-count[data-v-d418988d],.subcategory-header .subcategory-meta-inline .progress-container-inline[data-v-d418988d],.subcategory-header .subcategory-meta-inline .progress-text[data-v-d418988d]{opacity:0!important;transition:opacity .15s ease}.subcategory-header:hover .subcategory-actions .item-count[data-v-d418988d],.subcategory-header:hover .subcategory-actions .inline-comment-trigger[data-v-d418988d],.subcategory-header:hover .subcategory-meta-inline .item-count[data-v-d418988d],.subcategory-header:hover .subcategory-meta-inline .progress-container-inline[data-v-d418988d],.subcategory-header:hover .subcategory-meta-inline .progress-text[data-v-d418988d]{opacity:1!important}.subcategory-header .inline-comment-trigger[data-v-d418988d]:has(.has-comments),.subcategory-header .inline-comment-trigger[data-v-d418988d]:has(.all-resolved){opacity:1!important}}.subcategory-checkbox[data-v-d418988d]{width:18px;height:18px;cursor:pointer;flex-shrink:0;accent-color:var(--futuristic-accent-primary, #60a5fa);margin-left:0}@media (min-width: 769px){.subcategory-checkbox[data-v-d418988d]{width:20px!important;height:20px!important}}.subcategory-title[data-v-d418988d]{margin:0;color:var(--futuristic-text-heading);font-weight:600;font-size:1.125rem;letter-spacing:-.01em;word-break:keep-all;overflow-wrap:normal;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}.subcategory-title.completed-title[data-v-d418988d]{text-decoration:line-through;opacity:.6}.subcategory-items[data-v-d418988d]{display:flex;flex-direction:column;gap:0}.expand-enter-active[data-v-d418988d]{animation:teleportIn-d418988d .18s cubic-bezier(.16,1,.3,1)}.expand-leave-active[data-v-d418988d]{animation:teleportOut-d418988d .12s cubic-bezier(.7,0,.84,0)}@keyframes teleportIn-d418988d{0%{opacity:0;filter:blur(4px);transform:translateY(-4px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}@keyframes teleportOut-d418988d{0%{opacity:1;filter:blur(0);transform:translateY(0)}to{opacity:0;filter:blur(4px);transform:translateY(-4px)}}@keyframes tickHighlight-d418988d{0%{background:#ffffff14}to{background:#ffffff80}}@keyframes hierarchyFadeIn-d418988d{0%{opacity:0}to{opacity:1}}@keyframes hierarchyHighlight-d418988d{0%{background:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.08) 8%,rgba(255,255,255,.08) 92%,transparent 100%)}to{background:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.5) 8%,rgba(255,255,255,.5) 92%,transparent 100%)}}@keyframes dropdown-fade-in-d418988d{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.checklist-item-container[data-v-d418988d]{display:flex;flex-direction:column;padding:0 1rem 0 0;background:transparent;transition:background 1s ease,border-left-color 1s ease;position:relative;border-left:3px solid transparent}.checklist-item-container.note-open[data-v-d418988d]{background:#eab30814;border-left-color:#eab308}.checklist-item-container[data-v-d418988d]:before{content:"";position:absolute;left:-16px;top:50%;transform:translateY(-50%);width:8px;height:1px;background:#ffffff14;transition:background 1s ease}.checklist-item-container[data-v-d418988d]:hover:before{background:#ffffff80;transition:background .5s ease}.checklist-item-container.note-open[data-v-d418988d]:before{display:none}.checklist-item-container.note-open[data-v-d418988d]{background:#ffffff1f}@media (max-width: 768px){.checklist-item-container[data-v-d418988d]:before{display:block;top:50%;transform:translateY(-50%)}}.checklist-item-container[data-v-d418988d]:hover{background:#ffffff1f;transition:background .5s ease,border-left-color .5s ease}.checklist-item[data-v-d418988d]{display:flex;align-items:center;gap:10px;background:transparent;min-height:32px}@media (min-width: 769px){.mobile-only-comment[data-v-d418988d]{display:none!important}}.checklist-item[data-v-d418988d]:last-child{border-bottom:none}.checklist-item[data-v-d418988d]:active{background:var(--futuristic-background-tertiary)}.checklist-item input[type=checkbox][data-v-d418988d]{width:16px;height:16px;cursor:pointer;flex-shrink:0;accent-color:var(--futuristic-accent-primary, #60a5fa);margin-top:.125rem;margin-left:0}@media (min-width: 769px){.checklist-item input[type=checkbox][data-v-d418988d]{width:18px!important;height:18px!important}}.item-name-section[data-v-d418988d]{display:flex;flex-direction:column;gap:.25rem;flex:1;cursor:pointer}.item-footer-row[data-v-d418988d]{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-left:0;margin-bottom:.25rem}.item-action-buttons[data-v-d418988d]{display:flex;flex-direction:row;align-items:center;gap:.75rem}.mobile-price-notes-row[data-v-d418988d]{display:flex;align-items:center;gap:.5rem}.item-action-buttons .attachment-dropdown-trigger[data-v-d418988d],.item-action-buttons .inline-comment-trigger[data-v-d418988d]{padding:0;margin:0}.item-name[data-v-d418988d]{flex:1;color:var(--futuristic-text-primary);font-size:1rem;line-height:1.5;font-weight:500}@media (min-width: 769px){.item-name[data-v-d418988d]{font-size:1rem}}.item-dates[data-v-d418988d]{display:flex;gap:.5rem;flex-wrap:wrap}.item-date[data-v-d418988d]{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--futuristic-text-tertiary);background:#4facfe1a;padding:.125rem .5rem;border-radius:4px;border:1px solid rgba(79,172,254,.2)}.item-date i[data-v-d418988d]{font-size:.7rem;opacity:.8}.date-label[data-v-d418988d]{font-weight:600;opacity:.9}.item-dates-row[data-v-d418988d]{display:flex;gap:.5rem;flex-wrap:wrap}.show-strikethrough .checklist-item:has(input[type=checkbox]:checked) .item-name[data-v-d418988d]{text-decoration:line-through;color:#ffffff80}.item-quantity[data-v-d418988d]{color:var(--futuristic-accent-primary);font-weight:600;font-size:.8125rem;padding:.25rem .5rem;background:var(--futuristic-background-accent);border-radius:5px}.item-quick-icons[data-v-d418988d]{display:flex;align-items:center;gap:4px;margin-left:auto;flex-shrink:0}.mobile-quick-icons[data-v-d418988d]{display:none;align-items:center;gap:.5rem}.quick-icon[data-v-d418988d]{width:24px;height:24px;border:none;background:transparent;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;font-size:12px;padding:0}.quick-icon[data-v-d418988d]:hover{background:#ffffff1a}.quick-icon[data-v-d418988d]:active{transform:scale(.95)}.quick-icon.note-icon[data-v-d418988d]{color:#eab308}.quick-icon.note-icon[data-v-d418988d]:hover{color:#facc15;background:#eab30826}.quick-icon.attachment-icon[data-v-d418988d]{color:#ffffff80}.quick-icon.attachment-icon[data-v-d418988d]:hover{color:#fffc;background:#ffffff1a}.item-qty-price-container[data-v-d418988d]{display:inline-flex;align-items:center;gap:.5rem;margin-left:auto}.item-unit-price[data-v-d418988d]{font-size:.8125rem;font-weight:400;color:#fff9}.item-total-price[data-v-d418988d]{display:inline-flex;align-items:center;gap:.25rem;font-size:.8125rem;font-weight:600;padding:.25rem .5rem;border-radius:5px;background:var(--futuristic-background-success);color:var(--futuristic-text-success)}.item-notes[data-v-d418988d]{margin:0 8px 8px 0;padding:.5rem;background:#1e2026e6;border-radius:6px;border:none;font-size:13px;color:#ffffffe6;transition:background .15s ease;cursor:pointer;position:relative;max-height:120px;overflow:visible}.item-notes[data-v-d418988d]:hover{background:#282a30f2}.show-strikethrough .item-notes[data-v-d418988d]{margin-left:0}.tap-indicator[data-v-d418988d]{display:none}.inline-expand-btn[data-v-d418988d]{position:absolute;bottom:-12px;left:50%;transform:translate(-50%);padding:4px 12px;background:#1e2026f2;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#ffffffb3;font-size:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease,background .2s ease,color .2s ease;z-index:10;opacity:0;pointer-events:none}.item-notes:hover .inline-expand-btn[data-v-d418988d],.inline-expand-btn.is-visible[data-v-d418988d]{opacity:1;pointer-events:auto}.inline-expand-btn.is-visible[data-v-d418988d]{border-color:#ffffff80}.inline-expand-btn[data-v-d418988d]:hover{background:#282d37f2;color:#fffffff2}.inline-expand-btn[data-v-d418988d]:active,.inline-expand-btn[data-v-d418988d]:focus{transform:translate(-50%);outline:none}.light-mode .inline-expand-btn[data-v-d418988d]{background:#ffffffe6;border-color:#00000026;color:#00000080}.light-mode .inline-expand-btn[data-v-d418988d]:hover{background:#fff;color:#000000e6}.item-notes.is-inline-expanded[data-v-d418988d]{max-height:2000px;padding-bottom:40px;cursor:default;pointer-events:auto;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;overflow-y:auto}.item-notes.is-inline-expanded .note-content[data-v-d418988d]{max-height:none!important;overflow:visible!important;-webkit-line-clamp:unset!important;display:block!important;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;cursor:text}.item-notes.is-inline-expanded .tap-indicator[data-v-d418988d]{display:none}.item-notes.is-truncated .note-section[data-v-d418988d]:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2em;background:linear-gradient(to bottom,transparent 0%,rgba(30,32,38,.3) 30%,rgba(30,32,38,.95) 100%);pointer-events:none;z-index:2}.light-mode .item-notes.is-truncated .note-section[data-v-d418988d]:after{background:linear-gradient(to bottom,transparent 0%,rgba(245,245,245,.3) 30%,#f5f5f5 100%)}@media (max-width: 768px){.item-notes[data-v-d418988d]{width:calc(100% - 1rem);max-width:calc(100% - 1rem);margin:0 .5rem 8px;padding-left:0;padding-right:0;overflow:hidden}}@media (max-width: 926px) and (orientation: landscape){.item-notes.is-inline-expanded[data-v-d418988d]{max-height:100vh!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch}}@media (min-width: 769px){.item-notes.is-inline-expanded[data-v-d418988d]{max-height:70vh;overflow-y:auto}}.note-section[data-v-d418988d]{position:relative;margin-bottom:8px;padding:0 .5rem}.note-section[data-v-d418988d]:last-child{margin-bottom:0}.note-label[data-v-d418988d]{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#ffffff80;margin-bottom:4px}.note-label i[data-v-d418988d]{font-size:9px}.prechecklist-note .note-label[data-v-d418988d]{color:var(--prechecklist-note-color, #60a5fa)}.checklist-note .note-label[data-v-d418988d]{color:#fbbf24cc}.note-content[data-v-d418988d]{margin:0;padding:0;background:transparent;color:#ffffffb3;font-size:13px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:5.6em;border-radius:4px;overflow-x:auto;max-width:100%}.note-content table[data-v-d418988d]{max-width:100%;overflow-x:auto;display:table;border-collapse:collapse;width:100%;margin:.5rem 0}.note-content table th[data-v-d418988d],.note-content table td[data-v-d418988d]{border:1px solid var(--futuristic-border-primary);padding:.5rem}.note-content table th[data-v-d418988d]{background:var(--futuristic-background-tertiary);font-weight:600}.prechecklist-note .note-content[data-v-d418988d]{border-left-color:var(--futuristic-accent-primary)}.checklist-note .note-content[data-v-d418988d]{border-left-color:var(--futuristic-text-warning)}.item-pricing[data-v-d418988d]{display:inline-flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-left:auto;padding-left:1rem}.price-value[data-v-d418988d],.cost-value[data-v-d418988d],.discount-value[data-v-d418988d],.total-value[data-v-d418988d]{display:inline-flex;align-items:center;gap:.25rem;font-size:.8125rem;font-weight:600;padding:.25rem .5rem;border-radius:5px}.price-value[data-v-d418988d]{background:var(--futuristic-background-success);color:var(--futuristic-text-success)}.price-value i[data-v-d418988d]{font-size:.7rem}.cost-value[data-v-d418988d]{background:var(--futuristic-background-tertiary);color:var(--futuristic-text-tertiary)}.discount-value[data-v-d418988d]{background:var(--futuristic-background-warning);color:var(--futuristic-text-warning)}.total-value[data-v-d418988d]{background:var(--futuristic-background-accent);color:var(--futuristic-accent-primary);font-weight:400}.item-attachments[data-v-d418988d]{padding:.75rem 1.25rem .75rem calc(3.5rem + var(--depth-offset, .5rem))}.attachment-list[data-v-d418988d]{display:flex;gap:.75rem;flex-wrap:wrap}.attachment-item[data-v-d418988d]{position:relative}.attachment-thumbnail[data-v-d418988d]{width:80px;height:80px;-o-object-fit:cover;object-fit:cover;border-radius:6px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;border:2px solid var(--futuristic-border-primary)}.attachment-thumbnail[data-v-d418988d]:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003;border-color:var(--futuristic-accent-primary)}.attachment-link[data-v-d418988d]{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--futuristic-background-secondary);border:1px solid var(--futuristic-border-primary);border-radius:8px;text-decoration:none;color:var(--futuristic-text-secondary);font-size:.875rem;transition:all .2s ease}.attachment-link[data-v-d418988d]:hover{background:var(--futuristic-background-accent);border-color:var(--futuristic-accent-primary);color:var(--futuristic-accent-primary);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.attachment-link i[data-v-d418988d]{font-size:1rem;flex-shrink:0}.file-name[data-v-d418988d],.link-title[data-v-d418988d]{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.download-icon[data-v-d418988d],.link-icon[data-v-d418988d]{opacity:.5;font-size:.875rem}.attachment-link:hover .download-icon[data-v-d418988d],.attachment-link:hover .link-icon[data-v-d418988d]{opacity:1}.attachment-link-item[data-v-d418988d]{flex:1 1 auto;min-width:200px;max-width:400px}.web-link[data-v-d418988d]{border-color:#4299e14d}.web-link[data-v-d418988d]:hover{border-color:#4299e199;background:#4299e11a}.attachment-file[data-v-d418988d]{flex:1 1 auto;min-width:200px;max-width:300px}.item-tags-inline[data-v-d418988d]{display:inline-flex;gap:.375rem;flex-wrap:wrap;margin-left:.75rem}.tag-badge[data-v-d418988d]{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .625rem;background:var(--futuristic-background-accent);border:1px solid var(--futuristic-border-primary);border-radius:12px;color:var(--futuristic-text-tertiary);font-size:.75rem;font-weight:600;transition:all .15s ease}.tag-badge[data-v-d418988d]:hover{background:var(--futuristic-accent-primary);border-color:var(--futuristic-accent-primary);color:#fff}.tag-badge i[data-v-d418988d]{font-size:.65rem}.shared-subcategory[style*=marginLeft][data-v-d418988d]{--depth-offset: .5rem}.shared-subcategory[data-v-d418988d]{position:relative;border-left:none;margin-left:0;padding-left:0}.shared-subcategory.depth-1[data-v-d418988d]{margin-left:2px;padding-left:0}.shared-subcategory.depth-2[data-v-d418988d]{margin-left:4px;padding-left:0}.shared-subcategory.depth-3[data-v-d418988d]{margin-left:6px;padding-left:0}.shared-subcategory.depth-4[data-v-d418988d]{margin-left:8px;padding-left:0}.shared-subcategory.depth-5[data-v-d418988d]{margin-left:10px;padding-left:0}.shared-subcategory.depth-6[data-v-d418988d]{margin-left:12px;padding-left:0}.shared-subcategory.depth-7[data-v-d418988d]{margin-left:14px;padding-left:0}.shared-subcategory.depth-8[data-v-d418988d]{margin-left:16px;padding-left:0}.shared-subcategory.depth-9[data-v-d418988d]{margin-left:18px;padding-left:0}.shared-subcategory.depth-10[data-v-d418988d]{margin-left:20px;padding-left:0}.shared-subcategory.is-collapsed.depth-1[data-v-d418988d]:before,.shared-subcategory.is-collapsed.depth-2[data-v-d418988d]:before,.shared-subcategory.is-collapsed.depth-3[data-v-d418988d]:before,.shared-subcategory.is-collapsed.depth-4[data-v-d418988d]:before,.shared-subcategory.is-collapsed.depth-5[data-v-d418988d]:before,.shared-subcategory.is-collapsed.depth-6[data-v-d418988d]:before,.shared-subcategory.is-collapsed.depth-7[data-v-d418988d]:before,.shared-subcategory.is-collapsed.depth-8[data-v-d418988d]:before,.shared-subcategory.is-collapsed.depth-9[data-v-d418988d]:before,.shared-subcategory.is-collapsed.depth-10[data-v-d418988d]:before{display:none!important}.shared-subcategory.depth-1[data-v-d418988d]:before,.shared-subcategory.depth-2[data-v-d418988d]:before,.shared-subcategory.depth-3[data-v-d418988d]:before,.shared-subcategory.depth-4[data-v-d418988d]:before,.shared-subcategory.depth-5[data-v-d418988d]:before,.shared-subcategory.depth-6[data-v-d418988d]:before,.shared-subcategory.depth-7[data-v-d418988d]:before,.shared-subcategory.depth-8[data-v-d418988d]:before,.shared-subcategory.depth-9[data-v-d418988d]:before,.shared-subcategory.depth-10[data-v-d418988d]:before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.5) 8%,rgba(255,255,255,.5) 92%,transparent 100%);z-index:0;opacity:.16;transition:opacity 1s ease}.shared-subcategory.depth-1[data-v-d418988d]:hover:before,.shared-subcategory.depth-2[data-v-d418988d]:hover:before,.shared-subcategory.depth-3[data-v-d418988d]:hover:before,.shared-subcategory.depth-4[data-v-d418988d]:hover:before,.shared-subcategory.depth-5[data-v-d418988d]:hover:before,.shared-subcategory.depth-6[data-v-d418988d]:hover:before,.shared-subcategory.depth-7[data-v-d418988d]:hover:before,.shared-subcategory.depth-8[data-v-d418988d]:hover:before,.shared-subcategory.depth-9[data-v-d418988d]:hover:before,.shared-subcategory.depth-10[data-v-d418988d]:hover:before,.shared-subcategory.depth-1[data-v-d418988d]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-2[data-v-d418988d]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-3[data-v-d418988d]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-4[data-v-d418988d]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-5[data-v-d418988d]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-6[data-v-d418988d]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-7[data-v-d418988d]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-8[data-v-d418988d]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-9[data-v-d418988d]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-10[data-v-d418988d]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-1[data-v-d418988d]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-2[data-v-d418988d]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-3[data-v-d418988d]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-4[data-v-d418988d]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-5[data-v-d418988d]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-6[data-v-d418988d]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-7[data-v-d418988d]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-8[data-v-d418988d]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-9[data-v-d418988d]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-10[data-v-d418988d]:has(.shared-subcategory:hover):before{opacity:1;transition:opacity .5s ease}.depth-1 .subcategory-header[data-v-d418988d],.depth-2 .subcategory-header[data-v-d418988d],.depth-3 .subcategory-header[data-v-d418988d],.depth-4 .subcategory-header[data-v-d418988d],.depth-5 .subcategory-header[data-v-d418988d],.depth-6 .subcategory-header[data-v-d418988d],.depth-7 .subcategory-header[data-v-d418988d],.depth-8 .subcategory-header[data-v-d418988d],.depth-9 .subcategory-header[data-v-d418988d],.depth-10 .subcategory-header[data-v-d418988d]{background:transparent!important;border-radius:4px!important}.subcategory-header[data-v-d418988d]:hover{filter:brightness(1.05)}.progress-container[data-v-d418988d]{display:flex;align-items:center;gap:.75rem;margin-top:2px}.progress-bar[data-v-d418988d]{width:120px;height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden}.progress-fill[data-v-d418988d]{height:100%;background:linear-gradient(90deg,#4facfe,#00f2fe);border-radius:4px;transition:width .3s ease}.progress-text[data-v-d418988d]{font-size:.813rem;color:#ffffffb3;min-width:100px;text-align:right;white-space:nowrap}.inline-comment-trigger[data-v-d418988d]{display:inline-flex}@media (min-width: 769px){.inline-comment-trigger .comments-container[data-v-d418988d]{display:none}}@media (max-width: 768px){.inline-comment-trigger[data-v-d418988d]{margin-left:.5rem}.inline-comment-trigger .comments-container[data-v-d418988d]{display:none}}.attachment-dropdown-trigger[data-v-d418988d]{position:relative;display:inline-flex}.attachment-dropdown-btn[data-v-d418988d]{display:inline-flex;align-items:center;gap:.25rem;background:transparent;border:none;cursor:pointer;color:#ffffff80;font-size:.75rem;padding:0}.attachment-dropdown-btn[data-v-d418988d]:hover{color:var(--futuristic-accent-primary, #63b3ed)}.attachment-dropdown-btn .fa-paperclip[data-v-d418988d]{font-size:.75rem}.attachment-count-badge[data-v-d418988d]{font-size:.75rem;font-weight:500;color:inherit}.attachment-dropdown-menu[data-v-d418988d]{position:absolute;top:calc(100% + 8px);left:0;min-width:280px;max-width:min(400px,calc(100vw - 32px));background:#1a1f2e;border:1px solid rgba(255,255,255,.1);border-radius:8px;box-shadow:0 8px 24px #00000080;z-index:1000;overflow:hidden;animation:dropdown-fade-in-d418988d .15s ease}.dropdown-section[data-v-d418988d]{border-bottom:1px solid rgba(255,255,255,.08)}.dropdown-section[data-v-d418988d]:last-child{border-bottom:none}.dropdown-section-title[data-v-d418988d]{padding:.75rem 1rem .5rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#ffffff80}.dropdown-item[data-v-d418988d]{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:transparent;border:none;text-decoration:none;cursor:pointer;transition:all .15s ease;color:#ffffffb3;width:100%;text-align:left}.dropdown-item[data-v-d418988d]:hover{background:#ffffff0d;color:#fff}.dropdown-item[data-v-d418988d]:active{transform:scale(.98)}.dropdown-item i[data-v-d418988d]{font-size:1rem;flex-shrink:0;transition:color .15s ease;color:#63b3ed}.dropdown-item:hover i[data-v-d418988d]{color:#63b3ed!important}.dropdown-item-text[data-v-d418988d]{flex:1;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 768px){.attachment-dropdown-menu[data-v-d418988d]{left:0;min-width:240px;max-width:calc(100vw - 32px)}}@media (max-width: 768px){.shared-subcategory.mobile-flush.depth-1[data-v-d418988d]{margin-left:2px}.shared-subcategory.mobile-flush.depth-2[data-v-d418988d]{margin-left:4px}.shared-subcategory.mobile-flush.depth-3[data-v-d418988d]{margin-left:6px}.shared-subcategory.mobile-flush.depth-4[data-v-d418988d]{margin-left:8px}.shared-subcategory.mobile-flush.depth-5[data-v-d418988d]{margin-left:10px}.shared-subcategory.mobile-flush.depth-6[data-v-d418988d]{margin-left:12px}.shared-subcategory.mobile-flush.depth-7[data-v-d418988d]{margin-left:14px}.shared-subcategory.mobile-flush.depth-8[data-v-d418988d]{margin-left:16px}.shared-subcategory.mobile-flush.depth-9[data-v-d418988d]{margin-left:18px}.shared-subcategory.mobile-flush.depth-10[data-v-d418988d]{margin-left:20px}.shared-subcategory[data-v-d418988d]{position:relative!important;overflow:visible!important}}@media (max-width: 768px){.subcategory-header[data-v-d418988d]{padding:.875rem 1rem .875rem 0}.checklist-item-container[data-v-d418988d]{padding:.875rem 1rem;padding-left:calc(1rem + var(--depth-offset, 1.25rem))}.checklist-item[data-v-d418988d]{min-height:32px}.item-name[data-v-d418988d]{font-size:.9375rem}}@media (max-width: 768px){.subcategory-header[data-v-d418988d]{background:transparent!important;padding:8px 8px 8px 12px!important;margin:1rem 0 0!important;min-height:32px!important;border-radius:4px!important;gap:8px!important}.checklist-item-container[data-v-d418988d]{background:#0c0d12!important;padding:.5rem!important;position:relative!important;border-left:3px solid transparent!important;margin-left:2px!important}.checklist-item-container[data-v-d418988d]:before{display:block!important;left:-5px!important;top:calc(.5rem + 14px)!important}.checklist-item[data-v-d418988d]{min-height:28px!important;gap:4px!important;flex-wrap:wrap!important;justify-content:flex-start!important}.item-name-section[data-v-d418988d]{flex:1!important;max-width:100%!important}.item-qty-price-container[data-v-d418988d]{margin-left:auto!important;order:10!important;flex-shrink:0!important;flex-wrap:nowrap!important}.item-pricing[data-v-d418988d]{margin-left:auto!important;padding-left:.5rem!important;flex-shrink:0!important}.item-quantity[data-v-d418988d]{flex-shrink:0!important;margin-left:0!important}.subcategory-header-content[data-v-d418988d]{gap:8px!important}.mobile-only-comment[data-v-d418988d]{display:none!important}.item-attachments[data-v-d418988d]{padding:12px!important}.item-action-buttons[data-v-d418988d]{margin-left:0!important;margin-top:2px!important}.item-footer-row .mobile-quick-icons[data-v-d418988d]{display:flex!important;align-items:center;gap:.5rem}.checklist-item-wrapper:has(.item-footer-row) .item-quick-icons[data-v-d418988d]{display:none!important}.item-footer-row .item-action-buttons .inline-comment-trigger[data-v-d418988d]{display:flex!important;order:1!important}.item-footer-row .item-action-buttons .attachment-dropdown-trigger[data-v-d418988d]{order:2!important}.subcategory-checkbox[data-v-d418988d]{width:18px!important;height:18px!important;margin-right:10px!important}.checklist-item input[type=checkbox][data-v-d418988d]{width:18px!important;height:18px!important;margin-right:10px!important;margin-top:0!important}.subcategory-title[data-v-d418988d]{font-size:1.15rem!important;font-weight:600!important}.item-name[data-v-d418988d]{font-size:1rem!important}.item-quantity[data-v-d418988d]{font-size:11px!important;padding:2px 4px!important}.collapse-arrow[data-v-d418988d]{font-size:10px!important;margin-left:6px!important;margin-right:0!important}.subcategory-header-content[data-v-d418988d]{gap:4px!important}.item-count[data-v-d418988d],.progress-text[data-v-d418988d]{font-size:11px!important}.item-count.hide-on-mobile-expanded[data-v-d418988d]{display:none!important}}@media (max-width: 480px){.subcategory-header[data-v-d418988d]{padding:.75rem .875rem .75rem 0}.subcategory-title[data-v-d418988d]{font-size:1.15rem!important}.checklist-item-container[data-v-d418988d]{padding:.75rem .875rem}.checklist-item[data-v-d418988d]{gap:.75rem}.item-name[data-v-d418988d]{font-size:.875rem}.item-quantity[data-v-d418988d]{font-size:.75rem}}.light-mode .shared-subcategory.depth-1[data-v-d418988d]:before,.light-mode .shared-subcategory.depth-2[data-v-d418988d]:before,.light-mode .shared-subcategory.depth-3[data-v-d418988d]:before,.light-mode .shared-subcategory.depth-4[data-v-d418988d]:before,.light-mode .shared-subcategory.depth-5[data-v-d418988d]:before,.light-mode .shared-subcategory.depth-6[data-v-d418988d]:before,.light-mode .shared-subcategory.depth-7[data-v-d418988d]:before,.light-mode .shared-subcategory.depth-8[data-v-d418988d]:before,.light-mode .shared-subcategory.depth-9[data-v-d418988d]:before,.light-mode .shared-subcategory.depth-10[data-v-d418988d]:before{background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.4) 8%,rgba(0,0,0,.4) 92%,transparent 100%);opacity:.25;transition:opacity 1s ease}.light-mode .shared-subcategory.depth-1[data-v-d418988d]:hover:before,.light-mode .shared-subcategory.depth-2[data-v-d418988d]:hover:before,.light-mode .shared-subcategory.depth-3[data-v-d418988d]:hover:before,.light-mode .shared-subcategory.depth-4[data-v-d418988d]:hover:before,.light-mode .shared-subcategory.depth-5[data-v-d418988d]:hover:before,.light-mode .shared-subcategory.depth-6[data-v-d418988d]:hover:before,.light-mode .shared-subcategory.depth-7[data-v-d418988d]:hover:before,.light-mode .shared-subcategory.depth-8[data-v-d418988d]:hover:before,.light-mode .shared-subcategory.depth-9[data-v-d418988d]:hover:before,.light-mode .shared-subcategory.depth-10[data-v-d418988d]:hover:before,.light-mode .shared-subcategory.depth-1[data-v-d418988d]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-2[data-v-d418988d]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-3[data-v-d418988d]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-4[data-v-d418988d]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-5[data-v-d418988d]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-6[data-v-d418988d]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-7[data-v-d418988d]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-8[data-v-d418988d]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-9[data-v-d418988d]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-10[data-v-d418988d]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-1[data-v-d418988d]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-2[data-v-d418988d]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-3[data-v-d418988d]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-4[data-v-d418988d]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-5[data-v-d418988d]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-6[data-v-d418988d]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-7[data-v-d418988d]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-8[data-v-d418988d]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-9[data-v-d418988d]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-10[data-v-d418988d]:has(.shared-subcategory:hover):before{opacity:1;transition:opacity .5s ease}.light-mode .subcategory-header[data-v-d418988d]:hover{background:transparent}.light-mode .subcategory-header.is-collapsed[data-v-d418988d]{background:transparent!important;border:1px solid rgba(0,0,0,.1)}.light-mode .subcategory-header.is-collapsed[data-v-d418988d]:hover{background:transparent!important;border-color:#0006}.light-mode .checklist-item-container[data-v-d418988d]:hover,.light-mode .checklist-item-container.note-open[data-v-d418988d]{background:#0000000d}.light-mode .checklist-item-container[data-v-d418988d]:before{background:#0000001a}.light-mode .checklist-item-container[data-v-d418988d]:hover:before,.light-mode .checklist-item-container.note-open[data-v-d418988d]:before{background:#0006}@media (hover: none){.shared-subcategory.active-tap.depth-1[data-v-d418988d]:before,.shared-subcategory.active-tap.depth-2[data-v-d418988d]:before,.shared-subcategory.active-tap.depth-3[data-v-d418988d]:before,.shared-subcategory.active-tap.depth-4[data-v-d418988d]:before,.shared-subcategory.active-tap.depth-5[data-v-d418988d]:before,.shared-subcategory.active-tap.depth-6[data-v-d418988d]:before,.shared-subcategory.active-tap.depth-7[data-v-d418988d]:before,.shared-subcategory.active-tap.depth-8[data-v-d418988d]:before,.shared-subcategory.active-tap.depth-9[data-v-d418988d]:before,.shared-subcategory.active-tap.depth-10[data-v-d418988d]:before{background:#ffffff80}.light-mode .shared-subcategory.active-tap.depth-1[data-v-d418988d]:before,.light-mode .shared-subcategory.active-tap.depth-2[data-v-d418988d]:before,.light-mode .shared-subcategory.active-tap.depth-3[data-v-d418988d]:before,.light-mode .shared-subcategory.active-tap.depth-4[data-v-d418988d]:before,.light-mode .shared-subcategory.active-tap.depth-5[data-v-d418988d]:before,.light-mode .shared-subcategory.active-tap.depth-6[data-v-d418988d]:before,.light-mode .shared-subcategory.active-tap.depth-7[data-v-d418988d]:before,.light-mode .shared-subcategory.active-tap.depth-8[data-v-d418988d]:before,.light-mode .shared-subcategory.active-tap.depth-9[data-v-d418988d]:before,.light-mode .shared-subcategory.active-tap.depth-10[data-v-d418988d]:before{background:#0006}.shared-subcategory.active-tap>.subcategory-header-container>.subcategory-header[data-v-d418988d],.checklist-item-container.active-tap[data-v-d418988d]{background:#ffffff1f}.light-mode .shared-subcategory.active-tap>.subcategory-header-container>.subcategory-header[data-v-d418988d],.light-mode .checklist-item-container.active-tap[data-v-d418988d]{background:#0000000d}}[data-v-8682d5aa]:root{--futuristic-accent-primary: #63b3ed;--futuristic-accent-secondary: #68d391;--futuristic-accent-tertiary: #90cdf4;--futuristic-text-primary: #e2e8f0;--futuristic-text-secondary: #a0aec0;--futuristic-text-tertiary: #718096;--futuristic-text-heading: #ffffff;--futuristic-text-muted: #a0aec0;--futuristic-text-black: #0c0d12;--futuristic-text-white: #ffffff;--futuristic-text-on-accent: #ffffff;--futuristic-text-on-dark: #e2e8f0;--futuristic-text-success: #68d391;--futuristic-text-warning: #f6e05e;--futuristic-text-danger: #fc8181;--futuristic-text-info: #4fd1c5;--futuristic-text-link: #63b3ed;--futuristic-text-link-hover: #90cdf4;--futuristic-text-tooltip: #ffffff;--futuristic-background-primary: #0c0d12;--futuristic-background-secondary: #1a2332;--futuristic-background-tertiary: #232d3d;--futuristic-background-input: var(--futuristic-background-secondary);--futuristic-background-modal-content: var(--futuristic-panel-background);--futuristic-background-button: transparent;--futuristic-background-button-hover: rgba(74, 85, 104, .05);--futuristic-background-accent: rgba(99, 179, 237, .12);--futuristic-background-accent-hover: rgba(99, 179, 237, .18);--futuristic-background-success: rgba(56, 161, 105, .1);--futuristic-background-success-hover: rgba(56, 161, 105, .15);--futuristic-background-warning: rgba(246, 224, 94, .1);--futuristic-background-warning-hover: rgba(246, 224, 94, .15);--futuristic-background-danger: rgba(245, 101, 101, .1);--futuristic-background-danger-hover: rgba(245, 101, 101, .15);--futuristic-background-info: rgba(79, 209, 197, .1);--futuristic-background-info-hover: rgba(79, 209, 197, .15);--futuristic-background-tooltip: rgba(26, 32, 44, .9);--futuristic-panel-background: rgba(255, 255, 255, .85);--futuristic-modal-backdrop: rgba(15, 20, 35, .55);--futuristic-background-scrollbar-track: transparent;--futuristic-background-scrollbar-thumb: rgba(255, 255, 255, .2);--futuristic-background-scrollbar-thumb-hover: rgba(255, 255, 255, .35);--futuristic-border-primary: #e2e8f0;--futuristic-border-secondary: #cbd5e0;--futuristic-border-accent: var(--futuristic-accent-primary);--futuristic-border-accent-hover: #90cdf4;--futuristic-border-input: var(--futuristic-border-secondary);--futuristic-border-input-focus: var(--futuristic-accent-primary);--futuristic-border-success: #68d391;--futuristic-border-success-hover: #48bb78;--futuristic-border-warning: #f6e05e;--futuristic-border-warning-hover: #ecc94b;--futuristic-border-danger: #fc8181;--futuristic-border-danger-hover: #f56565;--futuristic-border-info: #4fd1c5;--futuristic-border-info-hover: #38b2ac;--futuristic-icon: var(--futuristic-text-tertiary);--futuristic-icon-hover: var(--futuristic-accent-primary);--futuristic-icon-delete: var(--futuristic-text-tertiary);--futuristic-icon-delete-hover: var(--futuristic-text-danger);--futuristic-icon-has-note: var(--futuristic-text-info);--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--futuristic-border-radius: 5px;--futuristic-border-radius-sm: 4px;--futuristic-border-radius-large: 8px;--radius-pill: 9999px;--futuristic-shadow-soft: 0 4px 10px rgba(0, 0, 0, .2);--futuristic-shadow-medium: 0 6px 15px rgba(0, 0, 0, .25);--futuristic-shadow-active: 0 8px 20px rgba(0, 0, 0, .3);--futuristic-shadow-modal: 0 12px 40px rgba(0, 0, 0, .4);--futuristic-shadow-inset: inset 0 1px 3px rgba(0, 0, 0, .3);--futuristic-accent-gradient: linear-gradient(135deg, #90cdf4, #63b3ed);--futuristic-secondary-gradient: linear-gradient(135deg, #9ae6b4, #68d391);--futuristic-warning-gradient: linear-gradient(135deg, #faf089, #f6e05e);--futuristic-danger-gradient: linear-gradient(135deg, #fc8181, #f56565);--futuristic-info-gradient: linear-gradient(135deg, #81e6d9, #4fd1c5);--futuristic-accent-glow: rgba(99, 179, 237, .3);--futuristic-active-glow-strong: 0 0 12px rgba(99, 179, 237, .5);--futuristic-success-glow-strong: 0 0 12px rgba(56, 161, 105, .5);--futuristic-warning-glow-strong: 0 0 12px rgba(246, 224, 94, .5);--futuristic-danger-glow-strong: 0 0 12px rgba(245, 101, 101, .5);--futuristic-focus-ring: 0 0 0 3px rgba(99, 179, 237, .4);--futuristic-transition-speed: .2s;--futuristic-transition-timing: ease-in-out;--transition-speed-fast: .15s;--transition-speed-normal: .3s;--transition-speed-slow: .5s;--header-height: 60px;--sidebar-width: 250px;--sidebar-collapsed-width: 70px;--futuristic-backdrop-blur: 6px;--futuristic-progress-bar-bg: var(--futuristic-border-primary);--futuristic-progress-bar-fill: var(--futuristic-accent-primary);--futuristic-checklist-progress-fill: var(--futuristic-accent-secondary);--category-bg: var(--futuristic-background-secondary);--category-header-bg: var(--futuristic-background-tertiary);--item-bg: var(--futuristic-background-secondary);--item-hover-bg: var(--futuristic-background-tertiary);--item-checked-bg: rgba(25, 135, 84, .1);--progress-bg: var(--futuristic-background-tertiary);--progress-fill: var(--futuristic-accent-secondary);--btn-bg: var(--futuristic-background-tertiary);--btn-hover: var(--futuristic-background-secondary);--btn-active: var(--futuristic-accent-primary);--btn-text: var(--futuristic-text-primary);--input-bg: var(--futuristic-background-secondary);--input-border: var(--futuristic-border-secondary);--input-text: var(--futuristic-text-primary);--input-placeholder: var(--futuristic-text-muted)}.dark-mode[data-v-8682d5aa],[data-theme=dark][data-v-8682d5aa]{--futuristic-accent-primary: #3182ce;--futuristic-accent-secondary: #38a169;--futuristic-accent-tertiary: #4fd1c5;--futuristic-text-primary: #e2e8f0;--futuristic-text-secondary: #a0aec0;--futuristic-text-tertiary: #718096;--futuristic-text-heading: #ffffff;--futuristic-text-muted: #718096;--futuristic-text-on-accent: #ffffff;--futuristic-text-on-dark: #e2e8f0;--futuristic-text-success: #68d391;--futuristic-text-warning: #f6e05e;--futuristic-text-danger: #fc8181;--futuristic-text-info: #4fd1c5;--futuristic-text-link: #63b3ed;--futuristic-text-link-hover: #90cdf4;--futuristic-text-tooltip: #ffffff;--futuristic-background-primary: #0c0d12;--futuristic-background-secondary: #1a2332;--futuristic-background-tertiary: #232d3d;--futuristic-background-input: var(--futuristic-background-secondary);--futuristic-background-button-hover: rgba(160, 174, 192, .1);--futuristic-background-accent: rgba(49, 130, 206, .08);--futuristic-background-accent-hover: rgba(49, 130, 206, .12);--futuristic-background-success: rgba(104, 211, 145, .1);--futuristic-background-success-hover: rgba(104, 211, 145, .15);--futuristic-background-warning: rgba(236, 201, 75, .1);--futuristic-background-warning-hover: rgba(236, 201, 75, .15);--futuristic-background-danger: rgba(229, 62, 62, .1);--futuristic-background-danger-hover: rgba(229, 62, 62, .15);--futuristic-background-info: rgba(49, 151, 149, .1);--futuristic-background-info-hover: rgba(49, 151, 149, .15);--futuristic-background-tooltip: rgba(226, 232, 240, .9);--futuristic-panel-background: rgba(45, 55, 72, .85);--futuristic-modal-backdrop: rgba(10, 12, 18, .75);--futuristic-background-scrollbar-thumb: rgba(0, 0, 0, .18);--futuristic-background-scrollbar-thumb-hover: rgba(0, 0, 0, .35);--futuristic-border-primary: #4a5568;--futuristic-border-secondary: #718096;--futuristic-border-accent-hover: #2b6cb0;--futuristic-border-success: #38a169;--futuristic-border-success-hover: #2f855a;--futuristic-border-warning: #ecc94b;--futuristic-border-warning-hover: #ddb34a;--futuristic-border-danger: #e53e3e;--futuristic-border-danger-hover: #c53030;--futuristic-border-info: #319795;--futuristic-border-info-hover: #2c7a7b;--futuristic-shadow-soft: 0 2px 5px rgba(74, 85, 104, .08);--futuristic-shadow-medium: 0 4px 10px rgba(74, 85, 104, .1);--futuristic-shadow-active: 0 5px 15px rgba(74, 85, 104, .12);--futuristic-shadow-modal: 0 10px 30px rgba(26, 32, 44, .15);--futuristic-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .06);--futuristic-accent-gradient: linear-gradient(135deg, #4299e1, #3182ce);--futuristic-secondary-gradient: linear-gradient(135deg, #48bb78, #38a169);--futuristic-warning-gradient: linear-gradient(135deg, #f6e05e, #ecc94b);--futuristic-danger-gradient: linear-gradient(135deg, #f56565, #e53e3e);--futuristic-info-gradient: linear-gradient(135deg, #4fd1c5, #319795);--futuristic-accent-glow: rgba(49, 130, 206, .3);--futuristic-active-glow-strong: 0 0 12px rgba(49, 130, 206, .5);--futuristic-success-glow-strong: 0 0 12px rgba(104, 211, 145, .5);--futuristic-warning-glow-strong: 0 0 12px rgba(236, 201, 75, .5);--futuristic-danger-glow-strong: 0 0 12px rgba(229, 62, 62, .5);--futuristic-focus-ring: 0 0 0 3px rgba(49, 130, 206, .3);--category-bg: #2a2a2a;--category-header-bg: #333;--item-bg: #333;--item-hover-bg: #3a3a3a;--input-bg: #1e1e1e;--btn-bg: #444;--btn-hover: #555}.futuristic-accent-primary[data-v-8682d5aa]{color:var(--futuristic-accent-primary)}.futuristic-accent-secondary[data-v-8682d5aa]{color:var(--futuristic-accent-secondary)}.futuristic-accent-tertiary[data-v-8682d5aa]{color:var(--futuristic-accent-tertiary)}.futuristic-text-success[data-v-8682d5aa]{color:var(--futuristic-text-success)}.futuristic-text-warning[data-v-8682d5aa]{color:var(--futuristic-text-warning)}.futuristic-text-danger[data-v-8682d5aa]{color:var(--futuristic-text-danger)}.futuristic-text-info[data-v-8682d5aa]{color:var(--futuristic-text-info)}.futuristic-bg-accent[data-v-8682d5aa]{background-color:var(--futuristic-background-accent)}.futuristic-bg-success[data-v-8682d5aa]{background-color:var(--futuristic-background-success)}.futuristic-bg-warning[data-v-8682d5aa]{background-color:var(--futuristic-background-warning)}.futuristic-bg-danger[data-v-8682d5aa]{background-color:var(--futuristic-background-danger)}.futuristic-bg-info[data-v-8682d5aa]{background-color:var(--futuristic-background-info)}.futuristic-border-accent[data-v-8682d5aa]{border-color:var(--futuristic-border-accent)}.futuristic-border-success[data-v-8682d5aa]{border-color:var(--futuristic-border-success)}.futuristic-border-warning[data-v-8682d5aa]{border-color:var(--futuristic-border-warning)}.futuristic-border-danger[data-v-8682d5aa]{border-color:var(--futuristic-border-danger)}.futuristic-border-info[data-v-8682d5aa]{border-color:var(--futuristic-border-info)}.shared-subcategory[data-v-8682d5aa]{margin-top:0;padding-left:0;border-left:none}.subcategory-header[data-v-8682d5aa]{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:3px 1.25rem 3px 0;margin:1rem 0 0;background:transparent;border-radius:4px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background .15s ease;min-height:32px}.subcategory-header[data-v-8682d5aa]:hover{background:transparent}.subcategory-header.is-collapsed[data-v-8682d5aa]{background:transparent!important;border:1px solid rgba(255,255,255,.08);border-radius:4px}.subcategory-header.is-collapsed[data-v-8682d5aa]:hover{background:transparent!important;border-color:#ffffff80}.subcategory-header[data-v-8682d5aa]:active{background:var(--futuristic-background-accent)}.subcategory-header-content[data-v-8682d5aa]{display:flex;align-items:center;gap:.75rem;flex:1}@media (min-width: 769px){.subcategory-header-content.no-checkbox[data-v-8682d5aa]{padding-left:16px}}@media (max-width: 768px){.subcategory-header-content.no-checkbox[data-v-8682d5aa]{padding-left:0}}.subcategory-title-section[data-v-8682d5aa]{flex:1;display:flex;flex-direction:column;gap:.25rem;padding:0;margin:0}.subcategory-actions[data-v-8682d5aa]{display:flex;align-items:center;gap:.5rem}.subcategory-meta-inline[data-v-8682d5aa],.progress-container-inline[data-v-8682d5aa]{display:flex;align-items:center}.collapse-arrow[data-v-8682d5aa]{color:var(--futuristic-text-secondary);transition:opacity .2s ease,color .2s ease;display:inline-block;margin-left:8px;font-size:.7em;vertical-align:middle;opacity:.6;font-weight:600}.collapse-arrow.hidden[data-v-8682d5aa]{opacity:0;pointer-events:none}.subcategory-header:hover .collapse-arrow[data-v-8682d5aa]{color:var(--futuristic-text-primary)}.subcategory-meta[data-v-8682d5aa]{margin-top:.1rem}.item-count[data-v-8682d5aa]{color:var(--futuristic-text-tertiary);font-size:.75rem;font-weight:500}@media (min-width: 769px){.subcategory-header .subcategory-actions .item-count[data-v-8682d5aa],.subcategory-header .subcategory-actions .inline-comment-trigger[data-v-8682d5aa],.subcategory-header .subcategory-meta-inline .item-count[data-v-8682d5aa],.subcategory-header .subcategory-meta-inline .progress-container-inline[data-v-8682d5aa],.subcategory-header .subcategory-meta-inline .progress-text[data-v-8682d5aa]{opacity:0!important;transition:opacity .15s ease}.subcategory-header:hover .subcategory-actions .item-count[data-v-8682d5aa],.subcategory-header:hover .subcategory-actions .inline-comment-trigger[data-v-8682d5aa],.subcategory-header:hover .subcategory-meta-inline .item-count[data-v-8682d5aa],.subcategory-header:hover .subcategory-meta-inline .progress-container-inline[data-v-8682d5aa],.subcategory-header:hover .subcategory-meta-inline .progress-text[data-v-8682d5aa]{opacity:1!important}.subcategory-header .inline-comment-trigger[data-v-8682d5aa]:has(.has-comments),.subcategory-header .inline-comment-trigger[data-v-8682d5aa]:has(.all-resolved){opacity:1!important}}.subcategory-checkbox[data-v-8682d5aa]{width:18px;height:18px;cursor:pointer;flex-shrink:0;accent-color:var(--futuristic-accent-primary, #60a5fa);margin-left:0}@media (min-width: 769px){.subcategory-checkbox[data-v-8682d5aa]{width:20px!important;height:20px!important}}.subcategory-title[data-v-8682d5aa]{margin:0;color:var(--futuristic-text-heading);font-weight:600;font-size:1.125rem;letter-spacing:-.01em;word-break:keep-all;overflow-wrap:normal;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}.subcategory-title.completed-title[data-v-8682d5aa]{text-decoration:line-through;opacity:.6}.subcategory-items[data-v-8682d5aa]{display:flex;flex-direction:column;gap:0}.expand-enter-active[data-v-8682d5aa]{animation:teleportIn-8682d5aa .18s cubic-bezier(.16,1,.3,1)}.expand-leave-active[data-v-8682d5aa]{animation:teleportOut-8682d5aa .12s cubic-bezier(.7,0,.84,0)}@keyframes teleportIn-8682d5aa{0%{opacity:0;filter:blur(4px);transform:translateY(-4px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}@keyframes teleportOut-8682d5aa{0%{opacity:1;filter:blur(0);transform:translateY(0)}to{opacity:0;filter:blur(4px);transform:translateY(-4px)}}@keyframes tickHighlight-8682d5aa{0%{background:#ffffff14}to{background:#ffffff80}}@keyframes hierarchyFadeIn-8682d5aa{0%{opacity:0}to{opacity:1}}@keyframes hierarchyHighlight-8682d5aa{0%{background:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.08) 8%,rgba(255,255,255,.08) 92%,transparent 100%)}to{background:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.5) 8%,rgba(255,255,255,.5) 92%,transparent 100%)}}@keyframes dropdown-fade-in-8682d5aa{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.checklist-item-container[data-v-8682d5aa]{display:flex;flex-direction:column;padding:0 1rem 0 0;background:transparent;transition:background 1s ease,border-left-color 1s ease;position:relative;border-left:3px solid transparent}.checklist-item-container.note-open[data-v-8682d5aa]{background:#eab30814;border-left-color:#eab308}.checklist-item-container[data-v-8682d5aa]:before{content:"";position:absolute;left:-16px;top:50%;transform:translateY(-50%);width:8px;height:1px;background:#ffffff14;transition:background 1s ease}.checklist-item-container[data-v-8682d5aa]:hover:before{background:#ffffff80;transition:background .5s ease}.checklist-item-container.note-open[data-v-8682d5aa]:before{display:none}.checklist-item-container.note-open[data-v-8682d5aa]{background:#ffffff1f}@media (max-width: 768px){.checklist-item-container[data-v-8682d5aa]:before{display:block;top:50%;transform:translateY(-50%)}}.checklist-item-container[data-v-8682d5aa]:hover{background:#ffffff1f;transition:background .5s ease,border-left-color .5s ease}.checklist-item[data-v-8682d5aa]{display:flex;align-items:center;gap:10px;background:transparent;min-height:32px}@media (min-width: 769px){.mobile-only-comment[data-v-8682d5aa]{display:none!important}}.checklist-item[data-v-8682d5aa]:last-child{border-bottom:none}.checklist-item[data-v-8682d5aa]:active{background:var(--futuristic-background-tertiary)}.checklist-item input[type=checkbox][data-v-8682d5aa]{width:16px;height:16px;cursor:pointer;flex-shrink:0;accent-color:var(--futuristic-accent-primary, #60a5fa);margin-top:.125rem;margin-left:0}@media (min-width: 769px){.checklist-item input[type=checkbox][data-v-8682d5aa]{width:18px!important;height:18px!important}}.item-name-section[data-v-8682d5aa]{display:flex;flex-direction:column;gap:.25rem;flex:1;cursor:pointer}.item-footer-row[data-v-8682d5aa]{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-left:0;margin-bottom:.25rem}.item-action-buttons[data-v-8682d5aa]{display:flex;flex-direction:row;align-items:center;gap:.75rem}.mobile-price-notes-row[data-v-8682d5aa]{display:flex;align-items:center;gap:.5rem}.item-action-buttons .attachment-dropdown-trigger[data-v-8682d5aa],.item-action-buttons .inline-comment-trigger[data-v-8682d5aa]{padding:0;margin:0}.item-name[data-v-8682d5aa]{flex:1;color:var(--futuristic-text-primary);font-size:1rem;line-height:1.5;font-weight:500}@media (min-width: 769px){.item-name[data-v-8682d5aa]{font-size:1rem}}.item-dates[data-v-8682d5aa]{display:flex;gap:.5rem;flex-wrap:wrap}.item-date[data-v-8682d5aa]{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--futuristic-text-tertiary);background:#4facfe1a;padding:.125rem .5rem;border-radius:4px;border:1px solid rgba(79,172,254,.2)}.item-date i[data-v-8682d5aa]{font-size:.7rem;opacity:.8}.date-label[data-v-8682d5aa]{font-weight:600;opacity:.9}.item-dates-row[data-v-8682d5aa]{display:flex;gap:.5rem;flex-wrap:wrap}.show-strikethrough .checklist-item:has(input[type=checkbox]:checked) .item-name[data-v-8682d5aa]{text-decoration:line-through;color:#ffffff80}.item-quantity[data-v-8682d5aa]{color:var(--futuristic-accent-primary);font-weight:600;font-size:.8125rem;padding:.25rem .5rem;background:var(--futuristic-background-accent);border-radius:5px}.item-quick-icons[data-v-8682d5aa]{display:flex;align-items:center;gap:4px;margin-left:auto;flex-shrink:0}.mobile-quick-icons[data-v-8682d5aa]{display:none;align-items:center;gap:.5rem}.quick-icon[data-v-8682d5aa]{width:24px;height:24px;border:none;background:transparent;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;font-size:12px;padding:0}.quick-icon[data-v-8682d5aa]:hover{background:#ffffff1a}.quick-icon[data-v-8682d5aa]:active{transform:scale(.95)}.quick-icon.note-icon[data-v-8682d5aa]{color:#eab308}.quick-icon.note-icon[data-v-8682d5aa]:hover{color:#facc15;background:#eab30826}.quick-icon.attachment-icon[data-v-8682d5aa]{color:#ffffff80}.quick-icon.attachment-icon[data-v-8682d5aa]:hover{color:#fffc;background:#ffffff1a}.item-qty-price-container[data-v-8682d5aa]{display:inline-flex;align-items:center;gap:.5rem;margin-left:auto}.item-unit-price[data-v-8682d5aa]{font-size:.8125rem;font-weight:400;color:#fff9}.item-total-price[data-v-8682d5aa]{display:inline-flex;align-items:center;gap:.25rem;font-size:.8125rem;font-weight:600;padding:.25rem .5rem;border-radius:5px;background:var(--futuristic-background-success);color:var(--futuristic-text-success)}.item-notes[data-v-8682d5aa]{margin:0 8px 8px 0;padding:.5rem;background:#1e2026e6;border-radius:6px;border:none;font-size:13px;color:#ffffffe6;transition:background .15s ease;cursor:pointer;position:relative;max-height:120px;overflow:visible}.item-notes[data-v-8682d5aa]:hover{background:#282a30f2}.show-strikethrough .item-notes[data-v-8682d5aa]{margin-left:0}.tap-indicator[data-v-8682d5aa]{display:none}.inline-expand-btn[data-v-8682d5aa]{position:absolute;bottom:-12px;left:50%;transform:translate(-50%);padding:4px 12px;background:#1e2026f2;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#ffffffb3;font-size:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease,background .2s ease,color .2s ease;z-index:10;opacity:0;pointer-events:none}.item-notes:hover .inline-expand-btn[data-v-8682d5aa],.inline-expand-btn.is-visible[data-v-8682d5aa]{opacity:1;pointer-events:auto}.inline-expand-btn.is-visible[data-v-8682d5aa]{border-color:#ffffff80}.inline-expand-btn[data-v-8682d5aa]:hover{background:#282d37f2;color:#fffffff2}.inline-expand-btn[data-v-8682d5aa]:active,.inline-expand-btn[data-v-8682d5aa]:focus{transform:translate(-50%);outline:none}.light-mode .inline-expand-btn[data-v-8682d5aa]{background:#ffffffe6;border-color:#00000026;color:#00000080}.light-mode .inline-expand-btn[data-v-8682d5aa]:hover{background:#fff;color:#000000e6}.item-notes.is-inline-expanded[data-v-8682d5aa]{max-height:2000px;padding-bottom:40px;cursor:default;pointer-events:auto;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;overflow-y:auto}.item-notes.is-inline-expanded .note-content[data-v-8682d5aa]{max-height:none!important;overflow:visible!important;-webkit-line-clamp:unset!important;display:block!important;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;cursor:text}.item-notes.is-inline-expanded .tap-indicator[data-v-8682d5aa]{display:none}.item-notes.is-truncated .note-section[data-v-8682d5aa]:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2em;background:linear-gradient(to bottom,transparent 0%,rgba(30,32,38,.3) 30%,rgba(30,32,38,.95) 100%);pointer-events:none;z-index:2}.light-mode .item-notes.is-truncated .note-section[data-v-8682d5aa]:after{background:linear-gradient(to bottom,transparent 0%,rgba(245,245,245,.3) 30%,#f5f5f5 100%)}@media (max-width: 768px){.item-notes[data-v-8682d5aa]{width:calc(100% - 1rem);max-width:calc(100% - 1rem);margin:0 .5rem 8px;padding-left:0;padding-right:0;overflow:hidden}}@media (max-width: 926px) and (orientation: landscape){.item-notes.is-inline-expanded[data-v-8682d5aa]{max-height:100vh!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch}}@media (min-width: 769px){.item-notes.is-inline-expanded[data-v-8682d5aa]{max-height:70vh;overflow-y:auto}}.note-section[data-v-8682d5aa]{position:relative;margin-bottom:8px;padding:0 .5rem}.note-section[data-v-8682d5aa]:last-child{margin-bottom:0}.note-label[data-v-8682d5aa]{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#ffffff80;margin-bottom:4px}.note-label i[data-v-8682d5aa]{font-size:9px}.prechecklist-note .note-label[data-v-8682d5aa]{color:var(--prechecklist-note-color, #60a5fa)}.checklist-note .note-label[data-v-8682d5aa]{color:#fbbf24cc}.note-content[data-v-8682d5aa]{margin:0;padding:0;background:transparent;color:#ffffffb3;font-size:13px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:5.6em;border-radius:4px;overflow-x:auto;max-width:100%}.note-content table[data-v-8682d5aa]{max-width:100%;overflow-x:auto;display:table;border-collapse:collapse;width:100%;margin:.5rem 0}.note-content table th[data-v-8682d5aa],.note-content table td[data-v-8682d5aa]{border:1px solid var(--futuristic-border-primary);padding:.5rem}.note-content table th[data-v-8682d5aa]{background:var(--futuristic-background-tertiary);font-weight:600}.prechecklist-note .note-content[data-v-8682d5aa]{border-left-color:var(--futuristic-accent-primary)}.checklist-note .note-content[data-v-8682d5aa]{border-left-color:var(--futuristic-text-warning)}.item-pricing[data-v-8682d5aa]{display:inline-flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-left:auto;padding-left:1rem}.price-value[data-v-8682d5aa],.cost-value[data-v-8682d5aa],.discount-value[data-v-8682d5aa],.total-value[data-v-8682d5aa]{display:inline-flex;align-items:center;gap:.25rem;font-size:.8125rem;font-weight:600;padding:.25rem .5rem;border-radius:5px}.price-value[data-v-8682d5aa]{background:var(--futuristic-background-success);color:var(--futuristic-text-success)}.price-value i[data-v-8682d5aa]{font-size:.7rem}.cost-value[data-v-8682d5aa]{background:var(--futuristic-background-tertiary);color:var(--futuristic-text-tertiary)}.discount-value[data-v-8682d5aa]{background:var(--futuristic-background-warning);color:var(--futuristic-text-warning)}.total-value[data-v-8682d5aa]{background:var(--futuristic-background-accent);color:var(--futuristic-accent-primary);font-weight:400}.item-attachments[data-v-8682d5aa]{padding:.75rem 1.25rem .75rem calc(3.5rem + var(--depth-offset, .5rem))}.attachment-list[data-v-8682d5aa]{display:flex;gap:.75rem;flex-wrap:wrap}.attachment-item[data-v-8682d5aa]{position:relative}.attachment-thumbnail[data-v-8682d5aa]{width:80px;height:80px;-o-object-fit:cover;object-fit:cover;border-radius:6px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;border:2px solid var(--futuristic-border-primary)}.attachment-thumbnail[data-v-8682d5aa]:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003;border-color:var(--futuristic-accent-primary)}.attachment-link[data-v-8682d5aa]{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--futuristic-background-secondary);border:1px solid var(--futuristic-border-primary);border-radius:8px;text-decoration:none;color:var(--futuristic-text-secondary);font-size:.875rem;transition:all .2s ease}.attachment-link[data-v-8682d5aa]:hover{background:var(--futuristic-background-accent);border-color:var(--futuristic-accent-primary);color:var(--futuristic-accent-primary);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.attachment-link i[data-v-8682d5aa]{font-size:1rem;flex-shrink:0}.file-name[data-v-8682d5aa],.link-title[data-v-8682d5aa]{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.download-icon[data-v-8682d5aa],.link-icon[data-v-8682d5aa]{opacity:.5;font-size:.875rem}.attachment-link:hover .download-icon[data-v-8682d5aa],.attachment-link:hover .link-icon[data-v-8682d5aa]{opacity:1}.attachment-link-item[data-v-8682d5aa]{flex:1 1 auto;min-width:200px;max-width:400px}.web-link[data-v-8682d5aa]{border-color:#4299e14d}.web-link[data-v-8682d5aa]:hover{border-color:#4299e199;background:#4299e11a}.attachment-file[data-v-8682d5aa]{flex:1 1 auto;min-width:200px;max-width:300px}.item-tags-inline[data-v-8682d5aa]{display:inline-flex;gap:.375rem;flex-wrap:wrap;margin-left:.75rem}.tag-badge[data-v-8682d5aa]{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .625rem;background:var(--futuristic-background-accent);border:1px solid var(--futuristic-border-primary);border-radius:12px;color:var(--futuristic-text-tertiary);font-size:.75rem;font-weight:600;transition:all .15s ease}.tag-badge[data-v-8682d5aa]:hover{background:var(--futuristic-accent-primary);border-color:var(--futuristic-accent-primary);color:#fff}.tag-badge i[data-v-8682d5aa]{font-size:.65rem}.shared-subcategory[style*=marginLeft][data-v-8682d5aa]{--depth-offset: .5rem}.shared-subcategory[data-v-8682d5aa]{position:relative;border-left:none;margin-left:0;padding-left:0}.shared-subcategory.depth-1[data-v-8682d5aa]{margin-left:2px;padding-left:0}.shared-subcategory.depth-2[data-v-8682d5aa]{margin-left:4px;padding-left:0}.shared-subcategory.depth-3[data-v-8682d5aa]{margin-left:6px;padding-left:0}.shared-subcategory.depth-4[data-v-8682d5aa]{margin-left:8px;padding-left:0}.shared-subcategory.depth-5[data-v-8682d5aa]{margin-left:10px;padding-left:0}.shared-subcategory.depth-6[data-v-8682d5aa]{margin-left:12px;padding-left:0}.shared-subcategory.depth-7[data-v-8682d5aa]{margin-left:14px;padding-left:0}.shared-subcategory.depth-8[data-v-8682d5aa]{margin-left:16px;padding-left:0}.shared-subcategory.depth-9[data-v-8682d5aa]{margin-left:18px;padding-left:0}.shared-subcategory.depth-10[data-v-8682d5aa]{margin-left:20px;padding-left:0}.shared-subcategory.is-collapsed.depth-1[data-v-8682d5aa]:before,.shared-subcategory.is-collapsed.depth-2[data-v-8682d5aa]:before,.shared-subcategory.is-collapsed.depth-3[data-v-8682d5aa]:before,.shared-subcategory.is-collapsed.depth-4[data-v-8682d5aa]:before,.shared-subcategory.is-collapsed.depth-5[data-v-8682d5aa]:before,.shared-subcategory.is-collapsed.depth-6[data-v-8682d5aa]:before,.shared-subcategory.is-collapsed.depth-7[data-v-8682d5aa]:before,.shared-subcategory.is-collapsed.depth-8[data-v-8682d5aa]:before,.shared-subcategory.is-collapsed.depth-9[data-v-8682d5aa]:before,.shared-subcategory.is-collapsed.depth-10[data-v-8682d5aa]:before{display:none!important}.shared-subcategory.depth-1[data-v-8682d5aa]:before,.shared-subcategory.depth-2[data-v-8682d5aa]:before,.shared-subcategory.depth-3[data-v-8682d5aa]:before,.shared-subcategory.depth-4[data-v-8682d5aa]:before,.shared-subcategory.depth-5[data-v-8682d5aa]:before,.shared-subcategory.depth-6[data-v-8682d5aa]:before,.shared-subcategory.depth-7[data-v-8682d5aa]:before,.shared-subcategory.depth-8[data-v-8682d5aa]:before,.shared-subcategory.depth-9[data-v-8682d5aa]:before,.shared-subcategory.depth-10[data-v-8682d5aa]:before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.5) 8%,rgba(255,255,255,.5) 92%,transparent 100%);z-index:0;opacity:.16;transition:opacity 1s ease}.shared-subcategory.depth-1[data-v-8682d5aa]:hover:before,.shared-subcategory.depth-2[data-v-8682d5aa]:hover:before,.shared-subcategory.depth-3[data-v-8682d5aa]:hover:before,.shared-subcategory.depth-4[data-v-8682d5aa]:hover:before,.shared-subcategory.depth-5[data-v-8682d5aa]:hover:before,.shared-subcategory.depth-6[data-v-8682d5aa]:hover:before,.shared-subcategory.depth-7[data-v-8682d5aa]:hover:before,.shared-subcategory.depth-8[data-v-8682d5aa]:hover:before,.shared-subcategory.depth-9[data-v-8682d5aa]:hover:before,.shared-subcategory.depth-10[data-v-8682d5aa]:hover:before,.shared-subcategory.depth-1[data-v-8682d5aa]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-2[data-v-8682d5aa]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-3[data-v-8682d5aa]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-4[data-v-8682d5aa]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-5[data-v-8682d5aa]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-6[data-v-8682d5aa]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-7[data-v-8682d5aa]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-8[data-v-8682d5aa]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-9[data-v-8682d5aa]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-10[data-v-8682d5aa]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-1[data-v-8682d5aa]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-2[data-v-8682d5aa]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-3[data-v-8682d5aa]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-4[data-v-8682d5aa]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-5[data-v-8682d5aa]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-6[data-v-8682d5aa]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-7[data-v-8682d5aa]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-8[data-v-8682d5aa]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-9[data-v-8682d5aa]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-10[data-v-8682d5aa]:has(.shared-subcategory:hover):before{opacity:1;transition:opacity .5s ease}.depth-1 .subcategory-header[data-v-8682d5aa],.depth-2 .subcategory-header[data-v-8682d5aa],.depth-3 .subcategory-header[data-v-8682d5aa],.depth-4 .subcategory-header[data-v-8682d5aa],.depth-5 .subcategory-header[data-v-8682d5aa],.depth-6 .subcategory-header[data-v-8682d5aa],.depth-7 .subcategory-header[data-v-8682d5aa],.depth-8 .subcategory-header[data-v-8682d5aa],.depth-9 .subcategory-header[data-v-8682d5aa],.depth-10 .subcategory-header[data-v-8682d5aa]{background:transparent!important;border-radius:4px!important}.subcategory-header[data-v-8682d5aa]:hover{filter:brightness(1.05)}.progress-container[data-v-8682d5aa]{display:flex;align-items:center;gap:.75rem;margin-top:2px}.progress-bar[data-v-8682d5aa]{width:120px;height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden}.progress-fill[data-v-8682d5aa]{height:100%;background:linear-gradient(90deg,#4facfe,#00f2fe);border-radius:4px;transition:width .3s ease}.progress-text[data-v-8682d5aa]{font-size:.813rem;color:#ffffffb3;min-width:100px;text-align:right;white-space:nowrap}.inline-comment-trigger[data-v-8682d5aa]{display:inline-flex}@media (min-width: 769px){.inline-comment-trigger .comments-container[data-v-8682d5aa]{display:none}}@media (max-width: 768px){.inline-comment-trigger[data-v-8682d5aa]{margin-left:.5rem}.inline-comment-trigger .comments-container[data-v-8682d5aa]{display:none}}.attachment-dropdown-trigger[data-v-8682d5aa]{position:relative;display:inline-flex}.attachment-dropdown-btn[data-v-8682d5aa]{display:inline-flex;align-items:center;gap:.25rem;background:transparent;border:none;cursor:pointer;color:#ffffff80;font-size:.75rem;padding:0}.attachment-dropdown-btn[data-v-8682d5aa]:hover{color:var(--futuristic-accent-primary, #63b3ed)}.attachment-dropdown-btn .fa-paperclip[data-v-8682d5aa]{font-size:.75rem}.attachment-count-badge[data-v-8682d5aa]{font-size:.75rem;font-weight:500;color:inherit}.attachment-dropdown-menu[data-v-8682d5aa]{position:absolute;top:calc(100% + 8px);left:0;min-width:280px;max-width:min(400px,calc(100vw - 32px));background:#1a1f2e;border:1px solid rgba(255,255,255,.1);border-radius:8px;box-shadow:0 8px 24px #00000080;z-index:1000;overflow:hidden;animation:dropdown-fade-in-8682d5aa .15s ease}.dropdown-section[data-v-8682d5aa]{border-bottom:1px solid rgba(255,255,255,.08)}.dropdown-section[data-v-8682d5aa]:last-child{border-bottom:none}.dropdown-section-title[data-v-8682d5aa]{padding:.75rem 1rem .5rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#ffffff80}.dropdown-item[data-v-8682d5aa]{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:transparent;border:none;text-decoration:none;cursor:pointer;transition:all .15s ease;color:#ffffffb3;width:100%;text-align:left}.dropdown-item[data-v-8682d5aa]:hover{background:#ffffff0d;color:#fff}.dropdown-item[data-v-8682d5aa]:active{transform:scale(.98)}.dropdown-item i[data-v-8682d5aa]{font-size:1rem;flex-shrink:0;transition:color .15s ease;color:#63b3ed}.dropdown-item:hover i[data-v-8682d5aa]{color:#63b3ed!important}.dropdown-item-text[data-v-8682d5aa]{flex:1;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 768px){.attachment-dropdown-menu[data-v-8682d5aa]{left:0;min-width:240px;max-width:calc(100vw - 32px)}}@media (max-width: 768px){.shared-subcategory.mobile-flush.depth-1[data-v-8682d5aa]{margin-left:2px}.shared-subcategory.mobile-flush.depth-2[data-v-8682d5aa]{margin-left:4px}.shared-subcategory.mobile-flush.depth-3[data-v-8682d5aa]{margin-left:6px}.shared-subcategory.mobile-flush.depth-4[data-v-8682d5aa]{margin-left:8px}.shared-subcategory.mobile-flush.depth-5[data-v-8682d5aa]{margin-left:10px}.shared-subcategory.mobile-flush.depth-6[data-v-8682d5aa]{margin-left:12px}.shared-subcategory.mobile-flush.depth-7[data-v-8682d5aa]{margin-left:14px}.shared-subcategory.mobile-flush.depth-8[data-v-8682d5aa]{margin-left:16px}.shared-subcategory.mobile-flush.depth-9[data-v-8682d5aa]{margin-left:18px}.shared-subcategory.mobile-flush.depth-10[data-v-8682d5aa]{margin-left:20px}.shared-subcategory[data-v-8682d5aa]{position:relative!important;overflow:visible!important}}@media (max-width: 768px){.subcategory-header[data-v-8682d5aa]{padding:.875rem 1rem .875rem 0}.checklist-item-container[data-v-8682d5aa]{padding:.875rem 1rem;padding-left:calc(1rem + var(--depth-offset, 1.25rem))}.checklist-item[data-v-8682d5aa]{min-height:32px}.item-name[data-v-8682d5aa]{font-size:.9375rem}}@media (max-width: 768px){.subcategory-header[data-v-8682d5aa]{background:transparent!important;padding:8px 8px 8px 12px!important;margin:1rem 0 0!important;min-height:32px!important;border-radius:4px!important;gap:8px!important}.checklist-item-container[data-v-8682d5aa]{background:#0c0d12!important;padding:.5rem!important;position:relative!important;border-left:3px solid transparent!important;margin-left:2px!important}.checklist-item-container[data-v-8682d5aa]:before{display:block!important;left:-5px!important;top:calc(.5rem + 14px)!important}.checklist-item[data-v-8682d5aa]{min-height:28px!important;gap:4px!important;flex-wrap:wrap!important;justify-content:flex-start!important}.item-name-section[data-v-8682d5aa]{flex:1!important;max-width:100%!important}.item-qty-price-container[data-v-8682d5aa]{margin-left:auto!important;order:10!important;flex-shrink:0!important;flex-wrap:nowrap!important}.item-pricing[data-v-8682d5aa]{margin-left:auto!important;padding-left:.5rem!important;flex-shrink:0!important}.item-quantity[data-v-8682d5aa]{flex-shrink:0!important;margin-left:0!important}.subcategory-header-content[data-v-8682d5aa]{gap:8px!important}.mobile-only-comment[data-v-8682d5aa]{display:none!important}.item-attachments[data-v-8682d5aa]{padding:12px!important}.item-action-buttons[data-v-8682d5aa]{margin-left:0!important;margin-top:2px!important}.item-footer-row .mobile-quick-icons[data-v-8682d5aa]{display:flex!important;align-items:center;gap:.5rem}.checklist-item-wrapper:has(.item-footer-row) .item-quick-icons[data-v-8682d5aa]{display:none!important}.item-footer-row .item-action-buttons .inline-comment-trigger[data-v-8682d5aa]{display:flex!important;order:1!important}.item-footer-row .item-action-buttons .attachment-dropdown-trigger[data-v-8682d5aa]{order:2!important}.subcategory-checkbox[data-v-8682d5aa]{width:18px!important;height:18px!important;margin-right:10px!important}.checklist-item input[type=checkbox][data-v-8682d5aa]{width:18px!important;height:18px!important;margin-right:10px!important;margin-top:0!important}.subcategory-title[data-v-8682d5aa]{font-size:1.15rem!important;font-weight:600!important}.item-name[data-v-8682d5aa]{font-size:1rem!important}.item-quantity[data-v-8682d5aa]{font-size:11px!important;padding:2px 4px!important}.collapse-arrow[data-v-8682d5aa]{font-size:10px!important;margin-left:6px!important;margin-right:0!important}.subcategory-header-content[data-v-8682d5aa]{gap:4px!important}.item-count[data-v-8682d5aa],.progress-text[data-v-8682d5aa]{font-size:11px!important}.item-count.hide-on-mobile-expanded[data-v-8682d5aa]{display:none!important}}@media (max-width: 480px){.subcategory-header[data-v-8682d5aa]{padding:.75rem .875rem .75rem 0}.subcategory-title[data-v-8682d5aa]{font-size:1.15rem!important}.checklist-item-container[data-v-8682d5aa]{padding:.75rem .875rem}.checklist-item[data-v-8682d5aa]{gap:.75rem}.item-name[data-v-8682d5aa]{font-size:.875rem}.item-quantity[data-v-8682d5aa]{font-size:.75rem}}.light-mode .shared-subcategory.depth-1[data-v-8682d5aa]:before,.light-mode .shared-subcategory.depth-2[data-v-8682d5aa]:before,.light-mode .shared-subcategory.depth-3[data-v-8682d5aa]:before,.light-mode .shared-subcategory.depth-4[data-v-8682d5aa]:before,.light-mode .shared-subcategory.depth-5[data-v-8682d5aa]:before,.light-mode .shared-subcategory.depth-6[data-v-8682d5aa]:before,.light-mode .shared-subcategory.depth-7[data-v-8682d5aa]:before,.light-mode .shared-subcategory.depth-8[data-v-8682d5aa]:before,.light-mode .shared-subcategory.depth-9[data-v-8682d5aa]:before,.light-mode .shared-subcategory.depth-10[data-v-8682d5aa]:before{background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.4) 8%,rgba(0,0,0,.4) 92%,transparent 100%);opacity:.25;transition:opacity 1s ease}.light-mode .shared-subcategory.depth-1[data-v-8682d5aa]:hover:before,.light-mode .shared-subcategory.depth-2[data-v-8682d5aa]:hover:before,.light-mode .shared-subcategory.depth-3[data-v-8682d5aa]:hover:before,.light-mode .shared-subcategory.depth-4[data-v-8682d5aa]:hover:before,.light-mode .shared-subcategory.depth-5[data-v-8682d5aa]:hover:before,.light-mode .shared-subcategory.depth-6[data-v-8682d5aa]:hover:before,.light-mode .shared-subcategory.depth-7[data-v-8682d5aa]:hover:before,.light-mode .shared-subcategory.depth-8[data-v-8682d5aa]:hover:before,.light-mode .shared-subcategory.depth-9[data-v-8682d5aa]:hover:before,.light-mode .shared-subcategory.depth-10[data-v-8682d5aa]:hover:before,.light-mode .shared-subcategory.depth-1[data-v-8682d5aa]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-2[data-v-8682d5aa]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-3[data-v-8682d5aa]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-4[data-v-8682d5aa]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-5[data-v-8682d5aa]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-6[data-v-8682d5aa]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-7[data-v-8682d5aa]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-8[data-v-8682d5aa]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-9[data-v-8682d5aa]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-10[data-v-8682d5aa]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-1[data-v-8682d5aa]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-2[data-v-8682d5aa]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-3[data-v-8682d5aa]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-4[data-v-8682d5aa]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-5[data-v-8682d5aa]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-6[data-v-8682d5aa]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-7[data-v-8682d5aa]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-8[data-v-8682d5aa]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-9[data-v-8682d5aa]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-10[data-v-8682d5aa]:has(.shared-subcategory:hover):before{opacity:1;transition:opacity .5s ease}.light-mode .subcategory-header[data-v-8682d5aa]:hover{background:transparent}.light-mode .subcategory-header.is-collapsed[data-v-8682d5aa]{background:transparent!important;border:1px solid rgba(0,0,0,.1)}.light-mode .subcategory-header.is-collapsed[data-v-8682d5aa]:hover{background:transparent!important;border-color:#0006}.light-mode .checklist-item-container[data-v-8682d5aa]:hover,.light-mode .checklist-item-container.note-open[data-v-8682d5aa]{background:#0000000d}.light-mode .checklist-item-container[data-v-8682d5aa]:before{background:#0000001a}.light-mode .checklist-item-container[data-v-8682d5aa]:hover:before,.light-mode .checklist-item-container.note-open[data-v-8682d5aa]:before{background:#0006}@media (hover: none){.shared-subcategory.active-tap.depth-1[data-v-8682d5aa]:before,.shared-subcategory.active-tap.depth-2[data-v-8682d5aa]:before,.shared-subcategory.active-tap.depth-3[data-v-8682d5aa]:before,.shared-subcategory.active-tap.depth-4[data-v-8682d5aa]:before,.shared-subcategory.active-tap.depth-5[data-v-8682d5aa]:before,.shared-subcategory.active-tap.depth-6[data-v-8682d5aa]:before,.shared-subcategory.active-tap.depth-7[data-v-8682d5aa]:before,.shared-subcategory.active-tap.depth-8[data-v-8682d5aa]:before,.shared-subcategory.active-tap.depth-9[data-v-8682d5aa]:before,.shared-subcategory.active-tap.depth-10[data-v-8682d5aa]:before{background:#ffffff80}.light-mode .shared-subcategory.active-tap.depth-1[data-v-8682d5aa]:before,.light-mode .shared-subcategory.active-tap.depth-2[data-v-8682d5aa]:before,.light-mode .shared-subcategory.active-tap.depth-3[data-v-8682d5aa]:before,.light-mode .shared-subcategory.active-tap.depth-4[data-v-8682d5aa]:before,.light-mode .shared-subcategory.active-tap.depth-5[data-v-8682d5aa]:before,.light-mode .shared-subcategory.active-tap.depth-6[data-v-8682d5aa]:before,.light-mode .shared-subcategory.active-tap.depth-7[data-v-8682d5aa]:before,.light-mode .shared-subcategory.active-tap.depth-8[data-v-8682d5aa]:before,.light-mode .shared-subcategory.active-tap.depth-9[data-v-8682d5aa]:before,.light-mode .shared-subcategory.active-tap.depth-10[data-v-8682d5aa]:before{background:#0006}.shared-subcategory.active-tap>.subcategory-header-container>.subcategory-header[data-v-8682d5aa],.checklist-item-container.active-tap[data-v-8682d5aa]{background:#ffffff1f}.light-mode .shared-subcategory.active-tap>.subcategory-header-container>.subcategory-header[data-v-8682d5aa],.light-mode .checklist-item-container.active-tap[data-v-8682d5aa]{background:#0000000d}}[data-v-4299aab4]:root{--futuristic-accent-primary: #63b3ed;--futuristic-accent-secondary: #68d391;--futuristic-accent-tertiary: #90cdf4;--futuristic-text-primary: #e2e8f0;--futuristic-text-secondary: #a0aec0;--futuristic-text-tertiary: #718096;--futuristic-text-heading: #ffffff;--futuristic-text-muted: #a0aec0;--futuristic-text-black: #0c0d12;--futuristic-text-white: #ffffff;--futuristic-text-on-accent: #ffffff;--futuristic-text-on-dark: #e2e8f0;--futuristic-text-success: #68d391;--futuristic-text-warning: #f6e05e;--futuristic-text-danger: #fc8181;--futuristic-text-info: #4fd1c5;--futuristic-text-link: #63b3ed;--futuristic-text-link-hover: #90cdf4;--futuristic-text-tooltip: #ffffff;--futuristic-background-primary: #0c0d12;--futuristic-background-secondary: #1a2332;--futuristic-background-tertiary: #232d3d;--futuristic-background-input: var(--futuristic-background-secondary);--futuristic-background-modal-content: var(--futuristic-panel-background);--futuristic-background-button: transparent;--futuristic-background-button-hover: rgba(74, 85, 104, .05);--futuristic-background-accent: rgba(99, 179, 237, .12);--futuristic-background-accent-hover: rgba(99, 179, 237, .18);--futuristic-background-success: rgba(56, 161, 105, .1);--futuristic-background-success-hover: rgba(56, 161, 105, .15);--futuristic-background-warning: rgba(246, 224, 94, .1);--futuristic-background-warning-hover: rgba(246, 224, 94, .15);--futuristic-background-danger: rgba(245, 101, 101, .1);--futuristic-background-danger-hover: rgba(245, 101, 101, .15);--futuristic-background-info: rgba(79, 209, 197, .1);--futuristic-background-info-hover: rgba(79, 209, 197, .15);--futuristic-background-tooltip: rgba(26, 32, 44, .9);--futuristic-panel-background: rgba(255, 255, 255, .85);--futuristic-modal-backdrop: rgba(15, 20, 35, .55);--futuristic-background-scrollbar-track: transparent;--futuristic-background-scrollbar-thumb: rgba(255, 255, 255, .2);--futuristic-background-scrollbar-thumb-hover: rgba(255, 255, 255, .35);--futuristic-border-primary: #e2e8f0;--futuristic-border-secondary: #cbd5e0;--futuristic-border-accent: var(--futuristic-accent-primary);--futuristic-border-accent-hover: #90cdf4;--futuristic-border-input: var(--futuristic-border-secondary);--futuristic-border-input-focus: var(--futuristic-accent-primary);--futuristic-border-success: #68d391;--futuristic-border-success-hover: #48bb78;--futuristic-border-warning: #f6e05e;--futuristic-border-warning-hover: #ecc94b;--futuristic-border-danger: #fc8181;--futuristic-border-danger-hover: #f56565;--futuristic-border-info: #4fd1c5;--futuristic-border-info-hover: #38b2ac;--futuristic-icon: var(--futuristic-text-tertiary);--futuristic-icon-hover: var(--futuristic-accent-primary);--futuristic-icon-delete: var(--futuristic-text-tertiary);--futuristic-icon-delete-hover: var(--futuristic-text-danger);--futuristic-icon-has-note: var(--futuristic-text-info);--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--futuristic-border-radius: 5px;--futuristic-border-radius-sm: 4px;--futuristic-border-radius-large: 8px;--radius-pill: 9999px;--futuristic-shadow-soft: 0 4px 10px rgba(0, 0, 0, .2);--futuristic-shadow-medium: 0 6px 15px rgba(0, 0, 0, .25);--futuristic-shadow-active: 0 8px 20px rgba(0, 0, 0, .3);--futuristic-shadow-modal: 0 12px 40px rgba(0, 0, 0, .4);--futuristic-shadow-inset: inset 0 1px 3px rgba(0, 0, 0, .3);--futuristic-accent-gradient: linear-gradient(135deg, #90cdf4, #63b3ed);--futuristic-secondary-gradient: linear-gradient(135deg, #9ae6b4, #68d391);--futuristic-warning-gradient: linear-gradient(135deg, #faf089, #f6e05e);--futuristic-danger-gradient: linear-gradient(135deg, #fc8181, #f56565);--futuristic-info-gradient: linear-gradient(135deg, #81e6d9, #4fd1c5);--futuristic-accent-glow: rgba(99, 179, 237, .3);--futuristic-active-glow-strong: 0 0 12px rgba(99, 179, 237, .5);--futuristic-success-glow-strong: 0 0 12px rgba(56, 161, 105, .5);--futuristic-warning-glow-strong: 0 0 12px rgba(246, 224, 94, .5);--futuristic-danger-glow-strong: 0 0 12px rgba(245, 101, 101, .5);--futuristic-focus-ring: 0 0 0 3px rgba(99, 179, 237, .4);--futuristic-transition-speed: .2s;--futuristic-transition-timing: ease-in-out;--transition-speed-fast: .15s;--transition-speed-normal: .3s;--transition-speed-slow: .5s;--header-height: 60px;--sidebar-width: 250px;--sidebar-collapsed-width: 70px;--futuristic-backdrop-blur: 6px;--futuristic-progress-bar-bg: var(--futuristic-border-primary);--futuristic-progress-bar-fill: var(--futuristic-accent-primary);--futuristic-checklist-progress-fill: var(--futuristic-accent-secondary);--category-bg: var(--futuristic-background-secondary);--category-header-bg: var(--futuristic-background-tertiary);--item-bg: var(--futuristic-background-secondary);--item-hover-bg: var(--futuristic-background-tertiary);--item-checked-bg: rgba(25, 135, 84, .1);--progress-bg: var(--futuristic-background-tertiary);--progress-fill: var(--futuristic-accent-secondary);--btn-bg: var(--futuristic-background-tertiary);--btn-hover: var(--futuristic-background-secondary);--btn-active: var(--futuristic-accent-primary);--btn-text: var(--futuristic-text-primary);--input-bg: var(--futuristic-background-secondary);--input-border: var(--futuristic-border-secondary);--input-text: var(--futuristic-text-primary);--input-placeholder: var(--futuristic-text-muted)}.dark-mode[data-v-4299aab4],[data-theme=dark][data-v-4299aab4]{--futuristic-accent-primary: #3182ce;--futuristic-accent-secondary: #38a169;--futuristic-accent-tertiary: #4fd1c5;--futuristic-text-primary: #e2e8f0;--futuristic-text-secondary: #a0aec0;--futuristic-text-tertiary: #718096;--futuristic-text-heading: #ffffff;--futuristic-text-muted: #718096;--futuristic-text-on-accent: #ffffff;--futuristic-text-on-dark: #e2e8f0;--futuristic-text-success: #68d391;--futuristic-text-warning: #f6e05e;--futuristic-text-danger: #fc8181;--futuristic-text-info: #4fd1c5;--futuristic-text-link: #63b3ed;--futuristic-text-link-hover: #90cdf4;--futuristic-text-tooltip: #ffffff;--futuristic-background-primary: #0c0d12;--futuristic-background-secondary: #1a2332;--futuristic-background-tertiary: #232d3d;--futuristic-background-input: var(--futuristic-background-secondary);--futuristic-background-button-hover: rgba(160, 174, 192, .1);--futuristic-background-accent: rgba(49, 130, 206, .08);--futuristic-background-accent-hover: rgba(49, 130, 206, .12);--futuristic-background-success: rgba(104, 211, 145, .1);--futuristic-background-success-hover: rgba(104, 211, 145, .15);--futuristic-background-warning: rgba(236, 201, 75, .1);--futuristic-background-warning-hover: rgba(236, 201, 75, .15);--futuristic-background-danger: rgba(229, 62, 62, .1);--futuristic-background-danger-hover: rgba(229, 62, 62, .15);--futuristic-background-info: rgba(49, 151, 149, .1);--futuristic-background-info-hover: rgba(49, 151, 149, .15);--futuristic-background-tooltip: rgba(226, 232, 240, .9);--futuristic-panel-background: rgba(45, 55, 72, .85);--futuristic-modal-backdrop: rgba(10, 12, 18, .75);--futuristic-background-scrollbar-thumb: rgba(0, 0, 0, .18);--futuristic-background-scrollbar-thumb-hover: rgba(0, 0, 0, .35);--futuristic-border-primary: #4a5568;--futuristic-border-secondary: #718096;--futuristic-border-accent-hover: #2b6cb0;--futuristic-border-success: #38a169;--futuristic-border-success-hover: #2f855a;--futuristic-border-warning: #ecc94b;--futuristic-border-warning-hover: #ddb34a;--futuristic-border-danger: #e53e3e;--futuristic-border-danger-hover: #c53030;--futuristic-border-info: #319795;--futuristic-border-info-hover: #2c7a7b;--futuristic-shadow-soft: 0 2px 5px rgba(74, 85, 104, .08);--futuristic-shadow-medium: 0 4px 10px rgba(74, 85, 104, .1);--futuristic-shadow-active: 0 5px 15px rgba(74, 85, 104, .12);--futuristic-shadow-modal: 0 10px 30px rgba(26, 32, 44, .15);--futuristic-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .06);--futuristic-accent-gradient: linear-gradient(135deg, #4299e1, #3182ce);--futuristic-secondary-gradient: linear-gradient(135deg, #48bb78, #38a169);--futuristic-warning-gradient: linear-gradient(135deg, #f6e05e, #ecc94b);--futuristic-danger-gradient: linear-gradient(135deg, #f56565, #e53e3e);--futuristic-info-gradient: linear-gradient(135deg, #4fd1c5, #319795);--futuristic-accent-glow: rgba(49, 130, 206, .3);--futuristic-active-glow-strong: 0 0 12px rgba(49, 130, 206, .5);--futuristic-success-glow-strong: 0 0 12px rgba(104, 211, 145, .5);--futuristic-warning-glow-strong: 0 0 12px rgba(236, 201, 75, .5);--futuristic-danger-glow-strong: 0 0 12px rgba(229, 62, 62, .5);--futuristic-focus-ring: 0 0 0 3px rgba(49, 130, 206, .3);--category-bg: #2a2a2a;--category-header-bg: #333;--item-bg: #333;--item-hover-bg: #3a3a3a;--input-bg: #1e1e1e;--btn-bg: #444;--btn-hover: #555}.futuristic-accent-primary[data-v-4299aab4]{color:var(--futuristic-accent-primary)}.futuristic-accent-secondary[data-v-4299aab4]{color:var(--futuristic-accent-secondary)}.futuristic-accent-tertiary[data-v-4299aab4]{color:var(--futuristic-accent-tertiary)}.futuristic-text-success[data-v-4299aab4]{color:var(--futuristic-text-success)}.futuristic-text-warning[data-v-4299aab4]{color:var(--futuristic-text-warning)}.futuristic-text-danger[data-v-4299aab4]{color:var(--futuristic-text-danger)}.futuristic-text-info[data-v-4299aab4]{color:var(--futuristic-text-info)}.futuristic-bg-accent[data-v-4299aab4]{background-color:var(--futuristic-background-accent)}.futuristic-bg-success[data-v-4299aab4]{background-color:var(--futuristic-background-success)}.futuristic-bg-warning[data-v-4299aab4]{background-color:var(--futuristic-background-warning)}.futuristic-bg-danger[data-v-4299aab4]{background-color:var(--futuristic-background-danger)}.futuristic-bg-info[data-v-4299aab4]{background-color:var(--futuristic-background-info)}.futuristic-border-accent[data-v-4299aab4]{border-color:var(--futuristic-border-accent)}.futuristic-border-success[data-v-4299aab4]{border-color:var(--futuristic-border-success)}.futuristic-border-warning[data-v-4299aab4]{border-color:var(--futuristic-border-warning)}.futuristic-border-danger[data-v-4299aab4]{border-color:var(--futuristic-border-danger)}.futuristic-border-info[data-v-4299aab4]{border-color:var(--futuristic-border-info)}.shared-subcategory[data-v-4299aab4]{margin-top:0;padding-left:0;border-left:none}.subcategory-header[data-v-4299aab4]{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:3px 1.25rem 3px 0;margin:1rem 0 0;background:transparent;border-radius:4px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background .15s ease;min-height:32px}.subcategory-header[data-v-4299aab4]:hover{background:transparent}.subcategory-header.is-collapsed[data-v-4299aab4]{background:transparent!important;border:1px solid rgba(255,255,255,.08);border-radius:4px}.subcategory-header.is-collapsed[data-v-4299aab4]:hover{background:transparent!important;border-color:#ffffff80}.subcategory-header[data-v-4299aab4]:active{background:var(--futuristic-background-accent)}.subcategory-header-content[data-v-4299aab4]{display:flex;align-items:center;gap:.75rem;flex:1}@media (min-width: 769px){.subcategory-header-content.no-checkbox[data-v-4299aab4]{padding-left:16px}}@media (max-width: 768px){.subcategory-header-content.no-checkbox[data-v-4299aab4]{padding-left:0}}.subcategory-title-section[data-v-4299aab4]{flex:1;display:flex;flex-direction:column;gap:.25rem;padding:0;margin:0}.subcategory-actions[data-v-4299aab4]{display:flex;align-items:center;gap:.5rem}.subcategory-meta-inline[data-v-4299aab4],.progress-container-inline[data-v-4299aab4]{display:flex;align-items:center}.collapse-arrow[data-v-4299aab4]{color:var(--futuristic-text-secondary);transition:opacity .2s ease,color .2s ease;display:inline-block;margin-left:8px;font-size:.7em;vertical-align:middle;opacity:.6;font-weight:600}.collapse-arrow.hidden[data-v-4299aab4]{opacity:0;pointer-events:none}.subcategory-header:hover .collapse-arrow[data-v-4299aab4]{color:var(--futuristic-text-primary)}.subcategory-meta[data-v-4299aab4]{margin-top:.1rem}.item-count[data-v-4299aab4]{color:var(--futuristic-text-tertiary);font-size:.75rem;font-weight:500}@media (min-width: 769px){.subcategory-header .subcategory-actions .item-count[data-v-4299aab4],.subcategory-header .subcategory-actions .inline-comment-trigger[data-v-4299aab4],.subcategory-header .subcategory-meta-inline .item-count[data-v-4299aab4],.subcategory-header .subcategory-meta-inline .progress-container-inline[data-v-4299aab4],.subcategory-header .subcategory-meta-inline .progress-text[data-v-4299aab4]{opacity:0!important;transition:opacity .15s ease}.subcategory-header:hover .subcategory-actions .item-count[data-v-4299aab4],.subcategory-header:hover .subcategory-actions .inline-comment-trigger[data-v-4299aab4],.subcategory-header:hover .subcategory-meta-inline .item-count[data-v-4299aab4],.subcategory-header:hover .subcategory-meta-inline .progress-container-inline[data-v-4299aab4],.subcategory-header:hover .subcategory-meta-inline .progress-text[data-v-4299aab4]{opacity:1!important}.subcategory-header .inline-comment-trigger[data-v-4299aab4]:has(.has-comments),.subcategory-header .inline-comment-trigger[data-v-4299aab4]:has(.all-resolved){opacity:1!important}}.subcategory-checkbox[data-v-4299aab4]{width:18px;height:18px;cursor:pointer;flex-shrink:0;accent-color:var(--futuristic-accent-primary, #60a5fa);margin-left:0}@media (min-width: 769px){.subcategory-checkbox[data-v-4299aab4]{width:20px!important;height:20px!important}}.subcategory-title[data-v-4299aab4]{margin:0;color:var(--futuristic-text-heading);font-weight:600;font-size:1.125rem;letter-spacing:-.01em;word-break:keep-all;overflow-wrap:normal;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}.subcategory-title.completed-title[data-v-4299aab4]{text-decoration:line-through;opacity:.6}.subcategory-items[data-v-4299aab4]{display:flex;flex-direction:column;gap:0}.expand-enter-active[data-v-4299aab4]{animation:teleportIn-4299aab4 .18s cubic-bezier(.16,1,.3,1)}.expand-leave-active[data-v-4299aab4]{animation:teleportOut-4299aab4 .12s cubic-bezier(.7,0,.84,0)}@keyframes teleportIn-4299aab4{0%{opacity:0;filter:blur(4px);transform:translateY(-4px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}@keyframes teleportOut-4299aab4{0%{opacity:1;filter:blur(0);transform:translateY(0)}to{opacity:0;filter:blur(4px);transform:translateY(-4px)}}@keyframes tickHighlight-4299aab4{0%{background:#ffffff14}to{background:#ffffff80}}@keyframes hierarchyFadeIn-4299aab4{0%{opacity:0}to{opacity:1}}@keyframes hierarchyHighlight-4299aab4{0%{background:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.08) 8%,rgba(255,255,255,.08) 92%,transparent 100%)}to{background:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.5) 8%,rgba(255,255,255,.5) 92%,transparent 100%)}}@keyframes dropdown-fade-in-4299aab4{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.checklist-item-container[data-v-4299aab4]{display:flex;flex-direction:column;padding:0 1rem 0 0;background:transparent;transition:background 1s ease,border-left-color 1s ease;position:relative;border-left:3px solid transparent}.checklist-item-container.note-open[data-v-4299aab4]{background:#eab30814;border-left-color:#eab308}.checklist-item-container[data-v-4299aab4]:before{content:"";position:absolute;left:-16px;top:50%;transform:translateY(-50%);width:8px;height:1px;background:#ffffff14;transition:background 1s ease}.checklist-item-container[data-v-4299aab4]:hover:before{background:#ffffff80;transition:background .5s ease}.checklist-item-container.note-open[data-v-4299aab4]:before{display:none}.checklist-item-container.note-open[data-v-4299aab4]{background:#ffffff1f}@media (max-width: 768px){.checklist-item-container[data-v-4299aab4]:before{display:block;top:50%;transform:translateY(-50%)}}.checklist-item-container[data-v-4299aab4]:hover{background:#ffffff1f;transition:background .5s ease,border-left-color .5s ease}.checklist-item[data-v-4299aab4]{display:flex;align-items:center;gap:10px;background:transparent;min-height:32px}@media (min-width: 769px){.mobile-only-comment[data-v-4299aab4]{display:none!important}}.checklist-item[data-v-4299aab4]:last-child{border-bottom:none}.checklist-item[data-v-4299aab4]:active{background:var(--futuristic-background-tertiary)}.checklist-item input[type=checkbox][data-v-4299aab4]{width:16px;height:16px;cursor:pointer;flex-shrink:0;accent-color:var(--futuristic-accent-primary, #60a5fa);margin-top:.125rem;margin-left:0}@media (min-width: 769px){.checklist-item input[type=checkbox][data-v-4299aab4]{width:18px!important;height:18px!important}}.item-name-section[data-v-4299aab4]{display:flex;flex-direction:column;gap:.25rem;flex:1;cursor:pointer}.item-footer-row[data-v-4299aab4]{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-left:0;margin-bottom:.25rem}.item-action-buttons[data-v-4299aab4]{display:flex;flex-direction:row;align-items:center;gap:.75rem}.mobile-price-notes-row[data-v-4299aab4]{display:flex;align-items:center;gap:.5rem}.item-action-buttons .attachment-dropdown-trigger[data-v-4299aab4],.item-action-buttons .inline-comment-trigger[data-v-4299aab4]{padding:0;margin:0}.item-name[data-v-4299aab4]{flex:1;color:var(--futuristic-text-primary);font-size:1rem;line-height:1.5;font-weight:500}@media (min-width: 769px){.item-name[data-v-4299aab4]{font-size:1rem}}.item-dates[data-v-4299aab4]{display:flex;gap:.5rem;flex-wrap:wrap}.item-date[data-v-4299aab4]{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--futuristic-text-tertiary);background:#4facfe1a;padding:.125rem .5rem;border-radius:4px;border:1px solid rgba(79,172,254,.2)}.item-date i[data-v-4299aab4]{font-size:.7rem;opacity:.8}.date-label[data-v-4299aab4]{font-weight:600;opacity:.9}.item-dates-row[data-v-4299aab4]{display:flex;gap:.5rem;flex-wrap:wrap}.show-strikethrough .checklist-item:has(input[type=checkbox]:checked) .item-name[data-v-4299aab4]{text-decoration:line-through;color:#ffffff80}.item-quantity[data-v-4299aab4]{color:var(--futuristic-accent-primary);font-weight:600;font-size:.8125rem;padding:.25rem .5rem;background:var(--futuristic-background-accent);border-radius:5px}.item-quick-icons[data-v-4299aab4]{display:flex;align-items:center;gap:4px;margin-left:auto;flex-shrink:0}.mobile-quick-icons[data-v-4299aab4]{display:none;align-items:center;gap:.5rem}.quick-icon[data-v-4299aab4]{width:24px;height:24px;border:none;background:transparent;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;font-size:12px;padding:0}.quick-icon[data-v-4299aab4]:hover{background:#ffffff1a}.quick-icon[data-v-4299aab4]:active{transform:scale(.95)}.quick-icon.note-icon[data-v-4299aab4]{color:#eab308}.quick-icon.note-icon[data-v-4299aab4]:hover{color:#facc15;background:#eab30826}.quick-icon.attachment-icon[data-v-4299aab4]{color:#ffffff80}.quick-icon.attachment-icon[data-v-4299aab4]:hover{color:#fffc;background:#ffffff1a}.item-qty-price-container[data-v-4299aab4]{display:inline-flex;align-items:center;gap:.5rem;margin-left:auto}.item-unit-price[data-v-4299aab4]{font-size:.8125rem;font-weight:400;color:#fff9}.item-total-price[data-v-4299aab4]{display:inline-flex;align-items:center;gap:.25rem;font-size:.8125rem;font-weight:600;padding:.25rem .5rem;border-radius:5px;background:var(--futuristic-background-success);color:var(--futuristic-text-success)}.item-notes[data-v-4299aab4]{margin:0 8px 8px 0;padding:.5rem;background:#1e2026e6;border-radius:6px;border:none;font-size:13px;color:#ffffffe6;transition:background .15s ease;cursor:pointer;position:relative;max-height:120px;overflow:visible}.item-notes[data-v-4299aab4]:hover{background:#282a30f2}.show-strikethrough .item-notes[data-v-4299aab4]{margin-left:0}.tap-indicator[data-v-4299aab4]{display:none}.inline-expand-btn[data-v-4299aab4]{position:absolute;bottom:-12px;left:50%;transform:translate(-50%);padding:4px 12px;background:#1e2026f2;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#ffffffb3;font-size:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease,background .2s ease,color .2s ease;z-index:10;opacity:0;pointer-events:none}.item-notes:hover .inline-expand-btn[data-v-4299aab4],.inline-expand-btn.is-visible[data-v-4299aab4]{opacity:1;pointer-events:auto}.inline-expand-btn.is-visible[data-v-4299aab4]{border-color:#ffffff80}.inline-expand-btn[data-v-4299aab4]:hover{background:#282d37f2;color:#fffffff2}.inline-expand-btn[data-v-4299aab4]:active,.inline-expand-btn[data-v-4299aab4]:focus{transform:translate(-50%);outline:none}.light-mode .inline-expand-btn[data-v-4299aab4]{background:#ffffffe6;border-color:#00000026;color:#00000080}.light-mode .inline-expand-btn[data-v-4299aab4]:hover{background:#fff;color:#000000e6}.item-notes.is-inline-expanded[data-v-4299aab4]{max-height:2000px;padding-bottom:40px;cursor:default;pointer-events:auto;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;overflow-y:auto}.item-notes.is-inline-expanded .note-content[data-v-4299aab4]{max-height:none!important;overflow:visible!important;-webkit-line-clamp:unset!important;display:block!important;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;cursor:text}.item-notes.is-inline-expanded .tap-indicator[data-v-4299aab4]{display:none}.item-notes.is-truncated .note-section[data-v-4299aab4]:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2em;background:linear-gradient(to bottom,transparent 0%,rgba(30,32,38,.3) 30%,rgba(30,32,38,.95) 100%);pointer-events:none;z-index:2}.light-mode .item-notes.is-truncated .note-section[data-v-4299aab4]:after{background:linear-gradient(to bottom,transparent 0%,rgba(245,245,245,.3) 30%,#f5f5f5 100%)}@media (max-width: 768px){.item-notes[data-v-4299aab4]{width:calc(100% - 1rem);max-width:calc(100% - 1rem);margin:0 .5rem 8px;padding-left:0;padding-right:0;overflow:hidden}}@media (max-width: 926px) and (orientation: landscape){.item-notes.is-inline-expanded[data-v-4299aab4]{max-height:100vh!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch}}@media (min-width: 769px){.item-notes.is-inline-expanded[data-v-4299aab4]{max-height:70vh;overflow-y:auto}}.note-section[data-v-4299aab4]{position:relative;margin-bottom:8px;padding:0 .5rem}.note-section[data-v-4299aab4]:last-child{margin-bottom:0}.note-label[data-v-4299aab4]{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#ffffff80;margin-bottom:4px}.note-label i[data-v-4299aab4]{font-size:9px}.prechecklist-note .note-label[data-v-4299aab4]{color:var(--prechecklist-note-color, #60a5fa)}.checklist-note .note-label[data-v-4299aab4]{color:#fbbf24cc}.note-content[data-v-4299aab4]{margin:0;padding:0;background:transparent;color:#ffffffb3;font-size:13px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:5.6em;border-radius:4px;overflow-x:auto;max-width:100%}.note-content table[data-v-4299aab4]{max-width:100%;overflow-x:auto;display:table;border-collapse:collapse;width:100%;margin:.5rem 0}.note-content table th[data-v-4299aab4],.note-content table td[data-v-4299aab4]{border:1px solid var(--futuristic-border-primary);padding:.5rem}.note-content table th[data-v-4299aab4]{background:var(--futuristic-background-tertiary);font-weight:600}.prechecklist-note .note-content[data-v-4299aab4]{border-left-color:var(--futuristic-accent-primary)}.checklist-note .note-content[data-v-4299aab4]{border-left-color:var(--futuristic-text-warning)}.item-pricing[data-v-4299aab4]{display:inline-flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-left:auto;padding-left:1rem}.price-value[data-v-4299aab4],.cost-value[data-v-4299aab4],.discount-value[data-v-4299aab4],.total-value[data-v-4299aab4]{display:inline-flex;align-items:center;gap:.25rem;font-size:.8125rem;font-weight:600;padding:.25rem .5rem;border-radius:5px}.price-value[data-v-4299aab4]{background:var(--futuristic-background-success);color:var(--futuristic-text-success)}.price-value i[data-v-4299aab4]{font-size:.7rem}.cost-value[data-v-4299aab4]{background:var(--futuristic-background-tertiary);color:var(--futuristic-text-tertiary)}.discount-value[data-v-4299aab4]{background:var(--futuristic-background-warning);color:var(--futuristic-text-warning)}.total-value[data-v-4299aab4]{background:var(--futuristic-background-accent);color:var(--futuristic-accent-primary);font-weight:400}.item-attachments[data-v-4299aab4]{padding:.75rem 1.25rem .75rem calc(3.5rem + var(--depth-offset, .5rem))}.attachment-list[data-v-4299aab4]{display:flex;gap:.75rem;flex-wrap:wrap}.attachment-item[data-v-4299aab4]{position:relative}.attachment-thumbnail[data-v-4299aab4]{width:80px;height:80px;-o-object-fit:cover;object-fit:cover;border-radius:6px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;border:2px solid var(--futuristic-border-primary)}.attachment-thumbnail[data-v-4299aab4]:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003;border-color:var(--futuristic-accent-primary)}.attachment-link[data-v-4299aab4]{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--futuristic-background-secondary);border:1px solid var(--futuristic-border-primary);border-radius:8px;text-decoration:none;color:var(--futuristic-text-secondary);font-size:.875rem;transition:all .2s ease}.attachment-link[data-v-4299aab4]:hover{background:var(--futuristic-background-accent);border-color:var(--futuristic-accent-primary);color:var(--futuristic-accent-primary);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.attachment-link i[data-v-4299aab4]{font-size:1rem;flex-shrink:0}.file-name[data-v-4299aab4],.link-title[data-v-4299aab4]{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.download-icon[data-v-4299aab4],.link-icon[data-v-4299aab4]{opacity:.5;font-size:.875rem}.attachment-link:hover .download-icon[data-v-4299aab4],.attachment-link:hover .link-icon[data-v-4299aab4]{opacity:1}.attachment-link-item[data-v-4299aab4]{flex:1 1 auto;min-width:200px;max-width:400px}.web-link[data-v-4299aab4]{border-color:#4299e14d}.web-link[data-v-4299aab4]:hover{border-color:#4299e199;background:#4299e11a}.attachment-file[data-v-4299aab4]{flex:1 1 auto;min-width:200px;max-width:300px}.item-tags-inline[data-v-4299aab4]{display:inline-flex;gap:.375rem;flex-wrap:wrap;margin-left:.75rem}.tag-badge[data-v-4299aab4]{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .625rem;background:var(--futuristic-background-accent);border:1px solid var(--futuristic-border-primary);border-radius:12px;color:var(--futuristic-text-tertiary);font-size:.75rem;font-weight:600;transition:all .15s ease}.tag-badge[data-v-4299aab4]:hover{background:var(--futuristic-accent-primary);border-color:var(--futuristic-accent-primary);color:#fff}.tag-badge i[data-v-4299aab4]{font-size:.65rem}.shared-subcategory[style*=marginLeft][data-v-4299aab4]{--depth-offset: .5rem}.shared-subcategory[data-v-4299aab4]{position:relative;border-left:none;margin-left:0;padding-left:0}.shared-subcategory.depth-1[data-v-4299aab4]{margin-left:2px;padding-left:0}.shared-subcategory.depth-2[data-v-4299aab4]{margin-left:4px;padding-left:0}.shared-subcategory.depth-3[data-v-4299aab4]{margin-left:6px;padding-left:0}.shared-subcategory.depth-4[data-v-4299aab4]{margin-left:8px;padding-left:0}.shared-subcategory.depth-5[data-v-4299aab4]{margin-left:10px;padding-left:0}.shared-subcategory.depth-6[data-v-4299aab4]{margin-left:12px;padding-left:0}.shared-subcategory.depth-7[data-v-4299aab4]{margin-left:14px;padding-left:0}.shared-subcategory.depth-8[data-v-4299aab4]{margin-left:16px;padding-left:0}.shared-subcategory.depth-9[data-v-4299aab4]{margin-left:18px;padding-left:0}.shared-subcategory.depth-10[data-v-4299aab4]{margin-left:20px;padding-left:0}.shared-subcategory.is-collapsed.depth-1[data-v-4299aab4]:before,.shared-subcategory.is-collapsed.depth-2[data-v-4299aab4]:before,.shared-subcategory.is-collapsed.depth-3[data-v-4299aab4]:before,.shared-subcategory.is-collapsed.depth-4[data-v-4299aab4]:before,.shared-subcategory.is-collapsed.depth-5[data-v-4299aab4]:before,.shared-subcategory.is-collapsed.depth-6[data-v-4299aab4]:before,.shared-subcategory.is-collapsed.depth-7[data-v-4299aab4]:before,.shared-subcategory.is-collapsed.depth-8[data-v-4299aab4]:before,.shared-subcategory.is-collapsed.depth-9[data-v-4299aab4]:before,.shared-subcategory.is-collapsed.depth-10[data-v-4299aab4]:before{display:none!important}.shared-subcategory.depth-1[data-v-4299aab4]:before,.shared-subcategory.depth-2[data-v-4299aab4]:before,.shared-subcategory.depth-3[data-v-4299aab4]:before,.shared-subcategory.depth-4[data-v-4299aab4]:before,.shared-subcategory.depth-5[data-v-4299aab4]:before,.shared-subcategory.depth-6[data-v-4299aab4]:before,.shared-subcategory.depth-7[data-v-4299aab4]:before,.shared-subcategory.depth-8[data-v-4299aab4]:before,.shared-subcategory.depth-9[data-v-4299aab4]:before,.shared-subcategory.depth-10[data-v-4299aab4]:before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.5) 8%,rgba(255,255,255,.5) 92%,transparent 100%);z-index:0;opacity:.16;transition:opacity 1s ease}.shared-subcategory.depth-1[data-v-4299aab4]:hover:before,.shared-subcategory.depth-2[data-v-4299aab4]:hover:before,.shared-subcategory.depth-3[data-v-4299aab4]:hover:before,.shared-subcategory.depth-4[data-v-4299aab4]:hover:before,.shared-subcategory.depth-5[data-v-4299aab4]:hover:before,.shared-subcategory.depth-6[data-v-4299aab4]:hover:before,.shared-subcategory.depth-7[data-v-4299aab4]:hover:before,.shared-subcategory.depth-8[data-v-4299aab4]:hover:before,.shared-subcategory.depth-9[data-v-4299aab4]:hover:before,.shared-subcategory.depth-10[data-v-4299aab4]:hover:before,.shared-subcategory.depth-1[data-v-4299aab4]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-2[data-v-4299aab4]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-3[data-v-4299aab4]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-4[data-v-4299aab4]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-5[data-v-4299aab4]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-6[data-v-4299aab4]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-7[data-v-4299aab4]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-8[data-v-4299aab4]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-9[data-v-4299aab4]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-10[data-v-4299aab4]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-1[data-v-4299aab4]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-2[data-v-4299aab4]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-3[data-v-4299aab4]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-4[data-v-4299aab4]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-5[data-v-4299aab4]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-6[data-v-4299aab4]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-7[data-v-4299aab4]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-8[data-v-4299aab4]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-9[data-v-4299aab4]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-10[data-v-4299aab4]:has(.shared-subcategory:hover):before{opacity:1;transition:opacity .5s ease}.depth-1 .subcategory-header[data-v-4299aab4],.depth-2 .subcategory-header[data-v-4299aab4],.depth-3 .subcategory-header[data-v-4299aab4],.depth-4 .subcategory-header[data-v-4299aab4],.depth-5 .subcategory-header[data-v-4299aab4],.depth-6 .subcategory-header[data-v-4299aab4],.depth-7 .subcategory-header[data-v-4299aab4],.depth-8 .subcategory-header[data-v-4299aab4],.depth-9 .subcategory-header[data-v-4299aab4],.depth-10 .subcategory-header[data-v-4299aab4]{background:transparent!important;border-radius:4px!important}.subcategory-header[data-v-4299aab4]:hover{filter:brightness(1.05)}.progress-container[data-v-4299aab4]{display:flex;align-items:center;gap:.75rem;margin-top:2px}.progress-bar[data-v-4299aab4]{width:120px;height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden}.progress-fill[data-v-4299aab4]{height:100%;background:linear-gradient(90deg,#4facfe,#00f2fe);border-radius:4px;transition:width .3s ease}.progress-text[data-v-4299aab4]{font-size:.813rem;color:#ffffffb3;min-width:100px;text-align:right;white-space:nowrap}.inline-comment-trigger[data-v-4299aab4]{display:inline-flex}@media (min-width: 769px){.inline-comment-trigger .comments-container[data-v-4299aab4]{display:none}}@media (max-width: 768px){.inline-comment-trigger[data-v-4299aab4]{margin-left:.5rem}.inline-comment-trigger .comments-container[data-v-4299aab4]{display:none}}.attachment-dropdown-trigger[data-v-4299aab4]{position:relative;display:inline-flex}.attachment-dropdown-btn[data-v-4299aab4]{display:inline-flex;align-items:center;gap:.25rem;background:transparent;border:none;cursor:pointer;color:#ffffff80;font-size:.75rem;padding:0}.attachment-dropdown-btn[data-v-4299aab4]:hover{color:var(--futuristic-accent-primary, #63b3ed)}.attachment-dropdown-btn .fa-paperclip[data-v-4299aab4]{font-size:.75rem}.attachment-count-badge[data-v-4299aab4]{font-size:.75rem;font-weight:500;color:inherit}.attachment-dropdown-menu[data-v-4299aab4]{position:absolute;top:calc(100% + 8px);left:0;min-width:280px;max-width:min(400px,calc(100vw - 32px));background:#1a1f2e;border:1px solid rgba(255,255,255,.1);border-radius:8px;box-shadow:0 8px 24px #00000080;z-index:1000;overflow:hidden;animation:dropdown-fade-in-4299aab4 .15s ease}.dropdown-section[data-v-4299aab4]{border-bottom:1px solid rgba(255,255,255,.08)}.dropdown-section[data-v-4299aab4]:last-child{border-bottom:none}.dropdown-section-title[data-v-4299aab4]{padding:.75rem 1rem .5rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#ffffff80}.dropdown-item[data-v-4299aab4]{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:transparent;border:none;text-decoration:none;cursor:pointer;transition:all .15s ease;color:#ffffffb3;width:100%;text-align:left}.dropdown-item[data-v-4299aab4]:hover{background:#ffffff0d;color:#fff}.dropdown-item[data-v-4299aab4]:active{transform:scale(.98)}.dropdown-item i[data-v-4299aab4]{font-size:1rem;flex-shrink:0;transition:color .15s ease;color:#63b3ed}.dropdown-item:hover i[data-v-4299aab4]{color:#63b3ed!important}.dropdown-item-text[data-v-4299aab4]{flex:1;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 768px){.attachment-dropdown-menu[data-v-4299aab4]{left:0;min-width:240px;max-width:calc(100vw - 32px)}}@media (max-width: 768px){.shared-subcategory.mobile-flush.depth-1[data-v-4299aab4]{margin-left:2px}.shared-subcategory.mobile-flush.depth-2[data-v-4299aab4]{margin-left:4px}.shared-subcategory.mobile-flush.depth-3[data-v-4299aab4]{margin-left:6px}.shared-subcategory.mobile-flush.depth-4[data-v-4299aab4]{margin-left:8px}.shared-subcategory.mobile-flush.depth-5[data-v-4299aab4]{margin-left:10px}.shared-subcategory.mobile-flush.depth-6[data-v-4299aab4]{margin-left:12px}.shared-subcategory.mobile-flush.depth-7[data-v-4299aab4]{margin-left:14px}.shared-subcategory.mobile-flush.depth-8[data-v-4299aab4]{margin-left:16px}.shared-subcategory.mobile-flush.depth-9[data-v-4299aab4]{margin-left:18px}.shared-subcategory.mobile-flush.depth-10[data-v-4299aab4]{margin-left:20px}.shared-subcategory[data-v-4299aab4]{position:relative!important;overflow:visible!important}}@media (max-width: 768px){.subcategory-header[data-v-4299aab4]{padding:.875rem 1rem .875rem 0}.checklist-item-container[data-v-4299aab4]{padding:.875rem 1rem;padding-left:calc(1rem + var(--depth-offset, 1.25rem))}.checklist-item[data-v-4299aab4]{min-height:32px}.item-name[data-v-4299aab4]{font-size:.9375rem}}@media (max-width: 768px){.subcategory-header[data-v-4299aab4]{background:transparent!important;padding:8px 8px 8px 12px!important;margin:1rem 0 0!important;min-height:32px!important;border-radius:4px!important;gap:8px!important}.checklist-item-container[data-v-4299aab4]{background:#0c0d12!important;padding:.5rem!important;position:relative!important;border-left:3px solid transparent!important;margin-left:2px!important}.checklist-item-container[data-v-4299aab4]:before{display:block!important;left:-5px!important;top:calc(.5rem + 14px)!important}.checklist-item[data-v-4299aab4]{min-height:28px!important;gap:4px!important;flex-wrap:wrap!important;justify-content:flex-start!important}.item-name-section[data-v-4299aab4]{flex:1!important;max-width:100%!important}.item-qty-price-container[data-v-4299aab4]{margin-left:auto!important;order:10!important;flex-shrink:0!important;flex-wrap:nowrap!important}.item-pricing[data-v-4299aab4]{margin-left:auto!important;padding-left:.5rem!important;flex-shrink:0!important}.item-quantity[data-v-4299aab4]{flex-shrink:0!important;margin-left:0!important}.subcategory-header-content[data-v-4299aab4]{gap:8px!important}.mobile-only-comment[data-v-4299aab4]{display:none!important}.item-attachments[data-v-4299aab4]{padding:12px!important}.item-action-buttons[data-v-4299aab4]{margin-left:0!important;margin-top:2px!important}.item-footer-row .mobile-quick-icons[data-v-4299aab4]{display:flex!important;align-items:center;gap:.5rem}.checklist-item-wrapper:has(.item-footer-row) .item-quick-icons[data-v-4299aab4]{display:none!important}.item-footer-row .item-action-buttons .inline-comment-trigger[data-v-4299aab4]{display:flex!important;order:1!important}.item-footer-row .item-action-buttons .attachment-dropdown-trigger[data-v-4299aab4]{order:2!important}.subcategory-checkbox[data-v-4299aab4]{width:18px!important;height:18px!important;margin-right:10px!important}.checklist-item input[type=checkbox][data-v-4299aab4]{width:18px!important;height:18px!important;margin-right:10px!important;margin-top:0!important}.subcategory-title[data-v-4299aab4]{font-size:1.15rem!important;font-weight:600!important}.item-name[data-v-4299aab4]{font-size:1rem!important}.item-quantity[data-v-4299aab4]{font-size:11px!important;padding:2px 4px!important}.collapse-arrow[data-v-4299aab4]{font-size:10px!important;margin-left:6px!important;margin-right:0!important}.subcategory-header-content[data-v-4299aab4]{gap:4px!important}.item-count[data-v-4299aab4],.progress-text[data-v-4299aab4]{font-size:11px!important}.item-count.hide-on-mobile-expanded[data-v-4299aab4]{display:none!important}}@media (max-width: 480px){.subcategory-header[data-v-4299aab4]{padding:.75rem .875rem .75rem 0}.subcategory-title[data-v-4299aab4]{font-size:1.15rem!important}.checklist-item-container[data-v-4299aab4]{padding:.75rem .875rem}.checklist-item[data-v-4299aab4]{gap:.75rem}.item-name[data-v-4299aab4]{font-size:.875rem}.item-quantity[data-v-4299aab4]{font-size:.75rem}}.light-mode .shared-subcategory.depth-1[data-v-4299aab4]:before,.light-mode .shared-subcategory.depth-2[data-v-4299aab4]:before,.light-mode .shared-subcategory.depth-3[data-v-4299aab4]:before,.light-mode .shared-subcategory.depth-4[data-v-4299aab4]:before,.light-mode .shared-subcategory.depth-5[data-v-4299aab4]:before,.light-mode .shared-subcategory.depth-6[data-v-4299aab4]:before,.light-mode .shared-subcategory.depth-7[data-v-4299aab4]:before,.light-mode .shared-subcategory.depth-8[data-v-4299aab4]:before,.light-mode .shared-subcategory.depth-9[data-v-4299aab4]:before,.light-mode .shared-subcategory.depth-10[data-v-4299aab4]:before{background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.4) 8%,rgba(0,0,0,.4) 92%,transparent 100%);opacity:.25;transition:opacity 1s ease}.light-mode .shared-subcategory.depth-1[data-v-4299aab4]:hover:before,.light-mode .shared-subcategory.depth-2[data-v-4299aab4]:hover:before,.light-mode .shared-subcategory.depth-3[data-v-4299aab4]:hover:before,.light-mode .shared-subcategory.depth-4[data-v-4299aab4]:hover:before,.light-mode .shared-subcategory.depth-5[data-v-4299aab4]:hover:before,.light-mode .shared-subcategory.depth-6[data-v-4299aab4]:hover:before,.light-mode .shared-subcategory.depth-7[data-v-4299aab4]:hover:before,.light-mode .shared-subcategory.depth-8[data-v-4299aab4]:hover:before,.light-mode .shared-subcategory.depth-9[data-v-4299aab4]:hover:before,.light-mode .shared-subcategory.depth-10[data-v-4299aab4]:hover:before,.light-mode .shared-subcategory.depth-1[data-v-4299aab4]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-2[data-v-4299aab4]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-3[data-v-4299aab4]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-4[data-v-4299aab4]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-5[data-v-4299aab4]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-6[data-v-4299aab4]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-7[data-v-4299aab4]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-8[data-v-4299aab4]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-9[data-v-4299aab4]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-10[data-v-4299aab4]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-1[data-v-4299aab4]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-2[data-v-4299aab4]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-3[data-v-4299aab4]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-4[data-v-4299aab4]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-5[data-v-4299aab4]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-6[data-v-4299aab4]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-7[data-v-4299aab4]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-8[data-v-4299aab4]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-9[data-v-4299aab4]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-10[data-v-4299aab4]:has(.shared-subcategory:hover):before{opacity:1;transition:opacity .5s ease}.light-mode .subcategory-header[data-v-4299aab4]:hover{background:transparent}.light-mode .subcategory-header.is-collapsed[data-v-4299aab4]{background:transparent!important;border:1px solid rgba(0,0,0,.1)}.light-mode .subcategory-header.is-collapsed[data-v-4299aab4]:hover{background:transparent!important;border-color:#0006}.light-mode .checklist-item-container[data-v-4299aab4]:hover,.light-mode .checklist-item-container.note-open[data-v-4299aab4]{background:#0000000d}.light-mode .checklist-item-container[data-v-4299aab4]:before{background:#0000001a}.light-mode .checklist-item-container[data-v-4299aab4]:hover:before,.light-mode .checklist-item-container.note-open[data-v-4299aab4]:before{background:#0006}@media (hover: none){.shared-subcategory.active-tap.depth-1[data-v-4299aab4]:before,.shared-subcategory.active-tap.depth-2[data-v-4299aab4]:before,.shared-subcategory.active-tap.depth-3[data-v-4299aab4]:before,.shared-subcategory.active-tap.depth-4[data-v-4299aab4]:before,.shared-subcategory.active-tap.depth-5[data-v-4299aab4]:before,.shared-subcategory.active-tap.depth-6[data-v-4299aab4]:before,.shared-subcategory.active-tap.depth-7[data-v-4299aab4]:before,.shared-subcategory.active-tap.depth-8[data-v-4299aab4]:before,.shared-subcategory.active-tap.depth-9[data-v-4299aab4]:before,.shared-subcategory.active-tap.depth-10[data-v-4299aab4]:before{background:#ffffff80}.light-mode .shared-subcategory.active-tap.depth-1[data-v-4299aab4]:before,.light-mode .shared-subcategory.active-tap.depth-2[data-v-4299aab4]:before,.light-mode .shared-subcategory.active-tap.depth-3[data-v-4299aab4]:before,.light-mode .shared-subcategory.active-tap.depth-4[data-v-4299aab4]:before,.light-mode .shared-subcategory.active-tap.depth-5[data-v-4299aab4]:before,.light-mode .shared-subcategory.active-tap.depth-6[data-v-4299aab4]:before,.light-mode .shared-subcategory.active-tap.depth-7[data-v-4299aab4]:before,.light-mode .shared-subcategory.active-tap.depth-8[data-v-4299aab4]:before,.light-mode .shared-subcategory.active-tap.depth-9[data-v-4299aab4]:before,.light-mode .shared-subcategory.active-tap.depth-10[data-v-4299aab4]:before{background:#0006}.shared-subcategory.active-tap>.subcategory-header-container>.subcategory-header[data-v-4299aab4],.checklist-item-container.active-tap[data-v-4299aab4]{background:#ffffff1f}.light-mode .shared-subcategory.active-tap>.subcategory-header-container>.subcategory-header[data-v-4299aab4],.light-mode .checklist-item-container.active-tap[data-v-4299aab4]{background:#0000000d}}[data-v-8aebbb6f]:root{--futuristic-accent-primary: #63b3ed;--futuristic-accent-secondary: #68d391;--futuristic-accent-tertiary: #90cdf4;--futuristic-text-primary: #e2e8f0;--futuristic-text-secondary: #a0aec0;--futuristic-text-tertiary: #718096;--futuristic-text-heading: #ffffff;--futuristic-text-muted: #a0aec0;--futuristic-text-black: #0c0d12;--futuristic-text-white: #ffffff;--futuristic-text-on-accent: #ffffff;--futuristic-text-on-dark: #e2e8f0;--futuristic-text-success: #68d391;--futuristic-text-warning: #f6e05e;--futuristic-text-danger: #fc8181;--futuristic-text-info: #4fd1c5;--futuristic-text-link: #63b3ed;--futuristic-text-link-hover: #90cdf4;--futuristic-text-tooltip: #ffffff;--futuristic-background-primary: #0c0d12;--futuristic-background-secondary: #1a2332;--futuristic-background-tertiary: #232d3d;--futuristic-background-input: var(--futuristic-background-secondary);--futuristic-background-modal-content: var(--futuristic-panel-background);--futuristic-background-button: transparent;--futuristic-background-button-hover: rgba(74, 85, 104, .05);--futuristic-background-accent: rgba(99, 179, 237, .12);--futuristic-background-accent-hover: rgba(99, 179, 237, .18);--futuristic-background-success: rgba(56, 161, 105, .1);--futuristic-background-success-hover: rgba(56, 161, 105, .15);--futuristic-background-warning: rgba(246, 224, 94, .1);--futuristic-background-warning-hover: rgba(246, 224, 94, .15);--futuristic-background-danger: rgba(245, 101, 101, .1);--futuristic-background-danger-hover: rgba(245, 101, 101, .15);--futuristic-background-info: rgba(79, 209, 197, .1);--futuristic-background-info-hover: rgba(79, 209, 197, .15);--futuristic-background-tooltip: rgba(26, 32, 44, .9);--futuristic-panel-background: rgba(255, 255, 255, .85);--futuristic-modal-backdrop: rgba(15, 20, 35, .55);--futuristic-background-scrollbar-track: transparent;--futuristic-background-scrollbar-thumb: rgba(255, 255, 255, .2);--futuristic-background-scrollbar-thumb-hover: rgba(255, 255, 255, .35);--futuristic-border-primary: #e2e8f0;--futuristic-border-secondary: #cbd5e0;--futuristic-border-accent: var(--futuristic-accent-primary);--futuristic-border-accent-hover: #90cdf4;--futuristic-border-input: var(--futuristic-border-secondary);--futuristic-border-input-focus: var(--futuristic-accent-primary);--futuristic-border-success: #68d391;--futuristic-border-success-hover: #48bb78;--futuristic-border-warning: #f6e05e;--futuristic-border-warning-hover: #ecc94b;--futuristic-border-danger: #fc8181;--futuristic-border-danger-hover: #f56565;--futuristic-border-info: #4fd1c5;--futuristic-border-info-hover: #38b2ac;--futuristic-icon: var(--futuristic-text-tertiary);--futuristic-icon-hover: var(--futuristic-accent-primary);--futuristic-icon-delete: var(--futuristic-text-tertiary);--futuristic-icon-delete-hover: var(--futuristic-text-danger);--futuristic-icon-has-note: var(--futuristic-text-info);--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--futuristic-border-radius: 5px;--futuristic-border-radius-sm: 4px;--futuristic-border-radius-large: 8px;--radius-pill: 9999px;--futuristic-shadow-soft: 0 4px 10px rgba(0, 0, 0, .2);--futuristic-shadow-medium: 0 6px 15px rgba(0, 0, 0, .25);--futuristic-shadow-active: 0 8px 20px rgba(0, 0, 0, .3);--futuristic-shadow-modal: 0 12px 40px rgba(0, 0, 0, .4);--futuristic-shadow-inset: inset 0 1px 3px rgba(0, 0, 0, .3);--futuristic-accent-gradient: linear-gradient(135deg, #90cdf4, #63b3ed);--futuristic-secondary-gradient: linear-gradient(135deg, #9ae6b4, #68d391);--futuristic-warning-gradient: linear-gradient(135deg, #faf089, #f6e05e);--futuristic-danger-gradient: linear-gradient(135deg, #fc8181, #f56565);--futuristic-info-gradient: linear-gradient(135deg, #81e6d9, #4fd1c5);--futuristic-accent-glow: rgba(99, 179, 237, .3);--futuristic-active-glow-strong: 0 0 12px rgba(99, 179, 237, .5);--futuristic-success-glow-strong: 0 0 12px rgba(56, 161, 105, .5);--futuristic-warning-glow-strong: 0 0 12px rgba(246, 224, 94, .5);--futuristic-danger-glow-strong: 0 0 12px rgba(245, 101, 101, .5);--futuristic-focus-ring: 0 0 0 3px rgba(99, 179, 237, .4);--futuristic-transition-speed: .2s;--futuristic-transition-timing: ease-in-out;--transition-speed-fast: .15s;--transition-speed-normal: .3s;--transition-speed-slow: .5s;--header-height: 60px;--sidebar-width: 250px;--sidebar-collapsed-width: 70px;--futuristic-backdrop-blur: 6px;--futuristic-progress-bar-bg: var(--futuristic-border-primary);--futuristic-progress-bar-fill: var(--futuristic-accent-primary);--futuristic-checklist-progress-fill: var(--futuristic-accent-secondary);--category-bg: var(--futuristic-background-secondary);--category-header-bg: var(--futuristic-background-tertiary);--item-bg: var(--futuristic-background-secondary);--item-hover-bg: var(--futuristic-background-tertiary);--item-checked-bg: rgba(25, 135, 84, .1);--progress-bg: var(--futuristic-background-tertiary);--progress-fill: var(--futuristic-accent-secondary);--btn-bg: var(--futuristic-background-tertiary);--btn-hover: var(--futuristic-background-secondary);--btn-active: var(--futuristic-accent-primary);--btn-text: var(--futuristic-text-primary);--input-bg: var(--futuristic-background-secondary);--input-border: var(--futuristic-border-secondary);--input-text: var(--futuristic-text-primary);--input-placeholder: var(--futuristic-text-muted)}.dark-mode[data-v-8aebbb6f],[data-theme=dark][data-v-8aebbb6f]{--futuristic-accent-primary: #3182ce;--futuristic-accent-secondary: #38a169;--futuristic-accent-tertiary: #4fd1c5;--futuristic-text-primary: #e2e8f0;--futuristic-text-secondary: #a0aec0;--futuristic-text-tertiary: #718096;--futuristic-text-heading: #ffffff;--futuristic-text-muted: #718096;--futuristic-text-on-accent: #ffffff;--futuristic-text-on-dark: #e2e8f0;--futuristic-text-success: #68d391;--futuristic-text-warning: #f6e05e;--futuristic-text-danger: #fc8181;--futuristic-text-info: #4fd1c5;--futuristic-text-link: #63b3ed;--futuristic-text-link-hover: #90cdf4;--futuristic-text-tooltip: #ffffff;--futuristic-background-primary: #0c0d12;--futuristic-background-secondary: #1a2332;--futuristic-background-tertiary: #232d3d;--futuristic-background-input: var(--futuristic-background-secondary);--futuristic-background-button-hover: rgba(160, 174, 192, .1);--futuristic-background-accent: rgba(49, 130, 206, .08);--futuristic-background-accent-hover: rgba(49, 130, 206, .12);--futuristic-background-success: rgba(104, 211, 145, .1);--futuristic-background-success-hover: rgba(104, 211, 145, .15);--futuristic-background-warning: rgba(236, 201, 75, .1);--futuristic-background-warning-hover: rgba(236, 201, 75, .15);--futuristic-background-danger: rgba(229, 62, 62, .1);--futuristic-background-danger-hover: rgba(229, 62, 62, .15);--futuristic-background-info: rgba(49, 151, 149, .1);--futuristic-background-info-hover: rgba(49, 151, 149, .15);--futuristic-background-tooltip: rgba(226, 232, 240, .9);--futuristic-panel-background: rgba(45, 55, 72, .85);--futuristic-modal-backdrop: rgba(10, 12, 18, .75);--futuristic-background-scrollbar-thumb: rgba(0, 0, 0, .18);--futuristic-background-scrollbar-thumb-hover: rgba(0, 0, 0, .35);--futuristic-border-primary: #4a5568;--futuristic-border-secondary: #718096;--futuristic-border-accent-hover: #2b6cb0;--futuristic-border-success: #38a169;--futuristic-border-success-hover: #2f855a;--futuristic-border-warning: #ecc94b;--futuristic-border-warning-hover: #ddb34a;--futuristic-border-danger: #e53e3e;--futuristic-border-danger-hover: #c53030;--futuristic-border-info: #319795;--futuristic-border-info-hover: #2c7a7b;--futuristic-shadow-soft: 0 2px 5px rgba(74, 85, 104, .08);--futuristic-shadow-medium: 0 4px 10px rgba(74, 85, 104, .1);--futuristic-shadow-active: 0 5px 15px rgba(74, 85, 104, .12);--futuristic-shadow-modal: 0 10px 30px rgba(26, 32, 44, .15);--futuristic-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .06);--futuristic-accent-gradient: linear-gradient(135deg, #4299e1, #3182ce);--futuristic-secondary-gradient: linear-gradient(135deg, #48bb78, #38a169);--futuristic-warning-gradient: linear-gradient(135deg, #f6e05e, #ecc94b);--futuristic-danger-gradient: linear-gradient(135deg, #f56565, #e53e3e);--futuristic-info-gradient: linear-gradient(135deg, #4fd1c5, #319795);--futuristic-accent-glow: rgba(49, 130, 206, .3);--futuristic-active-glow-strong: 0 0 12px rgba(49, 130, 206, .5);--futuristic-success-glow-strong: 0 0 12px rgba(104, 211, 145, .5);--futuristic-warning-glow-strong: 0 0 12px rgba(236, 201, 75, .5);--futuristic-danger-glow-strong: 0 0 12px rgba(229, 62, 62, .5);--futuristic-focus-ring: 0 0 0 3px rgba(49, 130, 206, .3);--category-bg: #2a2a2a;--category-header-bg: #333;--item-bg: #333;--item-hover-bg: #3a3a3a;--input-bg: #1e1e1e;--btn-bg: #444;--btn-hover: #555}.futuristic-accent-primary[data-v-8aebbb6f]{color:var(--futuristic-accent-primary)}.futuristic-accent-secondary[data-v-8aebbb6f]{color:var(--futuristic-accent-secondary)}.futuristic-accent-tertiary[data-v-8aebbb6f]{color:var(--futuristic-accent-tertiary)}.futuristic-text-success[data-v-8aebbb6f]{color:var(--futuristic-text-success)}.futuristic-text-warning[data-v-8aebbb6f]{color:var(--futuristic-text-warning)}.futuristic-text-danger[data-v-8aebbb6f]{color:var(--futuristic-text-danger)}.futuristic-text-info[data-v-8aebbb6f]{color:var(--futuristic-text-info)}.futuristic-bg-accent[data-v-8aebbb6f]{background-color:var(--futuristic-background-accent)}.futuristic-bg-success[data-v-8aebbb6f]{background-color:var(--futuristic-background-success)}.futuristic-bg-warning[data-v-8aebbb6f]{background-color:var(--futuristic-background-warning)}.futuristic-bg-danger[data-v-8aebbb6f]{background-color:var(--futuristic-background-danger)}.futuristic-bg-info[data-v-8aebbb6f]{background-color:var(--futuristic-background-info)}.futuristic-border-accent[data-v-8aebbb6f]{border-color:var(--futuristic-border-accent)}.futuristic-border-success[data-v-8aebbb6f]{border-color:var(--futuristic-border-success)}.futuristic-border-warning[data-v-8aebbb6f]{border-color:var(--futuristic-border-warning)}.futuristic-border-danger[data-v-8aebbb6f]{border-color:var(--futuristic-border-danger)}.futuristic-border-info[data-v-8aebbb6f]{border-color:var(--futuristic-border-info)}.shared-subcategory[data-v-8aebbb6f]{margin-top:0;padding-left:0;border-left:none}.subcategory-header[data-v-8aebbb6f]{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:3px 1.25rem 3px 0;margin:1rem 0 0;background:transparent;border-radius:4px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background .15s ease;min-height:32px}.subcategory-header[data-v-8aebbb6f]:hover{background:transparent}.subcategory-header.is-collapsed[data-v-8aebbb6f]{background:transparent!important;border:1px solid rgba(255,255,255,.08);border-radius:4px}.subcategory-header.is-collapsed[data-v-8aebbb6f]:hover{background:transparent!important;border-color:#ffffff80}.subcategory-header[data-v-8aebbb6f]:active{background:var(--futuristic-background-accent)}.subcategory-header-content[data-v-8aebbb6f]{display:flex;align-items:center;gap:.75rem;flex:1}@media (min-width: 769px){.subcategory-header-content.no-checkbox[data-v-8aebbb6f]{padding-left:16px}}@media (max-width: 768px){.subcategory-header-content.no-checkbox[data-v-8aebbb6f]{padding-left:0}}.subcategory-title-section[data-v-8aebbb6f]{flex:1;display:flex;flex-direction:column;gap:.25rem;padding:0;margin:0}.subcategory-actions[data-v-8aebbb6f]{display:flex;align-items:center;gap:.5rem}.subcategory-meta-inline[data-v-8aebbb6f],.progress-container-inline[data-v-8aebbb6f]{display:flex;align-items:center}.collapse-arrow[data-v-8aebbb6f]{color:var(--futuristic-text-secondary);transition:opacity .2s ease,color .2s ease;display:inline-block;margin-left:8px;font-size:.7em;vertical-align:middle;opacity:.6;font-weight:600}.collapse-arrow.hidden[data-v-8aebbb6f]{opacity:0;pointer-events:none}.subcategory-header:hover .collapse-arrow[data-v-8aebbb6f]{color:var(--futuristic-text-primary)}.subcategory-meta[data-v-8aebbb6f]{margin-top:.1rem}.item-count[data-v-8aebbb6f]{color:var(--futuristic-text-tertiary);font-size:.75rem;font-weight:500}@media (min-width: 769px){.subcategory-header .subcategory-actions .item-count[data-v-8aebbb6f],.subcategory-header .subcategory-actions .inline-comment-trigger[data-v-8aebbb6f],.subcategory-header .subcategory-meta-inline .item-count[data-v-8aebbb6f],.subcategory-header .subcategory-meta-inline .progress-container-inline[data-v-8aebbb6f],.subcategory-header .subcategory-meta-inline .progress-text[data-v-8aebbb6f]{opacity:0!important;transition:opacity .15s ease}.subcategory-header:hover .subcategory-actions .item-count[data-v-8aebbb6f],.subcategory-header:hover .subcategory-actions .inline-comment-trigger[data-v-8aebbb6f],.subcategory-header:hover .subcategory-meta-inline .item-count[data-v-8aebbb6f],.subcategory-header:hover .subcategory-meta-inline .progress-container-inline[data-v-8aebbb6f],.subcategory-header:hover .subcategory-meta-inline .progress-text[data-v-8aebbb6f]{opacity:1!important}.subcategory-header .inline-comment-trigger[data-v-8aebbb6f]:has(.has-comments),.subcategory-header .inline-comment-trigger[data-v-8aebbb6f]:has(.all-resolved){opacity:1!important}}.subcategory-checkbox[data-v-8aebbb6f]{width:18px;height:18px;cursor:pointer;flex-shrink:0;accent-color:var(--futuristic-accent-primary, #60a5fa);margin-left:0}@media (min-width: 769px){.subcategory-checkbox[data-v-8aebbb6f]{width:20px!important;height:20px!important}}.subcategory-title[data-v-8aebbb6f]{margin:0;color:var(--futuristic-text-heading);font-weight:600;font-size:1.125rem;letter-spacing:-.01em;word-break:keep-all;overflow-wrap:normal;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}.subcategory-title.completed-title[data-v-8aebbb6f]{text-decoration:line-through;opacity:.6}.subcategory-items[data-v-8aebbb6f]{display:flex;flex-direction:column;gap:0}.expand-enter-active[data-v-8aebbb6f]{animation:teleportIn-8aebbb6f .18s cubic-bezier(.16,1,.3,1)}.expand-leave-active[data-v-8aebbb6f]{animation:teleportOut-8aebbb6f .12s cubic-bezier(.7,0,.84,0)}@keyframes teleportIn-8aebbb6f{0%{opacity:0;filter:blur(4px);transform:translateY(-4px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}@keyframes teleportOut-8aebbb6f{0%{opacity:1;filter:blur(0);transform:translateY(0)}to{opacity:0;filter:blur(4px);transform:translateY(-4px)}}@keyframes tickHighlight-8aebbb6f{0%{background:#ffffff14}to{background:#ffffff80}}@keyframes hierarchyFadeIn-8aebbb6f{0%{opacity:0}to{opacity:1}}@keyframes hierarchyHighlight-8aebbb6f{0%{background:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.08) 8%,rgba(255,255,255,.08) 92%,transparent 100%)}to{background:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.5) 8%,rgba(255,255,255,.5) 92%,transparent 100%)}}@keyframes dropdown-fade-in-8aebbb6f{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.checklist-item-container[data-v-8aebbb6f]{display:flex;flex-direction:column;padding:0 1rem 0 0;background:transparent;transition:background 1s ease,border-left-color 1s ease;position:relative;border-left:3px solid transparent}.checklist-item-container.note-open[data-v-8aebbb6f]{background:#eab30814;border-left-color:#eab308}.checklist-item-container[data-v-8aebbb6f]:before{content:"";position:absolute;left:-16px;top:50%;transform:translateY(-50%);width:8px;height:1px;background:#ffffff14;transition:background 1s ease}.checklist-item-container[data-v-8aebbb6f]:hover:before{background:#ffffff80;transition:background .5s ease}.checklist-item-container.note-open[data-v-8aebbb6f]:before{display:none}.checklist-item-container.note-open[data-v-8aebbb6f]{background:#ffffff1f}@media (max-width: 768px){.checklist-item-container[data-v-8aebbb6f]:before{display:block;top:50%;transform:translateY(-50%)}}.checklist-item-container[data-v-8aebbb6f]:hover{background:#ffffff1f;transition:background .5s ease,border-left-color .5s ease}.checklist-item[data-v-8aebbb6f]{display:flex;align-items:center;gap:10px;background:transparent;min-height:32px}@media (min-width: 769px){.mobile-only-comment[data-v-8aebbb6f]{display:none!important}}.checklist-item[data-v-8aebbb6f]:last-child{border-bottom:none}.checklist-item[data-v-8aebbb6f]:active{background:var(--futuristic-background-tertiary)}.checklist-item input[type=checkbox][data-v-8aebbb6f]{width:16px;height:16px;cursor:pointer;flex-shrink:0;accent-color:var(--futuristic-accent-primary, #60a5fa);margin-top:.125rem;margin-left:0}@media (min-width: 769px){.checklist-item input[type=checkbox][data-v-8aebbb6f]{width:18px!important;height:18px!important}}.item-name-section[data-v-8aebbb6f]{display:flex;flex-direction:column;gap:.25rem;flex:1;cursor:pointer}.item-footer-row[data-v-8aebbb6f]{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-left:0;margin-bottom:.25rem}.item-action-buttons[data-v-8aebbb6f]{display:flex;flex-direction:row;align-items:center;gap:.75rem}.mobile-price-notes-row[data-v-8aebbb6f]{display:flex;align-items:center;gap:.5rem}.item-action-buttons .attachment-dropdown-trigger[data-v-8aebbb6f],.item-action-buttons .inline-comment-trigger[data-v-8aebbb6f]{padding:0;margin:0}.item-name[data-v-8aebbb6f]{flex:1;color:var(--futuristic-text-primary);font-size:1rem;line-height:1.5;font-weight:500}@media (min-width: 769px){.item-name[data-v-8aebbb6f]{font-size:1rem}}.item-dates[data-v-8aebbb6f]{display:flex;gap:.5rem;flex-wrap:wrap}.item-date[data-v-8aebbb6f]{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--futuristic-text-tertiary);background:#4facfe1a;padding:.125rem .5rem;border-radius:4px;border:1px solid rgba(79,172,254,.2)}.item-date i[data-v-8aebbb6f]{font-size:.7rem;opacity:.8}.date-label[data-v-8aebbb6f]{font-weight:600;opacity:.9}.item-dates-row[data-v-8aebbb6f]{display:flex;gap:.5rem;flex-wrap:wrap}.show-strikethrough .checklist-item:has(input[type=checkbox]:checked) .item-name[data-v-8aebbb6f]{text-decoration:line-through;color:#ffffff80}.item-quantity[data-v-8aebbb6f]{color:var(--futuristic-accent-primary);font-weight:600;font-size:.8125rem;padding:.25rem .5rem;background:var(--futuristic-background-accent);border-radius:5px}.item-quick-icons[data-v-8aebbb6f]{display:flex;align-items:center;gap:4px;margin-left:auto;flex-shrink:0}.mobile-quick-icons[data-v-8aebbb6f]{display:none;align-items:center;gap:.5rem}.quick-icon[data-v-8aebbb6f]{width:24px;height:24px;border:none;background:transparent;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;font-size:12px;padding:0}.quick-icon[data-v-8aebbb6f]:hover{background:#ffffff1a}.quick-icon[data-v-8aebbb6f]:active{transform:scale(.95)}.quick-icon.note-icon[data-v-8aebbb6f]{color:#eab308}.quick-icon.note-icon[data-v-8aebbb6f]:hover{color:#facc15;background:#eab30826}.quick-icon.attachment-icon[data-v-8aebbb6f]{color:#ffffff80}.quick-icon.attachment-icon[data-v-8aebbb6f]:hover{color:#fffc;background:#ffffff1a}.item-qty-price-container[data-v-8aebbb6f]{display:inline-flex;align-items:center;gap:.5rem;margin-left:auto}.item-unit-price[data-v-8aebbb6f]{font-size:.8125rem;font-weight:400;color:#fff9}.item-total-price[data-v-8aebbb6f]{display:inline-flex;align-items:center;gap:.25rem;font-size:.8125rem;font-weight:600;padding:.25rem .5rem;border-radius:5px;background:var(--futuristic-background-success);color:var(--futuristic-text-success)}.item-notes[data-v-8aebbb6f]{margin:0 8px 8px 0;padding:.5rem;background:#1e2026e6;border-radius:6px;border:none;font-size:13px;color:#ffffffe6;transition:background .15s ease;cursor:pointer;position:relative;max-height:120px;overflow:visible}.item-notes[data-v-8aebbb6f]:hover{background:#282a30f2}.show-strikethrough .item-notes[data-v-8aebbb6f]{margin-left:0}.tap-indicator[data-v-8aebbb6f]{display:none}.inline-expand-btn[data-v-8aebbb6f]{position:absolute;bottom:-12px;left:50%;transform:translate(-50%);padding:4px 12px;background:#1e2026f2;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#ffffffb3;font-size:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease,background .2s ease,color .2s ease;z-index:10;opacity:0;pointer-events:none}.item-notes:hover .inline-expand-btn[data-v-8aebbb6f],.inline-expand-btn.is-visible[data-v-8aebbb6f]{opacity:1;pointer-events:auto}.inline-expand-btn.is-visible[data-v-8aebbb6f]{border-color:#ffffff80}.inline-expand-btn[data-v-8aebbb6f]:hover{background:#282d37f2;color:#fffffff2}.inline-expand-btn[data-v-8aebbb6f]:active,.inline-expand-btn[data-v-8aebbb6f]:focus{transform:translate(-50%);outline:none}.light-mode .inline-expand-btn[data-v-8aebbb6f]{background:#ffffffe6;border-color:#00000026;color:#00000080}.light-mode .inline-expand-btn[data-v-8aebbb6f]:hover{background:#fff;color:#000000e6}.item-notes.is-inline-expanded[data-v-8aebbb6f]{max-height:2000px;padding-bottom:40px;cursor:default;pointer-events:auto;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;overflow-y:auto}.item-notes.is-inline-expanded .note-content[data-v-8aebbb6f]{max-height:none!important;overflow:visible!important;-webkit-line-clamp:unset!important;display:block!important;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;cursor:text}.item-notes.is-inline-expanded .tap-indicator[data-v-8aebbb6f]{display:none}.item-notes.is-truncated .note-section[data-v-8aebbb6f]:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2em;background:linear-gradient(to bottom,transparent 0%,rgba(30,32,38,.3) 30%,rgba(30,32,38,.95) 100%);pointer-events:none;z-index:2}.light-mode .item-notes.is-truncated .note-section[data-v-8aebbb6f]:after{background:linear-gradient(to bottom,transparent 0%,rgba(245,245,245,.3) 30%,#f5f5f5 100%)}@media (max-width: 768px){.item-notes[data-v-8aebbb6f]{width:calc(100% - 1rem);max-width:calc(100% - 1rem);margin:0 .5rem 8px;padding-left:0;padding-right:0;overflow:hidden}}@media (max-width: 926px) and (orientation: landscape){.item-notes.is-inline-expanded[data-v-8aebbb6f]{max-height:100vh!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch}}@media (min-width: 769px){.item-notes.is-inline-expanded[data-v-8aebbb6f]{max-height:70vh;overflow-y:auto}}.note-section[data-v-8aebbb6f]{position:relative;margin-bottom:8px;padding:0 .5rem}.note-section[data-v-8aebbb6f]:last-child{margin-bottom:0}.note-label[data-v-8aebbb6f]{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#ffffff80;margin-bottom:4px}.note-label i[data-v-8aebbb6f]{font-size:9px}.prechecklist-note .note-label[data-v-8aebbb6f]{color:var(--prechecklist-note-color, #60a5fa)}.checklist-note .note-label[data-v-8aebbb6f]{color:#fbbf24cc}.note-content[data-v-8aebbb6f]{margin:0;padding:0;background:transparent;color:#ffffffb3;font-size:13px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:5.6em;border-radius:4px;overflow-x:auto;max-width:100%}.note-content table[data-v-8aebbb6f]{max-width:100%;overflow-x:auto;display:table;border-collapse:collapse;width:100%;margin:.5rem 0}.note-content table th[data-v-8aebbb6f],.note-content table td[data-v-8aebbb6f]{border:1px solid var(--futuristic-border-primary);padding:.5rem}.note-content table th[data-v-8aebbb6f]{background:var(--futuristic-background-tertiary);font-weight:600}.prechecklist-note .note-content[data-v-8aebbb6f]{border-left-color:var(--futuristic-accent-primary)}.checklist-note .note-content[data-v-8aebbb6f]{border-left-color:var(--futuristic-text-warning)}.item-pricing[data-v-8aebbb6f]{display:inline-flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-left:auto;padding-left:1rem}.price-value[data-v-8aebbb6f],.cost-value[data-v-8aebbb6f],.discount-value[data-v-8aebbb6f],.total-value[data-v-8aebbb6f]{display:inline-flex;align-items:center;gap:.25rem;font-size:.8125rem;font-weight:600;padding:.25rem .5rem;border-radius:5px}.price-value[data-v-8aebbb6f]{background:var(--futuristic-background-success);color:var(--futuristic-text-success)}.price-value i[data-v-8aebbb6f]{font-size:.7rem}.cost-value[data-v-8aebbb6f]{background:var(--futuristic-background-tertiary);color:var(--futuristic-text-tertiary)}.discount-value[data-v-8aebbb6f]{background:var(--futuristic-background-warning);color:var(--futuristic-text-warning)}.total-value[data-v-8aebbb6f]{background:var(--futuristic-background-accent);color:var(--futuristic-accent-primary);font-weight:400}.item-attachments[data-v-8aebbb6f]{padding:.75rem 1.25rem .75rem calc(3.5rem + var(--depth-offset, .5rem))}.attachment-list[data-v-8aebbb6f]{display:flex;gap:.75rem;flex-wrap:wrap}.attachment-item[data-v-8aebbb6f]{position:relative}.attachment-thumbnail[data-v-8aebbb6f]{width:80px;height:80px;-o-object-fit:cover;object-fit:cover;border-radius:6px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;border:2px solid var(--futuristic-border-primary)}.attachment-thumbnail[data-v-8aebbb6f]:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003;border-color:var(--futuristic-accent-primary)}.attachment-link[data-v-8aebbb6f]{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--futuristic-background-secondary);border:1px solid var(--futuristic-border-primary);border-radius:8px;text-decoration:none;color:var(--futuristic-text-secondary);font-size:.875rem;transition:all .2s ease}.attachment-link[data-v-8aebbb6f]:hover{background:var(--futuristic-background-accent);border-color:var(--futuristic-accent-primary);color:var(--futuristic-accent-primary);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.attachment-link i[data-v-8aebbb6f]{font-size:1rem;flex-shrink:0}.file-name[data-v-8aebbb6f],.link-title[data-v-8aebbb6f]{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.download-icon[data-v-8aebbb6f],.link-icon[data-v-8aebbb6f]{opacity:.5;font-size:.875rem}.attachment-link:hover .download-icon[data-v-8aebbb6f],.attachment-link:hover .link-icon[data-v-8aebbb6f]{opacity:1}.attachment-link-item[data-v-8aebbb6f]{flex:1 1 auto;min-width:200px;max-width:400px}.web-link[data-v-8aebbb6f]{border-color:#4299e14d}.web-link[data-v-8aebbb6f]:hover{border-color:#4299e199;background:#4299e11a}.attachment-file[data-v-8aebbb6f]{flex:1 1 auto;min-width:200px;max-width:300px}.item-tags-inline[data-v-8aebbb6f]{display:inline-flex;gap:.375rem;flex-wrap:wrap;margin-left:.75rem}.tag-badge[data-v-8aebbb6f]{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .625rem;background:var(--futuristic-background-accent);border:1px solid var(--futuristic-border-primary);border-radius:12px;color:var(--futuristic-text-tertiary);font-size:.75rem;font-weight:600;transition:all .15s ease}.tag-badge[data-v-8aebbb6f]:hover{background:var(--futuristic-accent-primary);border-color:var(--futuristic-accent-primary);color:#fff}.tag-badge i[data-v-8aebbb6f]{font-size:.65rem}.shared-subcategory[style*=marginLeft][data-v-8aebbb6f]{--depth-offset: .5rem}.shared-subcategory[data-v-8aebbb6f]{position:relative;border-left:none;margin-left:0;padding-left:0}.shared-subcategory.depth-1[data-v-8aebbb6f]{margin-left:2px;padding-left:0}.shared-subcategory.depth-2[data-v-8aebbb6f]{margin-left:4px;padding-left:0}.shared-subcategory.depth-3[data-v-8aebbb6f]{margin-left:6px;padding-left:0}.shared-subcategory.depth-4[data-v-8aebbb6f]{margin-left:8px;padding-left:0}.shared-subcategory.depth-5[data-v-8aebbb6f]{margin-left:10px;padding-left:0}.shared-subcategory.depth-6[data-v-8aebbb6f]{margin-left:12px;padding-left:0}.shared-subcategory.depth-7[data-v-8aebbb6f]{margin-left:14px;padding-left:0}.shared-subcategory.depth-8[data-v-8aebbb6f]{margin-left:16px;padding-left:0}.shared-subcategory.depth-9[data-v-8aebbb6f]{margin-left:18px;padding-left:0}.shared-subcategory.depth-10[data-v-8aebbb6f]{margin-left:20px;padding-left:0}.shared-subcategory.is-collapsed.depth-1[data-v-8aebbb6f]:before,.shared-subcategory.is-collapsed.depth-2[data-v-8aebbb6f]:before,.shared-subcategory.is-collapsed.depth-3[data-v-8aebbb6f]:before,.shared-subcategory.is-collapsed.depth-4[data-v-8aebbb6f]:before,.shared-subcategory.is-collapsed.depth-5[data-v-8aebbb6f]:before,.shared-subcategory.is-collapsed.depth-6[data-v-8aebbb6f]:before,.shared-subcategory.is-collapsed.depth-7[data-v-8aebbb6f]:before,.shared-subcategory.is-collapsed.depth-8[data-v-8aebbb6f]:before,.shared-subcategory.is-collapsed.depth-9[data-v-8aebbb6f]:before,.shared-subcategory.is-collapsed.depth-10[data-v-8aebbb6f]:before{display:none!important}.shared-subcategory.depth-1[data-v-8aebbb6f]:before,.shared-subcategory.depth-2[data-v-8aebbb6f]:before,.shared-subcategory.depth-3[data-v-8aebbb6f]:before,.shared-subcategory.depth-4[data-v-8aebbb6f]:before,.shared-subcategory.depth-5[data-v-8aebbb6f]:before,.shared-subcategory.depth-6[data-v-8aebbb6f]:before,.shared-subcategory.depth-7[data-v-8aebbb6f]:before,.shared-subcategory.depth-8[data-v-8aebbb6f]:before,.shared-subcategory.depth-9[data-v-8aebbb6f]:before,.shared-subcategory.depth-10[data-v-8aebbb6f]:before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.5) 8%,rgba(255,255,255,.5) 92%,transparent 100%);z-index:0;opacity:.16;transition:opacity 1s ease}.shared-subcategory.depth-1[data-v-8aebbb6f]:hover:before,.shared-subcategory.depth-2[data-v-8aebbb6f]:hover:before,.shared-subcategory.depth-3[data-v-8aebbb6f]:hover:before,.shared-subcategory.depth-4[data-v-8aebbb6f]:hover:before,.shared-subcategory.depth-5[data-v-8aebbb6f]:hover:before,.shared-subcategory.depth-6[data-v-8aebbb6f]:hover:before,.shared-subcategory.depth-7[data-v-8aebbb6f]:hover:before,.shared-subcategory.depth-8[data-v-8aebbb6f]:hover:before,.shared-subcategory.depth-9[data-v-8aebbb6f]:hover:before,.shared-subcategory.depth-10[data-v-8aebbb6f]:hover:before,.shared-subcategory.depth-1[data-v-8aebbb6f]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-2[data-v-8aebbb6f]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-3[data-v-8aebbb6f]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-4[data-v-8aebbb6f]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-5[data-v-8aebbb6f]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-6[data-v-8aebbb6f]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-7[data-v-8aebbb6f]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-8[data-v-8aebbb6f]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-9[data-v-8aebbb6f]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-10[data-v-8aebbb6f]:has(.checklist-item-container:hover):before,.shared-subcategory.depth-1[data-v-8aebbb6f]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-2[data-v-8aebbb6f]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-3[data-v-8aebbb6f]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-4[data-v-8aebbb6f]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-5[data-v-8aebbb6f]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-6[data-v-8aebbb6f]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-7[data-v-8aebbb6f]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-8[data-v-8aebbb6f]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-9[data-v-8aebbb6f]:has(.shared-subcategory:hover):before,.shared-subcategory.depth-10[data-v-8aebbb6f]:has(.shared-subcategory:hover):before{opacity:1;transition:opacity .5s ease}.depth-1 .subcategory-header[data-v-8aebbb6f],.depth-2 .subcategory-header[data-v-8aebbb6f],.depth-3 .subcategory-header[data-v-8aebbb6f],.depth-4 .subcategory-header[data-v-8aebbb6f],.depth-5 .subcategory-header[data-v-8aebbb6f],.depth-6 .subcategory-header[data-v-8aebbb6f],.depth-7 .subcategory-header[data-v-8aebbb6f],.depth-8 .subcategory-header[data-v-8aebbb6f],.depth-9 .subcategory-header[data-v-8aebbb6f],.depth-10 .subcategory-header[data-v-8aebbb6f]{background:transparent!important;border-radius:4px!important}.subcategory-header[data-v-8aebbb6f]:hover{filter:brightness(1.05)}.progress-container[data-v-8aebbb6f]{display:flex;align-items:center;gap:.75rem;margin-top:2px}.progress-bar[data-v-8aebbb6f]{width:120px;height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden}.progress-fill[data-v-8aebbb6f]{height:100%;background:linear-gradient(90deg,#4facfe,#00f2fe);border-radius:4px;transition:width .3s ease}.progress-text[data-v-8aebbb6f]{font-size:.813rem;color:#ffffffb3;min-width:100px;text-align:right;white-space:nowrap}.inline-comment-trigger[data-v-8aebbb6f]{display:inline-flex}@media (min-width: 769px){.inline-comment-trigger .comments-container[data-v-8aebbb6f]{display:none}}@media (max-width: 768px){.inline-comment-trigger[data-v-8aebbb6f]{margin-left:.5rem}.inline-comment-trigger .comments-container[data-v-8aebbb6f]{display:none}}.attachment-dropdown-trigger[data-v-8aebbb6f]{position:relative;display:inline-flex}.attachment-dropdown-btn[data-v-8aebbb6f]{display:inline-flex;align-items:center;gap:.25rem;background:transparent;border:none;cursor:pointer;color:#ffffff80;font-size:.75rem;padding:0}.attachment-dropdown-btn[data-v-8aebbb6f]:hover{color:var(--futuristic-accent-primary, #63b3ed)}.attachment-dropdown-btn .fa-paperclip[data-v-8aebbb6f]{font-size:.75rem}.attachment-count-badge[data-v-8aebbb6f]{font-size:.75rem;font-weight:500;color:inherit}.attachment-dropdown-menu[data-v-8aebbb6f]{position:absolute;top:calc(100% + 8px);left:0;min-width:280px;max-width:min(400px,calc(100vw - 32px));background:#1a1f2e;border:1px solid rgba(255,255,255,.1);border-radius:8px;box-shadow:0 8px 24px #00000080;z-index:1000;overflow:hidden;animation:dropdown-fade-in-8aebbb6f .15s ease}.dropdown-section[data-v-8aebbb6f]{border-bottom:1px solid rgba(255,255,255,.08)}.dropdown-section[data-v-8aebbb6f]:last-child{border-bottom:none}.dropdown-section-title[data-v-8aebbb6f]{padding:.75rem 1rem .5rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#ffffff80}.dropdown-item[data-v-8aebbb6f]{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:transparent;border:none;text-decoration:none;cursor:pointer;transition:all .15s ease;color:#ffffffb3;width:100%;text-align:left}.dropdown-item[data-v-8aebbb6f]:hover{background:#ffffff0d;color:#fff}.dropdown-item[data-v-8aebbb6f]:active{transform:scale(.98)}.dropdown-item i[data-v-8aebbb6f]{font-size:1rem;flex-shrink:0;transition:color .15s ease;color:#63b3ed}.dropdown-item:hover i[data-v-8aebbb6f]{color:#63b3ed!important}.dropdown-item-text[data-v-8aebbb6f]{flex:1;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 768px){.attachment-dropdown-menu[data-v-8aebbb6f]{left:0;min-width:240px;max-width:calc(100vw - 32px)}}@media (max-width: 768px){.shared-subcategory.mobile-flush.depth-1[data-v-8aebbb6f]{margin-left:2px}.shared-subcategory.mobile-flush.depth-2[data-v-8aebbb6f]{margin-left:4px}.shared-subcategory.mobile-flush.depth-3[data-v-8aebbb6f]{margin-left:6px}.shared-subcategory.mobile-flush.depth-4[data-v-8aebbb6f]{margin-left:8px}.shared-subcategory.mobile-flush.depth-5[data-v-8aebbb6f]{margin-left:10px}.shared-subcategory.mobile-flush.depth-6[data-v-8aebbb6f]{margin-left:12px}.shared-subcategory.mobile-flush.depth-7[data-v-8aebbb6f]{margin-left:14px}.shared-subcategory.mobile-flush.depth-8[data-v-8aebbb6f]{margin-left:16px}.shared-subcategory.mobile-flush.depth-9[data-v-8aebbb6f]{margin-left:18px}.shared-subcategory.mobile-flush.depth-10[data-v-8aebbb6f]{margin-left:20px}.shared-subcategory[data-v-8aebbb6f]{position:relative!important;overflow:visible!important}}@media (max-width: 768px){.subcategory-header[data-v-8aebbb6f]{padding:.875rem 1rem .875rem 0}.checklist-item-container[data-v-8aebbb6f]{padding:.875rem 1rem;padding-left:calc(1rem + var(--depth-offset, 1.25rem))}.checklist-item[data-v-8aebbb6f]{min-height:32px}.item-name[data-v-8aebbb6f]{font-size:.9375rem}}@media (max-width: 768px){.subcategory-header[data-v-8aebbb6f]{background:transparent!important;padding:8px 8px 8px 12px!important;margin:1rem 0 0!important;min-height:32px!important;border-radius:4px!important;gap:8px!important}.checklist-item-container[data-v-8aebbb6f]{background:#0c0d12!important;padding:.5rem!important;position:relative!important;border-left:3px solid transparent!important;margin-left:2px!important}.checklist-item-container[data-v-8aebbb6f]:before{display:block!important;left:-5px!important;top:calc(.5rem + 14px)!important}.checklist-item[data-v-8aebbb6f]{min-height:28px!important;gap:4px!important;flex-wrap:wrap!important;justify-content:flex-start!important}.item-name-section[data-v-8aebbb6f]{flex:1!important;max-width:100%!important}.item-qty-price-container[data-v-8aebbb6f]{margin-left:auto!important;order:10!important;flex-shrink:0!important;flex-wrap:nowrap!important}.item-pricing[data-v-8aebbb6f]{margin-left:auto!important;padding-left:.5rem!important;flex-shrink:0!important}.item-quantity[data-v-8aebbb6f]{flex-shrink:0!important;margin-left:0!important}.subcategory-header-content[data-v-8aebbb6f]{gap:8px!important}.mobile-only-comment[data-v-8aebbb6f]{display:none!important}.item-attachments[data-v-8aebbb6f]{padding:12px!important}.item-action-buttons[data-v-8aebbb6f]{margin-left:0!important;margin-top:2px!important}.item-footer-row .mobile-quick-icons[data-v-8aebbb6f]{display:flex!important;align-items:center;gap:.5rem}.checklist-item-wrapper:has(.item-footer-row) .item-quick-icons[data-v-8aebbb6f]{display:none!important}.item-footer-row .item-action-buttons .inline-comment-trigger[data-v-8aebbb6f]{display:flex!important;order:1!important}.item-footer-row .item-action-buttons .attachment-dropdown-trigger[data-v-8aebbb6f]{order:2!important}.subcategory-checkbox[data-v-8aebbb6f]{width:18px!important;height:18px!important;margin-right:10px!important}.checklist-item input[type=checkbox][data-v-8aebbb6f]{width:18px!important;height:18px!important;margin-right:10px!important;margin-top:0!important}.subcategory-title[data-v-8aebbb6f]{font-size:1.15rem!important;font-weight:600!important}.item-name[data-v-8aebbb6f]{font-size:1rem!important}.item-quantity[data-v-8aebbb6f]{font-size:11px!important;padding:2px 4px!important}.collapse-arrow[data-v-8aebbb6f]{font-size:10px!important;margin-left:6px!important;margin-right:0!important}.subcategory-header-content[data-v-8aebbb6f]{gap:4px!important}.item-count[data-v-8aebbb6f],.progress-text[data-v-8aebbb6f]{font-size:11px!important}.item-count.hide-on-mobile-expanded[data-v-8aebbb6f]{display:none!important}}@media (max-width: 480px){.subcategory-header[data-v-8aebbb6f]{padding:.75rem .875rem .75rem 0}.subcategory-title[data-v-8aebbb6f]{font-size:1.15rem!important}.checklist-item-container[data-v-8aebbb6f]{padding:.75rem .875rem}.checklist-item[data-v-8aebbb6f]{gap:.75rem}.item-name[data-v-8aebbb6f]{font-size:.875rem}.item-quantity[data-v-8aebbb6f]{font-size:.75rem}}.light-mode .shared-subcategory.depth-1[data-v-8aebbb6f]:before,.light-mode .shared-subcategory.depth-2[data-v-8aebbb6f]:before,.light-mode .shared-subcategory.depth-3[data-v-8aebbb6f]:before,.light-mode .shared-subcategory.depth-4[data-v-8aebbb6f]:before,.light-mode .shared-subcategory.depth-5[data-v-8aebbb6f]:before,.light-mode .shared-subcategory.depth-6[data-v-8aebbb6f]:before,.light-mode .shared-subcategory.depth-7[data-v-8aebbb6f]:before,.light-mode .shared-subcategory.depth-8[data-v-8aebbb6f]:before,.light-mode .shared-subcategory.depth-9[data-v-8aebbb6f]:before,.light-mode .shared-subcategory.depth-10[data-v-8aebbb6f]:before{background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.4) 8%,rgba(0,0,0,.4) 92%,transparent 100%);opacity:.25;transition:opacity 1s ease}.light-mode .shared-subcategory.depth-1[data-v-8aebbb6f]:hover:before,.light-mode .shared-subcategory.depth-2[data-v-8aebbb6f]:hover:before,.light-mode .shared-subcategory.depth-3[data-v-8aebbb6f]:hover:before,.light-mode .shared-subcategory.depth-4[data-v-8aebbb6f]:hover:before,.light-mode .shared-subcategory.depth-5[data-v-8aebbb6f]:hover:before,.light-mode .shared-subcategory.depth-6[data-v-8aebbb6f]:hover:before,.light-mode .shared-subcategory.depth-7[data-v-8aebbb6f]:hover:before,.light-mode .shared-subcategory.depth-8[data-v-8aebbb6f]:hover:before,.light-mode .shared-subcategory.depth-9[data-v-8aebbb6f]:hover:before,.light-mode .shared-subcategory.depth-10[data-v-8aebbb6f]:hover:before,.light-mode .shared-subcategory.depth-1[data-v-8aebbb6f]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-2[data-v-8aebbb6f]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-3[data-v-8aebbb6f]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-4[data-v-8aebbb6f]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-5[data-v-8aebbb6f]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-6[data-v-8aebbb6f]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-7[data-v-8aebbb6f]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-8[data-v-8aebbb6f]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-9[data-v-8aebbb6f]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-10[data-v-8aebbb6f]:has(.checklist-item-container:hover):before,.light-mode .shared-subcategory.depth-1[data-v-8aebbb6f]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-2[data-v-8aebbb6f]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-3[data-v-8aebbb6f]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-4[data-v-8aebbb6f]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-5[data-v-8aebbb6f]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-6[data-v-8aebbb6f]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-7[data-v-8aebbb6f]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-8[data-v-8aebbb6f]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-9[data-v-8aebbb6f]:has(.shared-subcategory:hover):before,.light-mode .shared-subcategory.depth-10[data-v-8aebbb6f]:has(.shared-subcategory:hover):before{opacity:1;transition:opacity .5s ease}.light-mode .subcategory-header[data-v-8aebbb6f]:hover{background:transparent}.light-mode .subcategory-header.is-collapsed[data-v-8aebbb6f]{background:transparent!important;border:1px solid rgba(0,0,0,.1)}.light-mode .subcategory-header.is-collapsed[data-v-8aebbb6f]:hover{background:transparent!important;border-color:#0006}.light-mode .checklist-item-container[data-v-8aebbb6f]:hover,.light-mode .checklist-item-container.note-open[data-v-8aebbb6f]{background:#0000000d}.light-mode .checklist-item-container[data-v-8aebbb6f]:before{background:#0000001a}.light-mode .checklist-item-container[data-v-8aebbb6f]:hover:before,.light-mode .checklist-item-container.note-open[data-v-8aebbb6f]:before{background:#0006}@media (hover: none){.shared-subcategory.active-tap.depth-1[data-v-8aebbb6f]:before,.shared-subcategory.active-tap.depth-2[data-v-8aebbb6f]:before,.shared-subcategory.active-tap.depth-3[data-v-8aebbb6f]:before,.shared-subcategory.active-tap.depth-4[data-v-8aebbb6f]:before,.shared-subcategory.active-tap.depth-5[data-v-8aebbb6f]:before,.shared-subcategory.active-tap.depth-6[data-v-8aebbb6f]:before,.shared-subcategory.active-tap.depth-7[data-v-8aebbb6f]:before,.shared-subcategory.active-tap.depth-8[data-v-8aebbb6f]:before,.shared-subcategory.active-tap.depth-9[data-v-8aebbb6f]:before,.shared-subcategory.active-tap.depth-10[data-v-8aebbb6f]:before{background:#ffffff80}.light-mode .shared-subcategory.active-tap.depth-1[data-v-8aebbb6f]:before,.light-mode .shared-subcategory.active-tap.depth-2[data-v-8aebbb6f]:before,.light-mode .shared-subcategory.active-tap.depth-3[data-v-8aebbb6f]:before,.light-mode .shared-subcategory.active-tap.depth-4[data-v-8aebbb6f]:before,.light-mode .shared-subcategory.active-tap.depth-5[data-v-8aebbb6f]:before,.light-mode .shared-subcategory.active-tap.depth-6[data-v-8aebbb6f]:before,.light-mode .shared-subcategory.active-tap.depth-7[data-v-8aebbb6f]:before,.light-mode .shared-subcategory.active-tap.depth-8[data-v-8aebbb6f]:before,.light-mode .shared-subcategory.active-tap.depth-9[data-v-8aebbb6f]:before,.light-mode .shared-subcategory.active-tap.depth-10[data-v-8aebbb6f]:before{background:#0006}.shared-subcategory.active-tap>.subcategory-header-container>.subcategory-header[data-v-8aebbb6f],.checklist-item-container.active-tap[data-v-8aebbb6f]{background:#ffffff1f}.light-mode .shared-subcategory.active-tap>.subcategory-header-container>.subcategory-header[data-v-8aebbb6f],.light-mode .checklist-item-container.active-tap[data-v-8aebbb6f]{background:#0000000d}}.light-mode .subcategory-header:hover{filter:brightness(.95)}.light-mode .subcategory-checkbox{background:#fff;border-color:#0000004d}.light-mode .subcategory-checkbox:checked{background:#1967d2;border-color:#1967d2}.light-mode .subcategory-checkbox:indeterminate{background:#f59e0b;border-color:#f59e0b}.light-mode .subcategory-meta,.light-mode .item-count{color:#5f6368}.light-mode .checklist-item-container{background:#fff}.light-mode .checklist-item-container.note-open{background:#ca8a0414;border-left-color:#ca8a04}.light-mode .attachment-dropdown-btn{color:#00000080}.light-mode .item-name{color:#202124;background:transparent!important}.light-mode .checklist-item input[type=checkbox]{background:#fff;border-color:#0000004d}.light-mode .checklist-item input[type=checkbox]:checked{background:#1967d2;border-color:#1967d2}.light-mode .note-content{background:transparent;color:#202124;border-left-color:#dadce0}.light-mode .note-content table{background:transparent!important}@media (max-width: 768px){.light-mode .subcategory-header{background:transparent!important}.light-mode .checklist-item-container{background:#fff!important}}@media (max-width: 768px){.item-notes{overflow:hidden;max-width:100%}.note-content{max-width:100%;overflow:hidden}.note-content table{display:block!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch;width:100%!important;max-width:100%!important}.note-content table th,.note-content table td{white-space:nowrap!important;min-width:80px!important;padding:.5rem!important}.note-content table::-webkit-scrollbar{height:6px}.note-content table::-webkit-scrollbar-track{background:#0003;border-radius:3px}.note-content table::-webkit-scrollbar-thumb{background:#4299e180;border-radius:3px}}:global(body:has(.shared-viewer)),:global(html:has(.shared-viewer)){height:auto!important;min-height:100vh!important;overflow:auto!important;background:var(--futuristic-background-primary)!important}.shared-viewer{min-height:100vh;width:100%;box-sizing:border-box;background:var(--futuristic-background-primary);color:var(--futuristic-text-primary);font-family:Jost,-apple-system,system-ui,sans-serif;font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease}.shared-viewer,.shared-viewer .viewer-header,.shared-viewer .viewer-content,.shared-viewer .category,.shared-viewer .category-header,.shared-viewer .subcategory-header,.shared-viewer .checklist-item,.shared-viewer .checklist-item-container,.shared-viewer .item-notes,.shared-viewer .note-content,.shared-viewer .control-btn,.shared-viewer .action-btn-secondary,.shared-viewer .index-sidebar,.shared-viewer .sidebar-header,.shared-viewer .index-item,.shared-viewer table,.shared-viewer th,.shared-viewer td{transition:background-color .3s ease,color .3s ease,border-color .3s ease}.viewer-content{max-width:1400px;width:100%;box-sizing:border-box;margin:0 auto;padding:var(--space-2xl) var(--space-xl);padding-bottom:150px}.loading-state,.error-state{text-align:center;padding:4rem 2rem}.spinner{width:48px;height:48px;border:4px solid var(--futuristic-background-tertiary);border-top-color:var(--futuristic-accent-primary);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1.5rem}.error-state i{font-size:3rem;color:var(--futuristic-text-danger);margin-bottom:1.5rem}.error-message{color:var(--futuristic-text-danger);margin-top:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.9rem}.scheduled-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;min-height:50vh}.scheduled-state i{font-size:4rem;color:#f59e0b;margin-bottom:1.5rem;animation:pulse 2s ease-in-out infinite}.scheduled-state h2{font-size:1.75rem;color:var(--futuristic-text-primary, #e2e8f0);margin-bottom:.75rem}.scheduled-state .scheduled-message{color:var(--futuristic-text-secondary, #a0aec0);font-size:1rem;margin-bottom:1.5rem}.scheduled-state .scheduled-countdown{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 2rem;background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);border-radius:12px;margin-bottom:1rem}.scheduled-state .countdown-label{color:#f59e0b;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.scheduled-state .countdown-value{font-size:2.5rem;font-weight:400;color:#f59e0b}.scheduled-state .scheduled-time{color:var(--futuristic-text-secondary, #a0aec0);font-size:.9375rem;margin-bottom:.5rem}.scheduled-state .scheduled-hint{color:var(--futuristic-text-tertiary, #718096);font-size:.875rem;margin-bottom:1.5rem}.scheduled-state .btn-primary{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s ease}.scheduled-state .btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f59e0b4d}.password-protection{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:1rem}.password-modal{background:var(--futuristic-background-secondary);border:1px solid var(--futuristic-border-primary);border-radius:16px;padding:2.5rem;width:100%;max-width:420px;text-align:center;box-shadow:var(--futuristic-shadow-modal)}.password-modal i{font-size:3rem;color:var(--futuristic-accent-primary);margin-bottom:1.5rem}.password-modal h2{margin:0 0 .75rem;color:var(--futuristic-text-heading);font-weight:600}.password-modal p{color:var(--futuristic-text-secondary);margin-bottom:1.5rem}.password-modal form{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.form-input{padding:.875rem 1rem;border:1px solid var(--futuristic-border-primary);border-radius:8px;background:var(--futuristic-background-tertiary);color:var(--futuristic-text-primary);font-size:1rem;transition:all .2s ease}.form-input:focus{outline:none;border-color:var(--futuristic-accent-primary);box-shadow:var(--futuristic-focus-ring)}.checklist-display{width:100%;max-width:960px;margin:0 auto;background:transparent;padding:0}.btn-primary,.btn-secondary{padding:.75rem 1.25rem;border-radius:8px;font-weight:600;cursor:pointer;border:none;display:inline-flex;align-items:center;justify-content:center;gap:.625rem;text-decoration:none;transition:all .2s ease;font-size:.9375rem;white-space:nowrap}.btn-primary{padding:10px 20px;background:var(--futuristic-button-bg);color:var(--futuristic-text-primary);border:1px solid var(--futuristic-border-primary);border-radius:8px;font-size:.875rem;font-weight:600;font-family:var(--font-sans);cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap}.btn-primary:hover{background:var(--futuristic-button-hover);transform:translateY(-1px)}.btn-primary.tags-toggle.active{background:var(--futuristic-accent-primary);color:var(--futuristic-background-primary);border-color:var(--futuristic-accent-primary)}.btn-secondary{background:var(--futuristic-background-secondary);color:var(--futuristic-text-primary);border:1px solid var(--futuristic-border-primary);text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;padding:10px 20px;border-radius:8px;font-weight:600;transition:all .2s ease}.btn-secondary:hover{background:var(--futuristic-background-tertiary);color:var(--futuristic-text-primary);border-color:var(--futuristic-border-hover);transform:translateY(-1px)}.btn-secondary:active{background:var(--futuristic-background-secondary);transform:translateY(0)}.desktop-only{display:inline-flex}.mobile-only{display:none}@media (max-width: 768px){.desktop-only{display:none!important}.mobile-only{display:flex!important}}.embedded-mode{height:100%;min-height:auto}.embedded-mode .viewer-content{height:calc(100% - 60px);overflow-y:auto}.embedded-back-btn{position:-webkit-sticky;position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:8px;padding:12px 16px;background:var(--futuristic-background-secondary, #1a1f26);border:none;border-bottom:1px solid var(--futuristic-border-primary, rgba(255, 255, 255, .1));color:var(--futuristic-text-secondary, rgba(255, 255, 255, .7));font-size:14px;cursor:pointer;width:100%;text-align:left;transition:background .2s ease}.embedded-back-btn:hover{background:var(--futuristic-background-hover, rgba(255, 255, 255, .05))}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.slide-up-enter-active{animation:slideUp .2s ease-out}.slide-up-leave-active{animation:slideUp .2s ease-in reverse}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.fade-enter-active,.fade-leave-active{transition:opacity .2s ease}.fade-enter-from,.fade-leave-to{opacity:0}.viewer-header{background:var(--futuristic-background-secondary);border-bottom:1px solid var(--futuristic-border-primary);padding:1rem 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px)}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;gap:1rem}.app-title{margin:0;font-size:1.75rem;font-weight:400;font-family:var(--font-display);display:flex;align-items:center;gap:.5rem;color:var(--futuristic-text-primary);letter-spacing:-.025em}.badge{background:var(--futuristic-accent-primary);color:var(--futuristic-background-primary);padding:3px 10px;border-radius:12px;font-size:.6875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.header-actions{display:flex;gap:.5rem;align-items:center;margin-left:auto}.user-info{display:flex;align-items:center;gap:.75rem}.user-email{color:var(--futuristic-text-secondary);font-size:.875rem;font-weight:400}.sign-out-link,.sign-in-link{color:var(--futuristic-text-secondary);font-size:.875rem;font-weight:400;cursor:pointer;transition:color .2s}.sign-out-link:hover,.sign-in-link:hover{color:var(--futuristic-accent-primary)}.auth-links{display:flex;gap:12px;align-items:center}.sign-in-link.auth0-link{background:#4facfe;color:#fff;padding:6px 12px;border-radius:4px}.sign-in-link.auth0-link:hover{background:#3a9aed;color:#fff}.sign-in-link.google-link{color:var(--futuristic-text-secondary)}.sign-in-link.google-link:hover{color:#4285f4}.app-title-link{text-decoration:none;color:inherit;transition:opacity .2s}.app-title-link:hover{opacity:.8}.app-logo-circle{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.app-logo-icon{width:36px;height:36px;-o-object-fit:contain;object-fit:contain}.checklist-header{display:flex;flex-direction:column;padding:1.5rem 1.8rem;text-align:left}.checklist-header .control-panel{order:-1;margin-bottom:1rem}.checklist-header .title-container{order:1}.checklist-header .checklist-meta-row{order:2}.checklist-title,.checklist-header h2{margin:0 0 1rem;font-size:2.8125rem;font-weight:400;color:var(--futuristic-text-heading);letter-spacing:-.02em;text-align:left}.title-container{display:flex;align-items:center;gap:.5rem;margin-top:16px}.title-container .checklist-title{margin-bottom:0}.title-edit-btn{background:transparent;border:none;color:var(--futuristic-text-secondary);cursor:pointer;padding:.25rem .5rem;font-size:.875rem;opacity:.5;transition:opacity .2s,color .2s}.title-edit-btn:hover{opacity:1;color:var(--futuristic-accent-primary)}.title-edit-input{font-size:2.8125rem;font-weight:400;color:var(--futuristic-text-heading);letter-spacing:-.02em;background:transparent;border:none;border-bottom:2px solid var(--futuristic-accent-primary);outline:none;padding:0;flex:1;min-width:200px}.title-edit-input:focus{border-bottom-color:var(--futuristic-accent-hover)}.title-save-btn,.title-cancel-btn{background:transparent;border:1px solid var(--futuristic-border-primary);border-radius:4px;color:var(--futuristic-text-secondary);cursor:pointer;padding:.25rem .5rem;font-size:.875rem;transition:all .2s}.title-save-btn:hover{background:var(--futuristic-accent-primary);color:#fff;border-color:var(--futuristic-accent-primary)}.title-cancel-btn:hover{background:#ef4444;color:#fff;border-color:#ef4444}.title-save-btn:disabled,.title-cancel-btn:disabled{opacity:.5;cursor:not-allowed}.checklist-meta{flex:1;display:flex;align-items:center;gap:16px;flex-wrap:wrap;color:var(--futuristic-text-secondary);font-size:.875rem}.checklist-meta span{display:flex;align-items:center;gap:.5rem}.checklist-meta i{color:var(--futuristic-accent-primary)}.checklist-meta .countdown-expired{color:#ef4444;font-weight:600}.checklist-meta .countdown-expired i{color:#ef4444}.checklist-meta .countdown-scheduled{color:#f59e0b;font-weight:600}.checklist-meta .countdown-scheduled i{color:#f59e0b}.checklist-meta .created-by{color:#9ca3af}.checklist-meta .version-badge{padding:2px 8px;background:#60a5fa1a;border:1px solid rgba(96,165,250,.3);border-radius:4px;font-size:.75rem;font-weight:600;color:var(--futuristic-accent-primary)}.checklist-meta .created-by i{color:#9ca3af}.checklist-meta-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;position:relative}.progress-container{display:flex;align-items:center;gap:.75rem;margin-top:2px}.progress-bar{width:120px;height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#4facfe,#00f2fe);border-radius:4px;transition:width .3s ease}.progress-text{font-size:.813rem;color:#ffffffb3;min-width:100px;text-align:right;white-space:nowrap}.control-panel{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:1rem}.control-panel-left,.control-panel-right{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.control-btn{width:42px;height:42px;border-radius:50%;background:#0c0d12;border:1px solid rgba(255,255,255,.1);color:#6b7280;cursor:pointer;font-size:16px;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 2px 12px #0000004d;outline:none;padding:0}.control-btn:active{transform:scale(.95)}.control-btn i{font-size:14px}.btn-label{display:none}.prices-btn:hover{background:#0c0d12;border-color:#10b981;transform:scale(1.05);box-shadow:0 0 15px #10b9814d}.prices-btn.active{background:#0c0d12;border-color:#10b981;color:#10b981;border-width:2px}.prices-btn.active:hover{background:#0c0d12;border-color:#34d399;color:#34d399;box-shadow:0 0 15px #34d39966}.notes-btn:hover{background:#0c0d12;border-color:#fbbf24;transform:scale(1.05);box-shadow:0 0 15px #fbbf244d}.notes-btn.active{background:#0c0d12;border-color:#fbbf24;color:#fbbf24;border-width:2px}.notes-btn.active:hover{background:#0c0d12;border-color:#f59e0b;color:#f59e0b;box-shadow:0 0 15px #f59e0b66}.comments-btn:hover{background:#0c0d12;border-color:#60a5fa;transform:scale(1.05);box-shadow:0 0 15px #60a5fa4d}.comments-btn.active{background:#0c0d12;border-color:#60a5fa;color:#60a5fa;border-width:2px}.comments-btn.active:hover{background:#0c0d12;border-color:#93c5fd;color:#93c5fd;box-shadow:0 0 15px #93c5fd66}.progress-btn:hover{background:#0c0d12;border-color:#8b5cf6;transform:scale(1.05);box-shadow:0 0 15px #8b5cf64d}.progress-btn.active{background:#0c0d12;border-color:#8b5cf6;color:#8b5cf6;border-width:2px}.progress-btn.active:hover{background:#0c0d12;border-color:#a78bfa;color:#a78bfa;box-shadow:0 0 15px #a78bfa66}.tags-btn.active{background:#0c0d12;border-color:#06b6d4;color:#06b6d4;border-width:2px}.tags-btn.active:hover{background:#0c0d12;border-color:#22d3ee;color:#22d3ee;box-shadow:0 0 15px #22d3ee66}.theme-btn:hover{background:#0c0d12;border-color:#f59e0b;transform:scale(1.05);box-shadow:0 0 15px #f59e0b4d}.theme-btn.active{background:#0c0d12;border-color:#f59e0b;color:#f59e0b;border-width:2px}.theme-btn.active:hover{background:#0c0d12;border-color:#fbbf24;color:#fbbf24;box-shadow:0 0 15px #fbbf2466}.sort-dropdown-container{display:flex;align-items:center}.sort-dropdown{height:42px;padding:0 2.5rem 0 1rem;border-radius:21px;background:#0c0d12;border:1px solid rgba(255,255,255,.1);color:#e2e8f0;font-size:14px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 12px #0000004d;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23e2e8f0' d='M6 9L2 5h8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.sort-dropdown:hover{border-color:#4facfe;box-shadow:0 0 15px #4facfe4d;transform:scale(1.02)}.sort-dropdown:focus{border-color:#4facfe;box-shadow:0 0 15px #4facfe66}.inline-vote-trigger{display:inline-flex;align-items:center;margin-left:.5rem}.action-buttons-bar{display:flex;width:100%;gap:.75rem;padding:.5rem 0;justify-content:center;align-items:center;flex-wrap:wrap}.action-btn-secondary{padding:.75rem 1.5rem;background:transparent;border:1px solid rgba(255,255,255,.08);border-radius:6px;color:#ffffffb3;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;gap:.625rem;text-decoration:none}.action-btn-secondary:hover{background:#ffffff0d;border-color:#ffffff26;color:#ffffffe6;transform:translateY(-1px)}.action-btn-secondary i{font-size:.938rem}.action-btn-secondary .btn-branding-logo{width:18px;height:18px;-o-object-fit:contain;object-fit:contain;border-radius:3px}.action-btn-secondary:disabled{opacity:.6;cursor:not-allowed}.bottom-controls{position:fixed;bottom:0;left:0;right:0;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.5rem 0;background:var(--futuristic-background-primary, #0c0d12);border-top:none;z-index:100}.bottom-controls .tags-toggle,.bottom-controls .share-btn{padding:.875rem 1.5rem;font-size:1rem}.bottom-controls .share-btn{background:var(--futuristic-button-bg);border:1px solid var(--futuristic-border-primary)}.bottom-controls .share-btn:hover{background:var(--futuristic-button-hover);border-color:var(--futuristic-accent-primary)}.mobile-info-tip{background:var(--futuristic-background-accent);border-bottom:1px solid var(--futuristic-border-accent);padding:.75rem 1rem;display:none;align-items:center;gap:.5rem;color:var(--futuristic-accent-primary);font-size:.813rem;text-align:center;justify-content:center}.mobile-info-tip i{font-size:1rem;flex-shrink:0}@media (max-width: 768px){.mobile-info-tip{display:flex}}.mobile-back-btn{display:none;position:fixed;bottom:100px;left:20px;background:linear-gradient(135deg,#4facfe,#00f5ff);color:#0c0d12;width:48px;height:48px;border-radius:50%;border:none;font-size:1.25rem;align-items:center;justify-content:center;box-shadow:0 4px 15px #4facfe66;z-index:1000;cursor:pointer;transition:all .3s ease}.mobile-back-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4facfe80}.mobile-back-btn:active{transform:translateY(0)}@media (max-width: 768px){.mobile-back-btn{display:flex}}.desktop-search-container{display:flex;align-items:center;gap:8px;position:relative}.search-bar-expanded{position:absolute;right:100%;top:50%;transform:translateY(-50%);margin-right:8px;min-width:280px;max-width:350px;z-index:100;background:var(--futuristic-background-secondary, rgba(15, 18, 25, .98));border-radius:8px;padding:8px 12px;box-shadow:0 2px 8px #0000004d;border:1px solid var(--futuristic-border-primary, rgba(255, 255, 255, .1))}.search-expand-enter-active{transition:all .2s ease-out}.search-expand-leave-active{transition:all .15s ease-in}.search-expand-enter-from,.search-expand-leave-to{opacity:0;transform:translateY(-50%) translate(20px)}.search-bar-inline{margin-left:auto;max-width:350px;min-width:250px;position:relative}.search-input-wrapper{display:flex;align-items:center;gap:8px;background:transparent;justify-content:flex-end}.search-icon{color:var(--futuristic-text-secondary);font-size:12px;opacity:.5}.search-input{flex:1;background:transparent;border:none;border-bottom:1px solid var(--futuristic-border-color, rgba(255, 255, 255, .1));padding:4px 0;font-size:13px;color:var(--futuristic-text-primary);outline:none}.search-input::-moz-placeholder{color:var(--futuristic-text-secondary);opacity:.5}.search-input::-ms-input-placeholder{color:var(--futuristic-text-secondary);opacity:.5}.search-input::placeholder{color:var(--futuristic-text-secondary);opacity:.5}.search-input:focus{border-bottom-color:var(--futuristic-text-secondary)}.clear-search-btn,.filter-toggle-btn{background:transparent;border:none;color:var(--futuristic-text-secondary);cursor:pointer;padding:4px;font-size:11px;opacity:.5;transition:opacity .15s}.clear-search-btn:hover,.filter-toggle-btn:hover,.filter-toggle-btn.active{opacity:1}.search-filters{position:absolute;top:100%;right:0;display:flex;flex-wrap:wrap;gap:10px;padding:12px;margin-top:8px;background:var(--futuristic-background-secondary, rgba(15, 18, 25, .98));border:1px solid var(--futuristic-border-primary, rgba(255, 255, 255, .1));border-radius:8px;box-shadow:0 4px 12px #0000004d;z-index:100;min-width:200px}.filter-option{display:flex;align-items:center;gap:4px;font-size:11px;color:var(--futuristic-text-secondary);cursor:pointer}.filter-option input[type=checkbox]{width:11px;height:11px;cursor:pointer}.filter-option span{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.toggle-all-btn{display:flex;align-items:center;gap:6px;width:100%;padding:8px 10px;margin-bottom:8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:var(--futuristic-text-secondary);font-size:12px;cursor:pointer;transition:all .15s ease}.toggle-all-btn:hover{background:#ffffff1a;color:var(--futuristic-text-primary)}.toggle-all-btn i{font-size:14px;color:var(--futuristic-accent-primary, #60a5fa)}.mobile-search-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;z-index:9999;display:flex;align-items:flex-end;pointer-events:none}.mobile-search-overlay>*{pointer-events:auto}.mobile-search-popup{width:100%;background:#1a1b1e;border-radius:16px 16px 0 0;padding:16px;max-height:70vh;overflow-y:auto}@media (min-width: 769px){.mobile-search-overlay{align-items:flex-end;justify-content:flex-start}.mobile-search-popup{width:33.333%;min-width:320px;max-width:400px;border-radius:16px;margin:16px}}.mobile-search-popup.light-mode{background:#fff}.mobile-search-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:16px;font-weight:600;color:var(--futuristic-text-primary)}.mobile-search-popup.light-mode .mobile-search-header{color:#202124}.close-search-btn{background:transparent;border:none;color:var(--futuristic-text-secondary);font-size:18px;padding:4px;cursor:pointer}.mobile-search-input-wrapper{display:flex;align-items:center;gap:12px;background:#ffffff0d;border-radius:8px;padding:12px}.mobile-search-popup.light-mode .mobile-search-input-wrapper{background:#f1f3f4}.mobile-search-input-wrapper i{color:var(--futuristic-text-secondary);opacity:.6}.mobile-search-input{flex:1;background:transparent;border:none;font-size:16px;color:var(--futuristic-text-primary);outline:none}.mobile-search-popup.light-mode .mobile-search-input{color:#202124}.mobile-search-input::-moz-placeholder{color:var(--futuristic-text-secondary);opacity:.5}.mobile-search-input::-ms-input-placeholder{color:var(--futuristic-text-secondary);opacity:.5}.mobile-search-input::placeholder{color:var(--futuristic-text-secondary);opacity:.5}.mobile-search-input-wrapper .clear-btn{background:transparent;border:none;color:var(--futuristic-text-secondary);font-size:14px;padding:4px;cursor:pointer}.mobile-search-filters{display:flex;flex-wrap:wrap;gap:12px;padding:16px 0}.mobile-filter-option{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--futuristic-text-secondary);cursor:pointer}.mobile-search-popup.light-mode .mobile-filter-option{color:#5f6368}.mobile-filter-option input[type=checkbox]{width:16px;height:16px}.mobile-toggle-all-btn{display:flex;align-items:center;gap:8px;width:100%;padding:12px 16px;margin-bottom:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:var(--futuristic-text-secondary);font-size:14px;cursor:pointer;transition:all .15s ease}.mobile-toggle-all-btn:hover,.mobile-toggle-all-btn:active{background:#ffffff1a;color:var(--futuristic-text-primary)}.mobile-toggle-all-btn i{font-size:18px;color:var(--futuristic-accent-primary, #60a5fa)}.mobile-search-popup.light-mode .mobile-toggle-all-btn{background:#00000008;border-color:#0000001a;color:#5f6368}.mobile-search-popup.light-mode .mobile-toggle-all-btn:hover,.mobile-search-popup.light-mode .mobile-toggle-all-btn:active{background:#0000000f;color:#202124}.mobile-search-popup.light-mode .mobile-toggle-all-btn i{color:#1a73e8}.mobile-search-footer{padding-top:12px;border-top:1px solid rgba(255,255,255,.1)}.mobile-search-popup.light-mode .mobile-search-footer{border-top-color:#0000001a}.search-done-btn{width:100%;background:var(--futuristic-accent-primary, #60a5fa);border:none;border-radius:8px;padding:12px;font-size:16px;font-weight:600;color:#fff;cursor:pointer}.slide-up-enter-active,.slide-up-leave-active{transition:all .25s ease}.slide-up-enter-active .mobile-search-popup,.slide-up-leave-active .mobile-search-popup{transition:transform .25s ease}.slide-up-enter-from,.slide-up-leave-to{opacity:0}.slide-up-enter-from .mobile-search-popup,.slide-up-leave-to .mobile-search-popup{transform:translateY(100%)}.no-results{padding:16px;font-size:14px;color:var(--futuristic-text-secondary);text-align:center}.search-control-wrapper{display:flex;align-items:center;gap:.5rem}.top-controls-stack.position-right .search-control-wrapper{flex-direction:row}.top-controls-stack.position-left .search-control-wrapper{flex-direction:row-reverse}.search-clear-btn{display:flex;align-items:center;gap:.35rem;padding:6px 10px;background:#ef444433;border:1px solid rgba(239,68,68,.4);border-radius:16px;color:#ef4444;cursor:pointer;font-size:12px;font-weight:500;transition:all .2s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);white-space:nowrap}.search-clear-btn:hover{background:#ef44444d;border-color:#ef444499}.search-clear-btn i{font-size:10px}.search-count{font-size:11px;opacity:.9}body:not(.light-mode) .shared-viewer .categories-container,.shared-viewer .categories-container{background:transparent!important;background-color:transparent!important}body:not(.light-mode) .shared-viewer .category-header,.shared-viewer .category-header{background:transparent!important;background-color:transparent!important;border:none!important;padding:6px 15px 6px 16px!important;margin:0!important;border-radius:0!important;color:inherit!important}body:not(.light-mode) .shared-viewer .category-header.is-collapsed,.shared-viewer .category-header.is-collapsed{border:1px solid rgba(255,255,255,.08)!important;border-radius:4px!important}.categories-container{display:flex;flex-direction:column;gap:0;width:100%;padding:0}.category{position:relative;padding:2px;margin-left:2px;margin-top:.75rem;margin-bottom:1rem}.category:not(.is-expanded):before{display:none!important}.category:before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.5) 8%,rgba(255,255,255,.5) 92%,transparent 100%);z-index:0;opacity:.16;transition:opacity 1s ease}.category:hover:before,.category:has(.checklist-item-container:hover):before,.category:has(.shared-subcategory:hover):before{opacity:1;transition:opacity .5s ease}.category-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:6px 15px 6px 16px;min-height:32px;background:transparent;border:none;border-radius:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background .5s ease}.category-header:hover{background:transparent}.category-header.is-collapsed{background:transparent!important;border:1px solid rgba(255,255,255,.08);border-radius:4px;margin-bottom:1rem}.category-header.is-collapsed:hover{border-color:#ffffff80}.category-header-content{display:flex;align-items:center;gap:.75rem;flex:1}.category-title-section{flex:1;display:flex;flex-direction:column;gap:.25rem;padding-left:0}.show-strikethrough .category-title-section{padding-left:0}.category-actions{display:flex;align-items:center;gap:.5rem}.category-meta-inline,.progress-container-inline{display:flex;align-items:center}.collapse-arrow{color:var(--futuristic-text-secondary);transition:opacity .2s ease,color .2s ease;display:inline-block;margin-left:8px;font-size:.7em;vertical-align:middle;opacity:.6;font-weight:600}.collapse-arrow.hidden{opacity:0;pointer-events:none}.expand-enter-active{animation:teleportIn .18s cubic-bezier(.16,1,.3,1)}.expand-leave-active{animation:teleportOut .12s cubic-bezier(.7,0,.84,0)}@keyframes teleportIn{0%{opacity:0;filter:blur(4px);transform:translateY(-4px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}@keyframes teleportOut{0%{opacity:1;filter:blur(0);transform:translateY(0)}to{opacity:0;filter:blur(4px);transform:translateY(-4px)}}.category-header:hover .collapse-arrow{color:var(--futuristic-text-primary)}.category-checkbox{width:18px;height:18px;cursor:pointer;flex-shrink:0;accent-color:var(--futuristic-accent-primary, #60a5fa)}@media (min-width: 769px){.category-checkbox{width:20px!important;height:20px!important}}.category-header h3{margin:0;font-size:1.5rem;font-weight:600;color:var(--futuristic-text-heading);letter-spacing:-.01em;word-break:keep-all;overflow-wrap:normal;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}.completed-title{text-decoration:line-through;opacity:.6}.category-meta{margin-top:.1rem}.subcategory-meta{padding:0 1rem .5rem 3.5rem}.item-count{color:var(--futuristic-text-tertiary);font-size:.75rem;font-weight:500}@media (min-width: 769px){.category-header .category-actions .item-count,.category-header .category-actions .inline-comment-trigger,.category-header .category-meta-inline .item-count,.category-header .category-meta-inline .progress-container-inline,.category-header .category-meta-inline .progress-text{opacity:0!important;transition:opacity .15s ease}.category-header:hover .category-actions .item-count,.category-header:hover .category-actions .inline-comment-trigger,.category-header:hover .category-meta-inline .item-count,.category-header:hover .category-meta-inline .progress-container-inline,.category-header:hover .category-meta-inline .progress-text{opacity:1!important}.category-header .inline-comment-trigger:has(.has-comments),.category-header .inline-comment-trigger:has(.all-resolved){opacity:1!important}}.category-items{display:flex;flex-direction:column;gap:0}.checklist-item-container{display:flex;flex-direction:column;padding:0 1rem 0 0;background:transparent;transition:background 1s ease,border-left-color 1s ease;position:relative;border-left:3px solid transparent}.show-strikethrough .checklist-item-container{padding:0 .5rem 0 0}.checklist-item-container.note-open{background:#eab30814;border-left-color:#eab308}.checklist-item-container:before{content:"";position:absolute;left:-16px;top:16px;width:8px;height:1px;background:#ffffff14;transition:background 1s ease}.category-items>.checklist-item-wrapper>.checklist-item-container:hover:before{background:#ffffff80;transition:background .5s ease}.checklist-item-container.note-open:before{display:none}.checklist-item-container.note-open{background:#ffffff1f}@media (max-width: 768px){.checklist-item-container:before{display:block;top:14px}}.checklist-item-container:hover{background:#ffffff1f;transition:background .5s ease,border-left-color .5s ease}.checklist-item{display:flex;align-items:center;gap:10px;background:transparent;min-height:32px}.item-name-section{display:flex;flex-direction:column;gap:.25rem;flex:1;cursor:pointer}.item-footer-row{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-left:0;margin-bottom:.25rem}.item-action-buttons{display:flex;flex-direction:row;align-items:center;gap:.75rem}.mobile-price-notes-row{display:flex;align-items:center;gap:.5rem}.item-action-buttons .inline-attachment-trigger,.item-action-buttons .inline-comment-trigger{padding:0;margin:0}.shared-viewer .item-name{flex:1;color:var(--futuristic-text-primary);font-size:1rem;line-height:1.5;font-weight:500}@media (min-width: 769px){.shared-viewer .item-name{font-size:1rem}}.shared-viewer .subcategory-item .item-name{font-weight:500}.shared-viewer .checklist-item:has(input[type=checkbox]:checked) .item-name{text-decoration:none}.shared-viewer.show-strikethrough .checklist-item:has(input[type=checkbox]:checked) .item-name{text-decoration:line-through;color:#ffffff80}.item-dates{display:flex;gap:.5rem;flex-wrap:wrap}.item-date{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--futuristic-text-tertiary);background:#4facfe1a;padding:.125rem .5rem;border-radius:4px;border:1px solid rgba(79,172,254,.2)}.item-date i{font-size:.7rem;opacity:.8}.date-label{font-weight:600;opacity:.9}.item-dates-row{display:flex;gap:.5rem;flex-wrap:wrap}.checklist-item input[type=checkbox]{width:16px;height:16px;cursor:pointer;flex-shrink:0;accent-color:var(--futuristic-accent-primary, #60a5fa);margin-left:0}@media (min-width: 769px){.checklist-item input[type=checkbox]{width:18px!important;height:18px!important}}@media (max-width: 768px){.checklist-item input[type=checkbox],.category-checkbox,.subcategory-checkbox{width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important}}.item-quantity{color:var(--futuristic-accent-primary);font-weight:600;font-size:.8125rem;padding:.25rem .5rem;background:var(--futuristic-background-accent);border-radius:5px}.item-quick-icons{display:flex;align-items:center;gap:4px;margin-left:auto;flex-shrink:0}.mobile-quick-icons{display:none;align-items:center;gap:.5rem}.quick-icon{width:24px;height:24px;border:none;background:transparent;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;font-size:12px;padding:0}.quick-icon:hover{background:#ffffff1a}.quick-icon:active{transform:scale(.95)}.quick-icon.note-icon{color:#eab308}.quick-icon.note-icon:hover{color:#facc15;background:#eab30826}.quick-icon.attachment-icon{color:#ffffff80}.quick-icon.attachment-icon:hover{color:#fffc;background:#ffffff1a}.item-tags-inline{display:inline-flex;gap:.375rem;flex-wrap:wrap;margin-left:.75rem}.tag-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .625rem;background:var(--futuristic-background-accent);border:1px solid var(--futuristic-border-primary);border-radius:12px;color:var(--futuristic-text-tertiary);font-size:.75rem;font-weight:600;transition:all .15s ease}.tag-badge:hover{background:var(--futuristic-accent-primary);border-color:var(--futuristic-accent-primary);color:#fff}.tag-badge i{font-size:.65rem}.item-note-indicator{color:var(--futuristic-text-warning);font-size:1rem}.subcategory{margin-top:0;margin-left:0;padding-left:0;border-left:none}.subcategory-header h4{margin:0 0 .5rem;font-size:1rem;color:var(--futuristic-text-secondary)}.subcategory-items{display:flex;flex-direction:column;gap:0}.sub-subcategory{margin-top:0;margin-left:0;padding-left:0;border-left:none}.sub-subcategory-header h5{margin:0 0 .5rem;font-size:.9rem;color:var(--futuristic-text-tertiary);font-weight:600}.subcategory-item{background:var(--futuristic-background-tertiary);padding-left:0}.item-notes{margin:0 8px 8px 0;padding:.5rem;background:#1e2026e6;border-radius:6px;border:none;font-size:13px;color:#ffffffe6;transition:background .15s ease;cursor:pointer;position:relative;overflow:visible}.show-strikethrough .item-notes{margin-left:0}.item-notes:hover{background:#282a30f2}.tap-indicator{display:none}.inline-expand-btn{position:absolute;bottom:-12px;left:50%;transform:translate(-50%);padding:4px 12px;background:#1e2026f2;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#ffffffb3;font-size:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease,background .2s ease,color .2s ease;z-index:10;opacity:0;pointer-events:none}.item-notes:hover .inline-expand-btn,.inline-expand-btn.is-visible{opacity:1;pointer-events:auto}@media (max-width: 1024px){.inline-expand-btn{opacity:1;pointer-events:auto}}.inline-expand-btn.is-visible{border-color:#ffffff80}.inline-expand-btn:hover{background:#282d37f2;color:#fffffff2}.inline-expand-btn:active,.inline-expand-btn:focus{transform:translate(-50%);outline:none}.item-notes.is-inline-expanded{max-height:none!important;padding-bottom:.5rem;cursor:default;pointer-events:auto;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;border:1px solid rgba(255,255,255,.3)}.item-notes.is-inline-expanded .note-content{max-height:none!important;overflow:visible!important;-webkit-line-clamp:unset!important;display:block!important;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;cursor:text}.item-notes.is-inline-expanded .tap-indicator{display:none}.item-notes.is-inline-expanded .note-content table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;border-radius:4px}.note-spreadsheet-table{border:none!important}.item-notes .table-scroll-wrapper{position:relative;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:.5rem 0}.item-notes .table-scroll-wrapper:after{content:"->";position:absolute;top:50%;right:4px;transform:translateY(-50%);font-size:12px;color:#fff6;pointer-events:none;animation:scrollHint 1.5s ease-in-out infinite}@keyframes scrollHint{0%,to{opacity:.4;transform:translateY(-50%) translate(0)}50%{opacity:.8;transform:translateY(-50%) translate(3px)}}@media (max-width: 768px){.item-notes{margin:0 8px 8px;padding:8px 10px 12px}}@media (max-width: 926px) and (orientation: landscape){.item-notes.is-inline-expanded{max-height:100vh!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch}}.note-section{margin-bottom:8px;position:relative;padding:0 .5rem!important}.note-section:last-child{margin-bottom:0}.item-notes.is-truncated .note-section:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2em;background:linear-gradient(to bottom,transparent 0%,rgba(30,32,38,.3) 30%,rgba(30,32,38,.95) 100%);pointer-events:none;z-index:2}.note-label{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#ffffff80;margin-bottom:4px}.note-label i{font-size:9px}.prechecklist-note .note-label{color:var(--prechecklist-note-color, #60a5fa)}.checklist-note .note-label{color:#fbbf24cc}.note-content{margin:0;padding:0;background:transparent;color:#ffffffb3;font-size:13px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:5.6em;border-radius:4px;max-width:100%}.note-content table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;border-collapse:collapse;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:100%;max-width:100%;margin:.5rem 0;position:relative;scrollbar-width:thin;scrollbar-color:rgba(66,153,225,.5) transparent}.note-content table::-webkit-scrollbar{height:6px}.note-content table::-webkit-scrollbar-track{background:#0000001a;border-radius:3px}.note-content table::-webkit-scrollbar-thumb{background:#4299e180;border-radius:3px}.note-content table::-webkit-scrollbar-thumb:hover{background:#4299e1b3}.note-content table th,.note-content table td{border:1px solid var(--futuristic-border-primary);padding:.5rem}.note-content table th{background:var(--futuristic-background-tertiary);font-weight:600}.prechecklist-note .note-content{border-left-color:var(--futuristic-accent-primary)}.checklist-note .note-content{border-left-color:var(--futuristic-text-warning)}@media (max-width: 768px){.item-notes{width:calc(100% - 1rem);max-width:calc(100% - 1rem);margin:0 .5rem 8px;padding-left:0;padding-right:0;overflow:hidden}.note-content{max-width:100%;overflow:hidden}.note-content table{display:block!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch;width:100%!important;max-width:100%!important}.note-content table th,.note-content table td{white-space:nowrap!important;min-width:80px!important;padding:.5rem!important}}.item-qty-price-container{display:inline-flex;align-items:center;gap:.5rem;margin-left:auto}.item-unit-price{font-size:.8125rem;font-weight:400;color:#fff9}.item-total-price{display:inline-flex;align-items:center;gap:.25rem;font-size:.8125rem;font-weight:600;padding:.25rem .5rem;border-radius:5px;background:var(--futuristic-background-success);color:var(--futuristic-text-success)}.item-pricing{display:inline-flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-left:auto;padding-left:1rem}.price-value,.cost-value,.discount-value,.total-value{display:inline-flex;align-items:center;gap:.25rem;font-size:.8125rem;font-weight:600;padding:.25rem .5rem;border-radius:5px}.price-value{background:var(--futuristic-background-success);color:var(--futuristic-text-success)}.price-value i{font-size:.7rem}.cost-value{background:var(--futuristic-background-tertiary);color:var(--futuristic-text-tertiary)}.discount-value{background:var(--futuristic-background-warning);color:var(--futuristic-text-warning)}.total-value{background:var(--futuristic-background-accent);color:var(--futuristic-accent-primary);font-weight:400}.pricing-totals{margin:2rem auto 1rem;padding:1.5rem;padding-bottom:30%;max-width:500px;background:#0c0d12fa;border:1px solid var(--futuristic-border-primary);border-radius:12px;box-shadow:var(--futuristic-shadow-soft)}@media (min-width: 769px){.pricing-totals{padding-bottom:2rem}}.pricing-summary-title{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:var(--futuristic-text-heading);text-align:center;letter-spacing:-.01em}.category-totals-section{margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--futuristic-border-primary)}.category-total-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;gap:1rem}.category-total-name{font-size:.875rem;color:var(--futuristic-text-secondary);font-weight:500;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-total-value{font-size:.9375rem;font-weight:600;color:var(--futuristic-text-primary);white-space:nowrap}.subcategory-total-row{display:flex;justify-content:space-between;align-items:center;padding:.35rem 0;gap:1rem}.subcategory-total-name{font-size:.8125rem;color:var(--futuristic-text-tertiary);font-weight:400;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.subcategory-total-value{font-size:.8125rem;font-weight:500;color:var(--futuristic-text-secondary);white-space:nowrap}.totals-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 768px){.totals-grid{grid-template-columns:1fr;gap:1rem}}.totals-column{display:flex;flex-direction:column;gap:.5rem}.total-row{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:.25rem;padding:.75rem 1rem;background:#1e2026e6;border-radius:8px}.total-row.subtotal-row{background:transparent;border:2px solid #10b981}.total-row.subtotal-row .total-label,.total-row.subtotal-row .total-value{color:#fff}.total-row.subtotal-total{border-width:3px}.total-row.subtotal-total .total-label,.total-row.subtotal-total .total-value{font-weight:400}.total-row.discount{background:#ffc1071a;border:1px solid var(--futuristic-text-warning)}.total-row.tax{background:#2196f31a;border:1px solid var(--futuristic-accent-primary)}.total-row.final{background:#10b981;padding:.75rem 1rem;font-size:1rem;font-weight:400;border-radius:10px;box-shadow:0 2px 8px #10b9814d;flex-direction:row;justify-content:space-between;align-items:center;text-align:left;width:100%}.total-label{font-size:.9375rem;font-weight:600;color:var(--futuristic-text-secondary)}.total-row.final .total-label,.total-row.final .total-value{color:#fff}.total-value{font-size:1rem;font-weight:400;color:var(--futuristic-text-primary)}.item-attachments{padding:.75rem 1.25rem .75rem 3.5rem}.attachment-list{display:flex;gap:.75rem;flex-wrap:wrap}.attachment-item{position:relative}.attachment-image{position:relative;cursor:pointer}.attachment-thumbnail{width:100px;height:100px;-o-object-fit:cover;object-fit:cover;border-radius:8px;transition:transform .2s ease,box-shadow .2s ease;border:2px solid var(--futuristic-border-primary);display:block}.attachment-image:hover .attachment-thumbnail{transform:scale(1.05);box-shadow:0 4px 12px #0000004d;border-color:var(--futuristic-accent-primary)}.attachment-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;border-radius:8px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;pointer-events:none}.attachment-image:hover .attachment-overlay{opacity:1}.attachment-overlay i{color:#fff;font-size:1.5rem}.attachment-video{cursor:pointer;display:flex;flex-direction:column;align-items:center;max-width:150px}.video-thumbnail{position:relative;width:100px;height:100px;border-radius:8px;overflow:hidden;background:var(--futuristic-background-secondary);border:2px solid var(--futuristic-border-primary);display:flex;align-items:center;justify-content:center}.video-thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.video-play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000b3;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.attachment-video:hover .video-play-overlay{background:#dc267fe6}.video-play-overlay i{color:#fff;font-size:1.5rem}.attachment-name{margin-top:.25rem;font-size:.75rem;text-align:center;color:var(--futuristic-text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.attachment-file{flex:1 1 auto;min-width:200px;max-width:300px}.attachment-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--futuristic-background-secondary);border:1px solid var(--futuristic-border-primary);border-radius:8px;text-decoration:none;color:var(--futuristic-text-secondary);font-size:.875rem;transition:all .2s ease;cursor:pointer}.attachment-link:hover{background:var(--futuristic-background-accent);border-color:var(--futuristic-accent-primary);color:var(--futuristic-accent-primary);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.attachment-link i{font-size:1rem;flex-shrink:0}.attachment-link .file-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-link .download-icon{opacity:.5;font-size:.875rem}.attachment-link:hover .download-icon{opacity:1}.attachment-link-item{flex:1 1 auto;min-width:200px;max-width:400px}.web-link{background:var(--futuristic-background-secondary);border-color:#4299e14d}.web-link:hover{border-color:#4299e199;background:#4299e11a}.link-title{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.link-icon{opacity:.5;font-size:.75rem}.web-link:hover .link-icon{opacity:1}.attachment-dropdown-trigger{position:relative;display:inline-block}.attachment-dropdown-btn{position:relative;display:flex;align-items:center;justify-content:center;width:auto;height:auto;background:transparent;border:none;color:var(--futuristic-text-secondary);cursor:pointer;transition:all .2s ease;padding:4px}.attachment-dropdown-btn:hover{color:var(--futuristic-accent-primary)}.attachment-dropdown-btn i{font-size:1rem}.attachment-count-badge{position:absolute;top:-4px;right:-4px;background:var(--futuristic-accent-primary);color:#fff;font-size:.625rem;font-weight:400;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px;box-shadow:0 2px 4px #0003}.attachment-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:280px;max-width:350px;background:var(--futuristic-background-primary);border:1px solid var(--futuristic-border-primary);border-radius:8px;box-shadow:0 4px 12px #0000004d;z-index:100;overflow:hidden;animation:dropdownFadeIn .2s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.attachment-dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--futuristic-background-secondary);border-bottom:1px solid var(--futuristic-border-primary);font-weight:600;font-size:.875rem;color:var(--futuristic-text-primary)}.close-dropdown{background:none;border:none;color:var(--futuristic-text-secondary);cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.close-dropdown:hover{background:var(--futuristic-background-accent);color:var(--futuristic-text-primary)}.attachment-dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:transparent;border:none;border-bottom:1px solid var(--futuristic-border-secondary);width:100%;text-align:left;color:var(--futuristic-text-primary);text-decoration:none;cursor:pointer;transition:all .2s ease;font-size:.875rem}.attachment-dropdown-item:last-child{border-bottom:none}.attachment-dropdown-item:hover{background:var(--futuristic-background-accent);color:var(--futuristic-accent-primary)}.attachment-dropdown-item i:first-child{font-size:1rem;flex-shrink:0;width:20px;text-align:center}.attachment-title{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-action-icon{opacity:.5;font-size:.75rem;flex-shrink:0;transition:opacity .2s ease}.attachment-dropdown-item:hover .attachment-action-icon{opacity:1}.video-item i:first-child{color:#dc267f}.link-item i:first-child{color:#4299e1cc}.file-item i:first-child{color:var(--futuristic-text-secondary)}.video-player-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;z-index:10000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}.video-player-container{position:relative;width:90%;max-width:1200px;aspect-ratio:16 / 9;background:#000;border-radius:8px;overflow:hidden}.video-close{position:absolute;top:-40px;right:0;background:#ffffff1a;border:none;color:#fff;width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:1.25rem;display:flex;align-items:center;justify-content:center;transition:background .2s ease;z-index:10001}.video-close:hover{background:#fff3}.video-wrapper{position:relative;width:100%;height:100%}.video-wrapper iframe{width:100%;height:100%}.inline-attachment-trigger{display:inline-flex;position:relative}.inline-attachment-trigger .attachment-dropdown-btn{font-size:.875rem}.inline-attachment-trigger .attachment-count-badge{font-size:.625rem;min-width:14px;height:14px;line-height:14px}.inline-comment-trigger{display:inline-flex;padding-left:.5rem}.category-header:has(.inline-comment-trigger .comments-container),.checklist-item:has(.inline-comment-trigger .comments-container),.subcategory-header:has(.inline-comment-trigger .comments-container){background:#1967d214!important;border-left:3px solid #1967d2;padding-left:calc(1rem - 3px)}.comment-panel{position:fixed;right:0;top:100px;width:360px;max-height:calc(100vh - 120px);background:#fff;border:1px solid #dadce0;border-left:1px solid #dadce0;border-right:none;border-radius:8px 0 0 8px;box-shadow:-2px 0 8px #3c404326;z-index:1000;display:flex;flex-direction:column;overflow:hidden}.comment-panel-header{background:#f8f9fa;border-bottom:1px solid #e8eaed;padding:1rem}.header-row-1{display:flex;justify-content:space-between;align-items:center}.header-row-2{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e8eaed}.panel-title{display:flex;align-items:center;gap:.75rem}.panel-title h3{margin:0;font-size:1rem;font-weight:600;color:#202124}.panel-title i{color:#5f6368}.nav-counter{font-size:.813rem;color:#5f6368;padding:.25rem .5rem;background:#e8eaed;border-radius:12px;font-weight:500;display:inline-block}.panel-actions{display:flex;gap:.5rem;align-items:center}.nav-btn,.nav-toggle-btn{background:none;border:1px solid #dadce0;color:#5f6368;font-size:1rem;cursor:pointer;padding:.375rem .5rem;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.nav-btn:hover:not(:disabled),.nav-toggle-btn:hover{background:#e8eaed;color:#202124;border-color:#5f6368}.nav-btn:disabled{opacity:.3;cursor:not-allowed}.nav-toggle-btn.active{background:var(--futuristic-accent-primary);border-color:var(--futuristic-accent-primary);color:#fff}.close-panel-btn{background:none;border:none;color:#5f6368;font-size:1.25rem;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease}.close-panel-btn:hover{background:#e8eaed;color:#202124}.active-comment-target{border-left:3px solid var(--futuristic-accent-primary)!important;background:#1967d20d!important}.comment-panel-context{padding:.75rem 1rem;background:#e8f0fe;border-bottom:1px solid #d2e3fc;font-size:.875rem}.context-label{font-weight:600;color:#1967d2;text-transform:capitalize}.context-name{color:#202124;margin-left:.5rem}.comment-panel-content{flex:1;overflow-y:auto;padding:1rem}.mobile-item-preview{display:none}@media (max-width: 1024px){.mobile-item-preview{display:block;padding:.75rem 1rem;background:var(--futuristic-background-secondary);border-bottom:1px solid var(--futuristic-border-primary)}.preview-item-name{display:flex;align-items:center;gap:.5rem;font-size:.938rem;font-weight:400;color:var(--futuristic-text-primary);margin-bottom:.5rem}.preview-item-name i{color:var(--futuristic-accent-primary);font-size:1rem}.preview-pricing{display:flex;gap:.5rem;margin-bottom:.5rem;padding:.375rem .5rem;background:var(--futuristic-background-tertiary);border-radius:4px}.preview-price{font-weight:600;color:var(--futuristic-accent-primary);font-size:.875rem}.preview-qty{color:var(--futuristic-text-secondary);font-size:.875rem}.preview-notes{margin-top:.5rem}.preview-note{display:flex;gap:.375rem;margin-bottom:.375rem;padding:.5rem;background:var(--futuristic-background-tertiary);border-radius:4px;font-size:.813rem;color:var(--futuristic-text-secondary);max-width:100%}.preview-note i{color:var(--futuristic-accent-primary);margin-top:.125rem;flex-shrink:0;font-size:.75rem}.preview-note div{flex:1;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.preview-note table{display:block;max-width:100%;overflow-x:auto}}@media (min-width: 769px){.inline-comment-trigger .comments-container{display:none}.comment-panel{display:flex}.mobile-item-preview{display:none}}@media (max-width: 1024px){.inline-comment-trigger{margin-left:.5rem}.inline-comment-trigger .comments-container{display:none}.comment-panel{position:fixed;left:0;right:0;top:0;bottom:0;width:100%;height:100vh;border-radius:0;border:none;box-shadow:none;background:var(--futuristic-background-primary);z-index:10000;isolation:isolate;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.comment-panel-header{background:var(--futuristic-background-secondary);border-bottom:1px solid var(--futuristic-border-primary);padding:.75rem 1rem}.header-row-1{display:flex;justify-content:space-between;align-items:center}.header-row-2{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--futuristic-border-primary)}.nav-counter{background:var(--futuristic-background-tertiary);color:var(--futuristic-text-secondary);border:1px solid var(--futuristic-border-primary)}.panel-title h3{color:var(--futuristic-text-primary)}.panel-title i{color:var(--futuristic-accent-primary)}.close-panel-btn{color:var(--futuristic-text-secondary)}.close-panel-btn:hover{background:var(--futuristic-background-tertiary);color:var(--futuristic-text-primary)}.comment-panel-context{background:var(--futuristic-background-secondary);border-bottom:1px solid var(--futuristic-border-primary);padding:.75rem 1rem}.context-label{color:var(--futuristic-accent-primary)}.context-name{color:var(--futuristic-text-primary)}.comment-panel-content{background:var(--futuristic-background-primary);overflow:visible;padding:.75rem;padding-bottom:50vh}.mobile-item-preview{position:static}body:has(.comment-panel){overflow:hidden;position:fixed;width:100%;height:100%}.shared-viewer:has(.comment-panel) .viewer-content{visibility:hidden}.shared-viewer:has(.comment-panel) .viewer-header{visibility:hidden}}.index-collapsed-tag{position:fixed;right:0;left:auto;top:50%;transform:translateY(-50%);width:32px;height:48px;background:#0f141e99;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#ffffffb3;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:999;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 8px #0003;margin:.25rem 0}.index-collapsed-tag:hover{background:#192332cc;color:#fffffff2;border-color:#ffffff4d;transform:translateY(-50%) scale(1.05);box-shadow:0 4px 12px #0000004d}.index-collapsed-tag.is-hidden{transform:translate(100%)}.index-sidebar{position:fixed;left:0;top:0;height:100vh;width:280px;background:#0a0c12;border-right:1px solid rgba(255,255,255,.1);z-index:1000;display:flex;flex-direction:column}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-title{font-size:1rem;font-weight:600;color:#ffffffe6}.close-sidebar-btn{background:transparent;border:none;color:#fff9;cursor:pointer;padding:4px 8px;transition:color .15s ease}.close-sidebar-btn:hover{color:#ffffffe6}.sidebar-nav{flex:1;overflow-y:auto;padding:8px 0 10%}.index-item{display:block;width:100%;padding:8px 12px;background:transparent;border:none;color:#ffffffb3;font-size:13px;text-align:left;cursor:pointer;transition:all .15s ease}.index-item:hover{background:#ffffff14;color:#fffffff2}.index-item.is-active{background:#60a5fa33;color:#60a5fa}.index-item.is-category{font-weight:600;padding-left:12px}.index-item.is-subcategory{font-weight:400;font-size:12px}.index-item.depth-0{padding-left:12px}.index-item.depth-1{padding-left:24px}.index-item.depth-2{padding-left:36px}.index-item.depth-3{padding-left:48px}.index-item.depth-4{padding-left:60px}.index-item.depth-5{padding-left:72px}.index-item.depth-6{padding-left:84px}.index-item.depth-7{padding-left:96px}.index-item.depth-8{padding-left:108px}.index-item.depth-9{padding-left:120px}.index-item.depth-10{padding-left:132px}.index-name{white-space:normal;word-break:keep-all;overflow-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;line-height:1.4}.index-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000004d;z-index:999}@media (min-width: 769px){.index-backdrop{display:none}}.fade-backdrop-enter-active,.fade-backdrop-leave-active{transition:opacity .3s ease}.fade-backdrop-enter-from,.fade-backdrop-leave-to{opacity:0}.index-sidebar.position-left{left:0;right:auto;border-right:1px solid rgba(255,255,255,.1);border-left:none}.index-sidebar.position-right{left:auto;right:0;border-left:1px solid rgba(255,255,255,.1);border-right:none}.slide-sidebar-left-enter-active,.slide-sidebar-left-leave-active{transition:transform .6s ease}.slide-sidebar-left-enter-from,.slide-sidebar-left-leave-to{transform:translate(-100%)}.slide-sidebar-right-enter-active,.slide-sidebar-right-leave-active{transition:transform .6s ease}.slide-sidebar-right-enter-from,.slide-sidebar-right-leave-to{transform:translate(100%)}@media (min-width: 769px){.shared-viewer.has-index-sidebar.index-left{padding-left:280px;transition:padding-left .3s ease}.shared-viewer.has-index-sidebar.index-right{padding-right:280px;transition:padding-right .3s ease}.shared-viewer{transition:padding .3s ease}}@media (min-width: 769px) and (max-width: 1200px){.shared-viewer.has-index-sidebar.index-left{padding-left:240px}.shared-viewer.has-index-sidebar.index-right{padding-right:240px}}@media (max-width: 768px){.index-sidebar{width:100%}}@media (max-width: 1200px){.index-sidebar{width:240px}}.index-controls-stack.is-hidden{opacity:0;pointer-events:none}.index-controls-stack.position-right.is-hidden{transform:translate(100%)}.index-controls-stack.position-left.is-hidden{transform:translate(-100%)}.index-switch-btn{width:32px;height:32px;background:#0f141e99;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#ffffff80;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;font-size:11px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 8px #0003;margin:.25rem 0}.index-switch-btn:hover{background:#192332cc;color:#ffffffe6;border-color:#ffffff4d;transform:scale(1.05);box-shadow:0 4px 12px #0000004d}.index-controls-stack .index-collapsed-tag{position:static;transform:none}.index-controls-stack .index-collapsed-tag.is-hidden{transform:none}.side-controls-stack{position:fixed;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;z-index:999;transition:transform .4s ease,opacity .4s ease;pointer-events:none}.side-controls-stack>*{pointer-events:auto}.side-controls-stack.position-right{right:.5rem;left:auto;align-items:flex-end}.side-controls-stack.position-left{left:.5rem;right:auto;align-items:flex-start}@media (min-width: 1025px){.side-controls-stack.position-right{right:1.5rem}.side-controls-stack.position-left{left:1.5rem}}.side-controls-stack.is-hidden{opacity:0;pointer-events:none}.side-controls-stack.position-right.is-hidden{transform:translateY(-50%) translate(100%)}.side-controls-stack.position-left.is-hidden{transform:translateY(-50%) translate(-100%)}.side-controls-stack .index-btn{margin-top:.75rem}.top-controls-stack{position:fixed;top:4rem;display:flex;flex-direction:column;align-items:flex-end;gap:1rem;z-index:999;transition:transform .4s ease,opacity .4s ease;pointer-events:none}.top-controls-stack>*{pointer-events:auto}.top-controls-stack.position-right{right:.5rem;left:auto;align-items:flex-end}.top-controls-stack.position-left{left:.5rem;right:auto;align-items:flex-start}@media (min-width: 1025px){.top-controls-stack.position-right{right:1.5rem}.top-controls-stack.position-left{left:1.5rem}}.top-controls-stack.is-hidden{opacity:0;pointer-events:none}.top-controls-stack.position-right.is-hidden{transform:translate(100%)}.top-controls-stack.position-left.is-hidden{transform:translate(-100%)}.top-controls-stack.filter-scroll-hidden .theme-btn,.top-controls-stack.filter-scroll-hidden .expand-btn{opacity:0;pointer-events:none;transition:opacity .4s ease,transform .4s ease}.top-controls-stack.position-right.filter-scroll-hidden .theme-btn,.top-controls-stack.position-right.filter-scroll-hidden .expand-btn{transform:translate(100%)}.top-controls-stack.position-left.filter-scroll-hidden .theme-btn,.top-controls-stack.position-left.filter-scroll-hidden .expand-btn{transform:translate(-100%)}.top-controls-stack.filter-scroll-hidden .search-control-wrapper{opacity:1;pointer-events:auto;transform:translate(0)}.horizontal-controls{position:fixed;bottom:calc(70px + 1.5rem);display:flex;flex-direction:row;gap:1rem;z-index:999;transition:transform .4s ease,opacity .4s ease;pointer-events:none}.horizontal-controls>*{pointer-events:auto}.horizontal-controls.position-right{right:.5rem;left:auto}.horizontal-controls.position-left{left:.5rem;right:auto}@media (min-width: 1025px){.horizontal-controls.position-right{right:1.5rem}.horizontal-controls.position-left{left:1.5rem}}.horizontal-controls.is-hidden{opacity:0;pointer-events:none}.horizontal-controls.position-right.is-hidden{transform:translate(100%)}.horizontal-controls.position-left.is-hidden{transform:translate(-100%)}.side-controls-stack .control-btn,.top-controls-stack .control-btn,.horizontal-controls .control-btn{width:42px;height:42px;border-radius:50%;background:#0f141e99;border:1px solid rgba(255,255,255,.15);color:#fff9;cursor:pointer;font-size:16px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;padding:0;box-shadow:0 2px 12px #0000004d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.side-controls-stack .control-btn:hover,.top-controls-stack .control-btn:hover,.horizontal-controls .control-btn:hover{background:#192332cc;color:#fffffff2;border-color:#ffffff4d;transform:scale(1.05);box-shadow:0 4px 12px #0000004d}.side-controls-stack .control-btn.active,.top-controls-stack .control-btn.active,.horizontal-controls .control-btn.active{border-width:2px}.side-controls-stack .control-btn i,.top-controls-stack .control-btn i,.horizontal-controls .control-btn i{font-size:14px}.side-controls-stack .switch-btn,.side-controls-stack .index-btn{width:32px;height:48px;border-radius:6px;box-shadow:0 2px 8px #0003}.side-controls-stack.position-right .switch-btn,.side-controls-stack.position-right .index-btn{width:calc(32px + .5rem);margin-right:-.5rem;padding-right:.5rem;border-right:none;border-radius:6px 0 0 6px}.side-controls-stack.position-left .switch-btn,.side-controls-stack.position-left .index-btn{width:calc(32px + .5rem);margin-left:-.5rem;padding-left:.5rem;border-left:none;border-radius:0 6px 6px 0}@media (min-width: 1025px){.side-controls-stack.position-right .switch-btn,.side-controls-stack.position-right .index-btn{width:calc(32px + 1.5rem);margin-right:-1.5rem;padding-right:1.5rem}.side-controls-stack.position-left .switch-btn,.side-controls-stack.position-left .index-btn{width:calc(32px + 1.5rem);margin-left:-1.5rem;padding-left:1.5rem}}.side-controls-stack .switch-btn:hover,.side-controls-stack .index-btn:hover{transform:scale(1.02)}.top-controls-stack .search-btn:hover,.top-controls-stack .search-btn.active,.top-controls-stack .expand-btn:hover{border-color:#60a5fa;color:#60a5fa}.top-controls-stack .theme-btn:hover,.top-controls-stack .theme-btn.active{border-color:#fbbf24;color:#fbbf24}.horizontal-controls .prices-btn.active{border-color:#10b981;color:#10b981}.horizontal-controls .notes-btn.active{border-color:#f59e0b;color:#f59e0b}.horizontal-controls .comments-btn.active{border-color:#60a5fa;color:#60a5fa}.horizontal-controls .progress-btn.active{border-color:#a855f7;color:#a855f7}.horizontal-controls .focus-btn:hover,.horizontal-controls .focus-btn.active{border-color:#fd6e81;color:#fd6e81}.horizontal-controls.position-right .focus-btn{order:99}.horizontal-controls.position-left .focus-btn{order:-1}@media (max-width: 1024px){.action-buttons-bar.focus-mode-hidden{transform:translateY(100%)}}@media (max-width: 1024px){.side-controls-stack .control-btn,.top-controls-stack .control-btn,.horizontal-controls .control-btn{width:38px;height:38px}.side-controls-stack .control-btn i,.top-controls-stack .control-btn i,.horizontal-controls .control-btn i{font-size:13px}.side-controls-stack .switch-btn,.side-controls-stack .index-btn{height:44px}}@media (max-width: 768px){.side-controls-stack .control-btn,.top-controls-stack .control-btn,.horizontal-controls .control-btn{width:36px;height:36px}.side-controls-stack .control-btn i,.top-controls-stack .control-btn i,.horizontal-controls .control-btn i{font-size:12px}.side-controls-stack .switch-btn,.side-controls-stack .index-btn{height:40px}.top-controls-stack{gap:.75rem}.search-clear-btn{padding:4px 8px;font-size:11px}.search-count{font-size:10px}}@media (min-width: 1025px){.unified-controls-stack{top:20%}.unified-controls-stack .control-btn{width:44px;height:44px}.unified-controls-stack .control-btn i{font-size:15px}}@media (max-width: 768px){.shared-viewer{display:block!important;overflow:visible!important;height:auto!important;min-height:100vh}.viewer-content{padding:0;padding-right:.5rem;padding-bottom:30%;overflow:visible!important;height:auto!important}.has-pricing .viewer-content{padding-bottom:0}.viewer-header{padding:.75rem;position:relative}.header-content{flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem}.app-title{font-size:1.406rem;gap:.375rem}.app-logo-circle{width:28px;height:28px}.badge{font-size:.6rem;padding:.15rem .4rem}.header-actions{flex-shrink:0}.user-info{gap:.5rem}.user-email{display:none}.sign-out-link,.sign-in-link{font-size:.8125rem}.checklist-header{display:flex;flex-direction:column;padding:.75rem;margin-top:8px;border:none!important;background:transparent!important}.checklist-header .control-panel{order:-1;margin-bottom:32px}.checklist-header .title-container{order:1}.checklist-header .checklist-meta-row{order:2}.checklist-header h2{font-size:2rem}.checklist-meta{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.75rem}.control-panel{display:none!important}.control-panel-left,.control-panel-right{gap:.375rem}.control-btn{width:42px;height:42px;flex-shrink:0;padding:0}.btn-label{display:none}.control-btn i{font-size:14px}.progress-container{flex-direction:row;align-items:center;gap:.5rem}.progress-bar{flex:1;min-width:80px}.categories-container{border:none!important;background:transparent!important;gap:0!important;margin-top:8px;margin-bottom:20%}.category{border:none!important;border-radius:0!important;margin-top:.75rem!important;margin-bottom:0!important;background:transparent!important}.category-header{padding:0 4px 0 8px!important;min-height:28px!important;gap:4px!important;border:none!important;background:transparent!important;border-radius:4px!important}.category.is-expanded .category-header{margin-bottom:0!important}.category-header h3{font-size:1.15rem!important;font-weight:600!important}.item-count,.progress-text{font-size:11px!important;padding:2px 4px!important}.item-count.hide-on-mobile-expanded{display:none!important}.category-header-content{gap:10px!important}.checklist-item-container{padding:4px 0 4px 12px!important;background:#0c0d12!important}.checklist-item{min-height:28px!important;gap:10px!important;flex-wrap:wrap!important;justify-content:flex-start!important;align-items:center!important}.item-name-section{flex:1!important;max-width:100%!important}.item-pricing{margin-left:auto!important;padding-left:.5rem!important;flex-shrink:0!important}.item-qty-price-container{margin-left:auto!important;flex-shrink:0!important;flex-wrap:nowrap!important}.item-action-buttons{margin-top:2px!important}.item-footer-row .mobile-quick-icons{display:flex!important;align-items:center;gap:.5rem}.checklist-item-wrapper:has(.item-footer-row) .item-quick-icons{display:none!important}.shared-viewer .item-name{font-size:1rem!important}.item-quantity{font-size:11px!important;padding:2px 4px!important;flex-shrink:0!important}.category-checkbox,.subcategory-checkbox{width:14px!important;height:14px!important;min-width:14px!important;min-height:14px!important}.checklist-item input[type=checkbox],.subcategory-item input[type=checkbox]{width:14px!important;height:14px!important;min-width:14px!important;min-height:14px!important;margin-right:10px!important}.collapse-arrow{font-size:10px!important;margin-left:6px!important;margin-right:0!important}.category-title-section{padding-left:.8rem}.index-controls-stack{top:auto;bottom:20%;transform:none}.index-controls-stack.is-hidden{opacity:0;pointer-events:none}.index-controls-stack.position-right.is-hidden{transform:translate(100%)}.index-controls-stack.position-left.is-hidden{transform:translate(-100%)}.desktop-only{display:none!important}.mobile-only{display:flex}.checklist-header,.category{border:none}.category-header{border:none;background:transparent}.shared-subcategory{padding-left:0!important}.subcategory-header,.subcategory-item{padding-left:.5rem!important}}@media (max-width: 480px){.viewer-content{padding:0}.app-title{font-size:1.406rem}.checklist-header{padding:1rem;border-radius:10px}.checklist-header h2{font-size:2rem}.category{border-radius:8px}.category-header{padding:.75rem .875rem}.category-header h3{font-size:1.15rem!important}.item-count{font-size:.75rem;padding:.2rem .5rem}.checklist-item-container{padding:0 .875rem 0 0}.checklist-item{gap:.75rem}.shared-viewer .item-name{font-size:.875rem}.subcategory-item{padding-left:2rem}}@media (max-width: 768px){.action-buttons-bar{padding:.75rem;gap:.5rem;position:fixed;bottom:0;left:0;right:0;background:#0c0d12fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.08);z-index:100;transition:transform .6s ease}.action-buttons-bar.is-hidden{transform:translateY(100%)}.action-btn-secondary{flex:1;min-width:0;justify-content:center;padding:.75rem .5rem;font-size:.813rem}.action-btn-secondary .btn-text{display:none}.action-btn-secondary i{font-size:1.125rem}}@media (max-width: 767px){body:has(.shared-viewer){position:static!important;overflow:auto!important;height:auto!important;-ms-scroll-chaining:chained!important;overscroll-behavior:auto!important}html:has(.shared-viewer){overflow:auto!important;height:auto!important}}.shared-viewer.light-mode{background:#fff;color:#202124}.light-mode .viewer-header{background:#fff;border-bottom:1px solid #e8eaed}.light-mode .app-title{color:#202124}.light-mode .badge{background:#1967d2;color:#fff}.light-mode .user-email{color:#5f6368;background:#f8f9fa;border-color:#dadce0}.light-mode .sign-out-link,.light-mode .sign-in-link{color:#5f6368}.light-mode .sign-out-link:hover,.light-mode .sign-in-link:hover{color:#1967d2}.light-mode .sign-in-link.auth0-link{background:#1967d2;color:#fff}.light-mode .sign-in-link.auth0-link:hover{background:#1557b0;color:#fff}.light-mode .sign-in-link.google-link{color:#5f6368}.light-mode .sign-in-link.google-link:hover{color:#4285f4}.light-mode .btn-secondary{background:#f8f9fa;border:1px solid #dadce0;color:#5f6368}.light-mode .btn-secondary:hover{background:#e8eaed;color:#202124}.light-mode .title-edit-btn{color:#6b7280}.light-mode .title-edit-btn:hover{color:#3b82f6}.light-mode .title-edit-input{color:#202124;border-bottom-color:#3b82f6}.light-mode .title-save-btn,.light-mode .title-cancel-btn{border-color:#d1d5db;color:#6b7280}.light-mode .scheduled-state h2{color:#1f2937}.light-mode .scheduled-state .scheduled-message{color:#4b5563}.light-mode .scheduled-state .scheduled-countdown{background:#f59e0b26;border-color:#f59e0b66}.light-mode .scheduled-state .countdown-label,.light-mode .scheduled-state .countdown-value{color:#d97706}.light-mode .scheduled-state .scheduled-time{color:#4b5563}.light-mode .scheduled-state .scheduled-hint{color:#6b7280}.light-mode .action-buttons-bar{background:transparent;border-bottom:none}.light-mode .action-btn-secondary{background:#fff;border:1px solid #dadce0;color:#5f6368}.light-mode .action-btn-secondary:hover{background:#f8f9fa;color:#202124}.light-mode .viewer-content{background:#fff}.light-mode .checklist-header{border-bottom:none;background:transparent}.light-mode .checklist-header h2,.light-mode .checklist-title{color:#202124}.light-mode .checklist-description,.light-mode .meta-info{color:#5f6368}.light-mode .meta-info i{color:#1967d2}.light-mode .control-btn{background:#fff;border:1px solid #dadce0;color:#5f6368}.light-mode .control-btn:hover{background:#f8f9fa;border-color:#1967d2;color:#1967d2}.light-mode .control-btn.active{background:#fff;border-width:2px}.light-mode .prices-btn.active{border-color:#10b981;color:#10b981}.light-mode .notes-btn.active{border-color:#f59e0b;color:#f59e0b}.light-mode .comments-btn.active{border-color:#1967d2;color:#1967d2}.light-mode .progress-btn.active{border-color:#8b5cf6;color:#8b5cf6}.light-mode .tags-btn.active{border-color:#0891b2;color:#0891b2}.light-mode .theme-btn.active{border-color:#f59e0b;color:#f59e0b}.light-mode .sort-dropdown{background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23202124' d='M6 9L2 5h8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;border-color:#dadce0;color:#202124}.light-mode .sort-dropdown:hover{border-color:#1967d2;box-shadow:0 2px 8px #1967d233}.light-mode .sort-dropdown:focus{border-color:#1967d2;box-shadow:0 2px 12px #1967d24d}.light-mode .category{background:#fff;border:none}.light-mode .category:before{background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.4) 8%,rgba(0,0,0,.4) 92%,transparent 100%);opacity:.25;transition:opacity 1s ease}.light-mode .category:hover:before,.light-mode .category:has(.checklist-item-container:hover):before,.light-mode .category:has(.shared-subcategory:hover):before{opacity:1;transition:opacity .5s ease}.light-mode .category-header{background:transparent!important;border:none;box-shadow:none}.light-mode .category-header:hover{background:transparent!important}.light-mode .category-header.is-collapsed{background:transparent!important;border:none}.light-mode .category-header.is-collapsed:hover{border:none}.light-mode .category-header h3{color:#202124}.light-mode .category-meta,.light-mode .item-count{color:#5f6368}.light-mode .checklist-item-container{background:#fff;border:none;padding-left:8px}.light-mode .checklist-item-container:hover{background:#f8f9fa}.light-mode .checklist-item-container.note-open{background:#ca8a0414;border-left:none}.light-mode .checklist-item-container:before{background:#0000001a;transition:background 1s ease}.light-mode .checklist-item-container:hover:before,.light-mode .checklist-item-container.note-open:before{background:#0006;transition:background .5s ease}.light-mode .category-items>.checklist-item-wrapper>.checklist-item-container:hover:before{background:#0006;transition:background .5s ease}.light-mode .checklist-item{background:transparent;border:none}.light-mode .checklist-item-wrapper{border:none}.light-mode.shared-viewer .item-name{color:#202124;background:transparent!important}.light-mode .item-name-section{background:transparent!important}.light-mode .item-quantity,.light-mode .item-price{color:#5f6368}.light-mode .item-price{color:#1e8e3e}.light-mode .quick-icon:hover{background:#0000000d}.light-mode .quick-icon.note-icon{color:#ca8a04}.light-mode .quick-icon.note-icon:hover{color:#a16207;background:#ca8a041a}.light-mode .quick-icon.attachment-icon{color:#0006}.light-mode .quick-icon.attachment-icon:hover{color:#000000b3;background:#0000000d}.light-mode input[type=checkbox]{background:#fff;border:2px solid #dadce0}.light-mode input[type=checkbox]:checked{background:#1967d2;border-color:#1967d2}.light-mode input[type=checkbox]:indeterminate{background:#f59e0b;border-color:#f59e0b}.light-mode .category-checkbox:checked:not(:indeterminate):after{filter:brightness(0) invert(1)!important}.light-mode .category-checkbox:indeterminate:after{background:#fff!important}.light-mode .progress-bar{background:#e8eaed}.light-mode .progress-text{color:#5f6368}.light-mode .item-notes{background:#f5f5f5!important;border:none!important;color:#000000d9!important}.light-mode .item-notes:hover{background:#ebebeb!important}.light-mode .note-label{color:#00000080}.light-mode .prechecklist-note .note-label{color:#3b82f6cc}.light-mode .checklist-note .note-label{color:#d97706cc}.light-mode .note-content{color:#000000d9!important}.light-mode .item-notes.is-truncated .note-section:after{background:linear-gradient(to bottom,transparent 0%,rgba(245,245,245,.3) 30%,#f5f5f5 100%)}.light-mode .inline-expand-btn{background:#ffffffe6;border-color:#00000026;color:#00000080}.light-mode .inline-expand-btn:hover{background:#fff;color:#000000e6}.light-mode .tap-indicator{color:#0000004d}.light-mode .item-notes.is-inline-expanded .note-content table{border-color:#00000026}.light-mode .item-notes.is-inline-expanded{border:none}.light-mode .item-notes .table-scroll-wrapper:after{color:#0006}.light-mode .note-content table{border-collapse:collapse!important;width:100%;margin:.5rem 0;background:transparent!important}.light-mode .note-spreadsheet-table{border:none!important}.light-mode .item-notes .note-content table th,.light-mode .item-notes .note-content table td{border:1px solid #202124!important;padding:.5rem!important;background:#fff!important;color:#202124!important}.light-mode .item-notes .note-content table th{background:#f1f3f4!important;font-weight:600;border-bottom:2px solid #202124!important;color:#202124!important}.light-mode .note-content table th,.light-mode .note-content table td{border:1px solid #202124!important;padding:.5rem!important;background:#fff!important;color:#202124!important}.light-mode .note-content table th{background:#f1f3f4!important;font-weight:600;border-bottom:2px solid #202124!important;color:#202124!important}.light-mode .pricing-totals{background:#f8f9fa;border:1px solid #e8eaed}.light-mode .pricing-summary-title{color:#202124}.light-mode .category-totals-section{border-bottom-color:#e8eaed}.light-mode .category-total-name{color:#5f6368}.light-mode .category-total-value{color:#202124}.light-mode .subcategory-total-name{color:#80868b}.light-mode .subcategory-total-value{color:#5f6368}.light-mode .total-row{background:#f1f3f4}.light-mode .total-row.subtotal-row{background:transparent;border:2px solid #10b981}.light-mode .total-row.subtotal-row .total-label,.light-mode .total-row.subtotal-row .total-value{color:#202124}.light-mode .total-row.subtotal-total{border-width:3px}.light-mode .total-label{color:#5f6368}.light-mode .total-value{color:#202124}.light-mode .total-row.final{background:#10b981;box-shadow:0 2px 8px #10b98140}.light-mode .total-row.final .total-label,.light-mode .total-row.final .total-value{color:#fff}.light-mode .item-unit-price{color:#00000080}.light-mode .subcategory-header{background:#f1f3f4;border:none}.light-mode .subcategory-header:hover{background:#e8eaed}.light-mode .subcategory-title{color:#202124}.light-mode .subcategory-item{background:#fafafa;border:none}.light-mode .attachment-dropdown-btn{background:transparent;border:none;color:#5f6368}.light-mode .attachment-dropdown-btn:hover{color:#1967d2}.light-mode .attachment-dropdown-menu{background:#fff;border:1px solid #dadce0;box-shadow:0 2px 8px #3c404326}.light-mode .attachment-dropdown-item{color:#202124}.light-mode .attachment-dropdown-item:hover{background:#f8f9fa}.light-mode .search-input{color:#202124!important;-webkit-text-fill-color:#202124!important;border-bottom-color:#0000001a}.light-mode .search-input:focus{border-bottom-color:#0000004d}.light-mode .search-input::-moz-placeholder{color:#5f6368!important;-webkit-text-fill-color:#5f6368!important}.light-mode .search-input::-ms-input-placeholder{color:#5f6368!important;-webkit-text-fill-color:#5f6368!important}.light-mode .search-input::placeholder{color:#5f6368!important;-webkit-text-fill-color:#5f6368!important}.light-mode .search-icon,.light-mode .clear-search-btn,.light-mode .filter-toggle-btn,.light-mode .filter-option,.light-mode .no-results{color:#5f6368}.light-mode .search-filters{background:#fff;border-color:#0000001a;box-shadow:0 4px 12px #0000001a}.light-mode .search-filters .filter-option{color:#202124}.light-mode .search-filters .filter-option span{color:#5f6368}.light-mode .toggle-all-btn{background:#00000008;border-color:#0000001a;color:#5f6368}.light-mode .toggle-all-btn:hover{background:#0000000f;color:#202124}.light-mode .toggle-all-btn i{color:#1a73e8}.light-mode .search-bar-expanded{background:#fff;border-radius:8px;padding:8px 12px;box-shadow:0 2px 8px #0000001a;border:1px solid rgba(0,0,0,.1)}.light-mode .mobile-info-tip{background:#e8f0fe;color:#1967d2;border-bottom:1px solid #d2e3fc}.light-mode .mobile-back-btn{background:linear-gradient(135deg,#3b82f6,#06b6d4);color:#fff;box-shadow:0 4px 15px #3b82f64d}.light-mode .mobile-back-btn:hover{box-shadow:0 6px 20px #3b82f666}.light-mode .collapse-arrow{color:#5f6368}.light-mode .comment-trigger-btn{border-color:#dadce0;color:#5f6368}.light-mode .comment-trigger-btn:hover{background:#f8f9fa;border-color:#1967d2;color:#1967d2}.light-mode .comment-trigger-btn.has-comments{border-color:#1967d2;color:#1967d2;background:#e8f0fe}.light-mode .comment-trigger-btn.all-resolved{border-color:#1e8e3e;color:#1e8e3e;background:#e6f4ea}.light-mode .item-tag{background:#e8f0fe;color:#1967d2}.light-mode .loading-spinner{border-top-color:#1967d2}.light-mode .error-message{background:#fce8e6;color:#d93025;border:1px solid #f6aea9}.light-mode .password-container{background:#fff}.light-mode .password-form input{background:#f8f9fa;border:1px solid #dadce0;color:#202124}.light-mode .password-form input:focus{border-color:#1967d2;background:#fff}.light-mode .password-error{color:#d93025}.light-mode .category-header,.light-mode .subcategory-header,.light-mode .checklist-item,.light-mode .item-notes,.light-mode .note-content{color:#202124}.light-mode .comment-panel{background:#fff;border-left:1px solid #dadce0}.light-mode .comment-panel-header{background:#f8f9fa;border-bottom:1px solid #e8eaed;color:#202124}.light-mode .close-panel-btn{color:#5f6368}.light-mode .close-panel-btn:hover{background:#e8eaed;color:#202124}.light-mode .comment-panel-context{background:#e8f0fe;border-bottom:1px solid #d2e3fc}.light-mode .context-label{color:#1967d2}.light-mode .context-name{color:#202124}.light-mode .comment-panel-content{background:#fff}.light-mode .bottom-controls{background:#fff;border-top:none}.light-mode .bottom-controls .share-btn{background:#f3f4f6;border:1px solid #d1d5db;color:#374151}.light-mode .bottom-controls .share-btn:hover{background:#e5e7eb;border-color:#3b82f6;color:#1f2937}@media (max-width: 768px){.light-mode .action-buttons-bar{background:#fffffff2;border-top-color:#0000001a}.light-mode .category-header{background:transparent!important;border:none!important}.light-mode .checklist-item-container{background:#fff!important}}@media (max-width: 768px){.light-mode .note-content{overflow:hidden;max-width:100%}.light-mode .note-content table{display:block!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch;width:100%!important;max-width:100%!important}.light-mode .note-content table th,.light-mode .note-content table td{white-space:nowrap!important;min-width:80px!important;padding:.5rem!important}}@media (max-width: 1024px){.light-mode .comment-panel{background:#fff!important}.light-mode .comment-panel-header{background:#f8f9fa!important;border-bottom:1px solid #e8eaed!important}.light-mode .panel-title h3{color:#202124!important}.light-mode .panel-title i{color:#1967d2!important}.light-mode .close-panel-btn{color:#5f6368!important}.light-mode .close-panel-btn:hover{background:#e8eaed!important;color:#202124!important}.light-mode .comment-panel-context{background:#e8f0fe!important;border-bottom:1px solid #d2e3fc!important}.light-mode .context-label{color:#1967d2!important}.light-mode .context-name{color:#202124!important}.light-mode .comment-panel-content{background:#fff!important}.light-mode .mobile-item-preview{background:#f8f9fa!important;border-bottom:1px solid #e8eaed!important}.light-mode .preview-item-name{color:#202124!important}.light-mode .preview-item-quantity{color:#1967d2!important}.light-mode .preview-item-price{color:#1e8e3e!important}.light-mode .preview-note{background:#fff!important;color:#202124!important;border:1px solid #e8eaed!important}.light-mode .preview-note i{color:#1967d2!important}.light-mode .preview-note div{color:#202124!important}.light-mode .nav-counter{background:#f8f9fa!important;color:#5f6368!important;border-color:#dadce0!important}}.light-mode .embedded-back-btn{background:#fff;border-bottom-color:#e0e0e0;color:#000000b3}.light-mode .embedded-back-btn:hover{background:#00000008}.index-sidebar.light-mode{background:#fff;border-right-color:#0000001a}.index-sidebar.light-mode .sidebar-header{border-bottom-color:#0000001a}.index-sidebar.light-mode .sidebar-title{color:#202124}.index-sidebar.light-mode .close-sidebar-btn{color:#00000080}.index-sidebar.light-mode .close-sidebar-btn:hover{color:#000c}.index-sidebar.light-mode .index-item{color:#000000b3}.index-sidebar.light-mode .index-item:hover{background:#0000000d;color:#000000e6}.index-sidebar.light-mode .index-item.is-active{background:#2563eb26;color:#2563eb}.index-sidebar.light-mode.position-left{border-right-color:#0000001a;border-left:none}.index-sidebar.light-mode.position-right{border-left-color:#0000001a;border-right:none}.index-controls-stack.light-mode .index-collapsed-tag{background:#fff9;border-color:#0000001a;color:#0009}.index-controls-stack.light-mode .index-collapsed-tag:hover{background:#ffffffe6;color:#000000e6;border-color:#0003;box-shadow:0 4px 12px #00000026}.index-controls-stack.light-mode .index-switch-btn{background:#fff9;border-color:#0000001a;color:#00000080}.index-controls-stack.light-mode .index-switch-btn:hover{background:#ffffffe6;color:#000c;border-color:#0003;box-shadow:0 4px 12px #00000026}.side-controls-stack.light-mode .control-btn,.top-controls-stack.light-mode .control-btn,.horizontal-controls.light-mode .control-btn{background:transparent;border-color:transparent;color:#00000080;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.side-controls-stack.light-mode .control-btn:hover,.top-controls-stack.light-mode .control-btn:hover,.horizontal-controls.light-mode .control-btn:hover{background:transparent;color:#000c;border-color:transparent;box-shadow:none}.side-controls-stack.light-mode .switch-btn:hover{border-color:#2563eb;color:#2563eb}.side-controls-stack.light-mode .index-btn:hover{border-color:#059669;color:#059669}.top-controls-stack.light-mode .search-btn:hover,.top-controls-stack.light-mode .search-btn.active,.top-controls-stack.light-mode .expand-btn:hover{border-color:#60a5fa;color:#60a5fa}.top-controls-stack.light-mode .theme-btn:hover,.top-controls-stack.light-mode .theme-btn.active{border-color:#fbbf24;color:#fbbf24}.top-controls-stack.light-mode .search-clear-btn{background:#ef44441a;border-color:#ef44444d;color:#dc2626}.top-controls-stack.light-mode .search-clear-btn:hover{background:#ef444433;border-color:#ef444480}.horizontal-controls.light-mode .prices-btn.active{border-color:#10b981;color:#10b981}.horizontal-controls.light-mode .notes-btn.active{border-color:#f59e0b;color:#f59e0b}.horizontal-controls.light-mode .comments-btn.active{border-color:#60a5fa;color:#60a5fa}.horizontal-controls.light-mode .progress-btn.active{border-color:#a855f7;color:#a855f7}.horizontal-controls.light-mode .focus-btn:hover,.horizontal-controls.light-mode .focus-btn.active{border-color:#fd6e81;color:#fd6e81}.invitation-container[data-v-85a9afa3]{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1d23,#2a2d35);padding:20px}.invitation-card[data-v-85a9afa3]{background:#23272f;border-radius:16px;padding:48px;max-width:560px;width:100%;box-shadow:0 20px 60px #0006;text-align:center}.loading-spinner[data-v-85a9afa3]{padding:40px 0}.loading-spinner i[data-v-85a9afa3]{font-size:48px;color:#4285f4;margin-bottom:20px}.loading-spinner p[data-v-85a9afa3]{color:#fff9;font-size:16px}.error-card .error-icon[data-v-85a9afa3],.success-card .success-icon[data-v-85a9afa3]{font-size:64px;margin-bottom:24px}.error-icon i[data-v-85a9afa3]{color:#f44336}.success-icon i[data-v-85a9afa3]{color:#4caf50}.invitation-icon[data-v-85a9afa3]{font-size:64px;color:#4285f4;margin-bottom:24px}.invitation-card h2[data-v-85a9afa3]{font-size:28px;font-weight:700;color:#fff;margin:0 0 24px}.invitation-card p[data-v-85a9afa3]{color:#ffffffb3;font-size:16px;line-height:1.6;margin:0 0 24px}.folder-details[data-v-85a9afa3]{background:#ffffff0d;border-radius:12px;padding:24px;margin:24px 0;text-align:left}.folder-header[data-v-85a9afa3]{display:flex;align-items:center;gap:12px;margin-bottom:12px}.folder-color[data-v-85a9afa3]{width:8px;height:40px;border-radius:4px}.folder-header h3[data-v-85a9afa3]{font-size:24px;font-weight:600;color:#fff;margin:0}.folder-description[data-v-85a9afa3]{color:#fff9;font-size:14px;margin:12px 0 16px}.folder-creator[data-v-85a9afa3],.access-level[data-v-85a9afa3]{display:flex;align-items:center;gap:8px;color:#ffffffb3;font-size:14px;margin:8px 0}.folder-creator i[data-v-85a9afa3],.access-level i[data-v-85a9afa3]{color:#4285f4;width:20px}.folder-creator strong[data-v-85a9afa3],.access-level strong[data-v-85a9afa3]{color:#fff}.auth-message[data-v-85a9afa3]{background:#4285f41a;border:1px solid rgba(66,133,244,.3);border-radius:8px;padding:16px;margin:24px 0;display:flex;align-items:center;gap:12px;text-align:left}.auth-message i[data-v-85a9afa3]{font-size:24px;color:#4285f4}.auth-message p[data-v-85a9afa3]{margin:0;color:#ffffffe6}.invitation-question[data-v-85a9afa3]{margin:24px 0}.invitation-question p[data-v-85a9afa3]{font-size:18px;color:#ffffffe6;font-weight:500}.invitation-actions[data-v-85a9afa3]{display:flex;gap:12px;justify-content:center;margin-top:32px}.btn[data-v-85a9afa3]{padding:14px 32px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;display:inline-flex;align-items:center;gap:8px}.btn-primary[data-v-85a9afa3]{background:#4285f4;color:#fff}.btn-primary[data-v-85a9afa3]:hover:not(:disabled){background:#3367d6;transform:translateY(-2px);box-shadow:0 4px 12px #4285f466}.btn-secondary[data-v-85a9afa3]{background:#ffffff1a;color:#ffffffe6;border:1px solid rgba(255,255,255,.2)}.btn-secondary[data-v-85a9afa3]:hover:not(:disabled){background:#ffffff26;border-color:#ffffff4d}.btn[data-v-85a9afa3]:disabled{opacity:.6;cursor:not-allowed}.btn i[data-v-85a9afa3]{font-size:18px}@media (max-width: 640px){.invitation-card[data-v-85a9afa3]{padding:32px 24px}.invitation-card h2[data-v-85a9afa3]{font-size:24px}.folder-header h3[data-v-85a9afa3]{font-size:20px}.invitation-actions[data-v-85a9afa3]{flex-direction:column}.btn[data-v-85a9afa3]{width:100%;justify-content:center}}.invitation-container[data-v-427a1d85]{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1d23,#2a2d35);padding:20px}.invitation-card[data-v-427a1d85]{background:#23272f;border-radius:16px;padding:48px;max-width:560px;width:100%;box-shadow:0 20px 60px #0006;text-align:center}.loading-spinner[data-v-427a1d85]{padding:40px 0}.loading-spinner i[data-v-427a1d85]{font-size:48px;color:#4285f4;margin-bottom:20px}.loading-spinner p[data-v-427a1d85]{color:#fff9;font-size:16px}.error-card .error-icon[data-v-427a1d85],.success-card .success-icon[data-v-427a1d85]{font-size:64px;margin-bottom:24px}.error-icon i[data-v-427a1d85]{color:#f44336}.success-icon i[data-v-427a1d85]{color:#4caf50}.invitation-icon[data-v-427a1d85]{font-size:64px;color:#4285f4;margin-bottom:24px}.invitation-card h2[data-v-427a1d85]{font-size:28px;font-weight:700;color:#fff;margin:0 0 24px}.invitation-card p[data-v-427a1d85]{color:#ffffffb3;font-size:16px;line-height:1.6;margin:0 0 24px}.project-details[data-v-427a1d85]{background:#ffffff0d;border-radius:12px;padding:24px;margin:24px 0;text-align:left}.project-header[data-v-427a1d85]{display:flex;align-items:center;gap:12px;margin-bottom:12px}.project-color[data-v-427a1d85]{width:8px;height:40px;border-radius:4px}.project-header h3[data-v-427a1d85]{font-size:24px;font-weight:600;color:#fff;margin:0}.project-description[data-v-427a1d85]{color:#fff9;font-size:14px;margin:12px 0 16px}.project-creator[data-v-427a1d85],.access-level[data-v-427a1d85]{display:flex;align-items:center;gap:8px;color:#ffffffb3;font-size:14px;margin:8px 0}.project-creator i[data-v-427a1d85],.access-level i[data-v-427a1d85]{color:#4285f4;width:20px}.project-creator strong[data-v-427a1d85],.access-level strong[data-v-427a1d85]{color:#fff}.auth-message[data-v-427a1d85]{background:#4285f41a;border:1px solid rgba(66,133,244,.3);border-radius:8px;padding:16px;margin:24px 0;display:flex;align-items:center;gap:12px;text-align:left}.auth-message i[data-v-427a1d85]{font-size:24px;color:#4285f4}.auth-message p[data-v-427a1d85]{margin:0;color:#ffffffe6}.invitation-question[data-v-427a1d85]{margin:24px 0}.invitation-question p[data-v-427a1d85]{font-size:18px;color:#ffffffe6;font-weight:500}.invitation-actions[data-v-427a1d85]{display:flex;gap:12px;justify-content:center;margin-top:32px}.btn[data-v-427a1d85]{padding:14px 32px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;display:inline-flex;align-items:center;gap:8px}.btn-primary[data-v-427a1d85]{background:#4285f4;color:#fff}.btn-primary[data-v-427a1d85]:hover:not(:disabled){background:#3367d6;transform:translateY(-2px);box-shadow:0 4px 12px #4285f466}.btn-secondary[data-v-427a1d85]{background:#ffffff1a;color:#ffffffe6;border:1px solid rgba(255,255,255,.2)}.btn-secondary[data-v-427a1d85]:hover:not(:disabled){background:#ffffff26;border-color:#ffffff4d}.btn[data-v-427a1d85]:disabled{opacity:.6;cursor:not-allowed}.btn i[data-v-427a1d85]{font-size:18px}@media (max-width: 640px){.invitation-card[data-v-427a1d85]{padding:32px 24px}.invitation-card h2[data-v-427a1d85]{font-size:24px}.project-header h3[data-v-427a1d85]{font-size:20px}.invitation-actions[data-v-427a1d85]{flex-direction:column}.btn[data-v-427a1d85]{width:100%;justify-content:center}}.offline-viewer{min-height:100vh;background:#0f1419;color:#e7e9ea;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.offline-viewer.light-mode{background:#f5f5f5;color:#1a1a1a}.offline-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#1a1f26;border-bottom:1px solid rgba(255,255,255,.1)}@media (max-width: 768px){.offline-header{padding:calc(15px + env(safe-area-inset-top,0px)) 16px 12px 16px}}.light-mode .offline-header{background:#fff;border-bottom-color:#e0e0e0}.header-left{display:flex;align-items:center;gap:16px}.back-link{color:#ffffffb3;text-decoration:none;font-size:18px;background:none;border:none;cursor:pointer;padding:0}.light-mode .back-link{color:#0009}.header-right{display:flex;align-items:center;gap:12px}.app-title{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:600}.offline-icon{color:#f59e0b}.btn-theme{background:none;border:none;color:#ffffffb3;font-size:18px;cursor:pointer;padding:8px}.light-mode .btn-theme{color:#0009}.offline-content{display:flex;min-height:calc(100vh - 57px)}.offline-sidebar{width:280px;background:#1a1f26;border-right:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column}.light-mode .offline-sidebar{background:#fff;border-right-color:#e0e0e0}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid rgba(255,255,255,.1)}.light-mode .sidebar-header{border-bottom-color:#e0e0e0}.sidebar-header h3{margin:0;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#fff9}.light-mode .sidebar-header h3{color:#00000080}.project-count{background:#4285f433;color:#4285f4;padding:2px 8px;border-radius:10px;font-size:12px}.project-list{flex:1;overflow-y:auto;padding:8px}.project-item{display:flex;align-items:center;gap:10px;padding:12px;border-radius:8px;cursor:pointer;transition:all .2s ease}.project-item:hover{background:#ffffff0d}.light-mode .project-item:hover{background:#0000000d}.project-item.active{background:#4285f433}.project-item i{color:#4285f4}.project-name{flex:1;font-size:14px}.checklist-count{background:#ffffff1a;padding:2px 8px;border-radius:10px;font-size:12px}.light-mode .checklist-count{background:#0000001a}.empty-sidebar{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;color:#ffffff80}.light-mode .empty-sidebar{color:#00000080}.empty-sidebar i{font-size:48px;margin-bottom:16px}.btn-go-projects{margin-top:16px;padding:8px 16px;background:#4285f4;color:#fff;text-decoration:none;border-radius:6px}.storage-info{padding:16px;border-top:1px solid rgba(255,255,255,.1);font-size:12px}.light-mode .storage-info{border-top-color:#e0e0e0}.storage-label{display:flex;align-items:center;gap:6px;color:#ffffff80;margin-bottom:4px}.light-mode .storage-label{color:#00000080}.storage-value{font-weight:600;color:#22c55e}.offline-main{flex:1;padding:24px;overflow-y:auto}.select-prompt{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#fff6}.light-mode .select-prompt{color:#0006}.select-prompt i{font-size:64px;margin-bottom:16px}.checklists-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.checklists-header h2{margin:0;font-size:24px}.count-badge{background:#4285f433;color:#4285f4;padding:4px 12px;border-radius:16px;font-size:13px}.loading-state,.empty-state{display:flex;flex-direction:column;align-items:center;padding:60px 20px;color:#ffffff80}.light-mode .loading-state,.light-mode .empty-state{color:#00000080}.loading-state i,.empty-state i{font-size:48px;margin-bottom:16px}.checklists-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.checklist-card{display:flex;align-items:center;gap:16px;padding:20px;background:#1a1f26;border:1px solid rgba(255,255,255,.1);border-radius:12px;cursor:pointer;transition:all .2s ease}.light-mode .checklist-card{background:#fff;border-color:#e0e0e0}.checklist-card:hover{border-color:#4285f4;transform:translateY(-2px)}.card-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#4285f433;border-radius:12px;color:#4285f4;font-size:20px}.card-content{flex:1}.card-content h3{margin:0 0 8px;font-size:16px}.card-meta{display:flex;gap:16px;font-size:12px;color:#ffffff80}.light-mode .card-meta{color:#00000080}.card-meta span{display:flex;align-items:center;gap:4px}.card-arrow{color:#ffffff4d}.light-mode .card-arrow{color:#0000004d}.viewer-header{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.light-mode .viewer-header{border-bottom-color:#e0e0e0}.btn-back{display:flex;align-items:center;gap:8px;background:none;border:none;color:#ffffffb3;cursor:pointer;font-size:14px}.light-mode .btn-back{color:#0009}.viewer-header h2{flex:1;margin:0;font-size:20px}.viewer-actions{display:flex;gap:8px}.btn-action{background:#ffffff1a;border:none;color:#e7e9ea;padding:10px 14px;border-radius:8px;cursor:pointer;font-size:14px;transition:all .2s ease}.light-mode .btn-action{background:#0000000d;color:#1a1a1a}.btn-action:hover{background:#fff3}.light-mode .btn-action:hover{background:#0000001a}.category-section{margin-bottom:16px;background:#1a1f26;border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden}.light-mode .category-section{background:#fff;border-color:#e0e0e0}.category-header{display:flex;align-items:center;gap:12px;padding:16px;cursor:pointer;background:#ffffff08}.light-mode .category-header{background:#00000005}.category-header i{color:#ffffff80;font-size:12px;width:16px}.light-mode .category-header i{color:#00000080}.category-name{flex:1;font-weight:600}.item-count{font-size:12px;color:#ffffff80}.light-mode .item-count{color:#00000080}.category-items{padding:8px 16px 16px}.item-row{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:6px;transition:background .2s ease}.item-row:hover{background:#ffffff08}.light-mode .item-row:hover{background:#00000008}.item-row.checked .item-name{text-decoration:line-through;opacity:.5}.item-name{flex:1;font-size:14px}.item-quantity{color:#4285f4;font-size:12px;font-weight:500}.attachment-indicator{display:flex;align-items:center;gap:4px;color:#ffffff80;font-size:12px}.light-mode .attachment-indicator{color:#00000080}.btn-notes{background:none;border:none;color:#f59e0b;cursor:pointer;padding:4px}.subcategory-section{margin-top:16px;padding-left:28px}.subcategory-header{display:flex;align-items:center;gap:10px;padding:8px 0;font-size:13px;font-weight:500;color:#fffc}.light-mode .subcategory-header{color:#000c}.subcategory-items{padding-left:20px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.notes-modal{background:#1a1f26;border-radius:16px;width:90%;max-width:600px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column}.light-mode .notes-modal{background:#fff}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.1)}.light-mode .modal-header{border-bottom-color:#e0e0e0}.modal-header h3{margin:0;font-size:18px}.btn-close{background:none;border:none;color:#fff9;font-size:18px;cursor:pointer}.light-mode .btn-close{color:#0009}.modal-body{padding:20px;overflow-y:auto}.notes-section{margin-bottom:20px}.notes-section:last-child{margin-bottom:0}.notes-section h4{margin:0 0 12px;font-size:14px;text-transform:uppercase;letter-spacing:.5px;color:#ffffff80}.light-mode .notes-section h4{color:#00000080}.notes-content{font-size:14px;line-height:1.6}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);padding:12px 24px;background:#1a1f26;border:1px solid rgba(255,255,255,.2);border-radius:8px;z-index:1100;animation:slideUp .3s ease}.light-mode .toast{background:#fff;border-color:#e0e0e0;box-shadow:0 4px 12px #0000001a}.toast.success{border-color:#22c55e;color:#22c55e}.toast.error{border-color:#ef4444;color:#ef4444}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}@media (max-width: 768px){.offline-content{flex-direction:column}.offline-sidebar{width:100%;border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}.light-mode .offline-sidebar{border-bottom-color:#e0e0e0}.project-list{display:flex;overflow-x:auto;padding:8px;gap:8px}.project-item{flex-shrink:0;padding:8px 16px}.storage-info{display:none}.offline-main{padding:16px}.checklists-grid{grid-template-columns:1fr}.viewer-header{flex-wrap:wrap}.viewer-header h2{order:1;width:100%;margin-top:12px}.viewer-actions{order:2;margin-left:auto}.offline-sidebar.mobile-hidden{display:none}.offline-main.full-width{width:100%}}.embedded-viewer-container{height:calc(100vh - 57px);overflow-y:auto;-webkit-overflow-scrolling:touch}.embedded-viewer-container :deep(.shared-viewer){min-height:100%;height:auto;overflow:visible}.embedded-viewer-container :deep(.viewer-content){overflow:visible;padding-bottom:120px}.embedded-viewer-container :deep(.embedded-back-btn){display:none}.offline-main.full-width{flex:1;padding:0;overflow:hidden}@media (max-width: 768px){.offline-sidebar.mobile-hidden{display:none}.embedded-viewer-container{height:calc(100vh - 57px);height:calc(100dvh - 57px);overflow-y:auto;-webkit-overflow-scrolling:touch}.offline-main.full-width{height:calc(100vh - 57px);height:calc(100dvh - 57px);overflow:hidden}}.splash-screen[data-v-a8dd6676]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999;background:#0c0d12;display:flex;align-items:center;justify-content:center;overflow:hidden;opacity:1;transition:opacity 1s ease-out}.splash-screen.is-fading[data-v-a8dd6676]{opacity:0;pointer-events:none!important}.splash-video[data-v-a8dd6676]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;transition:opacity .3s ease-in;pointer-events:none}.splash-video[data-v-a8dd6676]::-webkit-media-controls{display:none!important}.splash-video[data-v-a8dd6676]::-webkit-media-controls-enclosure{display:none!important}.splash-video[data-v-a8dd6676]::-webkit-media-controls-panel{display:none!important}.splash-video.video-visible[data-v-a8dd6676]{opacity:1}.pwa-update-banner[data-v-95b4281d]{position:fixed;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:10px 20px;background:linear-gradient(135deg,#4a90e2,#3a7bc8);color:#fff;z-index:99999;box-shadow:0 2px 10px #0000004d}.update-content[data-v-95b4281d]{display:flex;align-items:center;gap:10px;font-size:.875rem;font-weight:500}.update-content i[data-v-95b4281d]{font-size:1rem}.update-actions[data-v-95b4281d]{display:flex;align-items:center;gap:8px}.update-btn[data-v-95b4281d]{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:4px;color:#fff;font-size:.813rem;font-weight:500;cursor:pointer;transition:all .15s}.update-btn[data-v-95b4281d]:hover{background:#ffffff4d}.dismiss-btn[data-v-95b4281d]{background:none;border:none;padding:6px;color:#ffffffb3;cursor:pointer;transition:color .15s}.dismiss-btn[data-v-95b4281d]:hover{color:#fff}.slide-down-enter-active[data-v-95b4281d],.slide-down-leave-active[data-v-95b4281d]{transition:transform .3s ease,opacity .3s ease}.slide-down-enter-from[data-v-95b4281d],.slide-down-leave-to[data-v-95b4281d]{transform:translateY(-100%);opacity:0}.password-protection[data-v-a55a6116]{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center;z-index:100000}.password-modal[data-v-a55a6116]{background:#0c0d12;border-radius:16px;padding:48px;box-shadow:0 20px 60px #00000080;text-align:center;max-width:400px;width:90%;border:1px solid rgba(255,255,255,.1)}.password-icon[data-v-a55a6116]{font-size:48px;margin-bottom:24px}.password-modal h2[data-v-a55a6116]{color:#fff;margin:0 0 12px;font-size:28px;font-weight:600}.password-modal p[data-v-a55a6116]{color:#ffffffb3;margin:0 0 32px;font-size:16px}.password-modal form[data-v-a55a6116]{display:flex;flex-direction:column;gap:16px}.password-input-wrapper[data-v-a55a6116]{position:relative;display:flex;align-items:center}.password-modal input[type=password][data-v-a55a6116],.password-modal input[type=text][data-v-a55a6116]{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:16px 48px 16px 16px;color:#fff;font-size:16px;transition:all .2s ease;width:100%}.password-modal input[type=password][data-v-a55a6116]:focus,.password-modal input[type=text][data-v-a55a6116]:focus{outline:none;border-color:#3b82f6;background:#ffffff14;box-shadow:0 0 0 3px #3b82f61a}.password-modal input[type=password][data-v-a55a6116]::-moz-placeholder,.password-modal input[type=text][data-v-a55a6116]::-moz-placeholder{color:#fff6}.password-modal input[type=password][data-v-a55a6116]::-ms-input-placeholder,.password-modal input[type=text][data-v-a55a6116]::-ms-input-placeholder{color:#fff6}.password-modal input[type=password][data-v-a55a6116]::placeholder,.password-modal input[type=text][data-v-a55a6116]::placeholder{color:#fff6}.password-toggle[data-v-a55a6116]{position:absolute;right:12px;background:transparent;border:none;color:#ffffff80;padding:8px;cursor:pointer;transition:color .2s ease;font-size:16px}.password-toggle[data-v-a55a6116]:hover{color:#fffc}.password-error[data-v-a55a6116]{color:#ef4444;font-size:14px;margin:0;display:flex;align-items:center;gap:8px;animation:fadeIn-a55a6116 .3s ease}.password-error i[data-v-a55a6116]{font-size:16px}@keyframes fadeIn-a55a6116{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.password-modal button[type=submit][data-v-a55a6116]{background:#3b82f6;color:#fff;border:none;border-radius:8px;padding:16px 32px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.password-modal button[type=submit][data-v-a55a6116]:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.password-modal button[type=submit][data-v-a55a6116]:active{transform:translateY(0)}.light-mode{background:#fffffff2}.light-mode{background:#fff;border:1px solid #e2e8f0;box-shadow:0 20px 60px #0000001a}.light-mode{color:#1a202c}.light-mode{background:#f7fafc;border-color:#e2e8f0;color:#1a202c}.light-mode{border-color:#3182ce;background:#fff;box-shadow:0 0 0 3px #3182ce1a}.light-mode{color:#a0aec0}.light-mode{color:#718096}.light-mode{color:#4a5568}.light-mode{background:#3182ce}.light-mode{background:#2b6cb0}.ai-jobs-modal-overlay[data-v-a3a7562f]{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10002;display:flex;align-items:center;justify-content:center;padding:20px}.ai-jobs-modal[data-v-a3a7562f]{background:#1a1b26;border-radius:16px;width:100%;max-width:480px;max-height:70vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0006;border:1px solid rgba(255,255,255,.1)}.ai-jobs-modal-header[data-v-a3a7562f]{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.1)}.ai-jobs-modal-header h3[data-v-a3a7562f]{margin:0;font-size:18px;font-weight:600;color:#e2e8f0}.ai-jobs-modal-header .close-btn[data-v-a3a7562f]{width:32px;height:32px;border-radius:8px;background:transparent;border:none;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.ai-jobs-modal-header .close-btn[data-v-a3a7562f]:hover{background:#ffffff1a;color:#e2e8f0}.ai-jobs-list[data-v-a3a7562f]{padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.ai-job-item[data-v-a3a7562f]{display:flex;align-items:center;gap:12px;padding:14px;background:#ffffff0d;border-radius:12px;border:1px solid transparent;transition:all .15s ease}.ai-job-item[data-v-a3a7562f]:hover{background:#ffffff14}.ai-job-item.job-completed[data-v-a3a7562f]{border-color:#34d3994d;background:#34d3990d}.ai-job-item.job-failed[data-v-a3a7562f]{border-color:#ef44444d;background:#ef44440d}.ai-job-item.job-truncated[data-v-a3a7562f]{border-color:#fbbf2466;background:#fbbf2414}.ai-job-item .status-truncated[data-v-a3a7562f]{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.ai-job-item .truncated-label[data-v-a3a7562f]{font-size:11px;color:#fbbf24;font-weight:500;display:flex;align-items:center;gap:4px}.ai-job-item .truncated-actions[data-v-a3a7562f]{display:flex;gap:4px}.ai-job-item .continue-btn[data-v-a3a7562f],.ai-job-item .wrapup-btn[data-v-a3a7562f],.ai-job-item .use-partial-btn[data-v-a3a7562f]{padding:4px 8px;border:none;border-radius:4px;cursor:pointer;font-size:11px;transition:all .15s}.ai-job-item .continue-btn[data-v-a3a7562f]{background:#3b82f6;color:#fff}.ai-job-item .continue-btn[data-v-a3a7562f]:hover{background:#2563eb}.ai-job-item .wrapup-btn[data-v-a3a7562f]{background:#8b5cf6;color:#fff}.ai-job-item .wrapup-btn[data-v-a3a7562f]:hover{background:#7c3aed}.ai-job-item .use-partial-btn[data-v-a3a7562f]{background:#10b981;color:#fff}.ai-job-item .use-partial-btn[data-v-a3a7562f]:hover{background:#059669}.ai-job-item .job-info[data-v-a3a7562f]{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.ai-job-item .job-prompt[data-v-a3a7562f]{font-size:14px;font-weight:500;color:#e2e8f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ai-job-item .job-meta[data-v-a3a7562f]{font-size:12px;color:#64748b}.ai-job-item .job-source[data-v-a3a7562f]{text-transform:capitalize}.ai-job-item .job-status[data-v-a3a7562f]{flex-shrink:0}.ai-job-item .status-progress[data-v-a3a7562f]{display:flex;align-items:center;gap:8px}.ai-job-item .processing-text[data-v-a3a7562f]{font-size:12px;color:#a855f7;font-weight:500}.ai-job-item .processing-text .animated-dots[data-v-a3a7562f]:after{content:"";animation:dotAnimation-a3a7562f 1.5s infinite}@keyframes dotAnimation-a3a7562f{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}.ai-job-item .cancel-btn[data-v-a3a7562f]{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#ef4444;width:26px;height:26px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:10px;transition:all .2s ease}.ai-job-item .cancel-btn[data-v-a3a7562f]:hover{background:#ef444440;transform:scale(1.05)}.ai-job-item .apply-btn[data-v-a3a7562f]{background:#34d399;color:#000;border:none;padding:6px 14px;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;display:flex;align-items:center;gap:6px;transition:all .15s ease}.ai-job-item .apply-btn[data-v-a3a7562f]:hover{background:#10b981;transform:scale(1.02)}.ai-job-item .apply-btn i[data-v-a3a7562f]{font-size:11px}.ai-job-item .status-failed[data-v-a3a7562f]{font-size:12px;color:#ef4444;display:flex;align-items:center;gap:4px;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-job-item .dismiss-btn[data-v-a3a7562f]{width:28px;height:28px;border-radius:6px;background:transparent;border:none;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease;flex-shrink:0}.ai-job-item .dismiss-btn[data-v-a3a7562f]:hover{background:#ef444426;color:#ef4444}.ai-jobs-list .no-jobs[data-v-a3a7562f]{text-align:center;padding:40px 20px;color:#64748b}.ai-jobs-list .no-jobs i[data-v-a3a7562f]{font-size:32px;margin-bottom:12px;opacity:.5}.ai-jobs-list .no-jobs p[data-v-a3a7562f]{margin:0;font-size:14px}.light-mode{background:#fff;border-color:#0000001a}.light-mode{border-color:#0000001a}.light-mode{background:#00000008}.light-mode{background:#0000000d}.light-mode{color:#1e293b}.feedback-modal-overlay[data-v-25d92213]{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.feedback-modal[data-v-25d92213]{background:#0c0d12;border-radius:8px;box-shadow:0 4px 24px #00000080;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;border:1px solid rgba(255,255,255,.1)}.feedback-header[data-v-25d92213]{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.feedback-header h2[data-v-25d92213]{margin:0;font-size:1.25rem;color:#fff}.feedback-header .close-btn[data-v-25d92213]{background:none;border:none;color:#fff9;font-size:1.25rem;cursor:pointer;padding:.25rem;transition:color .2s}.feedback-header .close-btn[data-v-25d92213]:hover{color:#fff}.feedback-notice[data-v-25d92213]{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#4299e11a;border-bottom:1px solid rgba(255,255,255,.05)}.feedback-notice i[data-v-25d92213]{color:#4299e1;font-size:1.25rem}.feedback-notice p[data-v-25d92213]{margin:0;color:#ffffffe6;font-size:.875rem}.feedback-form[data-v-25d92213]{padding:1.5rem}.feedback-form .form-group[data-v-25d92213]{margin-bottom:1.25rem}.feedback-form label[data-v-25d92213]{display:block;margin-bottom:.5rem;color:#fffc;font-size:.875rem;font-weight:500}.feedback-form input[type=text][data-v-25d92213],.feedback-form input[type=email][data-v-25d92213],.feedback-form textarea[data-v-25d92213]{width:100%;padding:.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:4px;color:#fff;font-size:.875rem;transition:all .2s}.feedback-form input[type=text][data-v-25d92213]:focus,.feedback-form input[type=email][data-v-25d92213]:focus,.feedback-form textarea[data-v-25d92213]:focus{outline:none;border-color:#4299e1;background:#ffffff14}.feedback-form textarea[data-v-25d92213]{resize:vertical;min-height:100px}.feedback-future[data-v-25d92213]{background:#ffffff0d;border-radius:4px;padding:1rem;margin-bottom:1.25rem}.feedback-future p[data-v-25d92213]{margin:0;font-size:.813rem;color:#fffc;line-height:1.5}.feedback-form .checkbox-group[data-v-25d92213]{margin-bottom:1.5rem}.feedback-form .checkbox-label[data-v-25d92213]{display:flex;align-items:flex-start;cursor:pointer;font-size:.875rem;color:#fffc;position:relative;padding-left:1.75rem}.feedback-form .checkbox-label input[type=checkbox][data-v-25d92213]{position:absolute;left:0;top:.125rem;width:1.125rem;height:1.125rem;cursor:pointer;opacity:0}.feedback-form .checkbox-label[data-v-25d92213]:before{content:"";position:absolute;left:0;top:.125rem;width:1.125rem;height:1.125rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:3px;transition:all .2s}.feedback-form .checkbox-label[data-v-25d92213]:hover:before{border-color:#fff6;background:#ffffff14}.feedback-form .checkbox-label input[type=checkbox]:checked+.checkbox-custom[data-v-25d92213]:before{content:"✓";position:absolute;left:.25rem;top:0;color:#4299e1;font-weight:700;font-size:.875rem;line-height:1.125rem}.feedback-form .checkbox-label input[type=checkbox]:checked+.checkbox-custom[data-v-25d92213]{position:absolute}.feedback-form .checkbox-label input[type=checkbox]:focus+.checkbox-custom[data-v-25d92213]:before{box-shadow:0 0 0 2px #4299e14d}.feedback-form .checkbox-text[data-v-25d92213]{line-height:1.4}.file-upload-area[data-v-25d92213]{margin-top:.5rem}.file-upload-prompt[data-v-25d92213]{border:2px dashed rgba(255,255,255,.2);border-radius:4px;padding:2rem;text-align:center;cursor:pointer;transition:all .2s;background:#ffffff05}.file-upload-prompt[data-v-25d92213]:hover{border-color:#ffffff4d;background:#ffffff0d}.file-upload-prompt i[data-v-25d92213]{font-size:2rem;color:#fff6;margin-bottom:.5rem;display:block}.file-upload-prompt p[data-v-25d92213]{margin:.5rem 0;color:#fffc;font-size:.875rem}.file-upload-prompt small[data-v-25d92213]{color:#ffffff80;font-size:.75rem}.file-preview[data-v-25d92213]{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:4px;padding:1rem}.image-preview[data-v-25d92213]{margin-bottom:.75rem;text-align:center}.image-preview img[data-v-25d92213]{max-width:100%;max-height:150px;border-radius:4px;box-shadow:0 2px 8px #0000004d}.file-info[data-v-25d92213]{display:flex;align-items:center;gap:.75rem}.file-info i[data-v-25d92213]{color:#4299e1;font-size:1.25rem}.file-info span[data-v-25d92213]{flex:1;color:#fffc;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.remove-file[data-v-25d92213]{background:transparent;border:none;color:#fff6;cursor:pointer;padding:.25rem;font-size:1rem;transition:color .2s}.remove-file[data-v-25d92213]:hover{color:#f44}.feedback-actions[data-v-25d92213]{display:flex;justify-content:flex-end;gap:.75rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.1)}.feedback-actions .cancel-btn[data-v-25d92213],.feedback-actions .submit-btn[data-v-25d92213]{padding:.625rem 1.25rem;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.feedback-actions .cancel-btn[data-v-25d92213]{background:transparent;color:#fff9;border:1px solid rgba(255,255,255,.2)}.feedback-actions .cancel-btn[data-v-25d92213]:hover{color:#fff;border-color:#ffffff4d}.feedback-actions .submit-btn[data-v-25d92213]{background:#4299e1;color:#fff}.feedback-actions .submit-btn[data-v-25d92213]:hover:not(:disabled){background:#3182ce}.feedback-actions .submit-btn[data-v-25d92213]:disabled{opacity:.6;cursor:not-allowed}.light-mode{background:#fff;border:1px solid #e0e0e0}.light-mode{background:#fafafa;border-bottom:1px solid #e0e0e0}.light-mode{background:#4299e114;border-bottom:1px solid #e0e0e0}.light-mode{color:#0c0d12}.light-mode{background:#fff;border:1px solid #e0e0e0;color:#1a1a1a}.light-mode{border-color:#4299e1;background:#fff}.light-mode{background:#f5f5f5}.light-mode{background:#fff;border-color:#ccc}.light-mode{border-color:#e0e0e0;background:#fafafa}.light-mode{border-color:#ccc;background:#f5f5f5}.light-mode{color:#999}.light-mode{color:#666}.light-mode{background:#f5f5f5;border-color:#e0e0e0}.light-mode{color:#333}.light-mode{border-top-color:#e0e0e0}.light-mode{color:#666;border-color:#e0e0e0}.light-mode{color:#0c0d12;border-color:#ccc}.sign-in-reminder-overlay[data-v-1ff1ddb0]{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn-1ff1ddb0 .3s ease;padding:1rem;overflow:hidden;-webkit-overflow-scrolling:touch}.sign-in-reminder-modal[data-v-1ff1ddb0]{background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:12px;max-width:500px;width:90%;padding:0;animation:slideUp-1ff1ddb0 .3s ease;max-height:90vh;overflow:hidden;position:relative}.reminder-close-btn[data-v-1ff1ddb0]{position:absolute;top:.75rem;right:.75rem;background:none;border:none;color:#fff6;font-size:.875rem;cursor:pointer;padding:.5rem;transition:color .2s;z-index:10;border-radius:4px}.reminder-close-btn[data-v-1ff1ddb0]:hover{color:#fffc}.reminder-content[data-v-1ff1ddb0]{padding:2rem;text-align:center}.reminder-title[data-v-1ff1ddb0]{margin:0 0 .5rem;font-size:1.5rem;color:#fff;font-weight:600}.reminder-subtitle[data-v-1ff1ddb0]{margin:0 0 1.5rem;font-size:.875rem;color:#fff9}.video-container[data-v-1ff1ddb0]{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:8px;width:100%;margin-bottom:1.5rem}.video-container iframe[data-v-1ff1ddb0]{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:8px}.reminder-actions[data-v-1ff1ddb0]{display:flex;flex-direction:column;align-items:center;gap:.75rem}.reminder-actions .sign-in-btn[data-v-1ff1ddb0]{padding:.75rem 2rem;background:transparent;border:1px solid rgba(255,255,255,.2);color:#ffffffb3;border-radius:6px;cursor:pointer;font-size:.9375rem;font-weight:500;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s;width:100%;justify-content:center}.reminder-actions .sign-in-btn[data-v-1ff1ddb0]:hover{border-color:#fff6;color:#ffffffe6}.reminder-actions .sign-in-btn.primary-btn[data-v-1ff1ddb0]{background:linear-gradient(135deg,#4facfe,#00f2fe);border:1px solid transparent;color:#fff;font-weight:500}.reminder-actions .sign-in-btn.primary-btn[data-v-1ff1ddb0]:hover{background:linear-gradient(135deg,#3a9aed,#00d4e0);transform:translateY(-1px);box-shadow:0 2px 8px #4facfe66}.reminder-actions .dismiss-btn[data-v-1ff1ddb0]{padding:.5rem 1rem;background:transparent;border:none;color:#fff6;cursor:pointer;font-size:.8125rem;transition:all .2s}.reminder-actions .dismiss-btn[data-v-1ff1ddb0]:hover{color:#fff9}@media (max-width: 768px){.sign-in-reminder-modal[data-v-1ff1ddb0]{max-width:95%}.reminder-content[data-v-1ff1ddb0]{padding:1.5rem}.reminder-title[data-v-1ff1ddb0]{font-size:1.25rem}}@keyframes fadeIn-1ff1ddb0{0%{opacity:0}to{opacity:1}}@keyframes slideUp-1ff1ddb0{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.selection-indicator[data-v-dcc238c8]{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:linear-gradient(135deg,#4facfe1a,#764ba21a),#0c0d12;border-top:1px solid var(--futuristic-border-primary);animation:slideUp-dcc238c8 .3s ease;z-index:99}.selection-indicator-fixed[data-v-dcc238c8]{position:fixed!important;bottom:0!important;z-index:9999!important;box-shadow:0 -2px 10px #0000004d}@keyframes slideUp-dcc238c8{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.selection-info[data-v-dcc238c8]{display:flex;align-items:center;gap:.75rem;color:var(--futuristic-text-primary);font-size:.875rem}.selection-info i[data-v-dcc238c8]{color:#4facfe}.selection-actions[data-v-dcc238c8]{display:flex;gap:.5rem}.edit-selected-btn[data-v-dcc238c8],.delete-selected-btn[data-v-dcc238c8],.clear-selection-btn[data-v-dcc238c8]{padding:.375rem .75rem;background:transparent;border:1px solid var(--futuristic-border-primary);border-radius:4px;color:var(--futuristic-text-secondary);font-size:.75rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.375rem}.edit-selected-btn[data-v-dcc238c8]:hover{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;color:#fff;transform:translateY(-1px)}.delete-selected-btn[data-v-dcc238c8]:hover{background:linear-gradient(135deg,#dc2626,#991b1b);border-color:transparent;color:#fff;transform:translateY(-1px)}.clear-selection-btn[data-v-dcc238c8]:hover{background:var(--futuristic-background-tertiary);color:var(--futuristic-text-primary)}.clear-all-container[data-v-9eda0418]{position:fixed;z-index:10000;pointer-events:none}.clear-tooltip[data-v-9eda0418]{position:absolute;bottom:56px;left:50%;transform:translate(-50%);background:#1e1e1efa;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:12px 14px;box-shadow:0 4px 12px #00000080;min-width:260px;max-width:320px;z-index:10001;animation:slideUpFade-9eda0418 .3s ease-out;pointer-events:auto;cursor:default;overflow:visible}@keyframes slideUpFade-9eda0418{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.tooltip-text[data-v-9eda0418]{color:#ffffffe6;font-size:.8rem;line-height:1.4;margin:0 0 10px;text-align:center}.tooltip-footer[data-v-9eda0418]{display:flex;justify-content:center;padding-top:6px;border-top:1px solid rgba(255,255,255,.1)}.tooltip-checkbox[data-v-9eda0418]{display:flex;align-items:center;gap:6px;cursor:pointer;font-size:.75rem;color:#ffffffb3}.tooltip-checkbox input[type=checkbox][data-v-9eda0418]{cursor:pointer;width:14px;height:14px}.tooltip-checkbox span[data-v-9eda0418]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width: 768px){.clear-tooltip[data-v-9eda0418]{min-width:240px;max-width:calc(100vw - 40px);bottom:60px}.tooltip-text[data-v-9eda0418]{font-size:.75rem}}.circular-clear-all[data-v-9eda0418]{position:relative;width:48px;height:48px;border-radius:50%;background:transparent;border:none;color:#fff9;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s,box-shadow .2s,border-color .2s;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #0000004d;padding:0;overflow:visible;pointer-events:auto}.circular-clear-all[data-v-9eda0418]:hover{background:#f565651a;border-color:#f565654d;color:#f56565e6;box-shadow:0 6px 20px #0006;transform:translate(-50%) scale(1.05)}.circular-clear-all.progress-active[data-v-9eda0418]{animation:pulseStandard-9eda0418 .5s ease}.circular-clear-all.armed[data-v-9eda0418]{background:#ef444426;border-color:#ef4444;color:#ef4444;animation:armedPulseStandard-9eda0418 1s ease infinite;box-shadow:0 0 20px #ef444466}.circular-clear-all.success[data-v-9eda0418]{background:#10b98133;border-color:#10b981;color:#10b981;animation:successPulseStandard-9eda0418 .8s ease;box-shadow:0 0 20px #10b98166}.circular-clear-all.success[data-v-9eda0418]:hover{background:#10b98126;border-color:#10b98166}.circular-clear-all .progress-ring[data-v-9eda0418]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px}.circular-clear-all .progress-ring-circle[data-v-9eda0418]{transition:stroke-dashoffset .3s ease,stroke .3s ease}.circular-clear-all.success .progress-ring-circle[data-v-9eda0418]{animation:fillComplete-9eda0418 .5s ease}.circular-clear-all i[data-v-9eda0418]{font-size:16px;z-index:2;transition:transform .3s ease}.circular-clear-all.success i[data-v-9eda0418]{animation:checkmark-9eda0418 .5s ease}@keyframes pulseStandard-9eda0418{0%{transform:translate(-50%) scale(1)}50%{transform:translate(-50%) scale(1.1)}to{transform:translate(-50%) scale(1)}}@keyframes armedPulseStandard-9eda0418{0%{transform:translate(-50%) scale(1);background:#ef444426}50%{transform:translate(-50%) scale(1.05);background:#ef444440}to{transform:translate(-50%) scale(1);background:#ef444426}}@keyframes successPulseStandard-9eda0418{0%{transform:translate(-50%) scale(1)}50%{transform:translate(-50%) scale(1.15)}to{transform:translate(-50%) scale(1)}}@keyframes fillComplete-9eda0418{0%{stroke-dashoffset:119.38;opacity:.5}50%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:0;opacity:1}}@keyframes checkmark-9eda0418{0%{transform:scale(0) rotate(-45deg);opacity:0}50%{transform:scale(1.3) rotate(15deg);opacity:1}75%{transform:scale(.9) rotate(-5deg)}to{transform:scale(1) rotate(0);opacity:1}}@keyframes appFadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulseGlow{0%,to{box-shadow:0 0 #a855f766}50%{box-shadow:0 0 0 8px #a855f700}}@keyframes pulseStandard{0%{transform:translate(-50%) scale(1)}50%{transform:translate(-50%) scale(1.1)}to{transform:translate(-50%) scale(1)}}@keyframes armedPulseStandard{0%{transform:translate(-50%) scale(1);background:#ef444426}50%{transform:translate(-50%) scale(1.05);background:#ef444440}to{transform:translate(-50%) scale(1);background:#ef444426}}@keyframes successPulseStandard{0%{transform:translate(-50%) scale(1)}50%{transform:translate(-50%) scale(1.15)}to{transform:translate(-50%) scale(1)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes armedPulse{0%{transform:scale(1);background:#ef444426}50%{transform:scale(1.05);background:#ef444440}to{transform:scale(1);background:#ef444426}}@keyframes successPulse{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}@keyframes bounceIn{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes fillComplete{0%{stroke-dashoffset:119.38;opacity:.5}50%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:0;opacity:1}}@keyframes checkmark{0%{transform:scale(0) rotate(-45deg);opacity:0}50%{transform:scale(1.3) rotate(15deg);opacity:1}75%{transform:scale(.9) rotate(-5deg)}to{transform:scale(1) rotate(0);opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes mobileInitialFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes shapeMorph{0%,to{-webkit-clip-path:polygon(0% 100%,0% 0%,100% 100%);clip-path:polygon(0% 100%,0% 0%,100% 100%);border-radius:0;transform:rotate(0)}25%{-webkit-clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);border-radius:2px;transform:rotate(180deg)}50%{-webkit-clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);border-radius:50%;transform:rotate(360deg)}75%{-webkit-clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);border-radius:2px;transform:rotate(540deg)}}@keyframes dotFade{0%,20%{opacity:0}40%,to{opacity:1}}#app{font-family:Jost,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#0c0d12;color:#fff;display:flex;flex-direction:column;margin:0;padding:0;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}#app{overflow-x:hidden}.app-content{flex:1;display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden}.prechecklist-app{height:100%;flex:1;display:flex;flex-direction:column;overflow:hidden}.prechecklist-app .app-container{height:100%;max-height:100%;flex:1;display:flex;flex-direction:column;overflow:hidden}.app-fade-in{animation:appFadeIn .4s ease-out forwards}.offline-indicator{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:13px;font-weight:500;text-align:center}.offline-indicator i{font-size:14px}.offline-banner-enter-active,.offline-banner-leave-active{transition:all .3s ease}.offline-banner-enter-from,.offline-banner-leave-to{transform:translateY(-100%);opacity:0}.offline-indicator.mobile-offline{padding:6px 12px;font-size:12px;position:absolute;top:0;left:0;right:0;z-index:9999}.app-content.blurred{filter:blur(10px);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-initializing{position:fixed;top:0;left:0;width:100%;height:100%;background:#0c0d12;display:flex;align-items:center;justify-content:center;z-index:9999}.init-spinner{text-align:center}.init-spinner .spinner{width:50px;height:50px;border:5px solid rgba(255,255,255,.1);border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.init-spinner p{color:#ffffffb3;font-size:1.1rem;font-weight:500}.dark-mode{background:#0f1419}.dark-mode .app-header,.dark-mode .left-sidebar,.dark-mode .main-content,.dark-mode .checklist-sidebar{background:#0c0d12}:global(.sortable-ghost){position:relative!important;opacity:.4}:global(.sortable-drag){z-index:9999!important;cursor:-webkit-grabbing!important;cursor:grabbing!important}:global(.dragging-multiple):after{content:attr(data-selected-count);position:absolute;top:-10px;right:-10px;background:#4299e1;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;box-shadow:0 2px 4px #0003;z-index:10000}:global(.drop-target-highlight){background-color:#4299e11a!important;border:2px dashed #4299e1!important}:global(.drop-insertion-before){border-top:3px solid #4299e1!important}:global(.drop-insertion-after){border-bottom:3px solid #4299e1!important}:global(.dragging-category) .category-header{cursor:-webkit-grabbing!important;cursor:grabbing!important}:global(.multi-selected){background-color:#4299e126!important;border-left:3px solid #4299e1!important}:global(body.sortable-dragging){overflow-x:hidden!important;position:fixed!important;width:100%!important}body.is-resizing *{user-select:none!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important}.resize-handle{user-select:none!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;-webkit-user-drag:none!important}body.is-resizing ::selection{background:transparent!important}body.is-resizing ::-moz-selection{background:transparent!important}.app-layout.resizing *{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.app-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:#0c0d12;border-bottom:1px solid rgba(255,255,255,.05);position:relative;z-index:100}.header-toolbar{display:flex;align-items:center;flex:1;justify-content:center;padding:0 1rem;opacity:.18;transition:opacity .3s ease;position:relative;z-index:1000}.header-toolbar:hover,.header-toolbar:focus-within,.header-toolbar.has-active-dropdown{opacity:1}.nav-tab{background:transparent;border:none;color:#fff9;padding:.28rem .75rem;font-size:.66rem;font-weight:500;cursor:pointer;transition:all .2s;border-radius:3px}.nav-tab:hover{color:#ffffffe6;background:#ffffff0d}.nav-tab.active{color:#fff;background:#4299e133;border:1px solid rgba(66,153,225,.3)}.nav-tab.faded{opacity:.5;cursor:not-allowed;position:relative}.nav-tab.faded:hover{opacity:.5;background:transparent}.nav-tab.faded .tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:.5rem .75rem;border-radius:4px;font-size:.75rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s;margin-bottom:.5rem}.nav-tab.faded:hover .tooltip{opacity:1}.nav-tab.feedback-btn{background:#4299e11a;color:#4299e1;border:1px solid rgba(66,153,225,.3);margin-left:1rem}.nav-tab.feedback-btn:hover{background:#4299e133;color:#63b3ed}.nav-tab.coffee-btn{background:#ffb84d1a;color:#ffb84d;border:1px solid rgba(255,184,77,.3);margin-left:.5rem;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.nav-tab.coffee-btn:hover{background:#ffb84d33;color:#ffc266;transform:translateY(-1px)}.nav-tab.coffee-btn i{font-size:1rem}.header-left{display:flex;align-items:center;gap:.75rem}.app-title{font-family:Viktorie,Georgia,serif;font-display:swap;font-size:1.5rem;font-weight:400;font-style:normal;margin:0;color:#fff;letter-spacing:1px;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;align-items:center;gap:12px}.app-logo-circle{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.app-logo-icon{width:50px;height:50px;-o-object-fit:contain;object-fit:contain}.wordmark-image{height:24px;width:auto;-o-object-fit:contain;object-fit:contain}.pro-badge{font-size:.75rem;color:#fbbf24;font-weight:600;letter-spacing:1px;text-transform:uppercase;padding:.125rem .5rem;border:1px solid #fbbf24;border-radius:4px;margin-left:.5rem}.user-info{font-size:.6875rem;color:#666;font-weight:300}.header-right{display:flex;align-items:center;gap:.75rem}.header-nav-link{background:none;border:none;color:#fff9;padding:6px 10px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;text-decoration:none;display:inline-block}.header-nav-link:hover{color:#fffffff2;background:#ffffff14;border-radius:4px}.header-nav{display:flex;align-items:center;gap:.5rem;margin-left:2rem}.nav-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#ffffffb3;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500;text-decoration:none}.nav-button i{font-size:1rem}.nav-button span{white-space:nowrap}.nav-button:hover{background:#ffffff1a;border-color:#fff3;color:#ffffffe6;text-decoration:none}.nav-button.active{background:#4285f433;border-color:#4285f466;color:#4285f4}.nav-button.active:hover{background:#4285f44d;border-color:#4285f480}.sign-in-btn,.sign-out-btn,.header-btn{padding:.375rem .75rem;border-radius:4px;border:1px solid rgba(255,255,255,.1);background:transparent;color:#999;cursor:pointer;transition:all .2s;font-size:.75rem}.sign-in-btn:hover,.sign-out-btn:hover,.header-btn:hover{background:#ffffff1a}.sign-out-btn{color:#e0e0e0;display:flex;align-items:center;gap:.5rem}.sign-out-btn:hover{background:#ffffff26;color:#fff}.admin-btn{background:#4299e1;color:#fff;border-color:#4299e1;padding:.375rem .875rem}.admin-btn:hover{background:#3182ce;border-color:#3182ce}.theme-toggle{width:32px;height:32px;border-radius:50%;border:none;background:#ffffff0d;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;font-size:14px}.theme-toggle:hover{background:#ffffff1a;color:#fff;transform:scale(1.05)}.view-toggle{width:32px;height:32px;border-radius:50%;border:none;background:#ffffff0d;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s;font-size:.875rem;text-decoration:none;margin-left:.5rem}.view-toggle:first-child{margin-left:0}.view-toggle:hover{background:#ffffff1a;text-decoration:none;color:#fff}.density-toggle{width:32px;height:32px;border-radius:50%;border:none;background:#ffffff0d;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;font-size:.875rem}.density-toggle:hover{background:#ffffff1a}.density-toggle.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.density-toggle.active:hover{background:#2563eb;border-color:#2563eb}.user-actions{display:flex;align-items:center;gap:.75rem}.user-email{color:#e0e0e0;font-size:.875rem;font-weight:500}.signed-in-status{color:#68d391;font-size:.75rem;font-weight:400;padding:.25rem .5rem;background:#68d3911a;border-radius:4px;border:1px solid rgba(104,211,145,.3)}.ai-jobs-indicator-desktop{width:36px;height:36px;min-width:36px;min-height:36px;border-radius:50%;border:2px solid rgba(168,85,247,.5);background:#a855f726;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0;position:relative}.ai-jobs-indicator-desktop:hover{background:#a855f740;border-color:#a855f7b3;transform:scale(1.05)}.ai-jobs-indicator-desktop:active{transform:scale(.95)}.ai-jobs-indicator-desktop.has-results{border-color:#34d39980;background:#34d39926}.ai-jobs-indicator-desktop.has-results:hover{background:#34d39940;border-color:#34d399b3}.ai-jobs-indicator-desktop.is-active{animation:pulseGlow 2s ease-in-out infinite}.ai-jobs-indicator-desktop .ai-shape-morph{width:16px;height:16px}.ai-jobs-indicator-desktop .checkmark-icon{color:#34d399;font-size:14px}.view-dropdown-container{position:relative}.view-dropdown-menu{position:absolute;top:100%;right:0;margin-top:8px;background:#1e2432;border:1px solid rgba(255,255,255,.2);border-radius:8px;box-shadow:0 4px 12px #0000004d;z-index:1000;min-width:200px;padding:8px 0}.dropdown-section{padding:8px 12px}.dropdown-section h4{margin:0 0 8px;font-size:.75rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.05em}.dropdown-option{display:flex;align-items:center;gap:8px;padding:6px 0;cursor:pointer;color:#ffffffe6;font-size:.875rem}.dropdown-option:hover{color:#fff}.dropdown-option input[type=checkbox]{width:16px;height:16px;cursor:pointer}.view-mode-option{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;background:transparent;border:none;color:#ffffffe6;font-size:.875rem;text-align:left;cursor:pointer;transition:background .2s}.view-mode-option:hover{background:#ffffff0d}.view-mode-option i:first-child{width:16px;text-align:center}.view-mode-option span{flex:1}.view-mode-option i:last-child{color:#10b981}.dropdown-divider{height:1px;background:#ffffff1a;margin:8px 0}.dropdown-arrow{font-size:.75rem;transition:transform .2s}.dropdown-arrow.rotated{transform:rotate(180deg)}.app-layout{flex:1;display:flex;overflow:hidden;background:#0c0d12;position:relative;width:100%;height:100%;min-height:0;min-width:0}.left-sidebar{width:260px;background:#0c0d12;border-right:1px solid rgba(255,255,255,.1);overflow:visible!important;flex-shrink:0;transition:width .3s ease;display:block!important;visibility:visible!important;opacity:1!important;min-width:60px;height:100%;position:relative;z-index:1000}.left-sidebar:has(.quick-ui-sidebar.collapsed){width:60px!important}:global(body.has-quick-ui.quick-ui-collapsed) .left-sidebar{width:60px!important}:global(body.has-quick-ui) .app-layout{transition:none}:global(body.has-quick-ui.quick-ui-collapsed) .app-layout .left-sidebar{width:60px!important}.app-layout>.main-content,.app-layout>.browse-main-content,.app-layout>.export-main-content,.app-layout>.main-area-bottom{flex:1;min-width:0}.app-layout:has(>.left-sidebar){display:flex!important;flex-direction:row!important}.app-layout>.left-sidebar+.browse-main-content{flex:1;min-width:0}.main-area-bottom{flex:1;display:flex;flex-direction:column;overflow:hidden;width:100%;position:relative}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#0c0d12;min-width:0;min-height:0;position:relative;z-index:1}.prechecklist-content{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:0;background:#0c0d12;max-width:100%;display:flex;flex-direction:column;scrollbar-width:thin;scrollbar-color:transparent transparent;transition:scrollbar-color .3s ease;outline:none}.prechecklist-content:focus,.prechecklist-content:focus-visible,.prechecklist-content:focus-within{outline:none!important;box-shadow:none!important;border:none!important}.prechecklist-content.is-scrolling{scrollbar-color:rgba(59,130,246,.5) transparent}.prechecklist-content::-webkit-scrollbar{width:8px}.prechecklist-content::-webkit-scrollbar-track{background:transparent}.prechecklist-content::-webkit-scrollbar-thumb{background:transparent;border-radius:4px;border:3px solid transparent;background-clip:padding-box;-webkit-transition:background .3s ease;transition:background .3s ease}.prechecklist-content.is-scrolling::-webkit-scrollbar-thumb{background:#3b82f680;border:3px solid transparent;background-clip:padding-box}.prechecklist-content::-webkit-scrollbar-thumb:hover{background:#3b82f6b3;border:3px solid transparent;background-clip:padding-box}body.light-mode .prechecklist-content.is-scrolling{scrollbar-color:rgba(59,130,246,.4) transparent}body.light-mode .prechecklist-content.is-scrolling::-webkit-scrollbar-thumb{background:#3b82f666;border:3px solid transparent;background-clip:padding-box}body.light-mode .prechecklist-content::-webkit-scrollbar-thumb:hover{background:#3b82f699;border:3px solid transparent;background-clip:padding-box}.main-content>#action-bar{flex-shrink:0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.sidebar-resizer-container{position:relative;flex-shrink:0;display:flex;background:#2a2f3e;height:100%;overflow:hidden}.bottom-sidebar-container{position:absolute;bottom:0;left:0;right:0;width:100%;display:flex;flex-direction:column;background:#2a2f3e;box-shadow:0 -4px 20px #0000004d;z-index:100;overflow:hidden}.bottom-sidebar-container .checklist-sidebar{height:100%;overflow:hidden;display:flex;flex-direction:column}.checklist-sidebar{background:#2a2f3e;overflow:hidden;width:100%;height:100%;display:flex;flex-direction:column}.sidebar-right{border-left:1px solid rgba(255,255,255,.1)}.sidebar-bottom{border-top:1px solid rgba(255,255,255,.1)}.resize-handle{position:absolute;background:#ffffff1a;z-index:10;transition:background .2s}.resize-handle:hover{background:#4299e1}.resize-handle.vertical{left:0;top:0;bottom:0;width:2px;cursor:col-resize}.resize-handle.vertical:before{content:"";position:absolute;left:-2px;right:-2px;top:0;bottom:0}.resize-handle.horizontal{left:0;right:0;top:0;height:2px;cursor:row-resize}.resize-handle.horizontal:before{content:"";position:absolute;left:0;right:0;top:-2px;bottom:-2px}.layout-standard .app-layout,.layout-hidden .app-layout,.layout-bottom .app-layout{flex-direction:row}.layout-bottom .main-area-bottom{flex:1;min-height:0;display:flex;flex-direction:column}.layout-bottom .main-content{padding-bottom:0}.layout-hidden .main-content{width:100%}.bottom-actions{position:fixed;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:100;transition:left .3s ease,transform .3s ease}:global(body.has-quick-ui:not(.quick-ui-collapsed)) .bottom-actions{left:calc(50% + 130px)}:global(body.has-quick-ui.quick-ui-collapsed) .bottom-actions{left:calc(50% + 30px)}.bottom-actions .action-btn{padding:.5625rem 1.125rem;border-radius:6px;border:1px solid rgba(255,255,255,.2);background:#2a2f3ef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;display:flex;align-items:center;gap:.375rem;transition:all .2s;font-size:.8125rem;box-shadow:0 4px 12px #0000004d}.bottom-actions .action-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0006}.clear-unchecked{background:#f6ad55e6;color:#fff;border-color:#f6ad55}.clear-unchecked:hover{background:#f6ad55}.clear-all{background:#f56565e6;color:#fff;border-color:#f56565}.clear-all:hover{background:#f56565}.prechecklist-wrapper{flex:1;min-height:0;display:flex;flex-direction:column;position:relative;overflow:hidden}.layout-bottom .left-sidebar{height:100%}.layout-bottom .bottom-sidebar-container{border-top:1px solid rgba(255,255,255,.1)}.circular-quick-add{position:fixed;left:297px;top:75px;width:42px;height:42px;border-radius:50%;background:#0c0d12;border:1px solid rgba(255,255,255,.1);color:#6b7280;font-size:16px;cursor:pointer;z-index:100;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 12px #0000004d;outline:none}.circular-quick-add:hover{background:#0c0d12;border-color:#fbbf24;transform:scale(1.05);box-shadow:0 0 15px #fbbf244d}.circular-quick-add.active{background:#0c0d12;border-color:#fbbf24;color:#fbbf24;border-width:2px}.circular-quick-add.active:hover{background:#0c0d12;border-color:#f59e0b;color:#f59e0b;box-shadow:0 0 15px #f59e0b66}.circular-quick-add:active{transform:scale(.95)}.circular-quick-add.collapsed{left:97px}:global(body.quick-ui-collapsed) .circular-quick-add{left:97px!important}.circular-quick-add.cannot-disable{cursor:not-allowed!important;opacity:1!important}.circular-quick-add.cannot-disable:hover{transform:none!important;box-shadow:0 0 15px #fbbf2480!important}.circular-notes{position:fixed;left:355px;top:75px;width:42px;height:42px;border-radius:50%;background:#0c0d12;border:1px solid rgba(255,255,255,.1);color:#6b7280;font-size:16px;cursor:pointer;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 12px #0000004d;outline:none}.circular-notes .fa-sticky-note{font-size:14px;margin-top:-2px}.circular-notes .notes-indicators{display:flex;gap:3px;position:absolute;bottom:8px;align-items:center;justify-content:center}.circular-notes .indicator{width:4px;height:4px;border-radius:50%;background:#374151;transition:all .3s ease}.circular-notes .indicator.active{background:#60a5fa;box-shadow:0 0 4px #60a5fa80}.circular-notes:hover{background:#0c0d12;border-color:#60a5fa;transform:scale(1.05);box-shadow:0 0 15px #60a5fa4d}.circular-notes.mode-prechecklist{border-color:#fbbf24;color:#fbbf24;border-width:2px}.circular-notes.mode-prechecklist .indicator:first-child{background:#fbbf24;box-shadow:0 0 4px #fbbf2480}.circular-notes.mode-checklist{border-color:#60a5fa;color:#60a5fa;border-width:2px}.circular-notes.mode-checklist .indicator:nth-child(2){background:#60a5fa;box-shadow:0 0 4px #60a5fa80}.circular-notes.mode-all{border-color:#e879f9;color:#e879f9;border-width:2px}.circular-notes.mode-all .indicator{background:#e879f9;box-shadow:0 0 4px #e879f980}.circular-notes.active:hover{background:#0c0d12;transform:scale(1.05)}.circular-notes.collapsed{left:155px}:global(body.quick-ui-collapsed) .circular-notes{left:155px!important}.circular-costs{position:fixed;left:413px;top:75px;width:42px;height:42px;border-radius:50%;background:#0c0d12;border:1px solid rgba(255,255,255,.1);color:#6b7280;font-size:14px;font-weight:700;cursor:pointer;z-index:100;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 12px #0000004d;outline:none}.circular-costs .currency-symbol{font-size:16px;font-weight:600;font-family:Jost,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.circular-costs:hover{background:#0c0d12;border-color:#10b981;transform:scale(1.05);box-shadow:0 0 15px #10b9814d}.circular-costs.active{background:#0c0d12;border-color:#10b981;color:#10b981;border-width:2px}.circular-costs.active:hover{background:#0c0d12;border-color:#059669;color:#059669;box-shadow:0 0 15px #05966966}.circular-costs.disabled{opacity:.5;cursor:not-allowed;border-color:#ffffff0d}.circular-costs.disabled:hover{transform:none;box-shadow:0 2px 12px #0000004d;border-color:#ffffff0d}.circular-costs .lock-icon{position:absolute;bottom:-2px;right:-2px;font-size:10px;background:#0c0d12;border-radius:50%;padding:2px}.circular-costs.collapsed{left:213px}:global(body.quick-ui-collapsed) .circular-costs{left:213px!important}.circular-save{position:fixed;left:471px;top:75px;width:42px;height:42px;border-radius:50%;background:#0c0d12;border:1px solid rgba(255,255,255,.1);color:#6b7280;font-size:16px;cursor:pointer;z-index:100;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 12px #0000004d;outline:none}.circular-save:hover:not(:disabled){background:#0c0d12;border-color:#e879f9;color:#e879f9;transform:scale(1.05);box-shadow:0 0 15px #e879f94d}.circular-save:active:not(:disabled){transform:scale(.95)}.circular-save.disabled{opacity:.5;cursor:not-allowed;color:#4b5563}.circular-save.collapsed{left:271px}:global(body.quick-ui-collapsed) .circular-save{left:271px!important}.circular-clear-all{position:fixed;bottom:16px;left:50%;transform:translate(-50%);width:48px;height:48px;border-radius:50%;background:transparent;border:none;color:#fff9;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s,box-shadow .2s,border-color .2s,bottom .3s ease;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #0000004d;padding:0;overflow:visible}.circular-clear-all:hover{background:#f565651a;border-color:#f565654d;color:#f56565e6;box-shadow:0 6px 20px #0006;transform:translate(-50%) scale(1.05)}.layout-bottom .circular-clear-all:hover{transform:scale(1.05)}.circular-clear-all.progress-active{animation:pulseStandard .5s ease}.circular-clear-all.armed{background:#ef444426;border-color:#ef4444;color:#ef4444;animation:armedPulseStandard 1s ease infinite;box-shadow:0 0 20px #ef444466}.circular-clear-all.success{background:#10b98133;border-color:#10b981;color:#10b981;animation:successPulseStandard .8s ease;box-shadow:0 0 20px #10b98166}.layout-bottom .circular-clear-all.progress-active{animation:pulse .5s ease}.layout-bottom .circular-clear-all.armed{animation:armedPulse 1s ease infinite}.layout-bottom .circular-clear-all.success{animation:successPulse .8s ease}.circular-clear-all.success:hover{background:#10b98126;border-color:#10b98166}.circular-clear-all .progress-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px}.circular-clear-all .progress-ring-circle{transition:stroke-dashoffset .3s ease,stroke .3s ease}.circular-clear-all.success .progress-ring-circle{animation:fillComplete .5s ease}.circular-clear-all i{font-size:16px;z-index:2;transition:transform .3s ease}.circular-clear-all.success i{animation:checkmark .5s ease}.layout-bottom .circular-clear-all{left:auto;right:16px;bottom:auto;transform:none;z-index:101}body.compact-view .circular-clear-all,body.density-ultra-compact .circular-clear-all{width:36px;height:36px}body.compact-view .circular-clear-all i,body.density-ultra-compact .circular-clear-all i{font-size:14px}.search-container{padding:32px 1rem .75rem;background:#0c0d12;position:relative;display:flex;align-items:center;justify-content:flex-end;gap:.75rem}.search-wrapper{display:flex;justify-content:flex-end;align-items:center;gap:0;position:relative;flex:1;flex-wrap:nowrap}.search-wrapper:after{content:"⏎";position:absolute;right:45px;top:50%;transform:translateY(-50%);font-size:10px;color:#999;opacity:.4;pointer-events:none;display:none;z-index:1}.search-wrapper:has(.search-input.show-enter-hint):after{display:block}.search-input.show-enter-hint{padding-right:60px!important}.search-input{width:300px;padding:.5rem 1rem;text-align:right;background:#2a2f3e;border:2px solid rgba(255,255,255,.1);border-radius:4px;color:#fff;font-size:.875rem;transition:all .2s;flex-shrink:0}.search-input.filtering{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.search-input::-moz-placeholder{color:#666;opacity:.7}.search-input::-ms-input-placeholder{color:#666;opacity:.7}.search-input::placeholder{color:#666;opacity:.7}.search-input:focus{outline:none;border-color:#4299e1}.search-results-counter{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .5rem;background:#10b9811a;border:1px solid #10b981;border-radius:4px;margin-left:.5rem;white-space:nowrap;flex-shrink:0}.search-wrapper:not(.search-active) .search-results-counter{background:#4a90e21a;border-color:#4a90e2;color:#4a90e2}.search-results-counter span{color:#10b981;font-size:.75rem;font-weight:600}.search-wrapper:not(.search-active) .search-results-counter span{color:#4a90e2}.search-results-counter .clear-search-btn{width:18px;height:18px;padding:0;background:transparent;border:none;border-radius:50%;color:#10b981;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;margin-left:.25rem}.search-wrapper:not(.search-active) .search-results-counter .clear-search-btn{color:#4a90e2}.search-results-counter .clear-search-btn:hover{background:#ff383833;color:#ff3838;transform:scale(1.15)}.search-results-counter .clear-search-btn i{font-size:.625rem}.advanced-search-toggle{width:24px;height:24px;padding:0;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:4px;color:#ffffff80;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;margin:0 .5rem;flex-shrink:0}.advanced-search-toggle i{font-size:.7rem}.advanced-search-toggle:hover{background:#ffffff1a;color:#fffc}.advanced-search-toggle.active{background:#10b98133;color:#10b981}.advanced-search-dropdown{position:absolute;top:100%;left:auto;right:0;width:400px;background:#2a2f3e;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1.5rem;margin-top:.5rem;z-index:10002;box-shadow:0 4px 20px #0000004d}.search-sections{display:flex;gap:4rem;margin-bottom:1rem}.search-section{flex:1}.section-title{font-size:.875rem;font-weight:600;color:#fff;margin:0 0 1rem;letter-spacing:.5px}.checkbox-group{display:flex;flex-direction:column;gap:.75rem}.checkbox-label{display:flex;align-items:center;cursor:pointer;position:relative;padding-left:2rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkbox-label input[type=checkbox]{position:absolute!important;opacity:0!important;cursor:pointer;height:0!important;width:0!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;display:block!important;pointer-events:all!important}.checkbox-custom{position:absolute;left:0;width:20px;height:20px;background:#0c0d12;border:2px solid #4a5568;border-radius:4px;transition:all .2s}.checkbox-label input[type=checkbox]:checked~.checkbox-custom{background:#4299e1;border-color:#4299e1}.checkbox-label input[type=checkbox]:checked~.checkbox-custom:after{content:"";position:absolute;display:block;left:6px;top:2px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox-text{color:#e2e8f0;font-size:.875rem;margin-left:.5rem}.checkbox-label:hover .checkbox-custom{border-color:#718096}.advanced-search-dropdown .checkbox-label input[type=checkbox]{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;opacity:0!important;width:0!important;height:0!important;position:absolute!important;visibility:hidden!important}.advanced-search-dropdown .reset-button{position:absolute;bottom:1.5rem;right:1.5rem;padding:.5rem 1rem;background:#3a4150;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#e2e8f0;font-size:.875rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s}.advanced-search-dropdown .reset-button:hover{background:#4a5568;border-color:#fff3}.advanced-search-dropdown .reset-button i{font-size:.75rem}.browse-main-content{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#0c0d12;position:relative}.browse-fullscreen{position:fixed;top:60px;left:0;right:0;bottom:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#00000080}.browse-fullscreen :deep(.modal-overlay){position:static!important;background:transparent!important;width:95%!important;height:95%!important;display:flex;align-items:center;justify-content:center}.browse-fullscreen :deep(.modal-container){position:static!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;margin:0!important;border-radius:12px!important}.browse-main-content :deep(.pro-lists-full-page){width:100%!important;height:100%!important;display:flex!important;flex-direction:column!important}.export-main-content{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#0c0d12;height:100%}.export-content{flex:1;display:flex;overflow:hidden;height:100%}.export-checklist-container{position:relative;background:#2a2f3e;flex-shrink:0;display:flex;border-right:1px solid rgba(255,255,255,.1)}.checklist-sidebar-content{flex:1;overflow-y:auto;min-width:0}.export-checklist-container .resize-handle{position:absolute;right:-2px;top:0;bottom:0;width:4px;cursor:col-resize;background:#fff3;transition:background .2s;z-index:10}.export-checklist-container .resize-handle:hover{background:#4299e14d}.export-checklist-container .resize-handle:before{content:"";position:absolute;left:-2px;right:-2px;top:0;bottom:0}.export-options-section{flex:2;display:flex;flex-direction:column;background:#0c0d12;overflow:hidden;min-width:600px}.export-header{padding:1rem 1.5rem;background:#2a2f3e;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.export-header h2{color:#fff;font-size:1.25rem;font-weight:500;margin:0}.export-stats{display:flex;gap:1.5rem;align-items:center}.export-stats .stat{color:#ccc;font-size:.875rem;display:flex;align-items:center;gap:.5rem}.export-stats .stat:before{content:"•";color:#4299e1;font-weight:700}.export-options{flex:1;background:#0c0d12;overflow:auto;display:flex;flex-direction:column;height:100%;width:100%}.export-history-panel{width:280px;background:#2a2f3e;border-left:1px solid rgba(255,255,255,.1);padding:1.5rem;overflow-y:auto;flex-shrink:0}.export-history-panel h3{color:#fff;font-size:1rem;font-weight:500;margin:0 0 1rem}.history-list{display:flex;flex-direction:column;gap:.75rem}.history-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#0c0d12;border-radius:6px;transition:all .2s}.history-item:hover{background:#3a4150}.history-icon{width:36px;height:36px;background:#4299e133;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#4299e1;flex-shrink:0}.history-details{flex:1;min-width:0}.history-name{color:#e2e8f0;font-size:.875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-date{color:#718096;font-size:.75rem;margin-top:.125rem}.history-export-btn{width:32px;height:32px;border-radius:6px;border:1px solid rgba(255,255,255,.1);background:transparent;color:#718096;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.history-export-btn:hover{background:#4299e133;color:#4299e1;border-color:#4299e14d}.light-mode .export-main-content{background:#f8faff}.light-mode .export-options-section{background:#fff}.light-mode .export-header{background:#f7fafc;border-bottom:1px solid #e2e8f0}.light-mode .export-header h2{color:#1a202c}.light-mode .export-stats .stat{color:#4a5568}.light-mode .export-checklist-container{background:#f7fafc;border-right:1px solid #e2e8f0}.light-mode .export-checklist-container .resize-handle{background:transparent}.light-mode .export-checklist-container .resize-handle:hover{background:#4299e133}.light-mode .export-options{background:#fff}.light-mode .export-history-panel{background:#f7fafc;border-left:1px solid #e2e8f0}.light-mode .export-history-panel h3{color:#1a202c}.light-mode .history-item{background:#fff}.light-mode .history-item:hover{background:#e6f2ff}.light-mode .history-icon{background:#4299e11a}.light-mode .history-name{color:#2d3748}.light-mode .history-date{color:#718096}.light-mode .history-export-btn{border-color:#e2e8f0;color:#718096}.light-mode .history-export-btn:hover{background:#4299e11a;color:#4299e1;border-color:#4299e14d}.export-main-content-bottom{flex:1;display:flex;position:relative;overflow:hidden;height:100%}.export-bottom-layout{width:100%;height:100%;display:flex;flex-direction:column;position:relative}.export-checklist-top{flex:1;display:flex;flex-direction:column;background:#2a2f3e;overflow:hidden;min-height:0}.export-checklist-top .export-header{padding:1rem 1.5rem;background:#0c0d12;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:1.5rem;flex-shrink:0}.export-checklist-top .checklist-content-wrapper{flex:1;overflow:hidden;display:flex;min-height:0}.export-options-bottom{position:absolute;bottom:0;left:0;right:0;background:#0c0d12;border-top:1px solid rgba(255,255,255,.1);box-shadow:0 -4px 20px #0000004d;z-index:100;display:flex;flex-direction:column}.export-options-bottom .resize-handle{position:absolute;top:-4px;left:0;right:0;height:8px;cursor:row-resize;background:transparent;z-index:101}.export-options-bottom .resize-handle:hover{background:#4299e14d}.export-options-bottom .resize-handle:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:4px;background:#fff3;border-radius:2px}.export-options-wrapper{flex:1;overflow-y:auto;padding:1rem}.copy-checklist-btn{padding:.5rem 1rem;background:#4299e1;color:#fff;border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;transition:all .2s;white-space:nowrap}.copy-checklist-btn:hover{background:#3182ce;transform:translateY(-1px);box-shadow:0 2px 8px #4299e14d}.copy-checklist-btn:active{transform:translateY(0)}.edit-main-content{flex:1;display:flex;overflow:hidden;background:#0c0d12;height:100%}.edit-inspector-sidebar{background:#2a2f3e;flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.1);position:relative}.edit-inspector-header{padding:1rem;background:#0c0d12;border-bottom:1px solid rgba(255,255,255,.1)}.edit-inspector-header h3{margin:0 0 .25rem;font-size:1.1rem;color:#fff}.inspector-subtitle{font-size:.875rem;color:#fff9;margin-bottom:.5rem}.inspector-tabs{display:flex;gap:.5rem}.inspector-tab{padding:.5rem 1rem;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:4px;color:#aaa;cursor:pointer;transition:all .2s;font-size:.875rem}.inspector-tab:hover{background:#ffffff0d;color:#fff}.inspector-tab.active{background:#4299e1;border-color:#4299e1;color:#fff}.edit-inspector-content{flex:1;overflow-y:auto;padding:1rem}.inspector-section{display:flex;flex-direction:column;gap:1.5rem}.inspector-group{display:flex;flex-direction:column;gap:.5rem}.inspector-group h4{margin:0;font-size:.875rem;color:#aaa;text-transform:uppercase;letter-spacing:.05em}.quick-ui-items{display:flex;flex-direction:column;gap:.25rem}.quick-ui-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#ffffff0d;border-radius:4px;cursor:pointer;transition:all .2s}.quick-ui-item:hover{background:#ffffff1a}.quick-ui-item.active{background:#4299e1;color:#fff}.quick-ui-item i{font-size:1rem;opacity:.8}.edit-sidebar-resize{position:absolute;right:-3px;top:0;width:6px;height:100%;cursor:col-resize;background:transparent;transition:background .2s}.edit-sidebar-resize:hover{background:#4299e180}.edit-table-container{flex:1;display:flex;flex-direction:column;overflow:hidden}.edit-toolbar{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#2a2f3e;border-bottom:1px solid rgba(255,255,255,.1);gap:1rem}.edit-toolbar-left,.edit-toolbar-right{display:flex;align-items:center;gap:.5rem}.edit-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#3a4150;border:1px solid rgba(255,255,255,.1);border-radius:4px;color:#e2e8f0;cursor:pointer;transition:all .2s;font-size:.875rem}.edit-btn:hover:not(:disabled){background:#4a5568;transform:translateY(-1px)}.edit-btn:disabled{opacity:.5;cursor:not-allowed}.edit-btn i{font-size:.875rem}.toolbar-separator{width:1px;height:24px;background:#fff3;margin:0 .5rem}.edit-status{font-size:.875rem;color:#aaa}.unsaved-indicator{color:#f59e0b;margin-left:.5rem}.live-indicator{display:flex;align-items:center;gap:.5rem;color:#10b981;font-size:.875rem}.live-indicator i{animation:spin 2s linear infinite}.formula-bar{display:flex;align-items:center;padding:.5rem 1rem;background:#3a4150;border-bottom:1px solid rgba(255,255,255,.1);gap:1rem}.cell-reference{font-family:monospace;font-size:.875rem;color:#aaa;min-width:60px}.formula-input{flex:1;padding:.25rem .5rem;background:#2a2f3e;border:1px solid rgba(255,255,255,.1);border-radius:4px;color:#fff;font-family:monospace;font-size:.875rem}.formula-input:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}.edit-table-wrapper{flex:1;overflow:auto;background:#0c0d12}.edit-empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff6;gap:1rem}.edit-empty-state i{font-size:4rem;opacity:.3}.edit-empty-state h3{font-size:1.5rem;font-weight:500;color:#fff9;margin:0}.edit-empty-state p{font-size:.875rem;color:#ffffff80;margin:0}body.density-expanded .category-header{padding:12px 20px!important;margin:8px 0!important}body.density-expanded .checklist-item{padding:10px 20px!important;margin-bottom:4px!important}body.density-expanded .subcategory-header{padding:10px 20px!important;margin:6px 0!important}body.density-expanded .item-content{gap:12px!important}body.density-expanded .item-name{font-size:.9375rem!important}body.density-expanded .item-cost{font-size:.875rem!important}body.density-compact .category-header,body.compact-view-enabled .category-header{padding:8px 15px!important;margin:5px 0!important}body.density-compact .checklist-item,body.compact-view-enabled .checklist-item{padding:6px 15px!important;margin-bottom:2px!important}body.density-compact .subcategory-header:not(.checklist-sidebar .subcategory-header),body.compact-view-enabled .subcategory-header:not(.checklist-sidebar .subcategory-header){padding:6px 15px!important;margin:3px 0!important}body.density-compact .item-content,body.compact-view-enabled .item-content{gap:8px!important}body.density-compact .item-name,body.compact-view-enabled .item-name{font-size:.875rem!important}body.density-compact .item-cost,body.compact-view-enabled .item-cost{font-size:.8125rem!important}body.density-compact .quick-add-row,body.compact-view-enabled .quick-add-row{padding:6px 15px!important;margin-bottom:3px!important}body.density-compact .quick-add-form,body.compact-view-enabled .quick-add-form{gap:6px!important}body.density-compact .quick-add-form input,body.compact-view-enabled .quick-add-form input{padding:4px 8px!important;font-size:.8125rem!important}body.density-compact .quick-add-form button,body.compact-view-enabled .quick-add-form button{padding:4px 12px!important;font-size:.8125rem!important}body.density-ultra-compact .category-header{padding:4px 10px!important;margin:0!important;border-radius:0!important}body.density-ultra-compact .checklist-item{padding:2px 10px!important;margin:0!important;border-bottom:1px solid rgba(255,255,255,.05)!important;border-radius:0!important}body.density-ultra-compact .subcategory-header:not(.checklist-sidebar .subcategory-header){padding:2px 10px!important;margin:0!important;border-radius:0!important}body.density-ultra-compact .item-content{gap:4px!important}body.density-ultra-compact .item-name{font-size:.8125rem!important;line-height:1.2!important}body.density-ultra-compact .item-cost{font-size:.75rem!important}body.density-ultra-compact .quick-add-row{padding:2px 10px!important;margin:0!important}body.density-ultra-compact .quick-add-form{gap:2px!important}body.density-ultra-compact .quick-add-form input{padding:2px 4px!important;font-size:.75rem!important;height:20px!important}body.density-ultra-compact .quick-add-form button{padding:2px 6px!important;font-size:.75rem!important;height:20px!important}body.density-ultra-compact .checklist-categories{gap:0!important}body.density-ultra-compact .checklist-category{margin-bottom:0!important}body.density-ultra-compact .subcategory-items:not(.checklist-sidebar .subcategory-items){margin:0!important;padding:0!important}body.density-ultra-compact .checklist-sidebar .subcategory-items{padding-left:30px!important}body.density-ultra-compact input[type=checkbox]{width:12px!important;height:12px!important;margin-right:4px!important}body.density-ultra-compact .item-actions button,body.density-ultra-compact .action-btn,body.density-ultra-compact .edit-btn,body.density-ultra-compact .note-btn,body.density-ultra-compact .tag-btn,body.density-ultra-compact .attachment-btn,body.density-ultra-compact .duplicate-btn,body.density-ultra-compact .delete-btn,body.density-ultra-compact .overflow-btn{width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;max-width:20px!important;max-height:20px!important;padding:0!important;font-size:.65rem!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 20px!important;margin:0 1px!important;vertical-align:middle!important}body.density-ultra-compact .checklist-item,body.density-ultra-compact .item-content,body.density-ultra-compact .item-actions,body.density-ultra-compact .secondary-actions{overflow:visible!important}body.density-ultra-compact .category-checkbox{margin-right:4px!important}body.density-ultra-compact .overflow-menu-container{position:relative!important;overflow:visible!important;z-index:500!important}body.density-ultra-compact .overflow-menu{position:absolute!important;right:0!important;top:100%!important;min-width:160px!important;width:auto!important;padding:8px!important;overflow:visible!important;z-index:501!important;margin:0!important;box-sizing:border-box!important}body.density-ultra-compact .overflow-menu button{display:block!important;width:calc(100% + -0px)!important;padding:8px 16px!important;margin:2px 0!important;font-size:.85rem!important;border-radius:4px!important;text-align:center!important;background:transparent!important;border:none!important;box-sizing:border-box!important;white-space:nowrap!important}body.density-ultra-compact .overflow-menu button i{display:none!important}body.density-ultra-compact .overflow-menu button:first-child{border-top-left-radius:0!important;border-top-right-radius:0!important}body.density-ultra-compact .overflow-menu button:last-child{border-bottom-left-radius:8px!important;border-bottom-right-radius:8px!important}body.density-ultra-compact .overflow-menu button i{font-size:.75rem!important;width:14px!important;text-align:center!important}body.density-ultra-compact .attachment-menu{min-width:180px!important;max-width:250px!important}body.density-ultra-compact .attachment-menu .attachment-item{display:flex!important;align-items:center!important;padding:6px 10px!important;min-height:28px!important;gap:8px!important}body.density-ultra-compact .attachment-menu .attachment-name{font-size:.8rem!important;word-break:break-word!important;flex:1!important}body.density-ultra-compact .overflow-menu button.danger{padding:8px 12px!important}body.density-ultra-compact .category-total,body.density-ultra-compact .subcategory-total{font-size:.75rem!important;margin-left:4px!important}body.density-ultra-compact .progress-container{margin-top:1px!important;height:2px!important}body.density-ultra-compact .progress-bar{height:2px!important}body.density-ultra-compact .item-indicators{gap:2px!important}body.density-ultra-compact .indicator{font-size:6px!important}body.density-ultra-compact .item-notes-container{margin:0!important;padding:0!important}body.compact-view-enabled .checklist-sidebar .category-group{margin:0!important}body.compact-view-enabled .checklist-sidebar .category-header{padding:0 0 6px!important;margin:0!important;margin-top:1rem!important;margin-left:16px!important}body.compact-view-enabled .checklist-sidebar .category-group:first-child .category-header{margin-top:0!important}body.compact-view-enabled .checklist-sidebar .selected-item{margin-bottom:0!important;padding:4px 0!important}body.compact-view-enabled .checklist-sidebar .subcategory-header,body.density-compact .checklist-sidebar .subcategory-header{padding:3px 0 3px 6px!important}body.density-ultra-compact .checklist-sidebar .subcategory-header{padding:2px 0 2px 6px!important}body.compact-view-enabled .checklist-sidebar .subcategory-items,body.density-compact .checklist-sidebar .subcategory-items{padding-left:30px!important}body.compact-view-enabled .progress-container{margin-top:4px!important}body.compact-view-enabled .progress-bar{height:3px!important}body.compact-view-enabled .category-total,body.compact-view-enabled .subcategory-total{font-size:.8125rem!important}body.compact-view-enabled input[type=checkbox]{width:14px!important;height:14px!important}body.compact-view-enabled .item-actions button{padding:2px 6px!important;font-size:.75rem!important}.light-mode{background:#f8f9fa;color:#1a1a1a}.light-mode h2,.light-mode h3,.light-mode h4,.light-mode h5,.light-mode h6{color:#0c0d12}.light-mode p,.light-mode li{color:#2d3748}.light-mode .category-name{color:#0c0d12}.light-mode .item-name{color:#1a1a1a}.light-mode .subtle-text,.light-mode .item-cost,.light-mode .progress-text{color:#64748b}.light-mode .app-header{background:#fafbfc;color:#0c0d12;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d}.light-mode .app-header h1{color:#1a202c}.light-mode .pro-badge{background:linear-gradient(135deg,#ffb84d,#ffa726);color:#0c0d12}.light-mode .app-header .nav-tab{color:#0c0d12!important;border-color:transparent}.light-mode .app-header .nav-tab:hover{color:#0c0d12!important;background:#0000000d;border-bottom-color:#e0e0e0}.light-mode .app-header .nav-tab.active{color:#0c0d12!important;border-bottom-color:#0c0d12;background:#4299e11a;border:1px solid rgba(66,153,225,.3)}.light-mode .coffee-btn,.light-mode .nav-tab.coffee-btn{background:linear-gradient(135deg,#ffb84d,#ffa726)!important;color:#0c0d12!important;border:1px solid rgba(255,184,77,.3)!important}.light-mode .coffee-btn:hover,.light-mode .nav-tab.coffee-btn:hover{background:linear-gradient(135deg,#ffa726,#ff9800)!important;border-color:#ffb84d80!important}.light-mode .feedback-btn,.light-mode .nav-tab.feedback-btn{background:#4299e11a!important;color:#2563eb!important;border:1px solid rgba(66,153,225,.3)!important}.light-mode .feedback-btn:hover,.light-mode .nav-tab.feedback-btn:hover{background:#4299e133!important;color:#1d4ed8!important}.light-mode .dropdown-trigger{color:#0c0d12!important;background:transparent!important}.light-mode .dropdown-trigger:hover{background:#0000000d!important;color:#0c0d12!important}.light-mode .dropdown-trigger.active{background:#4299e11a!important;color:#2563eb!important}.light-mode .dropdown-trigger.active:hover{background:#4299e133!important;color:#1d4ed8!important}.light-mode .dropdown-content{background:#fff!important;border:1px solid #e5e7eb!important;box-shadow:0 4px 6px #0000001a!important;color:#0c0d12!important}.light-mode .dropdown-content button{color:#0c0d12!important;background:transparent!important}.light-mode .dropdown-content button:hover{background:#0000000d!important;color:#0c0d12!important}.light-mode .dropdown-content .menu-active{background:#4299e11a!important;color:#2563eb!important}.light-mode .dropdown-divider{background:#e5e7eb!important}.light-mode #action-bar{background:transparent!important;color:#0c0d12!important}.light-mode .dropdown-row{color:#0c0d12!important}.light-mode .search-container{background:#fff!important;border:1px solid #e5e7eb!important;color:#0c0d12!important}.light-mode .search-container input{color:#0c0d12!important;background:transparent!important}.light-mode .search-container .search-icon{color:#64748b!important}.light-mode .dropdown-trigger span,.light-mode .dropdown-trigger i,.light-mode #action-bar span,.light-mode #action-bar i{color:inherit!important;opacity:1!important}.light-mode .dropdown-trigger i{opacity:.7!important}.light-mode .dropdown-trigger:hover i{opacity:1!important}.light-mode .view-toggle,.light-mode .theme-toggle,.light-mode .density-toggle{color:#64748b;border-color:#e5e7eb;background:#fff}.light-mode .view-toggle:hover,.light-mode .theme-toggle:hover,.light-mode .density-toggle:hover{color:#1a202c;background:#f1f5f9;border-color:#cbd5e0}.light-mode .density-toggle.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.light-mode .density-toggle.active:hover{background:#2563eb;border-color:#2563eb;color:#fff}.light-mode .left-sidebar{background:#f3f4f6;border-right:1px solid #e5e7eb}.light-mode .main-content{background:#f8f9fa;padding:2rem}.light-mode .checklist-sidebar{background:#f3f4f6;border-left:1px solid #e5e7eb;color:#0c0d12}.light-mode .sidebar-resizer-container{background:#e2e8f0}.light-mode .resize-handle{background:#cbd5e0}.light-mode .resize-handle:hover{background:#4a5568}.light-mode button{color:#0c0d12;border:1px solid #e0e0e0;background:#fafbfc}.light-mode button:hover{color:#0c0d12;background:#f3f4f6;border-color:#ccc}.light-mode button.primary-action{background:#0c0d12;color:#fff;border-color:#0c0d12}.light-mode button.primary-action:hover{background:#1a1a1a;border-color:#1a1a1a}.light-mode .view-toggle,.light-mode .theme-toggle,.light-mode .density-toggle{background:#fafbfc;border:1px solid #e0e0e0;color:#666}.light-mode .view-toggle:hover,.light-mode .theme-toggle:hover,.light-mode .density-toggle:hover{background:#f3f4f6;border-color:#ccc;color:#0c0d12}.light-mode input[type=text],.light-mode input[type=search],.light-mode input[type=password],.light-mode textarea,.light-mode select{background:#fafbfc;border:1px solid #e0e0e0;color:#1a1a1a}.light-mode input[type=text]:focus,.light-mode input[type=search]:focus,.light-mode input[type=password]:focus,.light-mode textarea:focus,.light-mode select:focus{border-color:#666;box-shadow:none;outline:none}.light-mode input::-moz-placeholder,.light-mode textarea::-moz-placeholder{color:#999}.light-mode input::-ms-input-placeholder,.light-mode textarea::-ms-input-placeholder{color:#999}.light-mode input::placeholder,.light-mode textarea::placeholder{color:#999}.light-mode input[type=checkbox]{border-color:#ccc;background:#fff}.light-mode input[type=checkbox]:checked{background:#0c0d12;border-color:#0c0d12}.light-mode input[type=checkbox]:hover{border-color:#666}.light-mode .advanced-search-toggle{background:#fff;border-color:#e2e8f0;color:#2d3748}.light-mode .advanced-search-toggle:hover{background:#f7fafc}.light-mode .advanced-search-toggle.active{background:#4299e1;color:#fff;border-color:#4299e1}.light-mode .advanced-search-dropdown{background:#f7fafc;border-color:#e2e8f0}.light-mode .section-title{color:#2d3748}.light-mode .checkbox-custom{background:#fff;border-color:#cbd5e0}.light-mode .checkbox-text{color:#4a5568}.light-mode .advanced-search-dropdown .reset-button{background:#fff;border-color:#e2e8f0;color:#4a5568}.light-mode .advanced-search-dropdown .reset-button:hover{background:#f7fafc;border-color:#cbd5e0}.light-mode .category-container,.light-mode .checklist-item,.light-mode .selected-item{background:#fff!important}.light-mode .category-header{background:#f5f5f5!important;color:#0c0d12!important}.light-mode .category-name,.light-mode .item-name,.light-mode .item-price,.light-mode .item-cost{color:#0c0d12!important}.light-mode .progress-bar{background:#e0e0e0!important}.light-mode .progress-fill{background:#0c0d12!important}.light-mode #main-content,.light-mode .main-content,.light-mode .app-layout,.light-mode .categories-container,.light-mode .categories-wrapper,.light-mode .prechecklist-container,.light-mode .items-container,.light-mode .category-content,.light-mode [style*="background: #0c0d12"],.light-mode [style*="background:#0c0d12"]{background:#fff!important}.light-mode .inspector,.light-mode #inspector,.light-mode .quick-ui-sidebar{background:#fafafa!important;border-right:1px solid #e0e0e0!important;color:#1a1a1a!important}.light-mode .quick-ui-sidebar h3,.light-mode .inspector h3{color:#0c0d12!important}.light-mode .prolist-item,.light-mode .sheet-item{background:#fff!important;border:1px solid #e0e0e0!important;color:#1a1a1a!important}.light-mode .prolist-item:hover,.light-mode .sheet-item:hover{background:#f5f5f5!important}.light-mode *{color:inherit}.light-mode .subtle-text,.light-mode .muted-text{color:#0c0d12!important}.light-mode [style*="background: #2a3142"],.light-mode [style*="background: #232836"],.light-mode [style*="background: #1a1f2e"],.light-mode [style*="background: #364153"],.light-mode [style*="background-color: #2a3142"],.light-mode [style*="background-color: #232836"],.light-mode [style*="background-color: #1a1f2e"],.light-mode [style*="background-color: #364153"]{background:#fff!important;background-color:#fff!important}.light-mode [style*="color: white"],.light-mode [style*="color: #fff"],.light-mode [style*="color: #ffffff"],.light-mode [style*="color: rgba(255, 255, 255"]{color:#1a1a1a!important}.light-mode .unfiled-item,.light-mode .folder-item{background:#fff!important;border:1px solid #e0e0e0!important;color:#1a1a1a!important}.light-mode .unfiled-item:hover,.light-mode .folder-item:hover{background:#f5f5f5!important}.light-mode .modal,.light-mode .modal-content,.light-mode .dropdown,.light-mode .dropdown-content{background:#fff!important;color:#1a1a1a!important;border-color:#e0e0e0!important}.light-mode .view-dropdown-toggle{background:transparent;border:1px solid #e0e0e0;color:#666}.light-mode .view-dropdown-toggle:hover{background:#fafafa;border-color:#ccc;color:#0c0d12}.light-mode .view-dropdown-toggle.active{background:#f0f0f0;border-color:#3b82f6}.light-mode .view-dropdown-menu{background:#fff;border:1px solid #e0e0e0;box-shadow:0 4px 12px #0000001a}.light-mode .dropdown-section h4{color:#999}.light-mode .dropdown-option{color:#333}.light-mode .dropdown-option:hover{color:#0c0d12;background:#f5f5f5}.light-mode .view-mode-option{color:#333}.light-mode .view-mode-option:hover{background:#f5f5f5}.light-mode .dropdown-divider{background:#e0e0e0}.light-mode .view-toggle{background:transparent;border:1px solid #e0e0e0;color:#666}.light-mode .view-toggle:hover{background:#fafafa;border-color:#ccc;color:#0c0d12}.light-mode .view-toggle.active{background:#f0f0f0;border-color:#3b82f6}.light-mode .ai-jobs-indicator-desktop{border-color:#a855f766;background:#a855f71a}.light-mode .ai-jobs-indicator-desktop:hover{background:#a855f733;border-color:#a855f799}.light-mode .ai-jobs-indicator-desktop.has-results{border-color:#10b98166;background:#10b9811a}.light-mode .ai-jobs-indicator-desktop.has-results:hover{background:#10b98133;border-color:#10b98199}.light-mode .ai-jobs-indicator-desktop .checkmark-icon{color:#10b981}.light-mode .ai-jobs-indicator{background:#a855f71a;border-color:#a855f740}.light-mode .ai-jobs-indicator.has-results{background:#34d3991a;border-color:#34d39940}body[data-mobile-ui=true],body[data-mobile-ui=true] html{margin:0!important;padding:0!important;width:100vw!important;height:100vh!important;overflow:hidden!important}.mobile-app-container{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;height:100dvh;display:flex;flex-direction:column;background:#0c0d12;z-index:1000;overflow:hidden;margin:0;padding:0}.mobile-app-container.tablet-mode.landscape{flex-direction:row}.mobile-app-container.initial-load{opacity:0;animation:mobileInitialFadeIn .4s ease-out 50ms forwards}.mobile-tab-content{flex:1;position:relative;overflow:hidden;background:#0c0d12;min-height:0}.mobile-tab-slide{transition:transform .25s cubic-bezier(.4,0,.2,1),opacity .2s ease;will-change:transform,opacity}.mobile-tab-slide.slide-in{transform:translate(0);opacity:1;pointer-events:auto;z-index:10}.mobile-tab-slide.slide-out-left{transform:translate(-100%);opacity:0;pointer-events:none;z-index:1}.mobile-tab-slide.slide-out-right{transform:translate(100%);opacity:0;pointer-events:none;z-index:1}.mobile-app-container.initial-load .mobile-tab-slide{transition:none}.mobile-browse-content,.mobile-prechecklist-content,.mobile-checkout-content{position:absolute;top:0;left:0;right:0;bottom:0;overflow-y:auto;overflow-x:visible;-webkit-overflow-scrolling:touch;background:#0c0d12;z-index:1;padding-top:0;padding-bottom:0}body[data-mobile-ui=true] .app-content{display:none!important}body[data-mobile-ui=true] .mobile-tab-content>*{min-height:100px!important;background:#0c0d12!important}.mobile-browse-content,.mobile-prechecklist-content,.mobile-checkout-content{background:#0c0d12!important;height:100%!important}.mobile-checkout-content[style*="display: block"],.mobile-checkout-content:not([style*="display: none"]){display:flex;flex-direction:column}.mobile-checkout-content .mobile-checkout-view{flex:1;overflow-y:auto;width:100%}.mobile-checklist-view{width:100%!important;height:100%!important;min-height:100%!important;display:flex!important;flex-direction:column!important;opacity:1!important;visibility:visible!important}.mobile-selected-items{width:100%!important;display:block!important;opacity:1!important;visibility:visible!important}body[data-mobile-ui=true] .mobile-app-container{display:flex!important;flex-direction:column!important}.mobile-page{width:100%;height:100%;flex-direction:column;overflow:hidden}.mobile-hidden-sidebar,.mobile-hidden-sidebar *,.mobile-hidden-sidebar:before,.mobile-hidden-sidebar:after{display:none!important;visibility:hidden!important;position:absolute!important;left:-9999px!important;top:-9999px!important;width:0!important;height:0!important;max-width:0!important;max-height:0!important;overflow:hidden!important;pointer-events:none!important;opacity:0!important;z-index:-1!important}.mobile-circular-buttons{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;gap:12px;background:#0c0d12;border-bottom:1px solid rgba(99,179,237,.1);flex-shrink:0}.circular-buttons-left{display:flex;gap:12px;align-items:center}.circular-buttons-right{display:flex;gap:8px;align-items:center;margin-left:auto}.ai-jobs-indicator-inline{width:44px;height:44px;min-width:44px;min-height:44px;border-radius:50%;border:1px solid rgba(168,85,247,.4);background:#a855f726;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;flex-shrink:0}.ai-jobs-indicator-inline:active{transform:scale(.95)}.ai-jobs-indicator-inline.has-results{border-color:#34d39966;background:#34d39926}.ai-jobs-indicator-inline .ai-shape-morph{width:18px;height:18px}.ai-jobs-indicator-inline .checkmark-icon{color:#34d399;font-size:16px}.mobile-circular-btn{width:44px;height:44px;min-width:44px;min-height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.15);background:#0000004d;color:#ffffffb3;display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;transition:all .15s ease;position:relative;flex-shrink:0}.mobile-circular-btn:active{transform:scale(.95);background:#ffffff1a}.mobile-circular-btn:disabled{opacity:.4;cursor:not-allowed}.mobile-circular-btn.active{border-color:#3b82f6;background:#3b82f626;color:#60a5fa}.mobile-circular-btn.quick-add-btn.active{border-color:#fbbf24;background:#fbbf2426;color:#fbbf24}.mobile-circular-btn.notes-btn.active{border-color:#a855f7;background:#a855f726;color:#a855f7}.mobile-circular-btn.costs-btn.active{border-color:#10b981;background:#10b98126;color:#10b981}.mobile-circular-btn.save-btn:not(:disabled):active{border-color:#3b82f6;background:#3b82f633}.mobile-circular-btn .currency-symbol{font-size:18px;font-weight:600}.mobile-circular-btn .lock-icon{position:absolute;bottom:4px;right:4px;font-size:10px;color:#ffffff80}.notes-indicators{position:absolute;bottom:6px;left:50%;transform:translate(-50%);display:flex;gap:3px}.notes-indicators .indicator{width:4px;height:4px;border-radius:50%;background:#fff3;transition:background .2s ease}.notes-indicators .indicator.active{background:#a855f7}.mobile-prechecklist-wrapper{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;background:#0c0d12;position:relative}.mobile-prechecklist-inner{min-height:100%;padding:0;display:flex;flex-direction:column}.ai-jobs-indicator{position:fixed;top:76px;right:12px;display:flex;align-items:center;gap:5px;padding:6px 10px;background:#a855f726;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(168,85,247,.3);border-radius:16px;z-index:10001;box-shadow:0 4px 12px #a855f733;cursor:pointer;transition:all .2s ease}.ai-jobs-indicator:hover{background:#a855f740;transform:scale(1.05)}.ai-jobs-indicator:active{transform:scale(.98)}.ai-jobs-indicator.has-results{background:#34d39926;border-color:#34d3994d;box-shadow:0 4px 12px #34d39933}.ai-jobs-indicator .checkmark-icon{width:14px;height:14px;display:flex;align-items:center;justify-content:center;color:#34d399;font-size:11px}.ai-jobs-indicator .job-count{background:#a855f74d;color:#a855f7;font-size:9px;font-weight:600;padding:1px 5px;border-radius:8px;min-width:14px;text-align:center}.ai-jobs-indicator.has-results .job-count{background:#34d3994d;color:#34d399}.ai-shape-morph{width:11px;height:11px;position:relative}.ai-shape-morph .shape{width:100%;height:100%;background:#a855f7;animation:shapeMorph 3s ease-in-out infinite}.ai-loading-dots{color:#a855f7;font-size:16px;font-weight:700;letter-spacing:1px}.ai-loading-dots .dot{opacity:0;animation:dotFade 1.5s ease-in-out infinite}.ai-loading-dots .dot-1{animation-delay:0s}.ai-loading-dots .dot-2{animation-delay:.3s}.ai-loading-dots .dot-3{animation-delay:.6s}.precheck-floating-search-bar{position:fixed;left:0;right:0;bottom:calc(50px + env(safe-area-inset-bottom) + var(--keyboard-height, 0px));display:flex;flex-direction:column;gap:6px;padding:8px 12px;z-index:1500;transition:bottom .15s ease-out}.search-item-count-precheck{display:flex;align-items:center;justify-content:center;padding:4px 12px;background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;font-size:12px;color:#ffffffb3;align-self:center;white-space:nowrap}.search-input-wrapper-precheck{position:relative;display:flex;align-items:center}.search-input-float-precheck{width:100%;height:44px;padding:0 130px 0 16px;background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:22px;color:var(--text-primary, #fff);font-size:16px;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;touch-action:manipulation}.search-input-float-precheck::-moz-placeholder{color:#fff6}.search-input-float-precheck::-ms-input-placeholder{color:#fff6}.search-input-float-precheck::placeholder{color:#fff6}.search-input-float-precheck:focus{border-color:#3b82f680;background:#000000b3}.search-buttons-precheck{position:absolute;right:4px;display:flex;align-items:center;gap:4px}.filter-btn-precheck,.clear-btn-precheck,.close-search-btn-precheck{width:32px;height:32px;border-radius:50%;background:transparent;border:none;color:#fff6;display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;transition:all .15s ease;touch-action:manipulation;flex-shrink:0}.filter-btn-precheck:active,.clear-btn-precheck:active,.close-search-btn-precheck:active{transform:scale(.95)}.filter-btn-precheck.active{color:#3b82f6;background:#3b82f626}.clear-btn-precheck{color:#ef4444}.close-search-btn-precheck{color:#ffffff80;font-size:16px}.precheck-floating-search-bar .advanced-search-dropdown{position:absolute;bottom:calc(100% + 8px);left:12px;right:12px;max-height:400px;background:#14161ef2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 -8px 30px #00000080;z-index:10;display:flex;flex-direction:column;overflow:hidden}.precheck-floating-search-bar .search-sections{flex:1;overflow-y:auto;overflow-x:hidden;padding:16px;display:flex;flex-direction:column;gap:16px}.precheck-floating-search-bar .search-section{width:100%}.precheck-floating-search-bar .section-title{font-size:11px;margin-bottom:10px;font-weight:600;color:#fff9;text-transform:uppercase;letter-spacing:.5px}.precheck-floating-search-bar .checkbox-group{display:flex;flex-direction:column;gap:8px}.precheck-floating-search-bar .checkbox-label{font-size:14px;display:flex;align-items:center;padding:8px 12px;border-radius:8px;color:#fffc;transition:background .15s ease;cursor:pointer}.precheck-floating-search-bar .checkbox-label:active{background:#ffffff1a}.precheck-floating-search-bar .reset-button{width:100%;padding:12px;font-size:14px;flex-shrink:0;margin:0;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 12px 12px;background:transparent;color:#ffffffb3;border:none;cursor:pointer;transition:all .15s ease}.precheck-floating-search-bar .reset-button:active{background:#ffffff0d;color:#ffffffe6}.light-mode .search-item-count-precheck{background:#ffffffe6;color:#000000b3;box-shadow:0 2px 8px #0000001a}.light-mode .search-input-float-precheck{background:#ffffffe6;border-color:#0000001a;color:#333;box-shadow:0 2px 8px #0000001a}.light-mode .search-input-float-precheck::-moz-placeholder{color:#0006}.light-mode .search-input-float-precheck::-ms-input-placeholder{color:#0006}.light-mode .search-input-float-precheck::placeholder{color:#0006}.light-mode .search-input-float-precheck:focus{background:#fff;border-color:#3b82f680}.light-mode .filter-btn-precheck,.light-mode .clear-btn-precheck,.light-mode .close-search-btn-precheck{color:#0006}.light-mode .filter-btn-precheck.active{color:#2563eb;background:#3b82f633}.light-mode .clear-btn-precheck{color:#dc2626}.light-mode .filter-btn-precheck:active,.light-mode .clear-btn-precheck:active,.light-mode .close-search-btn-precheck:active{color:#000000b3}.light-mode .precheck-floating-search-bar .advanced-search-dropdown{background:#fffffffa;border-color:#0000001a;box-shadow:0 -8px 30px #00000026}.light-mode .precheck-floating-search-bar .section-title{color:#0009}.light-mode .precheck-floating-search-bar .checkbox-label{color:#000c}.light-mode .precheck-floating-search-bar .checkbox-label:active{background:#0000000d}.light-mode .precheck-floating-search-bar .reset-button{color:#000000b3;border-top-color:#0000001a}.light-mode .precheck-floating-search-bar .reset-button:active{background:#0000000d;color:#000000e6}.tablet-landscape-search.precheck-floating-search-bar{left:70px;right:50%;bottom:16px;padding:8px 16px}body[data-phone-landscape=true] .tablet-landscape-search.precheck-floating-search-bar{left:max(15px,env(safe-area-inset-left));right:calc(50% + max(7px,env(safe-area-inset-right) / 2))}.tablet-app-container{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;height:100dvh;display:flex;flex-direction:row;background:var(--bg-primary, #0c0d12);z-index:1000;overflow:hidden}.tablet-content-area{flex:1;display:flex;flex-direction:column;overflow:hidden;background:var(--bg-primary, #0c0d12);padding-top:0}.tablet-single-view{display:flex;flex-direction:column;height:100%;overflow:hidden}.tablet-tab-switcher{display:flex;background:var(--bg-secondary, #1a1d24);border-bottom:1px solid rgba(255,255,255,.1);padding:8px;gap:8px}.tablet-tab-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;background:transparent;border:none;border-radius:8px;color:#fff9;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative}.tablet-tab-btn:active{transform:scale(.98)}.tablet-tab-btn.active{background:#63b3ed26;color:#63b3ed}.tablet-tab-btn i{font-size:16px}.tab-badge{background:#63b3ed;color:#0c0d12;font-size:11px;padding:2px 6px;border-radius:10px;font-weight:600;margin-left:4px}.tablet-content-single{flex:1;overflow:hidden;position:relative}.tablet-prechecklist-content,.tablet-checkout-content{position:absolute;top:0;left:0;right:0;bottom:0;overflow-y:auto;-webkit-overflow-scrolling:touch;background:var(--bg-primary, #0c0d12)}.tablet-split-view{display:flex;flex-direction:row;flex:1;overflow:hidden;height:100%}.tablet-split-left,.tablet-split-right{flex:1;display:flex;flex-direction:column;overflow:hidden;height:100%}.tablet-split-left{border-right:1px solid rgba(255,255,255,.1)}.tablet-precheck-content{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.tablet-checkout-content{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;position:relative}.tablet-footer-bar{position:relative!important;bottom:auto!important;left:auto!important;right:auto!important;margin:0 auto;width:100%;max-width:100%;background:transparent!important;background-color:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border:none!important;box-shadow:none!important}.tablet-split-right :deep(.mobile-checkout-footer){position:relative!important;bottom:auto!important;left:auto!important;right:auto!important;width:100%!important;z-index:10!important;box-shadow:none!important}body[data-tablet-ui=true][data-orientation=landscape] .mobile-checkout-footer{position:relative!important;bottom:auto!important;left:auto!important;right:auto!important;width:100%!important;z-index:10!important;box-shadow:none!important;margin:0!important}.tablet-split-left :deep(.mobile-checklist-view),.tablet-split-right :deep(.mobile-checkout-wrapper){height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}body[data-tablet-ui=true][data-orientation=landscape] .circular-clear-all{left:calc(70px + (100vw - 70px)/4)!important}.tablet-split-right :deep(.header-tabs){padding-top:16px!important}.mobile-app-container.tablet-mode:not(.landscape) .mobile-prechecklist-content{overflow-y:scroll!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-y!important}.mobile-app-container.tablet-mode:not(.landscape) .mobile-prechecklist-content .mobile-prechecklist-wrapper{height:auto!important;min-height:100%!important;overflow-y:visible!important;overflow-x:hidden!important}.mobile-app-container.tablet-mode:not(.landscape) .mobile-prechecklist-content .mobile-checklist-view{height:auto!important;min-height:100%!important;overflow-y:visible!important;overflow-x:hidden!important}body[data-tablet-ui=true] .circular-clear-all{width:55px!important;height:55px!important;bottom:31px!important}body[data-tablet-ui=true] .circular-clear-all i{font-size:18px!important}body[data-tablet-ui=true] .circular-clear-all .progress-ring{width:55px!important;height:55px!important}.mobile-app-container.tablet-mode :deep(.mobile-browse-view .swipe-actions),.tablet-lists-panel :deep(.swipe-actions){z-index:0}.tablet-panel-header{display:flex;align-items:center;gap:8px;padding:12px 16px;background:var(--bg-secondary, #1a1d24);border-bottom:1px solid rgba(255,255,255,.1);color:#63b3ed;font-size:14px;font-weight:500}.tablet-panel-header i{font-size:14px}.panel-badge{background:#63b3ed;color:#0c0d12;font-size:11px;padding:2px 6px;border-radius:10px;font-weight:600;margin-left:auto}.tablet-panel-content{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;background:var(--bg-primary, #0c0d12);display:flex;flex-direction:column}body[data-tablet-ui=true] .app-content,body[data-tablet-ui=true] .mobile-app-container{display:none!important}body[data-tablet-ui=true] .tablet-app-container{display:flex!important}body[data-phone-landscape=true] .tablet-app-container{padding-left:max(15px,env(safe-area-inset-left));padding-right:max(15px,env(safe-area-inset-right))}body[data-phone-landscape=true] .mobile-footer-bar{display:none!important}body[data-tablet-ui=true] .mobile-app-container{display:flex!important}body[data-tablet-ui=true] .app-content,body[data-tablet-ui=true] .app-layout{display:none!important}@media (max-width: 767px){.mobile-app-container{background:#0c0d12}.mobile-search .search-input{font-size:16px;padding:10px 12px}.mobile-search .advanced-search-toggle{padding:10px;min-width:40px;min-height:40px}.mobile-prechecklist-inner button{min-height:44px;padding:12px}.mobile-prechecklist-inner .checklist-item,.mobile-prechecklist-inner .category-header{min-height:48px;padding:12px 16px}.mobile-browse-content{width:100%!important;height:100%!important;overflow-y:auto!important;background:#0c0d12!important;position:absolute!important}.mobile-browse-content .quick-ui-sidebar{height:100%!important;width:100%!important;position:static!important;border:none!important;left:auto!important;top:auto!important;display:block!important;opacity:1!important;visibility:visible!important;background:#0c0d12!important;z-index:1!important;padding:0!important;margin:0!important;transform:none!important;box-shadow:none!important;min-height:400px!important}.mobile-browse-content .quick-ui-sidebar.collapsed{width:100%!important;display:block!important;transform:none!important;left:0!important}.mobile-browse-content .quick-ui-sidebar .sidebar-body{display:block!important;opacity:1!important;visibility:visible!important;height:100%!important;padding:10px!important;overflow-y:auto!important}.mobile-browse-content .quick-ui-sidebar .sidebar-toggle{display:none!important}.mobile-prechecklist-content .mobile-checklist-view{height:100%;padding:10px}.mobile-checkout-content .mobile-selected-items{height:100%;padding:15px}}@media (min-width: 768px){input,textarea,select{font-size:16px!important;touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,.1)}input[type=text],input[type=email],input[type=tel],input[type=number],input[type=password],input[type=search],input[type=url],textarea{pointer-events:auto!important;cursor:text!important;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}button,a,[role=button],[onclick]{touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,.1);cursor:pointer!important;pointer-events:auto!important}button,a{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}}@media (max-width: 767px) and (orientation: landscape){.mobile-tab-content{height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-browse-content,.mobile-prechecklist-content,.mobile-checkout-content{position:absolute;top:0;left:0;right:0;bottom:0;overflow-y:auto;-webkit-overflow-scrolling:touch}}@media (min-width: 768px){.mobile-app-container{display:none!important}body[data-mobile-ui=true] .app-content{display:block!important}.app-layout{display:grid!important}}@media (pointer: coarse){input,textarea,select{font-size:max(16px,1em)!important;touch-action:manipulation}input,textarea,select,button,a{pointer-events:auto!important}input[type=text],input[type=email],input[type=tel],input[type=number],input[type=password],input[type=search],input[type=url],textarea{cursor:text!important;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}}.fullscreen-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0c0d12f2;z-index:9999;overflow-y:auto}.fullscreen-page{min-height:100vh;background:#1a1d23;position:relative}.projects-slide-enter-active,.projects-slide-leave-active{transition:transform .35s cubic-bezier(.25,.46,.45,.94)}.projects-slide-enter-from,.projects-slide-leave-to{transform:translate(-100%)}.app-content.projects-open{transform:translate(100%)}.app-content.projects-slide-ready{transition:transform .35s cubic-bezier(.25,.46,.45,.94)}.app-content:not(.projects-open).projects-slide-ready{transition:transform .35s cubic-bezier(.25,.46,.45,.94)}.mobile-app-container.projects-open{transform:translate(100%)}.mobile-app-container.projects-slide-ready{transition:transform .35s cubic-bezier(.25,.46,.45,.94)}.mobile-app-container:not(.projects-open).projects-slide-ready{transition:transform .35s cubic-bezier(.25,.46,.45,.94)}.featured-slide-enter-active{transition:transform .3s ease-out,opacity .3s ease-out}.featured-slide-leave-active{transition:transform .35s ease-in,opacity .35s ease-in}.featured-slide-enter-from{transform:translateY(-100%);opacity:0}.featured-slide-leave-to{transform:translateY(100%);opacity:0}
