:root{color:#1d2433;background:#f7f8fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0;background:#f7f8fb}button{cursor:pointer;font:inherit}input,select,textarea{font:inherit}.app-shell{display:flex;flex-direction:column;min-height:100svh;background:#f7f8fb}.workspace{width:min(100%,720px);margin:0 auto;padding:18px 16px 88px}.today-panel{min-height:calc(100svh - 112px)}.today-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0 18px}.eyebrow{margin:0 0 4px;color:#6b7280;font-size:13px;font-weight:700}h1{margin:0;font-size:30px;line-height:1.1;letter-spacing:0}.primary-action{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:0;border-radius:8px;padding:0 14px;color:#fff;background:#2563eb;font-size:14px;font-weight:800;white-space:nowrap}.summary-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px}.summary-strip span{min-height:36px;border:1px solid #dbe2ec;border-radius:8px;padding:8px 6px;color:#4b5563;background:#fff;font-size:12px;text-align:center}.view-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-bottom:12px;border:1px solid #dbe2ec;border-radius:8px;padding:4px;background:#fff}.view-tab{min-height:44px;border:0;border-radius:6px;color:#6b7280;background:transparent;font-size:14px;font-weight:800}.view-tab.active{color:#fff;background:#1d2433}.timeline-preview{overflow:hidden;border:1px solid #dbe2ec;border-radius:8px;background:#fff}.time-row{display:grid;grid-template-columns:64px minmax(0,1fr);min-height:56px;border-bottom:1px solid #edf0f5}.time-row:last-child{border-bottom:0}.time-row>span{padding:12px 10px;color:#6b7280;font-size:13px}.energy-row{background:#ecfdf5}.energy-row>span{color:#047857;font-weight:800}.time-slot{border-left:1px solid #edf0f5;min-width:0}.event{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:6px;border-radius:7px;padding:9px 10px;color:#fff;font-size:13px;font-weight:700}.event span{min-width:0;overflow-wrap:anywhere}.event-action{flex:0 0 auto;min-width:44px;min-height:44px;border:1px solid rgb(255 255 255 / 60%);border-radius:6px;padding:4px 8px;color:#fff;background:#ffffff29;font-size:12px;font-weight:800}.fixed-event{background:#0f766e}.scheduled-task{background:#2563eb}.memo-event{background:#7c3aed}.reschedule-drawer,.overview-panel,.placeholder-page,.settings-section{margin-top:12px;border:1px solid #dbe2ec;border-radius:8px;background:#fff}.reschedule-drawer{padding:10px 14px 14px}.drawer-handle{width:42px;height:4px;margin:0 auto 10px;border-radius:99px;background:#cbd5e1}.reschedule-drawer h2,.overview-panel h2{margin:0 0 8px;font-size:16px;line-height:1.3}.reschedule-drawer p,.placeholder-page p{margin:0;color:#6b7280;font-size:14px}.overview-panel{padding:14px}.week-list{display:grid;gap:8px}.week-row{display:grid;gap:3px;border-bottom:1px solid #edf0f5;padding:8px 0}.week-row:last-child{border-bottom:0}.week-row strong{font-size:14px}.week-row span{color:#6b7280;font-size:13px}.week-row p{margin:4px 0 0;color:#1d2433;font-size:13px;font-weight:700}.month-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:5px}.month-day{position:relative;min-height:44px;border:1px solid #e4e8ef;border-radius:7px;color:#1d2433;background:#fff;font-size:12px}.month-markers{position:absolute;right:6px;bottom:6px;display:flex;gap:3px}.month-marker{width:6px;height:6px;border-radius:50%}.task-marker{background:#2563eb}.reminder-marker{background:#059669}.conflict-marker{background:#dc2626}.placeholder-page{padding:18px}.settings-page h1{margin-bottom:16px}.settings-section{padding:16px}.settings-section h2{margin:0 0 8px;font-size:18px}.settings-section p{margin:0 0 14px;color:#6b7280;font-size:14px}.settings-actions{display:grid;gap:8px}.settings-actions button,.settings-file-action{display:flex;align-items:center;justify-content:flex-start;gap:9px;min-height:44px;border:1px solid #dbe2ec;border-radius:8px;padding:0 12px;color:#1d2433;background:#fff;font-weight:800}.settings-file-action{cursor:pointer}.settings-file-action input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.settings-status{margin-top:12px;border-radius:7px;padding:10px 12px;color:#1d2433;background:#eef6ff;font-weight:700}.bottom-nav{position:fixed;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid #dbe2ec;background:#fffffff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nav-item{display:flex;min-height:64px;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:0;color:#6b7280;background:transparent;font-size:12px}.nav-item.active{color:#2563eb;font-weight:800}.sheet-backdrop{position:fixed;z-index:100;inset:0;display:flex;align-items:flex-end;justify-content:center;padding:16px;background:#0f172a57}.create-sheet{position:relative;z-index:101;width:min(100%,520px);max-height:min(86svh,720px);overflow:auto;border-radius:14px;padding:16px;background:#fff;box-shadow:0 18px 45px #1d243338}.sheet-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.sheet-header h2{margin:0;font-size:18px}.sheet-header button{min-height:44px;border:1px solid #dbe2ec;border-radius:8px;padding:0 10px;color:#4b5563;background:#fff}.field{display:grid;gap:6px;margin-bottom:14px;color:#374151;font-size:14px;font-weight:800}.field input,.field select,.field textarea{width:100%;min-height:44px;border:1px solid #cbd5e1;border-radius:8px;padding:0 12px;color:#1d2433;background:#fff}.field textarea{min-height:88px;padding:10px 12px;resize:vertical}.form-grid{display:grid;gap:10px}.check-field{display:flex;align-items:center;gap:8px;min-height:44px;margin-bottom:10px;color:#374151;font-size:14px;font-weight:800}.check-field input{width:18px;height:18px}.type-options{display:grid;gap:9px;margin:0 0 16px;border:1px solid #dbe2ec;border-radius:8px;padding:12px}.type-options legend{padding:0 6px;color:#374151;font-size:14px;font-weight:800}.type-options label{display:flex;align-items:center;gap:8px;min-height:44px;color:#374151;font-size:14px}.save-button{width:100%;min-height:44px;border:0;border-radius:8px;color:#fff;background:#2563eb;font-weight:900}@media(max-width:380px){.workspace{padding-right:12px;padding-left:12px}.today-header{align-items:flex-start;flex-direction:column}.summary-strip{grid-template-columns:1fr}}@media(max-width:430px){.month-grid{overflow-x:auto;grid-template-columns:repeat(7,44px);justify-content:start;padding-bottom:4px}}.item-list-page{display:grid;gap:14px}.item-list-page h1{padding-top:14px}.item-list{display:grid;gap:10px}.item-card{display:grid;gap:12px;border:1px solid #dbe2ec;border-radius:8px;padding:14px;background:#fff}.item-card h2{margin:2px 0 6px;font-size:17px;line-height:1.3}.item-card p{margin:0;color:#6b7280;font-size:13px}.item-kind{width:max-content;border-radius:99px;padding:3px 8px;color:#1d4ed8;background:#eff6ff;font-weight:800}.item-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.item-actions button{min-height:36px;border:1px solid #dbe2ec;border-radius:8px;padding:0 10px;color:#1d2433;background:#fff;font-size:13px;font-weight:800}.item-actions button:last-child{border-color:#fecdd3;color:#991b1b;background:#fff7f7}.empty-state{border:1px dashed #cbd5e1;border-radius:8px;padding:18px;color:#6b7280;background:#fff;text-align:center}.time-slots{position:relative;display:grid;min-width:0;grid-template-columns:repeat(2,minmax(0,1fr));border-left:1px solid #edf0f5}.time-slots .time-slot{min-height:58px;border-left:0}.time-slots .time-slot+.time-slot{border-left:1px dashed #dbe2ec}.time-slots .event{z-index:1;grid-row:1;min-width:0;min-height:42px}.event-actions-inline{display:flex;flex:0 0 auto;flex-wrap:wrap;justify-content:flex-end;gap:6px}.drawer-item-list{display:grid;gap:6px;margin:12px 0 0;padding:0;list-style:none}.drawer-item-list li{border:1px solid #dbe2ec;border-radius:7px;padding:8px 10px;color:#1d2433;background:#f8fafc;font-size:13px;font-weight:800}.summary-chip{min-height:44px;border:1px solid #dbe2ec;border-radius:8px;padding:8px 6px;color:#4b5563;background:#fff;font-size:12px;text-align:center}.summary-chip:focus-visible,.summary-chip:hover{border-color:#dc2626;color:#991b1b;background:#fff1f2}.conflict-panel{margin-top:12px;border:1px solid #fecdd3;border-radius:8px;padding:14px;background:#fff7f7}.conflict-panel h2{margin:0 0 10px;color:#991b1b;font-size:16px}.conflict-list{display:grid;gap:10px}.conflict-card{border:1px solid #fecdd3;border-radius:8px;padding:10px;background:#fff}.conflict-time{margin:0 0 8px;color:#991b1b;font-size:13px;font-weight:800}.conflict-parties{display:grid;gap:8px}.conflict-party{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px 8px}.conflict-party span{color:#6b7280;font-size:12px}.conflict-party strong{min-width:0;overflow-wrap:anywhere;color:#1d2433;font-size:14px}.conflict-party button{grid-row:1 / span 2;grid-column:2;min-height:32px;border:1px solid #fecdd3;border-radius:7px;padding:0 10px;color:#991b1b;background:#fff1f2;font-size:12px;font-weight:800}.week-row{display:grid;gap:3px;width:100%;border:1px solid #e2e8f0;border-radius:8px;padding:10px;color:inherit;background:#fbfdff;text-align:left;transition:border-color .16s ease,background-color .16s ease,transform .16s ease}.week-list .week-row:last-child{border-bottom:1px solid #e2e8f0}.week-row:focus-visible,.week-row:hover{border-color:#bfdbfe;background:#eff6ff;transform:translateY(-1px)}.week-row.selected{border-color:#93c5fd;background:#dbeafe;box-shadow:inset 0 0 0 1px #2563eb}.week-row.has-load:not(.selected){border-color:#bbf7d0;background:#ecfdf5}.week-row.has-conflict{border-color:#fecdd3;background:#fff1f2;box-shadow:inset 0 0 0 1px #dc2626}.week-row strong{display:flex;align-items:center;justify-content:space-between;gap:8px}.week-row strong span{color:#6b7280;font-size:12px;font-weight:700}.month-day{transition:border-color .16s ease,background-color .16s ease,transform .16s ease}.month-day:focus-visible,.month-day:hover{border-color:#bfdbfe;background:#eff6ff;transform:translateY(-1px)}.month-day.selected{border-color:#2563eb;background:#dbeafe;box-shadow:inset 0 0 0 1px #2563eb;font-weight:900}.month-day.has-task:not(.selected){border-color:#bbf7d0;background:#ecfdf5}.month-day.has-reminder:not(.selected){border-color:#fde68a;background:#fffbeb}.month-day.has-conflict{border-color:#fecdd3;background:#fff1f2;box-shadow:inset 0 0 0 1px #dc2626}
