:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color-scheme:light dark;--priority-high: #a82626;--priority-medium: #3659e3;--priority-low: #5f6775;--priority-empty: #cfd6e5}*{box-sizing:border-box}body{margin:0;background:#f3f3f1;color:#1c2333}.login-shell{min-height:100vh;display:grid;place-items:center;padding:18px}.login-card{width:min(420px,100%);display:grid;gap:10px}.login-google-btn{width:100%;justify-content:center}.app-shell{max-width:1100px;margin:0 auto;padding:18px;display:grid;gap:12px}.app-header{display:flex;align-items:flex-start;gap:12px}.app-header-main{flex:1;padding:12px}.app-header-main-row{display:flex;align-items:center;gap:10px}.app-header-title-wrap{display:grid;gap:6px;min-width:0}.app-header-profile-wrap{display:flex;align-items:center;justify-content:center;padding:8px;background:transparent}.app-header-actions{display:flex;align-items:center;gap:8px}.mobile-nav-toggle{display:none;width:40px;height:40px;border-radius:10px;border:1px solid #d7def7;background:#eef2ff;color:#2740ac;font-size:20px;line-height:1;font-weight:700;padding:0}.mobile-nav-overlay{position:fixed;inset:0;border:0;background:#0f14216b;z-index:15}.mobile-nav-drawer{position:fixed;top:0;left:0;width:min(280px,82vw);height:100dvh;background:#f3f4f7;border-right:1px solid #d8deec;box-shadow:0 12px 22px #1c233329;z-index:16;padding:calc(34px + env(safe-area-inset-top)) 0 calc(24px + env(safe-area-inset-bottom));display:grid;grid-template-rows:auto 1fr auto;align-content:start;gap:22px;transform:translate(-105%);transition:transform .2s ease;pointer-events:none;border-top-right-radius:20px;border-bottom-right-radius:20px}.mobile-nav-drawer.open{transform:translate(0);pointer-events:auto}.mobile-nav-links{display:grid;gap:2px;align-content:start;grid-auto-rows:min-content;padding:0 26px}.mobile-nav-profile{display:grid;justify-items:center;gap:14px;padding:0 26px}.mobile-nav-avatar{width:74px;height:74px;border-radius:999px;object-fit:cover;border:2px solid #d9deea;background:#e8edf7}.mobile-nav-avatar-fallback{display:grid;place-items:center;color:#2740ac;font-weight:700;font-size:24px}.mobile-nav-name{margin:0;color:#202838;font-size:24px;font-weight:700;line-height:1.1;text-align:center}.mobile-nav-profile-button{border:0;border-radius:999px;background:#e4e6eb;color:#2a3346;font-weight:700;padding:14px 20px;min-width:210px;min-height:52px}.mobile-nav-link{display:block;text-decoration:none;color:#252e40;background:transparent;border:0;border-left:0;border-radius:0;padding:12px 4px;font-weight:600}.mobile-nav-link.active{background:transparent;color:#1f2d54;font-weight:700}.mobile-nav-link-label{font-size:16px;line-height:1.25}.mobile-nav-signout{margin:0 26px;border:0;border-radius:999px;background:#e4e6eb;color:#2a3346;font-weight:700;padding:14px 20px;min-height:56px}.user-menu{position:relative}.user-menu-trigger{width:40px;height:40px;border-radius:999px;padding:0;border:1px solid #d7def7;background:#eef2ff;color:#2740ac;font-weight:700;display:grid;place-items:center}.user-menu-popout{position:absolute;right:0;top:calc(100% + 8px);width:min(220px,calc(100vw - 24px));min-width:0;border:1px solid #dfe4ef;border-radius:12px;background:#fff;box-shadow:0 8px 18px #1c23331f;padding:8px;z-index:5;display:grid;gap:4px}.user-menu-item{width:100%;text-align:left;border:0;border-radius:8px;background:#fff;color:#1c2333;font-weight:600;padding:8px 10px}.user-menu-item:hover{background:#f6f7fb}.top-nav{display:flex;gap:6px;flex-wrap:wrap}.nav-link{text-decoration:none;color:#2740ac;background:#eef2ff;border:1px solid #d7def7;border-radius:8px;padding:7px 10px;font-weight:600;font-size:14px}.nav-link.active{background:#3659e3;color:#fff;border-color:#3659e3}h1,h2,h3,p{margin:0}.card{background:#fff;border:1px solid #dfe4ef;border-radius:12px;padding:12px;box-shadow:0 2px 6px #1c23330a}.task-form{margin-top:10px;display:grid;gap:10px}.task-form-grid{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.task-form-actions{display:flex;justify-content:flex-start}.add-task-btn{background:#eef2ff;color:#2740ac;border:1px solid #d7def7;font-weight:600}.add-task-btn:hover{background:#e5ecff}label{display:grid;gap:5px;font-weight:600;font-size:13px}input,select,textarea,button{font:inherit}input,select,textarea{border:1px solid #cfd6e5;border-radius:8px;padding:7px 9px;background:#fff}input:focus,select:focus,textarea:focus,button:focus-visible{outline:2px solid #3659e3;outline-offset:1px}textarea{resize:vertical;min-height:86px}.task-form-wide{grid-column:1 / -1}.profile-card{display:grid;gap:10px}.profile-header{display:flex;align-items:center;gap:10px;margin-top:4px}.profile-avatar{width:72px;height:72px;border-radius:999px;border:1px solid #d7def7;background:#eef2ff;object-fit:cover}.profile-avatar-fallback{display:grid;place-items:center;color:#2740ac;font-weight:700}.profile-header-copy{display:grid;gap:4px}.profile-name{font-size:18px;font-weight:700}.profile-details{margin:0;display:grid;border:1px solid #dfe4ef;border-radius:10px;overflow:hidden}.profile-row{display:grid;grid-template-columns:180px 1fr;gap:10px;padding:9px 10px;border-bottom:1px solid #e8ecf4}.profile-row:last-child{border-bottom:0}.profile-row dt{font-weight:700;color:#1c2333}.profile-row dd{margin:0;color:#1c2333;word-break:break-word}.settings-card .profile-details{margin-top:2px}.settings-sync-error{color:#a82626;font-weight:600}.project-combobox{position:relative}.project-combobox input{width:100%;display:block}.project-combobox-list{position:absolute;top:calc(100% + 4px);left:0;right:0;margin:0;padding:4px;list-style:none;border:1px solid #cfd6e5;border-radius:8px;background:#fff;box-shadow:0 8px 18px #1c23331f;max-height:180px;overflow-y:auto;z-index:3}.project-combobox-item{width:100%;text-align:left;border:0;background:transparent;color:#1c2333;border-radius:6px;padding:6px 8px}.project-combobox-item:hover{background:#eef2ff}button{border:0;border-radius:8px;padding:7px 10px;cursor:pointer;background:#3659e3;color:#fff;transition:transform .08s ease,opacity .12s ease}button:hover{opacity:.95}button:active{transform:translateY(1px)}button.ghost{background:#eef2ff;color:#2740ac;border:1px solid #d7def7;font-weight:600}button.ghost:hover{background:#e5ecff}button.danger{background:#ffe8e8;color:#a82626}.error{color:#b83232;font-size:14px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.board-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.board-summary-grid{margin-top:10px}.board-column{border:1px solid #e1e6f2;border-radius:10px;padding:10px;background:#fbfcff}.board-column h3{margin-bottom:8px}.board-column span,.muted,.task-meta{color:#59627a;font-size:13px}.task-list{list-style:none;padding:0;margin:0;display:grid;gap:10px}.task-item{border:1px solid #dce2f0;border-radius:8px;padding:10px;background:#fff;display:grid;gap:6px}.task-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.task-title{font-weight:600}.status-row{margin-top:4px}.all-tasks-empty{margin-top:8px}.reminder-header{display:grid;gap:4px;margin-bottom:10px}.reminder-insights-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.reminder-insight-card{display:grid;gap:8px}.reminder-insight-card h3{margin:0;font-size:16px}.reminder-insight-list{margin:0;display:grid;gap:6px}.reminder-insight-row{display:flex;justify-content:space-between;gap:8px}.reminder-insight-row dt,.reminder-insight-row dd{margin:0}.reminder-insight-row dd{font-weight:700}.project-task-chart{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:start;gap:10px}.project-task-y-axis{height:170px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;color:#7e8590;font-size:11px;font-weight:600}.project-task-plot{display:grid;gap:8px}.project-task-plot-area{position:relative;height:170px;border-left:1px solid #dce2f0;border-bottom:1px solid #dce2f0;padding:0 10px}.project-task-grid{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none}.project-task-grid-line{border-top:1px solid #e3e8f4}.project-task-bars{position:relative;z-index:1;height:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:end}.project-task-bar-column{height:100%;display:grid;grid-template-rows:1fr;align-items:end;justify-items:center}.project-task-bar-wrap{width:min(44px,100%);height:100%;display:flex;align-items:flex-end}.project-task-bar-fill{width:100%;border-radius:8px 8px 0 0}.project-task-bar-projects{background:var(--priority-medium)}.project-task-bar-tasks{background:var(--priority-high)}.project-task-bar-label{font-size:12px;font-weight:600;color:#66718a}.project-task-x-axis{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;padding:0 10px;text-align:center}.priority-chart-layout{display:grid;grid-template-columns:1fr;align-items:start;justify-items:center;gap:14px}.priority-chart{width:150px;height:150px;border-radius:999px;display:grid;place-items:center;flex-shrink:0}.priority-chart-inner{width:100px;height:100px;border-radius:999px;background:#fefefc;border:1px solid #dce2f0;display:grid;place-items:center;text-align:center;line-height:1}.priority-chart-inner strong{font-size:24px}.priority-chart-inner span{font-size:11px;color:#7e8590}.priority-legend{width:100%}.priority-legend .reminder-insight-row dt{display:inline-flex;align-items:center;gap:8px}.priority-dot{width:10px;height:10px;border-radius:999px;display:inline-block}.priority-dot-high{background:var(--priority-high)}.priority-dot-medium{background:var(--priority-medium)}.priority-dot-low{background:var(--priority-low)}.reminder-empty{border:1px solid #dce2f0;border-radius:10px;background:#fbfcff;padding:12px;display:grid;gap:6px}.reminder-empty-title{margin:0;font-size:16px;line-height:1.2}.reminder-task-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.reminder-page .status-project-groups{gap:10px}.reminder-page .reminder-project-card{border-radius:16px;padding:12px}.reminder-page .reminder-project-card h3{margin:0}.reminder-page .project-task-list{gap:4px;margin-top:8px;padding-left:24px;padding-right:24px}.reminder-page .project-task-item{border:0;border-radius:0;padding:6px 0;min-height:0;background:#fcfcfb}.reminder-page .task-row-left{display:inline-flex;align-items:center;gap:10px;min-width:0;flex:1}.reminder-page .reminder-task-check{width:22px;height:22px;border:2px solid #c5d1d9;border-radius:10px;flex:0 0 auto;background:#f3f5f8;cursor:pointer}.reminder-page .reminder-task-check.task-check-indicator-checked{background:#dfe5eb;border-color:#9eabb9}.reminder-page .task-title.task-title-checked{text-decoration:line-through;color:#8a919c}.reminder-page .task-row-date{color:#788196;font-size:11px;font-weight:400;letter-spacing:.01em;white-space:nowrap;padding-left:12px}.reminder-actions{display:inline-flex;align-items:center;gap:6px}.reminder-chip{border-radius:999px;padding:1px 7px;font-size:11px;font-weight:600}.reminder-chip-today{background:#eef2ff;color:#2740ac}.reminder-chip-overdue{background:#ffe8e8;color:#a82626}.all-tasks-list{list-style:none;padding:0;margin:12px 0 0;display:grid;gap:10px}.all-tasks-item{border:1px solid #dce2f0;border-radius:8px;padding:10px;background:#fff;display:grid;gap:6px}.project-status-grid{margin-top:10px;display:grid;grid-template-columns:minmax(0,1fr);gap:10px}.project-status-column{border:1px solid #cfd6e5;border-radius:12px;padding:10px;background:#fff;min-height:180px}.project-status-column h4{margin:0 0 8px;font-size:16px;line-height:1.2;font-weight:700}.project-status-column h4 span{color:#59627a}.status-project-groups{display:grid;gap:8px}.status-project-group{border:1px solid #dce2f0;border-radius:10px;padding:8px;background:#fbfcff}.status-project-header{display:flex;align-items:center;margin-bottom:8px}.project-group-heading{width:100%}.status-project-group h5{margin:0 0 6px;font-size:13px}.status-project-group h5 span{color:#59627a}.project-task-list{list-style:none;padding:0;margin:0;display:grid;gap:6px}.project-task-item{border:1px solid #dce2f0;border-radius:8px;padding:5px;background:#fff}.project-task-toggle{width:100%;flex:1;display:flex;justify-content:flex-start;align-items:center;background:transparent;color:inherit;padding:0;border:0;text-align:left}.project-task-header{display:flex;align-items:center;justify-content:space-between;gap:6px}.project-task-details{margin-top:4px;display:grid;gap:3px}.editable-label{cursor:text}.rename-input{width:auto;max-width:100%;min-width:2ch;display:inline-block;border:1px solid #9fb2f0;border-radius:8px;padding:4px 7px;background:#fff}.remove-btn{padding:3px 8px;font-size:13px}.history-summary{margin-top:10px;display:flex;gap:10px;flex-wrap:wrap}.history-summary p{border:1px solid #dce2f0;border-radius:999px;background:#fbfcff;padding:5px 10px}.history-header-actions{position:relative}.download-menu{position:absolute;right:0;top:calc(100% + 6px);display:grid;gap:6px;min-width:120px;padding:6px;border:1px solid #dce2f0;border-radius:8px;background:#fff;z-index:2}.download-menu button{width:100%}.history-table-wrap{margin-top:10px;border:1px solid #dce2f0;border-radius:10px;overflow:hidden}.history-table{width:100%;border-collapse:collapse;table-layout:fixed}.history-table th,.history-table td{text-align:left;padding:8px 10px;border-bottom:1px solid #e8ecf4;font-size:13px}.history-table th{background:#fbfcff;color:#1c2333}.history-table tbody tr:last-child td{border-bottom:0}.history-table td.completed-date-late{color:#a82626;font-weight:600}.history-table td.completed-date-on-time{color:green;font-weight:600}.history-task-col{width:32%}.history-task-cell{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reopen-btn{padding:5px 9px}.all-tasks-redesign .card{border-radius:16px}.all-tasks-redesign .planner-card{background:transparent;border:0;box-shadow:none;padding:0}.all-tasks-redesign .summary-card{margin-top:14px}.all-tasks-redesign .section-header h2{font-size:30px;line-height:1.05}.all-tasks-redesign .project-status-grid{margin-top:14px;gap:14px}.all-tasks-redesign .task-search-wrap{margin-top:10px;margin-bottom:16px;border:0;border-radius:14px;background:#fefefc;padding:10px 12px;display:flex;align-items:center;gap:10px}.all-tasks-redesign .task-search-icon{width:16px;height:16px;flex:0 0 auto;stroke:#9aa4b5;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transform:translateY(1px)}.all-tasks-redesign .task-search-input{width:100%;border:0;outline:none;background:transparent;padding:0;font-size:18px;line-height:1.15;color:#3a4354}.all-tasks-redesign .task-search-input::placeholder{color:#9ca5b5;font-size:16px}.all-tasks-redesign .task-week-groups{display:grid;gap:16px;min-width:0}.all-tasks-redesign .task-week-group{display:grid;gap:8px;min-width:0}.all-tasks-redesign .task-week-label{font-size:15px;line-height:1.15;color:#5f6775;font-weight:500}.all-tasks-redesign .task-week-range{margin:0;font-size:24px;line-height:1.05;font-weight:800;letter-spacing:-.02em;color:#252c3d}.all-tasks-redesign .status-project-groups{gap:10px;min-width:0}.all-tasks-redesign .status-project-group{border:1px solid #ddddd7;border-radius:16px;padding:12px;background:#fefefc;box-shadow:0 8px 14px -12px #222d4359,0 2px 4px -3px #222d4338}.all-tasks-redesign .project-parent-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px}.all-tasks-redesign .project-parent-toggle{width:100%;border:0;background:transparent;color:inherit;padding:2px 0 4px;display:flex;align-items:center;justify-content:space-between;text-align:left}.all-tasks-redesign .project-parent-title-wrap{display:grid;gap:4px;min-width:0}.all-tasks-redesign .project-parent-title{font-size:14px;line-height:1.2;font-weight:600;color:#545a62;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.all-tasks-redesign .project-parent-progress{font-size:12px;color:#7e8590;padding-left:24px}.all-tasks-redesign .project-activities-counter{font-size:11px;line-height:1.15;font-weight:400;color:#7e8590;margin-top:4px;margin-bottom:6px;padding-left:24px}.all-tasks-redesign .status-project-header{margin-bottom:10px}.all-tasks-redesign .status-project-group h5{margin:0;font-size:24px;line-height:1.1;font-weight:800;letter-spacing:-.02em}.all-tasks-redesign .project-task-list{gap:4px;margin-top:8px;padding-left:24px;padding-right:24px;min-width:0}.all-tasks-redesign .project-task-item{border:0;border-radius:0;padding:6px 0;min-height:0;background:#fcfcfb;min-width:0}.all-tasks-redesign .project-task-toggle{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;justify-content:space-between;padding:2px 0;min-width:0}.all-tasks-redesign .task-row-left{display:inline-flex;align-items:center;gap:10px;min-width:0;flex:1}.all-tasks-redesign .task-check-indicator{width:22px;height:22px;border:2px solid #c5d1d9;border-radius:10px;flex:0 0 auto;background:#fff;cursor:pointer}.all-tasks-redesign .project-task-toggle .task-check-indicator{background:#f3f5f8}.all-tasks-redesign .project-task-toggle .task-check-indicator-checked{background:#dfe5eb;border-color:#9eabb9}.all-tasks-redesign .task-title{font-size:13px;line-height:1.25;font-weight:400;color:#545a62;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.all-tasks-redesign .task-title-checked{text-decoration:line-through;color:#8a919c}.all-tasks-redesign .task-row-more{color:#b5bcc8;font-size:20px;line-height:1;letter-spacing:1px;padding-left:8px}.all-tasks-redesign .task-row-actions{display:inline-flex;align-items:center;gap:4px;position:relative}.all-tasks-redesign .task-action-menu-wrap{position:relative}.all-tasks-redesign .task-row-more-btn{background:transparent;border:0;padding:0;min-width:28px;min-height:24px;display:grid;place-items:center}.all-tasks-redesign .task-action-menu{position:absolute;right:0;top:calc(100% + 4px);display:grid;gap:4px;padding:6px;border:1px solid #d9e1ee;border-radius:10px;background:#fefefe;box-shadow:0 8px 14px -12px #222d4359;z-index:4;width:min(240px,calc(100vw - 40px))}.all-tasks-redesign .share-menu-label{font-size:12px;font-weight:600;color:#5f6775}.all-tasks-redesign .share-menu-input{width:100%}.all-tasks-redesign .share-menu-suggestions{list-style:none;margin:0;padding:0;border:1px solid #d9e1ee;border-radius:8px;background:#fff;max-height:140px;overflow-y:auto}.all-tasks-redesign .share-menu-suggestion{width:100%;text-align:left;border:0;border-radius:0;background:transparent;color:#1c2333;padding:6px 8px}.all-tasks-redesign .share-menu-suggestion:hover{background:#eef2ff}.all-tasks-redesign .share-menu-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px}.all-tasks-redesign .share-menu-message{margin:0;font-size:12px;color:#5f6775}.all-tasks-redesign .task-shared-chip{display:inline-flex;align-items:center;border:1px solid #d7def7;border-radius:999px;background:#eef2ff;color:#2740ac;font-size:10px;line-height:1.2;padding:2px 6px}.all-tasks-redesign .task-row-date{color:#788196;font-size:11px;font-weight:400;letter-spacing:.01em;white-space:nowrap;padding-left:12px}.all-tasks-redesign .project-task-details{margin-top:10px;gap:6px}.all-tasks-redesign .task-meta,.all-tasks-redesign .status-row{font-size:14px}.all-tasks-redesign p.project-activities-counter.task-meta{font-size:12px}.all-tasks-redesign .status-row select{margin-top:6px}.all-tasks-redesign .task-activities-progress{font-weight:600}.all-tasks-redesign .task-activities-list{list-style:none;margin:2px 0 4px;padding:0;display:grid;gap:6px}.all-tasks-redesign .task-activity-item{border:1px solid #d9e1ee;border-radius:10px;background:#f8faff}.all-tasks-redesign .task-activity-toggle{width:100%;border:0;background:transparent;color:inherit;padding:7px 8px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;text-align:left}.all-tasks-redesign .task-activity-check{width:18px;height:18px;border:2px solid #bfd0db;border-radius:6px;background:#fff}.all-tasks-redesign .task-activity-check-done{background:#3659e3;border-color:#3659e3}.all-tasks-redesign .task-activity-title{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px}.all-tasks-redesign .task-activity-title-done{text-decoration:line-through;color:#7d879b}.all-tasks-redesign .task-activity-date{color:#667189;font-size:13px}.all-tasks-redesign .history-summary{margin-top:14px;gap:12px}.all-tasks-redesign .history-table-wrap{margin-top:14px}@media(max-width:900px){.app-header{display:flex}.task-form-grid,.board-grid,.project-groups{grid-template-columns:1fr}.history-table-wrap{overflow-x:auto}.all-tasks-redesign .section-header h2{font-size:24px}.all-tasks-redesign .task-search-input{font-size:18px}.all-tasks-redesign .task-week-label{font-size:15px}.all-tasks-redesign .task-week-range{font-size:24px}.all-tasks-redesign .status-project-group h5{font-size:20px}.all-tasks-redesign .task-title,.all-tasks-redesign .project-parent-title{font-size:14px}.all-tasks-redesign .summary-card{margin-top:12px}.profile-row{grid-template-columns:1fr;gap:4px}}@media(max-width:600px){.app-shell{padding:12px;gap:10px}.app-header-main{padding:6px 0}.app-header-profile-wrap{padding:0}.app-header{align-items:center}.app-header-title-wrap .muted,.user-menu{display:none}.mobile-nav-toggle{display:grid;place-items:center}.top-nav{display:none}.nav-link{text-align:center}.all-tasks-redesign .card{padding:10px;border-radius:14px}.all-tasks-redesign .planner-card{padding:0}.all-tasks-redesign .status-project-group{padding:8px;border-radius:12px}.all-tasks-redesign .project-task-item{padding:6px 0}.all-tasks-redesign .project-activities-counter,.all-tasks-redesign .project-parent-progress{padding-left:18px}.all-tasks-redesign .project-task-list{padding-left:10px;padding-right:10px;gap:4px}.all-tasks-redesign .project-task-toggle{column-gap:8px}.all-tasks-redesign .section-header h2{font-size:22px}.all-tasks-redesign .task-search-wrap{padding:10px 12px;margin-bottom:12px}.all-tasks-redesign .task-search-icon{font-size:18px}.all-tasks-redesign .task-search-input{font-size:17px}.all-tasks-redesign .task-week-groups{gap:14px}.all-tasks-redesign .task-week-label{font-size:14px}.all-tasks-redesign .task-week-range{font-size:20px}.all-tasks-redesign .task-title{font-size:14px}.all-tasks-redesign .task-check-indicator{width:22px;height:22px;border-radius:8px}.all-tasks-redesign .task-row-more{font-size:18px}.all-tasks-redesign .task-row-date,.all-tasks-redesign .project-parent-progress{font-size:12px}.all-tasks-redesign .task-row-date{padding-left:0}.all-tasks-redesign .project-activities-counter{font-size:12px}.all-tasks-redesign .task-meta,.all-tasks-redesign .status-row,.all-tasks-redesign .task-activity-title,.all-tasks-redesign .history-table th,.all-tasks-redesign .history-table td{font-size:13px}.all-tasks-redesign p.project-activities-counter.task-meta{font-size:12px}.all-tasks-redesign .summary-card{margin-top:10px}.all-tasks-redesign .task-activity-date{font-size:12px}.reminder-insight-card{padding:10px}.calendar-day{min-height:52px;padding:6px}.calendar-weekday{font-size:11px}.calendar-month-title{font-size:14px}.calendar-grid{gap:4px}.calendar-day-number{font-size:12px}.priority-chart{width:124px;height:124px}.priority-chart-inner{width:84px;height:84px}.priority-chart-inner strong{font-size:20px}.project-task-chart{grid-template-columns:28px minmax(0,1fr)}.project-task-y-axis,.project-task-plot-area{height:152px}.project-task-bar-wrap{width:min(38px,100%)}.project-task-x-axis,.project-task-bars{gap:16px}}.builder-page,.profile-settings-page,.reminder-page,.calendar-page{display:grid;gap:12px}.calendar-card{display:grid;gap:12px;padding:12px}.calendar-header{display:grid;gap:8px}.calendar-header-controls{display:flex;align-items:center;justify-content:space-between;gap:10px}.calendar-header-controls button{min-height:36px;min-width:68px}.calendar-month-title{margin:0;font-weight:700;font-size:16px}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.calendar-weekday{text-align:center;font-size:12px;font-weight:700;color:#65708a}.calendar-day{min-height:66px;border:1px solid #dce2f0;border-radius:10px;background:#fcfdff;padding:8px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;position:relative}.calendar-day-preview-anchor{position:relative;display:inline-flex;flex-direction:column;align-items:flex-start}.calendar-day-count-interactive{cursor:pointer;border:0;font-family:inherit}.calendar-day-blank{border-color:transparent;background:transparent}.calendar-day-number{font-size:13px;font-weight:700;color:#2a3244}.calendar-day-count{min-width:24px;border-radius:999px;padding:2px 7px;background:#eef2ff;border:1px solid #d7def7;color:#2740ac;font-size:11px;font-weight:700;line-height:1.2}.calendar-day-has-due{border-color:#8fa5ef;background:#e4ecff}.calendar-day-today{box-shadow:inset 0 0 0 1px #3659e3}.calendar-day-preview{position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);width:min(220px,calc(100vw - 28px));z-index:20;border:1px solid #dce2f0;border-radius:10px;background:#fff;box-shadow:0 14px 30px -20px #222d438c,0 6px 14px -10px #222d4373;padding:8px;display:grid;gap:6px}.calendar-day-preview-date{margin:0;font-size:11px;font-weight:700;color:#5f6d87}.calendar-day-preview-list{margin:0;padding:0;list-style:none;display:grid;gap:6px}.calendar-day-preview-item{display:grid;gap:2px}.calendar-day-preview-title{margin:0;font-size:12px;line-height:1.35;color:#232c3e;font-weight:700}.calendar-day-preview-meta{margin:0;font-size:11px;line-height:1.3;color:#65708a}.calendar-day-preview-more-button{margin:0;border:0;background:transparent;padding:0;text-align:left;cursor:pointer;font-size:11px;color:#3659e3;font-weight:700}.calendar-day-preview-more-button:hover{text-decoration:underline}.page-wrapper-ui{background:#fefefc;border:1px solid #ddddd7;border-radius:16px;box-shadow:0 8px 14px -12px #222d4359,0 2px 4px -3px #222d4338}.reminder-page>.page-wrapper-ui{background:#f7f7f4;border-color:#d7d7d0}.builder-page h2,.reminder-page h2,.calendar-page h2{color:#252c3d}.builder-page .muted,.reminder-page .muted,.calendar-page .muted,.builder-page .task-meta,.reminder-page .task-meta{color:#7e8590}@media(prefers-color-scheme:dark){body{background:#12161f;color:#e6eaf2}.card,.page-wrapper-ui,.board-column,.all-tasks-redesign .status-project-group,.all-tasks-redesign .task-search-wrap,.all-tasks-redesign .history-table-wrap,.user-menu-popout,.download-menu{background:#1b2130;border-color:#313c54;box-shadow:0 8px 14px -12px #0000008c,0 2px 4px -3px #00000073}h1,h2,h3,h4,h5,.task-title,.project-parent-title,.profile-name{color:#e6eaf2}.muted,.task-meta,.board-column span,.builder-page .muted,.reminder-page .muted,.builder-page .task-meta,.reminder-page .task-meta,.all-tasks-redesign .task-week-label,.all-tasks-redesign .task-row-date,.all-tasks-redesign .project-activities-counter,.all-tasks-redesign .task-activity-date,.all-tasks-redesign .task-title-checked{color:#aeb7ca}.all-tasks-redesign .project-parent-title,.all-tasks-redesign .task-title,.reminder-page .task-row-date{color:#d3d9e6}.builder-page h2,.reminder-page h2,.calendar-page h2,.all-tasks-redesign .task-week-range{color:#e6eaf2}.reminder-page>.page-wrapper-ui{background:#1b2130;border-color:#313c54}.profile-details{border-color:#313c54}.profile-row{border-bottom-color:#2e374d}.profile-row dt,.profile-row dd{color:#e6eaf2}input,select,textarea{background:#151c2a;border-color:#394764;color:#e6eaf2}.nav-link,.add-task-btn,button.ghost,.mobile-nav-toggle{background:#1c2a4a;color:#c7d8ff;border-color:#4761a1}.nav-link.active{background:#4a6dff;border-color:#4a6dff;color:#fff}.mobile-nav-drawer{background:#121925;border-right-color:#313c54;box-shadow:0 10px 28px #0000007a}.mobile-nav-avatar{border-color:#2f3a52;background:#1b2130}.mobile-nav-avatar-fallback{color:#c5d4ff}.mobile-nav-name{color:#e6eaf2}.mobile-nav-profile-button{background:#222c40;color:#dbe6ff}.mobile-nav-link{color:#d7e1f8}.mobile-nav-link.active{background:transparent;color:#dce8ff;font-weight:700}.mobile-nav-signout{background:#222c40;color:#dbe6ff}.user-menu-trigger{background:#1c2a4a;border-color:#4761a1;color:#c7d8ff}.user-menu-item{background:#1b2130;color:#e6eaf2}.user-menu-item:hover{background:#232b3d}.all-tasks-redesign .task-search-input{color:#e6eaf2}.all-tasks-redesign .task-search-input::placeholder{color:#7f8ba4}.all-tasks-redesign .project-task-item{background:#1b2130}.calendar-weekday{color:#aeb7ca}.calendar-day{border-color:#2f3a52;background:#1b2130}.calendar-day-blank{border-color:transparent;background:transparent}.calendar-day-number{color:#dbe2f2}.calendar-day-count{background:#232b3d;border-color:#3a4968;color:#dbe2f2}.calendar-day-has-due{border-color:#5b72af;background:#25314d}.calendar-day-preview{border-color:#313c54;background:#141b28;box-shadow:0 16px 26px -18px #000c,0 8px 14px -10px #000000bf}.calendar-day-preview-date{color:#aeb7ca}.calendar-day-preview-title{color:#dbe2f2}.calendar-day-preview-meta{color:#9aa8c4}.calendar-day-preview-more-button{color:#9fb1f2}.reminder-page .project-task-item{background:#1b2130}.all-tasks-redesign .project-task-toggle .task-check-indicator,.all-tasks-redesign .task-check-indicator,.all-tasks-redesign .task-activity-check,.reminder-page .reminder-task-check{background:#151c2a;border-color:#53627f}.all-tasks-redesign .task-row-more{color:#7f8ba4}.all-tasks-redesign .task-action-menu{border-color:#313c54;background:#1b2130}.all-tasks-redesign .share-menu-label,.all-tasks-redesign .share-menu-message{color:#aeb7ca}.all-tasks-redesign .share-menu-suggestions{border-color:#313c54;background:#151c2a}.all-tasks-redesign .share-menu-suggestion{color:#dbe2f2}.all-tasks-redesign .share-menu-suggestion:hover{background:#232b3d}.all-tasks-redesign .task-shared-chip{border-color:#4761a1;background:#1c2a4a;color:#c7d8ff}.history-table th{background:#232b3d;color:#dbe2f2}.history-table th,.history-table td{border-bottom-color:#2e374d}.priority-chart-inner{background:#1b2130;border-color:#313c54}.priority-chart-inner span,.project-task-y-axis{color:#aeb7ca}.project-task-plot-area{border-left-color:#2f3a52;border-bottom-color:#2f3a52}.project-task-grid-line{border-top-color:#2f3a52}.project-task-bar-label{color:#aeb7ca}}@media(max-width:400px){.calendar-card{padding:10px;gap:10px}.calendar-header-controls{gap:8px}.calendar-header-controls button{min-width:62px;min-height:34px;padding:6px 8px}.calendar-month-title{font-size:13px;text-align:center}.calendar-grid{gap:3px}.calendar-day{min-height:48px;border-radius:8px;padding:5px}.calendar-weekday{font-size:10px}.calendar-day-number{font-size:11px}.calendar-day-count{min-width:18px;padding:1px 5px;font-size:9px}.calendar-day-preview{width:min(186px,calc(100vw - 18px));padding:7px;gap:5px}.calendar-day-preview-title{font-size:11px}.calendar-day-preview-meta,.calendar-day-preview-date,.calendar-day-preview-more-button{font-size:10px}}
