:root{--bg: #0b0c10;--panel: #12131a;--text: #e8e8f0;--muted: #a7a7b3;--accent: #6ee7ff;--ok: #2ee59d;--danger: #ff5c7a;--grid-gap: 8px}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;background:var(--bg);color:var(--text);overscroll-behavior-x:none}#root{height:100dvh}@supports not (height: 100dvh){#root{height:100vh}}.app{height:100%;min-height:100%;display:flex;flex-direction:column;overflow:hidden;padding-bottom:env(safe-area-inset-bottom)}.topbar{padding:14px 14px 10px;display:flex;align-items:center;justify-content:space-between;gap:12px}.title{display:flex;flex-direction:column;gap:2px;min-width:0}.title h1{margin:0;font-size:18px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.title .sub{font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btnrow{display:flex;gap:10px;align-items:center;flex-shrink:0}button{border:0;background:#1b1d27;color:var(--text);padding:10px 12px;border-radius:12px;font-weight:600;cursor:pointer}button:active{transform:translateY(1px)}button:disabled{opacity:.6;cursor:default}.main{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;padding:0 12px 14px}.calendarShell{flex:1 1 auto;min-height:0;background:var(--panel);border-radius:18px;padding:10px;display:flex;flex-direction:column;overflow:hidden}.dow{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:var(--grid-gap);padding:6px 6px 10px;color:var(--muted);font-size:12px;text-align:center}.swipeArea{flex:1 1 auto;min-height:0;position:relative;overflow:hidden;touch-action:pan-y}.monthStrip{height:100%;display:flex;width:300vw;will-change:transform}.monthPane{flex:0 0 100vw;width:100vw;height:100%;padding:6px}.grid{height:100%;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-template-rows:repeat(6,minmax(0,1fr));gap:var(--grid-gap)}.day{border-radius:14px;background:#171925;position:relative;display:flex;align-items:flex-start;justify-content:flex-start;padding:clamp(6px,1.6vw,10px);min-height:0;-webkit-user-select:none;user-select:none;overflow:hidden}.day.off{opacity:.45}.dayNumber{font-weight:750;font-size:clamp(12px,2.2vw,14px);line-height:1}.day.hasTs{background:#2ee59d29;outline:1px solid rgba(46,229,157,.5)}.day.today{outline:2px solid rgba(110,231,255,.9)}.badge{position:absolute;bottom:clamp(6px,1.6vw,10px);right:clamp(6px,1.6vw,10px);width:10px;height:10px;border-radius:999px;background:var(--ok)}.footer{display:flex;justify-content:space-between;gap:10px;padding:10px 2px 0;color:var(--muted);font-size:12px;min-height:18px}.modalOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:flex-end;justify-content:center;padding:12px;padding-bottom:calc(12px + env(safe-area-inset-bottom))}.modal{width:100%;max-width:520px;background:#11121a;border-radius:18px;padding:14px;box-shadow:0 20px 60px #00000080}.modalHeader{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.modalHeader h2{margin:0;font-size:16px}.list{max-height:50vh;overflow:auto;background:#0d0e14;border-radius:14px;padding:8px}.item{padding:10px;border-bottom:1px solid rgba(255,255,255,.06);display:flex;justify-content:space-between;gap:10px;font-size:13px}.item:last-child{border-bottom:0}.item .d{font-weight:700}.item .t{color:var(--muted)}@media (max-width: 360px){:root{--grid-gap: 6px}button{padding:9px 10px;border-radius:11px}}@media (max-height: 520px){.topbar{padding:10px 12px 8px}.calendarShell{padding:8px}.dow{padding:4px 6px 8px}}
