:root{--bg-color: var(--tg-theme-bg-color, #ffffff);--text-color: var(--tg-theme-text-color, #000000);--hint-color: var(--tg-theme-hint-color, #787373);--button-color: var(--tg-theme-button-color, #2481cc);--secondary-bg: var(--tg-theme-secondary-bg-color, #efeff4)}.week-page{min-width:100%;display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:1fr 1fr 1fr;gap:clamp(4px,.85vw,14px);padding:4px 10px 10px;box-sizing:border-box;height:100%}.day-card{border-radius:10px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center}.day-header{font-size:clamp(14px,1.5vh,22px);font-weight:600;color:var(--hint-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:clamp(2px,.5vh,14px);margin-bottom:8px}.day-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.day-card:active{transform:scale(.97)}.day-card h4{margin:0;font-size:15px;font-weight:600;color:var(--text-color);letter-spacing:1px}.day-card span{font-size:28px;font-weight:700;color:var(--text-color);margin-top:4px;display:block}.day-card[style*="border: 3px"]{color:#fff!important;box-shadow:0 4px 16px #2481cc4d}.day-name{font-size:14px;font-weight:500;color:var(--hint-color, #999999);text-transform:uppercase}.day-date{font-size:14px;font-weight:700;line-height:1;color:var(--text-color)}header span{background:var(--button-color);color:var(--secondary-bg);padding:2px 8px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-size:.8em;margin-left:8px}.nav-item{width:40px;height:40px;border:3px solid var(--hint-color);background:var(--bg-color);color:var(--hint-color);border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:clamp(14px,2.5vh,20px)}:root{--tg-theme-bg-color: initial;--tg-theme-text-color: initial;--tg-theme-hint-color: initial;--tg-theme-button-color: initial;--tg-theme-secondary-bg-color: initial}html,body,#root{margin:0;padding:0;height:100%;overflow:hidden;background:var(--tg-theme-bg-color, #ffffff);color:var(--tg-theme-text-color, #000000);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app{width:100%;max-width:700px;margin:0 auto;height:100%;display:flex;flex-direction:column;box-shadow:0 0 20px #0000001a}a{color:var(--tg-theme-link-color, #2481cc);text-decoration:none}button{background:var(--tg-theme-button-color, #2481cc);color:#fff;border:none;border-radius:8px;padding:10px 16px;cursor:pointer}
