@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a2e;background:#f8f9fa;min-height:100vh;font-family:Inter,system-ui,sans-serif}.shell{background:#fff;flex-direction:column;max-width:480px;min-height:100vh;margin:0 auto;display:flex;box-shadow:0 0 40px #00000014}.shell-header{border-bottom:1px solid #f0f0f0;align-items:center;gap:.75rem;padding:1rem 1.25rem .75rem;display:flex}.shell-header h1{color:#1a1a2e;flex:1;font-size:1.35rem;font-weight:700}.shell-body{flex:1;padding:.5rem 0;overflow-y:auto}.shell-footer{background:#fff;border-top:1px solid #f0f0f0;padding:.75rem 1rem}.capture-bar{background:#fff;border-bottom:1px solid #f0f0f0;align-items:flex-end;gap:.5rem;padding:.75rem 1rem;display:flex}.capture-bar textarea{resize:none;border:1.5px solid #e2e8f0;border-radius:12px;outline:none;flex:1;padding:.65rem .9rem;font-family:inherit;font-size:.95rem;line-height:1.4;transition:border-color .15s}.capture-bar textarea:focus{border-color:#6366f1}.capture-bar button{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.3rem;transition:background .15s;display:flex}.capture-bar button:hover{background:#4f46e5}.capture-bar button:disabled{cursor:not-allowed;background:#c7d2fe}.tabs{border-bottom:1px solid #f0f0f0;gap:.25rem;padding:.5rem 1rem;display:flex;overflow-x:auto}.tab{cursor:pointer;white-space:nowrap;color:#64748b;background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;padding:.35rem .8rem;font-size:.8rem;font-weight:500;transition:all .15s}.tab.active{color:#fff;background:#6366f1;border-color:#6366f1}.cat-group{margin:.25rem 0}.cat-header{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.4rem;padding:.5rem 1.25rem .25rem;font-size:.75rem;font-weight:600;display:flex}.item-card{border-bottom:1px solid #f8f9fa;align-items:flex-start;gap:.75rem;padding:.75rem 1.25rem;transition:background .1s;display:flex}.item-card:hover{background:#f8f9ff}.item-done-btn{cursor:pointer;background:0 0;border:2px solid #cbd5e1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:2px;transition:all .15s;display:flex}.item-done-btn:hover{background:#ede9fe;border-color:#6366f1}.item-done-btn.recurring{border-color:#06b6d4}.item-done-btn.recurring:hover{background:#e0f2fe;border-color:#0891b2}.item-body{flex:1;min-width:0}.item-title{color:#1e293b;font-size:.9rem;font-weight:500;line-height:1.3}.item-text{color:#64748b;margin-top:.15rem;font-size:.82rem;line-height:1.35}.item-meta{flex-wrap:wrap;align-items:center;gap:.3rem;margin-top:.4rem;display:flex}.badge{border-radius:20px;padding:.15rem .5rem;font-size:.7rem;font-weight:500}.badge-recur{color:#155e75;background:#cffafe}.badge-priority-urgent{color:#991b1b;background:#fee2e2}.badge-priority-high{color:#9a3412;background:#fed7aa}.badge-priority-normal{color:#3730a3;background:#e0e7ff}.badge-priority-low{color:#64748b;background:#f1f5f9}.badge-loc{color:#166534;background:#f0fdf4}.item-actions{flex-direction:column;flex-shrink:0;gap:.25rem;display:flex}.icon-btn{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:6px;padding:.2rem .3rem;font-size:.85rem;transition:all .15s}.icon-btn:hover{color:#64748b;background:#f1f5f9}.classifying-dot{background:#6366f1;border-radius:50%;width:8px;height:8px;animation:1.2s ease-in-out infinite pulse;display:inline-block}@keyframes pulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.empty{text-align:center;color:#94a3b8;padding:3rem 2rem}.empty h2{color:#cbd5e1;margin-bottom:.5rem;font-size:1.1rem}.empty p{font-size:.85rem}.login-wrap{justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.login-card{background:#fff;border-radius:20px;width:100%;max-width:380px;padding:2rem;box-shadow:0 4px 24px #00000014}.login-card h1{text-align:center;margin-bottom:.25rem;font-size:1.6rem;font-weight:700}.login-card p{text-align:center;color:#64748b;margin-bottom:1.5rem;font-size:.9rem}.form-group{margin-bottom:1rem}.form-group label{color:#374151;margin-bottom:.3rem;font-size:.85rem;font-weight:500;display:block}.form-group input{border:1.5px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:.65rem .9rem;font-size:.95rem;transition:border-color .15s}.form-group input:focus{border-color:#6366f1}.btn-primary{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:10px;width:100%;margin-top:.5rem;padding:.75rem;font-size:1rem;font-weight:600;transition:background .15s}.btn-primary:hover{background:#4f46e5}.btn-primary:disabled{cursor:not-allowed;background:#c7d2fe}.error-msg{color:#991b1b;background:#fee2e2;border-radius:8px;margin-bottom:1rem;padding:.6rem .9rem;font-size:.85rem}.recur-detail{color:#0891b2;margin-top:.2rem;font-size:.75rem}.connect-cal-section{text-align:center;background:#f8fafc;border:1.5px dashed #e2e8f0;border-radius:14px;margin:1.5rem 1.25rem 1rem;padding:1rem}.connect-cal-title{color:#475569;margin-bottom:.2rem;font-size:.85rem;font-weight:600}.connect-cal-sub{color:#94a3b8;margin-bottom:.75rem;font-size:.75rem}.connect-cal-btns{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.connect-cal-btn{color:#94a3b8;cursor:not-allowed;opacity:.7;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;align-items:center;gap:.35rem;padding:.45rem .85rem;font-size:.78rem;font-weight:500;display:flex}.connect-cal-btn-active{cursor:pointer;opacity:1;color:#374151;border-color:#6366f1}.connect-cal-btn-active:hover{background:#f0f0ff}.connect-cal-btn-active:disabled{opacity:.6;cursor:wait}.connect-cal-btn-danger{cursor:pointer;opacity:1;color:#ef4444;border-color:#fecaca}.connect-cal-btn-danger:hover{background:#fff1f1}.connect-cal-coming{color:#cbd5e1;margin-top:.5rem;font-size:.7rem;font-style:italic}.coming-badge{color:#94a3b8;background:#f1f5f9;border-radius:10px;padding:.05rem .35rem;font-size:.65rem}.sync-connected{color:#10b981;font-weight:500}.sync-result{color:#10b981;margin-bottom:.5rem;font-size:.75rem}.sync-fail{color:#ef4444}.sync-error{color:#ef4444;flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:.3rem;font-size:.75rem;display:flex}.sync-error-retry-btn{color:#991b1b;cursor:pointer;background:#fee2e2;border:1px solid #fecaca;border-radius:6px;padding:.15rem .45rem;font-size:.7rem}.sync-error-retry-btn:hover{background:#fecaca}.cal-synced-badge{opacity:.7;cursor:default;font-size:.85rem}.cal-header{justify-content:space-between!important}.cal-header-center{flex-direction:column;flex:1;align-items:center;gap:.15rem;display:flex}.cal-header-center h1{font-size:1.05rem}.cal-nav-btn{color:#6366f1;padding:.25rem .5rem;font-size:1.5rem}.today-pill{color:#6366f1;cursor:pointer;background:#ede9fe;border:none;border-radius:20px;padding:.15rem .6rem;font-size:.72rem;font-weight:600}.cal-dow-row{border-bottom:1px solid #f0f0f0;grid-template-columns:repeat(7,1fr);padding:.4rem .5rem .1rem;display:grid}.cal-dow{text-align:center;color:#94a3b8;font-size:.68rem;font-weight:600}.cal-grid{background:#f0f0f0;border-bottom:1px solid #f0f0f0;grid-template-columns:repeat(7,1fr);gap:1px;display:grid}.cal-cell{cursor:pointer;background:#fff;flex-direction:column;gap:.2rem;min-height:52px;padding:.3rem .25rem .25rem;transition:background .1s;display:flex}.cal-cell:hover{background:#f8f9ff}.cal-cell-empty{cursor:default;background:#fafafa}.cal-cell-today .cal-day-num{color:#fff;background:#6366f1;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.cal-cell-selected{background:#ede9fe!important}.cal-day-num{color:#374151;justify-content:center;align-items:center;width:22px;height:22px;font-size:.78rem;font-weight:500;line-height:1;display:flex}.cal-dots{flex-wrap:wrap;gap:2px;padding:0 1px;display:flex}.cal-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.cal-dot-more{color:#94a3b8;align-self:center;font-size:.55rem;font-weight:600;line-height:1}.cal-day-panel{background:#fff;border:1.5px solid #e0e7ff;border-radius:14px;margin:0 .75rem .5rem;overflow:hidden}.cal-day-panel-header{color:#4338ca;background:#ede9fe;justify-content:space-between;align-items:center;padding:.65rem .9rem;font-size:.85rem;font-weight:600;display:flex}.cal-day-item{cursor:pointer;border-bottom:1px solid #f8f9fa;align-items:flex-start;gap:.65rem;padding:.65rem .9rem;transition:background .1s;display:flex}.cal-day-item:last-child{border-bottom:none}.cal-day-item:hover{background:#f8f9ff}.cal-day-dot{border-radius:50%;flex-shrink:0;width:9px;height:9px;margin-top:4px}.cal-day-item-body{flex:1;min-width:0}.cal-day-item-title{color:#1e293b;font-size:.87rem;font-weight:500}.cal-day-item-note{color:#64748b;margin-top:.1rem;font-size:.75rem}.cal-day-item-edit{opacity:.5;flex-shrink:0;font-size:.85rem}.cal-day-item-external{opacity:.9}.cal-day-item-loc{color:#10b981;margin-top:.1rem;font-size:.72rem}.cal-day-item-list{color:#0078d4!important}.cal-day-item-source{flex-shrink:0;align-items:center;display:flex}.source-icon{opacity:.7;font-size:.8rem}.source-outlook{color:#0078d4}.source-todo{color:#6366f1}.source-lifepile{font-size:.75rem}.cal-day-empty{color:#94a3b8;padding:.75rem .9rem;font-size:.82rem}.geo-clusters{background:#f0fdf4;border-bottom:1px solid #dcfce7;flex-wrap:wrap;gap:.35rem;padding:.4rem .75rem;display:flex}.geo-cluster-chip{color:#166534;cursor:default;background:#dcfce7;border-radius:20px;padding:.2rem .55rem;font-size:.72rem;font-weight:500}.cal-event-detail{background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;margin:0 .75rem .5rem;padding:.75rem .9rem}.cal-event-detail-title{color:#1e293b;margin:.3rem 0;font-size:.95rem;font-weight:600}.cal-event-detail-note{color:#64748b;white-space:pre-wrap;max-height:120px;margin-top:.5rem;font-size:.8rem;overflow-y:auto}.accounts-list{flex-direction:column;gap:.4rem;margin-bottom:.5rem;display:flex}.account-row{background:#f8fafc;border-radius:10px;align-items:center;gap:.65rem;padding:.45rem .5rem;display:flex}.account-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.account-info{flex:1;min-width:0}.account-name{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:600;overflow:hidden}.account-email{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:.7rem;overflow:hidden}.account-remove-btn{color:#cbd5e1;padding:.15rem .3rem;font-size:.78rem}.account-remove-btn:hover{color:#ef4444;background:#fee2e2}.cal-header-right{align-items:center;gap:.25rem;display:flex}.cal-pulling-badge{color:#6366f1;font-size:.85rem;animation:1s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.cal-accounts-badge{color:#6366f1;background:#ede9fe;border-radius:20px;padding:.15rem .45rem;font-size:.7rem;font-weight:600}.undated-section{border:1.5px dashed #e2e8f0;border-radius:14px;margin:.75rem .75rem 0;overflow:hidden}.undated-header{color:#94a3b8;background:#f8fafc;padding:.5rem .9rem;font-size:.75rem;font-weight:600}.slide-down-enter-active,.slide-down-leave-active{transition:all .2s}.slide-down-enter-from,.slide-down-leave-to{opacity:0;transform:translateY(-8px)}.item-body-tap{cursor:pointer}.item-body-tap:hover .item-title{color:#6366f1}.edit-overlay{z-index:100;background:#00000080;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.edit-sheet{background:#fff;border-radius:20px 20px 0 0;width:100%;max-width:480px;max-height:85vh;padding:1.25rem 1.25rem 1.5rem;animation:.22s slideUp;overflow-y:auto}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.edit-sheet-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;margin-bottom:1.1rem;padding-bottom:.75rem;display:flex}.edit-sheet-header h3{font-size:1rem;font-weight:600}.edit-sheet-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1rem}.btn-reclassify{color:#6366f1;cursor:pointer;background:#ede9fe;border:1.5px solid #c7d2fe;border-radius:8px;align-items:center;gap:.35rem;padding:.3rem .7rem;font-size:.78rem;font-weight:600;transition:background .15s;display:flex}.btn-reclassify:hover{background:#ddd6fe}.btn-reclassify:disabled{opacity:.6;cursor:not-allowed}.edit-field{margin-bottom:1rem}.edit-field label{color:#374151;margin-bottom:.3rem;font-size:.8rem;font-weight:500;display:block}.edit-field textarea,.edit-field input[type=text],.edit-field select{color:#1e293b;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:.6rem .85rem;font-family:inherit;font-size:.9rem;transition:border-color .15s}.edit-field textarea:focus,.edit-field input[type=text]:focus,.edit-field select:focus{border-color:#6366f1}.toggle-row{cursor:pointer;-webkit-user-select:none;user-select:none;background:#f8fafc;border-radius:10px;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.toggle-row-label{align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.toggle{flex-shrink:0;width:44px;height:24px;display:inline-flex;position:relative}.toggle input{opacity:0;width:0;height:0}.toggle-track{cursor:pointer;background:#e2e8f0;border-radius:24px;transition:background .2s;position:absolute;inset:0}.toggle input:checked+.toggle-track{background:#6366f1}.toggle-thumb{pointer-events:none;background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;bottom:3px;left:3px;box-shadow:0 1px 3px #0003}.toggle input:checked~.toggle-thumb{transform:translate(20px)}.edit-actions{gap:.75rem;margin-top:1.5rem;display:flex}.btn-cancel{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:10px;flex:1;padding:.65rem;font-size:.9rem;font-weight:500}.btn-cancel:hover{background:#e2e8f0}.btn-save{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:10px;flex:2;padding:.65rem;font-size:.9rem;font-weight:600;transition:background .15s}.btn-save:hover{background:#4f46e5}.btn-save:disabled{cursor:not-allowed;background:#c7d2fe}.nav-tabs{display:flex}.nav-tab{color:#94a3b8;cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;align-items:center;gap:.15rem;padding:.6rem;font-size:.65rem;font-weight:500;text-decoration:none;transition:color .15s;display:flex}.nav-tab.router-link-active,.nav-tab.active{color:#6366f1}.nav-tab-icon{font-size:1.2rem}
