body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.settings-list{margin:16px 0}.setting-item{display:flex;flex-direction:column;gap:.5rem}.setting-box{align-items:center;display:flex;gap:.5rem;justify-content:space-between;min-width:0;overflow:hidden}.setting-box .setting-name{flex:0 0 auto}.setting-box .setting-title{font-size:1em;font-size:.95rem;margin-left:8px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:768px){.sidebar{display:none}}.sidebar{background:var(--color-surface);border-radius:12px;box-shadow:0 6px 18px var(--color-shadow-strong);display:flex;flex-direction:column;flex-shrink:0;height:90vh;justify-content:flex-start;padding:16px;transition:transform .22s ease,opacity .22s ease;width:200px}.sidebar,.sidebar-open .sidebar{opacity:1;transform:translateX(0)}@media (max-width:768px){.sidebar{box-shadow:0 20px 40px var(--color-ghost-shadow);height:calc(100vh - 54px);left:12px;opacity:0;position:fixed;top:12px;transform:translateX(-110%);z-index:60}}.sidebar ul{list-style:none;margin:0;padding:0}.sidebar li{align-items:center;border-radius:8px;color:var(--color-text);cursor:pointer;display:flex;font-weight:600;justify-content:space-between;padding:8px 8px 10px 0}.sidebar li:hover{background:var(--color-muted-bg)}.sidebar-header{color:var(--color-heading);display:flex;flex-direction:column;font-size:20px;font-weight:700;gap:1rem;margin-bottom:1rem}.sidebar-body{flex:1 1;overflow-y:auto}.sidebar-divider{border:none;cursor:default;height:1px;list-style:none;margin:12px 0;pointer-events:none}.sidebar-actions{color:var(--color-text);display:flex;flex-direction:column;font-size:12px;gap:16px;margin-top:auto}.sidebar-actions button{background:var(--color-primary-bg);border:none;color:var(--color-text);cursor:pointer;flex:auto}:root{--color-bg:#fff;--color-surface:#fff;--color-page-bg-start:snow;--color-page-bg-end:#b0c4de;--color-muted-bg:#f0f8ff;--color-muted-bg-2:#fffaf0;--color-border:#d3d3d3;--color-border-weak:#954e0014;--color-shadow-strong:#0a13210f;--color-shadow-medium:#0a13210a;--color-shadow-light:#0f172a08;--color-shadow-accent:#06b6d424;--color-shadow-danger:#ef444424;--color-warning-text:#ff8c00;--color-text:charcoal;--color-rev-text:#fff;--color-heading:charcoal;--color-subtle:#708090;--color-muted-text:#4682b4;--color-secondary-text:gray;--color-meta:#708090;--color-primary-1:#347f92;--color-primary-2:#0891b2;--color-primary-weak:#0ea5e91f;--color-primary-bg:#0ea5e914;--color-primary-bg-2:#38bdf805;--color-primary-focus:#7dd3fc14;--color-primary-ring:#6366f10f;--color-warning-bg:#fafad2;--color-danger-1:red;--color-danger-2:#b22222;--color-ghost-border:#02061708;--color-ghost-shadow:#0206171f;--color-list-divider:#d3d3d3;--color-placeholder:#708090;--color-priority-high:#ea1515;--color-priority-medium:#0e7a95;--color-priority-low:#add8e6;--color-priority-none:#fff}:root[data-theme=dark]{--color-bg:#07121a;--color-surface:#0b1624;--color-page-bg-start:#07121a;--color-page-bg-end:#0b1a2b;--color-muted-bg:#0c1720;--color-muted-bg-2:#0f1a26;--color-border:#ffffff0f;--color-border-weak:#ffffff05;--color-shadow-strong:#0009;--color-shadow-medium:#0006;--color-shadow-light:#0003;--color-shadow-accent:#06b6d42e;--color-shadow-danger:#ef444424;--color-warning-text:#ffb86b;--color-text:#e6f0f6;--color-rev-text:#0b1220;--color-heading:#e8f2fb;--color-subtle:#9fb3c4;--color-muted-text:#9db7c4;--color-secondary-text:#8aa0b1;--color-meta:#94aebc;--color-primary-1:#36a9bd;--color-primary-2:#06b6d4;--color-primary-weak:#0ea5e92e;--color-primary-bg:#0ea5e91a;--color-primary-bg-2:#38bdf80a;--color-primary-focus:#7dd3fc0f;--color-primary-ring:#6366f114;--color-warning-bg:#ffb76b0f;--color-danger-1:#ff6b6b;--color-danger-2:#e23b3b;--color-ghost-border:#ffffff08;--color-ghost-shadow:#0009;--color-list-divider:#ffffff0f;--color-placeholder:#98aebf;--color-priority-high:#ff6e6e;--color-priority-medium:#40a8ba;--color-priority-low:#add8e6e6;--color-priority-none:#0b1220}h2{color:charcoal;color:var(--color-heading);font-size:18px;margin:6px 0 8px}ul{margin:0;padding:0}li,ul{list-style:none}button{background:#0ea5e914;background:var(--color-primary-bg);border:none;border-radius:10px;box-shadow:0 6px 14px #06b6d424;box-shadow:0 6px 14px var(--color-shadow-accent);color:charcoal;color:var(--color-text);cursor:pointer;font-weight:600;padding:6px 8px}button.danger{background:linear-gradient(180deg,red,#b22222);background:linear-gradient(180deg,var(--color-danger-1),var(--color-danger-2));color:#fff;color:var(--color-rev-text)}button.accent,button.danger{box-shadow:0 6px 14px #ef444424;box-shadow:0 6px 14px var(--color-shadow-danger)}button.accent{background:linear-gradient(180deg,#347f92,#0891b2);background:linear-gradient(180deg,var(--color-primary-1),var(--color-primary-2));color:#fff}button.danger.flex-end{margin-left:auto}input,select,textarea{background:#fff;background:var(--color-bg);border:1px solid #d3d3d3;border:1px solid var(--color-border);border-radius:8px;color:charcoal;color:var(--color-text);resize:vertical}input,select,textarea{font-size:14px;padding:10px 12px}input{background:#f0f8ff;background:var(--color-muted-bg);border:1px solid #d3d3d3;border:1px solid var(--color-border);border-radius:10px;box-shadow:inset 0 1px 0 #fff9;outline:none}input:focus{border-color:#347f92;border-color:var(--color-primary-1);box-shadow:0 0 0 4px #7dd3fc14;box-shadow:0 0 0 4px var(--color-primary-focus)}input[type=checkbox]{-webkit-appearance:none;appearance:none;background:#fff;background:var(--color-bg);border:1px solid #d3d3d3;border:1px solid var(--color-border);border-radius:8px;box-shadow:none;cursor:pointer;display:inline-block;height:16px;padding:8px;vertical-align:middle;width:16px}input[type=checkbox]:focus{outline:2px solid #6366f10f;outline:2px solid var(--color-primary-ring);outline-offset:2px}input[type=checkbox]:checked{background:#347f92;background:var(--color-primary-1);border-color:#347f92;border-color:var(--color-primary-1);padding:10px 12px;position:relative}input[type=checkbox]:checked:after{border:2px solid #fff;border:2px solid var(--color-bg);border-left:0;border-top:0;content:"";height:10px;left:7px;position:absolute;top:2px;transform:rotate(45deg);width:7px}::-webkit-scrollbar{height:4px;width:4px}::-webkit-scrollbar-track{background:#f0f8ff;background:var(--color-muted-bg)}::-webkit-scrollbar-thumb{background:#347f92;background:var(--color-primary-1);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0891b2;background:var(--color-primary-2)}.hide-vertical-scrollbar{-ms-overflow-style:none;overflow-y:auto;scrollbar-width:none}.hide-vertical-scrollbar::-webkit-scrollbar{width:0}.hide-horizontal-scrollbar{-ms-overflow-style:none;overflow-x:auto;scrollbar-width:none}.hide-horizontal-scrollbar::-webkit-scrollbar{height:0}.card{background:#fff;background:var(--color-surface);border-radius:12px;box-shadow:0 6px 18px #0a13210f;box-shadow:0 6px 18px var(--color-shadow-strong);padding:16px}.tm-container{display:flex;flex-direction:column;height:100vh}.tm-content{background:linear-gradient(180deg,snow,#b0c4de);background:linear-gradient(180deg,var(--color-page-bg-start) 0,var(--color-page-bg-end) 100%);box-sizing:border-box;color:charcoal;color:var(--color-text);display:flex;flex:1 1;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;gap:16px}.context-tabs{background-color:#fff;background-color:var(--color-bg);padding:10px}.context-tabs ul{display:flex;gap:10px;list-style-type:none;padding:0}.context-tab{flex:1 1}.context-button{background:#f0f8ff none;background:var(--color-muted-bg) none;border:none;border-radius:5px;box-shadow:0 4px 8px #06b6d424;box-shadow:0 4px 8px var(--color-shadow-accent);color:charcoal;color:var(--color-text);cursor:pointer;padding:10px;transition:background-color .3s;width:100%}.context-button:hover{background-color:#fffaf0;background-color:var(--color-muted-bg-2)}.context-button.active{background-color:#347f92;background-color:var(--color-primary-1);color:#fff;color:var(--color-rev-text);font-size:1em;font-weight:700}.context-button:focus{outline:none}.tabs-switcher{display:flex;flex-direction:column;gap:.5rem}.tabs-switchers{border-bottom:1px solid #e0e0e0;display:flex;gap:.5rem;padding-bottom:.5rem}.tab-switch{background:#0000;border-radius:4px;color:#333;cursor:pointer;outline:none;padding:.4rem .6rem;-webkit-user-select:none;user-select:none}.tab-switch:focus{box-shadow:0 0 0 2px #6496fa33}.tab-switch.active{background:#f0f6ff;border:1px solid #cfe0ff;color:#0b63d6;font-weight:600}.tabs{padding-top:.75rem}.tab-content{animation:fadeIn .16s ease-in;display:none}.tab-content.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.tm-tasks{display:flex;flex:1 1;flex-direction:column;gap:12px;height:90vh;min-width:0}.columns{align-items:stretch;display:flex;gap:16px;height:100%}.tm-tasks.one-column .columns{grid-template-columns:1fr}.col,.tm-tasks.two-column .columns{display:flex}.col{border-radius:12px;box-shadow:0 6px 18px #0a13210a;box-shadow:0 6px 18px var(--color-shadow-medium);flex-direction:column;overflow:hidden;padding:0 8px}.col.left{flex:1 1 520px;min-width:260px}.col.right{background:#0000;display:flex;flex-direction:column;flex-shrink:0;gap:12px;width:360px}.phone .col.right{flex:1 1 auto;width:auto}.left-header{margin-bottom:16px}.left-header,.left-navigation-bar{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.left-navigation-bar{margin-bottom:12px}.box-item{align-items:center;display:flex;gap:.75rem;min-width:0;padding:.5rem}.box-actions{display:flex;gap:8px;justify-content:flex-end}.add-task-block{display:flex;flex:1 1;gap:8px}.add-task-block input{flex:1 1;width:calc(100% - 100px)}.search-block{align-items:center;display:flex;gap:8px;justify-content:flex-start;position:relative}.search-block input{box-sizing:border-box;flex:1 0 auto;width:100%}.search-block .search-icon{align-items:center;color:#708090;color:var(--color-subtle);display:inline-flex;height:20px;justify-content:center;pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%);width:20px}.flexed{display:flex;flex-direction:row}.flexed-auto{flex:auto}.flexed-initial{flex:initial}.box-list{display:flex;flex:1 1;flex-direction:column;gap:8px;list-style:none;margin:0;overflow-y:auto;padding:0}.box-list.box-list-row{flex:1 0 auto;flex-direction:row;margin:16px 0 8px}.box-list-row--auto{display:flex;flex:auto;gap:16px}.box-list-row--initial{display:flex;flex:initial;gap:16px}.box-list .empty{background:#f0f8ff;background:var(--color-muted-bg);border-radius:8px;color:#4682b4;color:var(--color-muted-text);padding:12px;text-align:center}.box-list-item{align-items:center;border:1px solid #0000;border-radius:10px;cursor:pointer;display:flex;gap:12px;padding:6px 8px;transition:background .12s,transform .08s;-webkit-user-select:none;user-select:none}.box-list-item:hover{background:#f0f8ff;background:var(--color-muted-bg)}.box-list-item.selected{background:linear-gradient(90deg,#0ea5e914,#38bdf805);background:linear-gradient(90deg,var(--color-primary-bg),var(--color-primary-bg-2));border-color:#0ea5e91f;border-color:var(--color-primary-weak);box-shadow:0 6px 18px #0ea5e90f}.task-list{flex-direction:column}.time-entries-container{display:flex;flex-direction:column;gap:8px;margin:8px 0}.time-entry-list .box-list-item{align-items:baseline;flex-direction:column;padding:0}.time-entry-text{display:flex;gap:8px;justify-content:space-between;width:100%}.tag-divider{border:none;cursor:default;height:1px;list-style:none;margin:0;pointer-events:none}.task-main{align-items:center;display:flex;gap:12px;width:100%}.task-main input[type=checkbox]{accent-color:#0891b2;accent-color:var(--color-primary-2);cursor:pointer;height:18px;width:18px}.task-title{color:charcoal;color:var(--color-heading);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-desc{color:#708090;color:var(--color-subtle);font-size:13px;margin-left:0!important;margin-right:auto;text-align:left}.completed-block{border-top:1px dashed #d3d3d3;border-top:1px dashed var(--color-border);margin-top:14px;padding-top:12px}.completed-list{margin-top:8px}.completed-item{background:#f0f8ff;background:var(--color-muted-bg);border:1px solid #02061708;border:1px solid var(--color-ghost-border);border-radius:10px;cursor:pointer;margin-bottom:8px;padding:10px}.completed-item:focus{box-shadow:0 0 0 4px #6366f10f;box-shadow:0 0 0 4px var(--color-primary-ring);outline:none}.completed-title{color:charcoal;color:var(--color-heading);font-weight:700}.completed-desc{color:gray;color:var(--color-secondary-text);font-size:13px;margin-top:4px}.completed-meta{color:#708090;color:var(--color-subtle);font-size:12px;margin-top:6px}.details{display:flex;flex-direction:column;gap:12px;overflow-y:auto}.detail-row{gap:8px;margin-bottom:8px}.detail-row,.detail-row strong{color:charcoal;color:var(--color-heading)}.detail-row strong{margin-right:6px}.detail-row.details-desc{max-height:50vh;overflow-x:hidden}.details-desc .details-desc-text{margin:8px 0;overflow-x:scroll}.detail-row .icon-box{display:inline-block;margin-left:0;margin-right:8px;vertical-align:middle}.task-time-entries{display:flex;flex-direction:column}.time-entries-body{margin-bottom:8px}.edit-form,.time-entries-body{display:flex;flex-direction:column;gap:8px}.edit-form{margin-top:12px}textarea{height:100px}.task-actions{align-items:center;display:inline-flex;margin-left:auto}.detail-row button,.task-actions button{background:#0ea5e914;background:var(--color-primary-bg);border:none;cursor:pointer;flex:1 1;margin-right:8px}.task-context{flex:1 1;margin-right:8px}.edit-checkbox-row{gap:8px}.edit-checkbox-row,.icon-box{align-items:center;display:flex}.icon-box{gap:.5rem}.icon-box,.icon-title{min-width:0;overflow:hidden}.icon-title{color:charcoal;color:var(--color-text);font-size:.95rem;margin-left:8px;text-overflow:ellipsis;white-space:nowrap}.icon-box svg{color:#347f92;color:var(--color-primary-1);flex:0 0 auto}.danger .icon-box svg{color:#fff;color:var(--color-rev-text)}.menu-icon-trigger{cursor:pointer;flex:0 1}.badge{background:#347f92;background:var(--color-primary-1);border-radius:999px;color:#fff;color:var(--color-rev-text);flex-shrink:0;font-size:.75rem;margin-left:auto;padding:.15rem .5rem}.badge.weak{background:#0ea5e91f;background:var(--color-primary-weak);color:#0891b2;color:var(--color-primary-2)}.popup-container{align-items:center;background:#0006;box-sizing:border-box;display:flex;height:100vh;justify-content:center;left:0;padding:16px;position:fixed;top:0;width:100vw;z-index:1000}.popup-content{background:#fff;background:var(--color-surface);border-radius:12px;box-shadow:0 6px 18px #0a13210f;box-shadow:0 6px 18px var(--color-shadow-strong);max-width:90vw;min-width:280px;padding:16px}@media (max-width:640px){.input-block{flex-direction:column;gap:6px}.search-block{min-width:100%}.task-title{font-size:14px}}@media (max-width:768px){.tm-content{padding:12px}.tm-tasks.one-column .columns{flex-direction:column}.tm-tasks.one-column{height:auto}}.hidden{display:none}#app{background-color:#f9f9f9;font-family:Arial,sans-serif}
/*# sourceMappingURL=main.b4f260ce.css.map*/