@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green: #7a9e5f;--green-dark: #6a8e50;--green-light: #8fb070;--cream: #f5f5f0;--white: #ffffff;--text: #2c2c2c;--text-muted: #888;--text-light: #bbb;--orange: #f97316;--radius-card: 28px;--radius-sm: 10px;--shadow-card: 0 20px 60px rgba(0,0,0,.18)}html,body,#root{height:100%;font-family:Inter,system-ui,sans-serif;background:#e8ebe4;-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit}.app-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px 16px}.phone-card{width:100%;max-width:420px;border-radius:var(--radius-card);overflow:hidden;box-shadow:var(--shadow-card);display:flex;flex-direction:column}.green-header{background:var(--green);padding:28px 24px 0;color:#fff}.header-top-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.month-title{font-size:22px;font-weight:800;letter-spacing:-.5px;color:#fff}.icon-btn{color:#ffffffbf;font-size:18px;padding:4px 8px;border-radius:8px;transition:background .15s,color .15s}.icon-btn:hover{background:#ffffff26;color:#fff}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px 0;margin-bottom:16px}.cal-day-label{text-align:center;font-size:11px;font-weight:600;color:#ffffff8c;padding:4px 0 8px;letter-spacing:.3px}.cal-day{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;height:36px;font-size:14px;font-weight:500;color:#ffffffd9;border-radius:50%;transition:background .15s,color .15s;cursor:pointer}.cal-day:hover{background:#ffffff26}.cal-day.today{background:var(--green-dark);color:#fff;font-weight:700}.cal-day.selected{background:#ffffff40;color:#fff;font-weight:700}.cal-day.today.selected{background:var(--green-dark);outline:2px solid rgba(255,255,255,.6);outline-offset:1px}.cal-dot{position:absolute;bottom:3px;width:4px;height:4px;border-radius:50%;background:#fffc}.drag-handle{width:36px;height:4px;background:#ffffff59;border-radius:99px;margin:8px auto 16px}.white-body{background:var(--white);border-radius:var(--radius-card) var(--radius-card) 0 0;margin-top:-20px;padding:28px 24px 32px;flex:1;min-height:320px}.body-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.today-label{font-size:22px;font-weight:800;color:var(--text);letter-spacing:-.5px}.fab{width:48px;height:48px;border-radius:14px;background:var(--orange);color:#fff;font-size:26px;font-weight:300;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #f9731666;transition:transform .15s,filter .15s;line-height:1}.fab:hover{transform:scale(1.07);filter:brightness(1.08)}.fab:active{transform:scale(.96)}.task-list-scroll{overflow-y:auto;max-height:340px;padding-right:2px}.task-list{list-style:none;display:flex;flex-direction:column}.task-row{display:flex;align-items:flex-start;gap:12px;padding:6px 0}.timeline{display:flex;flex-direction:column;align-items:center;flex-shrink:0;padding-top:2px}.tl-dot{width:22px;height:22px;border-radius:50%;border:2px solid var(--orange);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s,border-color .2s;cursor:pointer}.tl-dot svg{width:10px;height:8px}.tl-line{width:2px;flex:1;min-height:20px;background:#e8e8e8;margin:4px 0}.task-body{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0;padding-top:2px}.task-title{font-size:14px;font-weight:600;color:var(--text);line-height:1.3}.task-title.struck{text-decoration:line-through;color:var(--text-muted)}.task-note{font-size:11.5px;color:var(--text-muted);line-height:1.4}.task-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.status-badge{font-size:11px;font-weight:700;padding:4px 12px;border-radius:20px;cursor:pointer;transition:filter .15s;white-space:nowrap}.status-badge:hover{filter:brightness(.9)}.task-actions{display:flex;gap:4px}.act-btn{font-size:13px;padding:3px 5px;border-radius:6px;transition:background .15s;background:#f5f5f5}.act-btn:hover{background:#ebebeb}.act-btn.del:hover{background:#fde8e8}.empty-day{text-align:center;padding:40px 0;color:var(--text-light);font-size:13px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:200;padding:24px 16px}.modal-card{width:100%;max-width:420px;border-radius:var(--radius-card);overflow:hidden;box-shadow:var(--shadow-card);background:var(--white)}.modal-header{background:var(--green);padding:24px 24px 28px;position:relative}.modal-close{position:absolute;top:18px;left:20px;color:#fffc;font-size:16px;padding:4px 8px;border-radius:8px;transition:background .15s}.modal-close:hover{background:#ffffff26;color:#fff}.modal-title{font-size:22px;font-weight:800;color:#fff;text-align:left;padding-top:8px}.modal-body{padding:24px 24px 28px;display:flex;flex-direction:column;gap:14px}.field-label{font-size:13px;font-weight:700;color:var(--text);margin-bottom:4px;display:block}.field-input{width:100%;background:var(--cream);border:none;border-radius:var(--radius-sm);padding:12px 14px;font-size:14px;color:var(--text);outline:none;transition:box-shadow .15s}.field-input:focus{box-shadow:0 0 0 2px var(--green-light)}.field-input::placeholder{color:var(--text-light)}.field-textarea{width:100%;background:var(--cream);border:none;border-radius:var(--radius-sm);padding:12px 14px;font-size:14px;color:var(--text);outline:none;resize:none;transition:box-shadow .15s;line-height:1.5}.field-textarea:focus{box-shadow:0 0 0 2px var(--green-light)}.field-textarea::placeholder{color:var(--text-light)}.modal-bottom-row{display:flex;align-items:center;justify-content:space-between}.color-section{display:flex;flex-direction:column;gap:8px}.color-swatches{display:flex;gap:10px}.swatch{width:28px;height:28px;border-radius:50%;transition:transform .15s,box-shadow .15s;border:2px solid transparent}.swatch:hover{transform:scale(1.15)}.swatch.active{border-color:var(--text);box-shadow:0 0 0 2px #00000026;transform:scale(1.1)}.save-btn{width:100%;background:var(--orange);color:#fff;font-size:16px;font-weight:700;padding:15px;border-radius:var(--radius-sm);box-shadow:0 6px 20px #f9731659;transition:filter .15s,transform .1s;margin-top:4px}.save-btn:hover{filter:brightness(1.08);transform:translateY(-1px)}.save-btn:active{transform:translateY(0)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ddd;border-radius:99px}@media (max-width: 480px){.phone-card{border-radius:20px}.green-header{padding:20px 16px 0}.white-body{padding:22px 16px 28px}.modal-card{border-radius:20px}.modal-body{padding:20px 16px 24px}}
