*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f0f2f5;color:#3c4043;min-height:100vh}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding:24px 16px;max-width:1280px;margin:0 auto;width:100%}.list-view{max-width:640px;margin:0 auto}.app-header{height:64px;background:#fff;box-shadow:0 1px 3px #0000001f;display:flex;align-items:center;padding:0 16px;gap:12px;position:sticky;top:0;z-index:100}.header-logo{font-size:1.2rem;font-weight:600;color:#1a1a2e}.hamburger{width:40px;height:40px;background:none;border:none;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;border-radius:50%;transition:background .2s}.hamburger:hover{background:#0000000f}.hamburger span{display:block;width:22px;height:2px;background:#555;border-radius:2px;transition:transform .3s,opacity .3s}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:150}.drawer{position:fixed;top:0;left:0;height:100vh;width:260px;background:#fff;box-shadow:2px 0 8px #00000026;z-index:200;padding:16px 0;animation:slideIn .2s ease}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.drawer-title{padding:16px 24px 8px;font-size:.78rem;font-weight:700;color:#70757a;letter-spacing:.08em;text-transform:uppercase}.drawer-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 24px;background:none;border:none;font-size:.95rem;cursor:pointer;color:#3c4043;text-align:left;border-radius:0 24px 24px 0;margin-right:16px;transition:background .15s}.drawer-item:hover{background:#f0f2f5}.drawer-item.active{background:#e8f0fe;color:#1a73e8;font-weight:600}.drawer-icon{font-size:1.1rem}.btn{padding:9px 18px;font-size:.875rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:opacity .2s,transform .1s;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:not(:disabled):hover{opacity:.85}.btn:not(:disabled):active{transform:scale(.97)}.btn-primary{background:#4361ee;color:#fff}.btn-success{background:#2ecc71;color:#fff}.btn-danger{background:#e74c3c;color:#fff}.task-form{background:#fff;border-radius:10px;padding:16px;box-shadow:0 1px 4px #00000014;margin-bottom:24px}.task-form-row{display:flex;gap:8px;margin-bottom:12px}.task-input{flex:1;padding:10px 14px;font-size:1rem;border:2px solid #ddd;border-radius:8px;outline:none;background:#fff;transition:border-color .2s}.task-input:focus{border-color:#4361ee}.task-form-dates{display:grid;grid-template-columns:1fr 1fr;gap:12px}.date-field{display:flex;flex-direction:column;gap:4px}.date-label{font-size:.75rem;font-weight:600;color:#666}.date-input{padding:8px 10px;border:1px solid #ddd;border-radius:6px;font-size:.85rem;color:#333;outline:none}.date-input:focus{border-color:#4361ee}.task-list{list-style:none;display:flex;flex-direction:column;gap:10px}.task-item{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#fff;border-radius:10px;box-shadow:0 1px 4px #00000014;transition:opacity .3s}.task-item.completed{opacity:.6}.task-info{flex:1;display:flex;flex-direction:column;gap:3px}.task-title{font-size:1rem}.task-item.completed .task-title{text-decoration:line-through;color:#888}.task-datetime{font-size:.78rem;color:#888}.task-actions{display:flex;gap:8px;margin-left:12px}.task-actions .btn{padding:6px 12px;font-size:.8rem}.empty-message{text-align:center;color:#888;margin-top:40px}.loading{text-align:center;color:#666;margin:20px 0}.error{color:#e74c3c;background:#ffeaea;padding:10px 14px;border-radius:8px;margin-bottom:16px;font-size:.9rem}.calendar{background:#fff;border-radius:12px;box-shadow:0 1px 6px #0000001a;overflow:hidden}.cal-nav{display:flex;align-items:center;gap:8px;padding:12px 16px;border-bottom:1px solid #e0e0e0}.btn-today{border:1px solid #dadce0;background:#fff;border-radius:4px;padding:6px 12px;font-size:.85rem;cursor:pointer;color:#3c4043;transition:background .15s}.btn-today:hover{background:#f0f2f5}.btn-nav{width:32px;height:32px;border:none;background:none;font-size:1.5rem;cursor:pointer;color:#555;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .15s}.btn-nav:hover{background:#f0f2f5}.cal-title{flex:1;font-size:1.1rem;font-weight:400;color:#3c4043}.view-toggle{display:flex;border:1px solid #dadce0;border-radius:4px;overflow:hidden}.view-toggle button{border:none;background:#fff;padding:6px 14px;font-size:.85rem;cursor:pointer;color:#3c4043;transition:background .15s}.view-toggle button.active{background:#e8f0fe;color:#1a73e8;font-weight:600}.cal-weekdays{display:grid;grid-template-columns:repeat(7,1fr);border-bottom:1px solid #e0e0e0}.cal-weekday{text-align:center;padding:8px 0;font-size:.72rem;font-weight:500;color:#70757a;text-transform:uppercase}.cal-weekday.sun{color:#c0392b}.cal-weekday.sat{color:#1a73e8}.cal-week-row{position:relative;display:grid;grid-template-columns:repeat(7,1fr);border-left:1px solid #e0e0e0}.cal-cell{border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;padding:4px;cursor:pointer;transition:background .1s}.cal-cell:hover{background:#f8f9fa}.cal-cell.other-month{background:#fafafa}.cal-cell.other-month .cal-day-num{color:#ccc}.cal-cell.cal-today{background:#f0f7ff}.cal-day-num{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;font-size:.85rem;font-weight:500;color:#3c4043}.cal-day-num.today-circle{background:#1a73e8;color:#fff!important;font-weight:700}.cal-day-num.sun{color:#c0392b}.cal-day-num.sat{color:#1a73e8}.multi-bar{position:absolute;height:18px;border-radius:4px;padding:0 6px;font-size:.72rem;color:#fff;display:flex;align-items:center;gap:3px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:opacity .15s;z-index:1}.multi-bar:hover{opacity:.85}.multi-bar.chip-done{opacity:.55;text-decoration:line-through}.chip-time{font-size:.68rem;margin-right:3px;opacity:.9;flex-shrink:0}.cal-week{overflow:hidden}.week-head{display:grid;grid-template-columns:52px repeat(7,1fr);border-bottom:1px solid #e0e0e0;background:#fff;position:sticky;top:64px;z-index:10}.week-col-header{display:flex;flex-direction:column;align-items:center;padding:8px 0;border-left:1px solid #e0e0e0}.week-col-header.cal-today .week-col-num{background:#1a73e8;color:#fff}.week-col-day{font-size:.72rem;color:#70757a;text-transform:uppercase;font-weight:500}.week-col-day.sun{color:#c0392b}.week-col-day.sat{color:#1a73e8}.week-col-num{width:32px;height:32px;line-height:32px;text-align:center;border-radius:50%;font-size:1rem;font-weight:500;color:#3c4043;margin-top:2px}.week-col-num.today-circle{background:#1a73e8;color:#fff!important;font-weight:700}.week-body{display:grid;grid-template-columns:52px repeat(7,1fr);max-height:620px;overflow-y:auto}.week-time-col{position:sticky;left:0;background:#fff;z-index:5}.week-hour-label{height:60px;padding:2px 8px 0 0;font-size:.68rem;color:#70757a;text-align:right;border-top:1px solid #e8eaed}.week-day-col{position:relative;border-left:1px solid #e0e0e0;cursor:pointer}.week-day-col:hover{background:#00000004}.week-hour-slot{height:60px;border-top:1px solid #e8eaed}.week-event{position:absolute;left:2px;right:2px;border-radius:4px;padding:2px 5px;color:#fff;font-size:.72rem;cursor:pointer;overflow:hidden;z-index:2;transition:opacity .15s;box-shadow:0 1px 3px #0003}.week-event:hover{opacity:.85}.week-event.chip-done{opacity:.55}.week-ev-time{display:block;font-size:.65rem;opacity:.9}.week-ev-title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:300}.modal-box{background:#fff;border-radius:12px;padding:0 24px 24px;min-width:320px;max-width:460px;width:90%;position:relative;box-shadow:0 8px 32px #0003;overflow:hidden}.modal-color-bar{height:6px;margin:0 -24px 16px}.modal-close{position:absolute;top:12px;right:12px;background:none;border:none;font-size:1.4rem;cursor:pointer;color:#888;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .15s}.modal-close:hover{background:#f0f2f5}.modal-title{font-size:1.1rem;font-weight:600;color:#1a1a2e;margin-bottom:12px;padding-right:32px}.modal-info{font-size:.9rem;color:#555;margin-bottom:6px}.modal-actions{display:flex;gap:8px;margin-top:16px;justify-content:flex-end}.modal-label{display:block;font-size:.78rem;color:#666;margin:10px 0 4px}.modal-input{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-size:.9rem;outline:none}.modal-input:focus{border-color:#1a73e8}
