*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{background:#f7f4ee;color:#1f2b2f;font-family:Arial,Helvetica,sans-serif}button{font:inherit}.screen{display:flex;flex-direction:column;gap:18px;margin:0 auto;max-width:720px;min-height:100vh;padding:20px 18px 34px}.header{align-items:center;display:flex;justify-content:space-between;gap:16px}.header h1{font-size:34px;line-height:1;margin:0 0 5px}.header p{color:#627075;font-size:15px;margin:0}.error,.saving{border-radius:8px;font-size:13px;font-weight:800;padding:8px 10px}.saving{background:#eef3f1;color:#526268}.error{background:#ffe5dc;color:#8d2d16;margin:0}.actions{display:grid;grid-gap:10px;gap:10px}.actionButton{align-items:center;border:0;border-radius:8px;color:#10202a;cursor:pointer;display:flex;font-size:16px;font-weight:800;gap:10px;min-height:54px;padding:0 16px}.actionButton:disabled{cursor:wait;opacity:.75}.actionButton span:first-child{align-items:center;display:inline-flex;font-weight:900;height:22px;justify-content:center;width:22px}.patchButton{background:#bfe7d0}.patchUndoButton{background:#e7d9c4}.optuneOnButton{background:#f6cf82}.optuneOffButton{background:#a9c7e8}.calendarPanel,.statsPanel{background:#fffdf8;border:1px solid #e2ddd2;border-radius:8px}.calendarPanel{padding:12px}.monthBar{justify-content:space-between;margin-bottom:14px}.iconButton,.monthBar{align-items:center;display:flex}.iconButton{background:#eef3f1;border:0;border-radius:8px;color:#243238;cursor:pointer;font-size:28px;height:42px;justify-content:center;line-height:1;width:42px}.monthTitle{align-items:center;display:flex;flex-direction:column}.monthButton,.yearButton{background:transparent;border:0;cursor:pointer;line-height:1.2;padding:0}.monthButton{color:#1f2b2f;font-size:22px;font-weight:900}.yearButton{color:#647176;font-size:15px;font-weight:800}.weekHeader,.weekRow{display:grid;grid-gap:5px;gap:5px;grid-template-columns:30px repeat(7,minmax(0,1fr))}.weekHeader{align-items:center;color:#7a8588;font-size:11px;font-weight:900;margin-bottom:8px;text-align:center}.weekRow{margin-bottom:5px}.dayCell,.weekRail{border-radius:8px;cursor:pointer}.weekRail{align-items:center;background:#e9ece8;border:0;color:#617074;display:flex;font-size:12px;font-weight:900;justify-content:center}.weekRailActive{background:#d1e5f7}.dayCell{aspect-ratio:1;background:#f8f7f2;border:2px solid transparent;color:#243238;font-size:15px;font-weight:900;min-width:0}.dayCellMuted{background:#f0eee7;color:#a3a39d}.todayDay{background:#fff2dd;border-color:#d55535}.patchDay{background:#8fd3aa}.selectedDay{border-color:#263238}.statsPanel{padding:16px}.statsHeader{align-items:center;display:flex;gap:12px;justify-content:space-between}.statsLabel{color:#7b8588;font-size:11px;font-weight:900;margin:0 0 3px}.statsHeader h2{font-size:20px;line-height:1.2;margin:0}.percentBadge{align-items:center;background:#263238;border-radius:8px;color:white;display:flex;font-size:18px;font-weight:900;justify-content:center;min-height:48px;min-width:64px;padding:0 10px}.statsGrid{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:16px}.statBox{background:#eff4f2;border-radius:8px;min-height:72px;padding:10px}.statBox span,.statBox strong{display:block}.statBox strong{color:#1f2b2f;font-size:17px;font-weight:900}.statBox span{color:#647176;font-size:12px;font-weight:800;margin-top:5px}.detailBlock{border-top:1px solid #e3ded3;margin-top:16px;padding-top:14px}.detailBlock h3{font-size:16px;margin:0 0 8px}.sessionRow{align-items:center;color:#38484d;display:flex;font-size:15px;font-weight:700;gap:8px;padding:6px 0}.emptyText{color:#718084;font-size:14px;font-weight:700;margin:0}@media (max-width:430px){.screen{padding-inline:14px}.statsGrid{grid-template-columns:1fr}}