:root{--red: #ea4335;--red-bg: #fce8e6;--red-border: #ea4335;--yellow: #fbbc04;--yellow-bg: #fef3c7;--yellow-border: #f59e0b;--green: #34a853;--green-bg: #e6f4ea;--green-border: #34a853;--pink: #e91e63;--pink-bg: #fce4ec;--pink-border: #e91e63;--blue: #1e88e5;--blue-bg: #e3f2fd;--blue-border: #1e88e5;--banner-h: 28px;--gray-50: #f8f9fa;--gray-100: #f1f3f4;--gray-200: #e8eaed;--gray-300: #dadce0;--gray-500: #5f6368;--gray-700: #3c4043;--gray-900: #202124;--blue: #1a73e8;--header-h: 64px;--sidebar-w: 260px;--hour-h: 52px;--radius: 8px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Roboto,Inter,system-ui,-apple-system,sans-serif;color:var(--gray-900);background:#fff;overflow:hidden;height:100vh;display:flex;flex-direction:column}.header{height:var(--header-h);display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid var(--gray-300);background:#fff;flex-shrink:0;gap:16px}.header-left,.header-center,.header-right{display:flex;align-items:center;gap:12px}.header-left{min-width:240px}.logo{display:flex;align-items:center;gap:8px;font-size:22px;color:var(--gray-500)}.logo-icon{width:40px;height:40px;display:grid;place-items:center;color:var(--gray-700)}.logo-icon .material-symbols-outlined{font-size:28px}.logo-text{font-family:Google Sans,sans-serif;font-weight:400;letter-spacing:-.5px}.logo-accent{font-weight:500;color:var(--gray-900)}.icon-btn{width:40px;height:40px;border:none;background:transparent;border-radius:50%;display:grid;place-items:center;cursor:pointer;color:var(--gray-700);transition:background .15s}.icon-btn:hover{background:var(--gray-100)}.icon-btn.small{width:32px;height:32px}.icon-btn.tiny{width:24px;height:24px}.icon-btn.tiny .material-symbols-outlined{font-size:18px}.today-btn{border:1px solid var(--gray-300);background:#fff;padding:0 16px;height:36px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;color:var(--gray-700)}.today-btn:hover{background:var(--gray-50)}.nav-arrows{display:flex;gap:2px}.current-month{font-family:Google Sans,sans-serif;font-size:22px;font-weight:400;color:var(--gray-700);margin-left:8px;min-width:180px}.view-switcher{display:flex;align-items:center;border:1px solid var(--gray-300);border-radius:6px;padding:0 8px 0 16px;height:36px;gap:4px;cursor:pointer}.view-btn{border:none;background:none;font-size:14px;font-weight:500}.view-drop{font-size:20px;color:var(--gray-500)}.avatar{width:36px;height:36px;border-radius:50%;background:#1a73e8;color:#fff;display:grid;place-items:center;font-weight:500}.layout{display:flex;flex:1;overflow:hidden}.sidebar{width:var(--sidebar-w);border-right:1px solid var(--gray-200);padding:16px 12px;overflow-y:auto;background:#fff;display:flex;flex-direction:column;gap:20px;flex-shrink:0;transition:margin-left .25s ease}.sidebar.collapsed{margin-left:calc(-1 * var(--sidebar-w))}.create-btn{display:flex;align-items:center;gap:12px;background:#fff;border:none;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326;border-radius:24px;padding:12px 20px 12px 14px;font-size:14px;font-weight:500;cursor:pointer;align-self:flex-start;transition:box-shadow .15s}.create-btn:hover{box-shadow:0 1px 3px #3c40434d,0 4px 8px #3c404326}.create-btn .material-symbols-outlined{font-size:22px;color:var(--gray-700)}.small-icon{font-size:18px!important;margin-left:6px}.mini-calendar{padding:0 4px}.mini-header{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:500;color:var(--gray-700);margin-bottom:8px;padding-left:8px}.mini-nav{display:flex}.mini-weekdays{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;font-size:11px;color:var(--gray-500);margin-bottom:4px}.mini-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.mini-day{aspect-ratio:1;display:grid;place-items:center;font-size:12px;border-radius:50%;cursor:pointer;color:var(--gray-700)}.mini-day:hover{background:var(--gray-100)}.mini-day.other{color:var(--gray-300)}.mini-day.today{background:var(--blue);color:#fff;font-weight:600}.mini-day.selected{background:#d2e3fc;color:#1967d2;font-weight:600}.mini-day.has-todo:after{content:"";width:4px;height:4px;background:var(--blue);border-radius:50%;position:absolute;bottom:2px}.sidebar-section{padding:0 8px}.sidebar-title{font-size:14px;font-weight:500;color:var(--gray-700);margin-bottom:10px}.sidebar-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.sidebar-title-row .sidebar-title{margin-bottom:0}.chip{font-size:11px;background:var(--gray-100);padding:2px 8px;border-radius:12px;color:var(--gray-500);font-weight:500}.progress-bar{height:4px;background:var(--gray-200);border-radius:2px;overflow:hidden;margin-bottom:12px}.progress-fill{height:100%;background:var(--green);width:0%;transition:width .3s}.filter-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--gray-700);padding:6px 8px;border-radius:6px;cursor:pointer}.filter-item:hover{background:var(--gray-50)}.filter-item input{accent-color:var(--blue)}.filter-item .count{margin-left:auto;font-size:12px;color:var(--gray-500);background:var(--gray-100);padding:1px 6px;border-radius:10px;min-width:20px;text-align:center}.dot{width:10px;height:10px;border-radius:50%;display:inline-block;flex-shrink:0}.dot-red{background:var(--red)}.dot-yellow{background:var(--yellow)}.dot-green{background:var(--green)}.dot-pink{background:var(--pink)}.dot-blue{background:var(--blue)}.todo-list-sidebar{display:flex;flex-direction:column;gap:6px;max-height:260px;overflow-y:auto}.sidebar-todo{display:flex;align-items:center;gap:8px;padding:8px;border-radius:8px;border:1px solid var(--gray-200);font-size:13px;cursor:pointer;background:#fff;transition:background .1s}.sidebar-todo:hover{background:var(--gray-50)}.sidebar-todo.completed{opacity:.6}.sidebar-todo.completed .sidebar-todo-title{text-decoration:line-through}.sidebar-todo-check{width:16px;height:16px;border:1.5px solid var(--gray-300);border-radius:4px;display:grid;place-items:center;flex-shrink:0;cursor:pointer;font-size:12px}.sidebar-todo-check.checked{background:var(--blue);border-color:var(--blue);color:#fff}.sidebar-todo-main{flex:1;min-width:0}.sidebar-todo-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.sidebar-todo-meta{font-size:11px;color:var(--gray-500)}.sidebar-todo.prio-super{border-left:3px solid var(--red)}.sidebar-todo.prio-kinda{border-left:3px solid var(--yellow)}.sidebar-todo.prio-chill{border-left:3px solid var(--green)}.sidebar-todo.prio-blocked{border-left:3px solid var(--pink)}.sidebar-todo.prio-wontdo{border-left:3px solid var(--blue)}.legend{margin-top:auto;padding:12px 8px;font-size:11px;color:var(--gray-500);display:flex;flex-wrap:wrap;gap:8px 12px;border-top:1px solid var(--gray-200)}.main{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#fff;position:relative}.week-header{display:grid;grid-template-columns:72px repeat(7,1fr);border-bottom:1px solid var(--gray-300);flex-shrink:0;background:#fff;position:sticky;top:0;z-index:2}.gmt-label{font-size:10px;color:var(--gray-500);padding:8px;border-right:1px solid var(--gray-200)}.day-head{text-align:center;padding:8px 0 6px;border-right:1px solid var(--gray-200);position:relative}.day-head:last-child{border-right:none}.day-head.today .day-num{background:var(--blue);color:#fff}.day-name{font-size:11px;font-weight:500;color:var(--gray-500);text-transform:uppercase;letter-spacing:.8px}.day-num{font-size:22px;font-weight:400;color:var(--gray-700);width:40px;height:40px;display:grid;place-items:center;border-radius:50%;margin:2px auto 0}.day-head.today .day-name{color:var(--blue)}.allday-row{display:grid;grid-template-columns:72px 1fr;border-bottom:1px solid var(--gray-300);flex-shrink:0;min-height:24px;background:#fff}.allday-label{font-size:11px;color:var(--gray-500);display:flex;align-items:center;gap:2px;padding-left:8px;border-right:1px solid var(--gray-200)}.allday-label .material-symbols-outlined{font-size:14px}.allday-cells{display:grid;grid-template-columns:repeat(7,1fr)}.allday-cell{border-right:1px solid var(--gray-200);padding:2px;display:flex;flex-direction:column;gap:2px;min-height:28px}.allday-cell:last-child{border-right:none}.grid-scroll{flex:1;overflow-y:auto;overflow-x:hidden;position:relative}.grid-scroll::-webkit-scrollbar{width:8px}.grid-scroll::-webkit-scrollbar-thumb{background:#dadce0;border-radius:4px}.time-grid{display:grid;grid-template-columns:72px repeat(7,1fr);position:relative}.time-label{font-size:11px;color:var(--gray-500);text-align:right;padding-right:12px;border-right:1px solid var(--gray-200);height:var(--hour-h);position:relative;top:-8px}.time-label:last-of-type{border-right:1px solid var(--gray-200)}.day-col{position:relative;border-right:1px solid var(--gray-200)}.day-col:last-child{border-right:none}.hour-line{position:absolute;left:0;right:0;height:1px;background:var(--gray-200)}.hour-line.major{background:var(--gray-200)}.hour-line.minor{background:#f0f0f0}.slot{position:absolute;left:0;right:0;height:calc(var(--hour-h) / 2);cursor:pointer}.slot:hover{background:#1a73e80a}.now-line{position:absolute;left:0;right:0;height:2px;background:var(--red);z-index:5;pointer-events:none}.now-line:before{content:"";position:absolute;left:-6px;top:-4px;width:10px;height:10px;background:var(--red);border-radius:50%}.allday-pill{display:flex;align-items:center;gap:6px;padding:3px 8px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;border-left:4px solid;box-shadow:0 1px 2px #00000014;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;user-select:none}.allday-pill.prio-super{background:var(--red-bg);border-color:var(--red);color:#7a1a12}.allday-pill.prio-kinda{background:var(--yellow-bg);border-color:var(--yellow);color:#7a4a00}.allday-pill.prio-chill{background:var(--green-bg);border-color:var(--green);color:#0d4a1e}.allday-pill.prio-blocked{background:var(--pink-bg);border-color:var(--pink);color:#880e4f}.allday-pill.prio-wontdo{background:var(--blue-bg);border-color:var(--blue);color:#0d47a1}.allday-pill.completed{opacity:.55;text-decoration:line-through}.allday-pill-check{width:14px;height:14px;border:1.5px solid currentColor;border-radius:3px;display:grid;place-items:center;font-size:10px;flex-shrink:0;background:#ffffffb3}.allday-pill-check.checked{background:currentColor;color:#fff}.allday-pill-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.allday-cell.drop-target{background:#1a73e814;outline:2px dashed #1a73e8;outline-offset:-2px}.slot.drop-target{background:#1a73e81f!important}.day-col.col-drop-target{background:#1a73e80a}.drag-handle{font-size:14px;opacity:.5;cursor:grab;margin-left:auto}.drag-handle:active{cursor:grabbing}.event.dragging,.allday-pill.dragging{opacity:.4;transform:rotate(1deg) scale(.98);box-shadow:0 4px 12px #0003}.event{transition:transform .1s,box-shadow .1s,opacity .15s}.allday-pill{transition:transform .1s,opacity .15s}.event{position:absolute;left:4px;right:6px;border-radius:6px;padding:6px 8px;font-size:12px;line-height:1.3;cursor:pointer;overflow:hidden;display:flex;flex-direction:column;gap:2px;box-shadow:0 1px 2px #00000014;border-left:4px solid;transition:transform .1s,box-shadow .1s;-webkit-user-select:none;user-select:none}.event:hover{transform:translateY(-1px);box-shadow:0 2px 6px #00000024;z-index:3!important}.event.completed{opacity:.55}.event.completed .event-title{text-decoration:line-through;text-decoration-thickness:1.5px}.event.prio-super{background:var(--red-bg);border-color:var(--red);color:#7a1a12}.event.prio-kinda{background:var(--yellow-bg);border-color:var(--yellow);color:#7a4a00}.event.prio-chill{background:var(--green-bg);border-color:var(--green);color:#0d4a1e}.event.prio-blocked{background:var(--pink-bg);border-color:var(--pink);color:#880e4f}.event.prio-wontdo{background:var(--blue-bg);border-color:var(--blue);color:#0d47a1}.event-header{display:flex;align-items:center;gap:6px;min-width:0}.event-check{width:16px;height:16px;border-radius:4px;border:1.5px solid currentColor;display:grid;place-items:center;flex-shrink:0;background:#ffffffb3;cursor:pointer;font-size:12px;line-height:1}.event-check.checked{background:currentColor;color:#fff}.event-check.checked:after{content:"✓";font-size:10px}.event-title{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.event-time{font-size:11px;opacity:.85;white-space:nowrap}.event-desc{font-size:11px;opacity:.75;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event-actions{position:absolute;top:4px;right:4px;display:none;gap:2px}.event:hover .event-actions{display:flex}.event-actions button{width:18px;height:18px;border:none;background:#ffffffe6;border-radius:50%;display:grid;place-items:center;cursor:pointer;font-size:12px}.hint{position:absolute;bottom:16px;left:50%;transform:translate(-50%);background:var(--gray-700);color:#fff;font-size:12px;padding:6px 12px;border-radius:16px;opacity:.9;pointer-events:none}.fab{display:none;position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:16px;border:none;background:#fff;box-shadow:0 2px 8px #0000002e;cursor:pointer}.dialog{border:none;border-radius:12px;padding:0;width:520px;max-width:calc(100vw - 24px);box-shadow:0 8px 24px #0000002e;overflow:hidden}.dialog::backdrop{background:#00000052}.dialog-form{padding:0}.dialog-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:var(--gray-50);border-bottom:1px solid var(--gray-200)}.dialog-actions{display:flex;gap:8px;align-items:center}.btn-text{border:none;background:none;color:var(--gray-500);font-size:14px;cursor:pointer;padding:8px 12px;border-radius:6px}.btn-text:hover{background:var(--gray-100)}.btn-primary{background:var(--blue);color:#fff;border:none;padding:8px 20px;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer}.btn-primary:hover{background:#1765cc}.title-input{width:100%;border:none;border-bottom:1px solid var(--gray-200);font-size:22px;padding:16px 24px 12px 56px;outline:none;font-family:Google Sans,sans-serif}.title-input:focus{border-bottom-color:var(--blue)}.form-row{display:flex;align-items:center;gap:12px;padding:12px 24px}.field-icon{color:var(--gray-500);font-size:20px}.field-icon.small{font-size:18px}.field-label{font-size:14px;color:var(--gray-700);min-width:60px}.form-row input[type=date],.form-row input[type=time],.form-row select,.form-row input[type=text]{border:1px solid var(--gray-300);border-radius:6px;padding:8px 10px;font-size:14px;outline:none}.form-row input[type=date]:focus,.form-row input[type=time]:focus,.form-row select:focus,.form-row input[type=text]:focus{border-color:var(--blue)}#todoDesc{flex:1}.priority-row{flex-wrap:wrap}.priority-options{display:flex;gap:8px;flex-wrap:wrap}.prio-chip{display:flex;align-items:center;gap:6px;border:1px solid var(--gray-300);border-radius:20px;padding:6px 12px;font-size:13px;cursor:pointer;background:#fff;-webkit-user-select:none;user-select:none}.prio-chip input{display:none}.prio-chip:has(input:checked){border-color:currentColor;background:var(--gray-50);font-weight:500}.prio-chip.prio-red:has(input:checked){background:var(--red-bg);color:var(--red);border-color:var(--red)}.prio-chip.prio-yellow:has(input:checked){background:var(--yellow-bg);color:#b77900;border-color:var(--yellow)}.prio-chip.prio-green:has(input:checked){background:var(--green-bg);color:var(--green);border-color:var(--green)}.prio-chip.prio-pink:has(input:checked){background:var(--pink-bg);color:var(--pink);border-color:var(--pink)}.prio-chip.prio-blue:has(input:checked){background:var(--blue-bg);color:var(--blue);border-color:var(--blue)}.checkbox-row{font-size:14px;color:var(--gray-700);cursor:pointer}.dialog-hint{padding:12px 24px 16px;font-size:12px;color:var(--gray-500);display:flex;align-items:center;gap:6px}.offline-banner{display:none;background:#fbbc04;color:#202124;text-align:center;padding:6px 12px;font-size:13px;font-weight:500;border-bottom:1px solid #e8eaed}.offline-banner.show{display:block}.sync-status{position:fixed;top:8px;left:50%;transform:translate(-50%);background:#333;color:#fff;padding:6px 12px;border-radius:16px;font-size:12px;display:none;z-index:999}.sync-status.show{display:block}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(100px);background:var(--gray-700);color:#fff;padding:10px 16px;border-radius:8px;font-size:13px;display:flex;gap:12px;align-items:center;transition:transform .25s;z-index:1000;opacity:0;pointer-events:none}.toast.show{transform:translate(-50%) translateY(0);opacity:1;pointer-events:auto}@media (max-width: 900px){.sidebar{position:absolute;left:0;top:var(--header-h);bottom:0;z-index:10;box-shadow:2px 0 8px #0000001f}.sidebar.collapsed{margin-left:-260px;box-shadow:none}.header-center .current-month{font-size:18px;min-width:140px}.fab{display:grid;place-items:center}.hint{display:none}}@media (max-width: 640px){.header-right .view-switcher,.header-right .icon-btn{display:none}.week-header{grid-template-columns:48px repeat(7,1fr)}.allday-row{grid-template-columns:48px 1fr}.time-grid{grid-template-columns:48px repeat(7,1fr)}.gmt-label,.allday-label{font-size:9px;padding-left:4px}.day-name{font-size:10px}.day-num{font-size:16px;width:32px;height:32px}}
