:root{color:var(--tg-theme-text-color, #111318);background:var(--tg-theme-bg-color, #ffffff);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--app-bg: var(--tg-theme-bg-color, #ffffff);--section-bg: var(--tg-theme-section-bg-color, var(--tg-theme-bg-color, #ffffff));--secondary-bg: var(--tg-theme-secondary-bg-color, #f3f4f7);--text: var(--tg-theme-text-color, #111318);--hint: var(--tg-theme-hint-color, #707888);--link: var(--tg-theme-link-color, #1685f8);--separator: var(--tg-theme-section-separator-color, rgba(60, 60, 67, .17));--danger: #e53935;--warning: #f2a51a;--warning-bg: #fdf4e4;--paused-bg: color-mix(in srgb, var(--hint) 9%, var(--section-bg))}*{box-sizing:border-box}html,body,#app{min-height:100%;margin:0;background:var(--app-bg)}body{min-width:320px;overflow-x:hidden;overscroll-behavior-y:none;-webkit-font-smoothing:antialiased}button{color:inherit;font:inherit;-webkit-tap-highlight-color:transparent}button:focus-visible{outline:3px solid color-mix(in srgb,var(--link) 55%,transparent);outline-offset:-3px}.page{width:100%;max-width:720px;min-height:100vh;min-height:var(--tg-viewport-stable-height, 100vh);margin:0 auto;padding-bottom:calc(24px + env(safe-area-inset-bottom));background:var(--app-bg)}.page-header{position:sticky;z-index:10;top:0;display:grid;grid-template-columns:76px minmax(0,1fr) 84px;min-height:99px;padding:28px 14px 15px;border-bottom:1px solid var(--separator);background:var(--app-bg)}.page-header__title-wrap{min-width:0;align-self:center;text-align:center}.page-header h1{margin:0;overflow-wrap:anywhere;font-size:22px;font-weight:700;line-height:1.14;letter-spacing:-.02em}.page-header p{margin:0;color:var(--hint);font-size:16px;line-height:1.2}.page-header h1+p{margin-top:7px}.page-header--start{position:static;display:block;min-height:0;padding:31px 20px 18px;border-bottom:0}.page-header--start .page-header__title-wrap{text-align:left}.page-header--start .page-header__side{display:none}.hub-date-header p{color:var(--text);font-weight:600}.page-header__side{min-width:0}.page-header__action{display:flex;align-items:center;justify-content:flex-end}.header-action{display:inline-flex;align-items:center;gap:5px;min-height:44px;padding:4px 0 4px 8px;border:0;color:var(--link);background:transparent;cursor:pointer;font-size:16px}.history-icon{width:23px;height:23px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.boot-state,.resource-state{display:flex;min-height:45vh;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:32px 28px;color:var(--hint);text-align:center}.boot-state{min-height:100vh;min-height:var(--tg-viewport-stable-height, 100vh)}.boot-state p,.resource-state p{max-width:360px;margin:0;font-size:16px;line-height:1.4}.boot-state--message h1{margin:0;color:var(--text);font-size:24px}.boot-icon{display:grid;width:48px;height:48px;place-items:center;border:2px solid var(--hint);border-radius:50%;font-size:25px;font-weight:600}.spinner{width:28px;height:28px;border:3px solid color-mix(in srgb,var(--hint) 25%,transparent);border-top-color:var(--link);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.section-title{margin:0;padding:20px 20px 17px;border-bottom:1px solid var(--separator);color:var(--text);background:var(--app-bg);font-size:20px;font-weight:700;line-height:1.2}.hub-tool{display:grid;width:100%;grid-template-columns:56px minmax(0,1fr) 12px;align-items:center;gap:12px;min-height:132px;padding:20px 18px 20px 20px;border:0;border-bottom:1px solid var(--separator);background:var(--section-bg);text-align:left;cursor:pointer}.cloche-icon{width:48px;height:48px;fill:none;stroke:var(--danger);stroke-linecap:round;stroke-linejoin:round;stroke-width:2.8}.hub-tool__content{display:flex;min-width:0;flex-direction:column;gap:5px}.hub-tool__content>strong{font-size:20px;font-weight:700;line-height:1.2}.hub-tool__content>span{color:var(--hint);font-size:15px;line-height:1.25}.hub-tool__content>.hub-tool__total{color:var(--text);font-size:16px;font-weight:600}.chevron-icon{width:10px;height:18px;fill:none;stroke:var(--link);stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4;transition:transform .16s ease}.metrics-line{display:flex;flex-wrap:wrap;align-items:baseline;gap:0 7px;margin:0;color:var(--hint);font-size:16px;line-height:1.35}.metrics-line--prominent{justify-content:center;color:var(--text);font-size:clamp(20px,5.6vw,27px);font-weight:600;letter-spacing:-.015em}.summary-block{padding:22px 16px 20px;border-bottom:1px solid var(--separator);text-align:center}.summary-block>p:last-child{margin:18px 0 0;color:var(--hint);font-size:15px;line-height:1.35}.kpi-grid{display:grid;width:100%;grid-template-columns:repeat(3,minmax(0,1fr))}.kpi-grid__item{position:relative;display:flex;min-width:0;min-height:78px;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:8px 4px;border:0;color:var(--text);background:transparent;text-align:center}.kpi-grid__item+.kpi-grid__item:before{position:absolute;top:5px;bottom:5px;left:0;width:1px;background:var(--separator);content:""}.kpi-grid__item strong{font-size:28px;font-weight:600;line-height:1}.kpi-grid__item span{color:var(--hint);font-size:15px;line-height:1.2}.kpi-grid--tabs{border-bottom:1px solid var(--separator)}.kpi-grid--tabs .kpi-grid__item{min-height:100px;cursor:pointer}.kpi-grid--tabs .kpi-grid__item.active,.kpi-grid--tabs .kpi-grid__item.active span{color:var(--link)}.kpi-grid--tabs .kpi-grid__item.active:after{position:absolute;right:14%;bottom:0;left:14%;height:3px;border-radius:3px 3px 0 0;background:var(--link);content:""}.sync-notice{display:flex;align-items:center;gap:10px;margin:12px 14px;padding:14px 12px;border-radius:12px;color:var(--hint);font-size:14px;line-height:1.35;text-align:left}.sync-notice p{min-width:0;margin:0}.sync-notice--warning{color:#8c5200;background:var(--warning-bg)}.sync-notice--hub{margin:0 16px 15px;padding:16px 14px;font-size:16px}.sync-notice--hub p{display:flex;flex-direction:column;gap:2px}.warning-icon{width:30px;height:30px;flex:0 0 30px}.sync-notice--paused{background:var(--paused-bg)}.point-list,.episode-list,.history-list{border-top:1px solid var(--separator);background:var(--section-bg)}.point-row{display:grid;width:100%;min-height:124px;grid-template-columns:minmax(0,1fr) 54px 10px;align-items:center;gap:12px;padding:24px 16px 24px 18px;border:0;border-bottom:1px solid var(--separator);background:transparent;text-align:left;cursor:pointer}.point-row__content{display:flex;min-width:0;flex-direction:column;gap:17px}.point-row__name{display:flex;flex-direction:column;gap:5px;overflow-wrap:anywhere;font-size:19px;font-weight:600;line-height:1.25}.point-name__secondary{color:var(--hint);font-size:15px;font-weight:400}.point-row__metrics{color:var(--hint);font-size:15px;line-height:1.35}.point-row__total{display:flex;flex-direction:column;align-items:center;color:var(--text);white-space:nowrap}.point-row__total strong{font-size:28px;font-weight:600;line-height:1}.point-row__total span{margin-top:6px;color:var(--hint);font-size:14px;line-height:1}.point-identity{padding:20px 20px 17px}.point-identity .point-name{display:flex;flex-direction:column;gap:6px}.point-identity .point-name__primary{font-size:20px;font-weight:600;line-height:1.25}.point-identity .point-name__secondary{font-size:16px;line-height:1.25}.tab-content{background:var(--app-bg)}.episode-list{border-top:0}.episode-row,.history-episode{padding:24px 20px;border-bottom:1px solid var(--separator)}.episode-row h3,.history-episode h3{margin:0;overflow-wrap:anywhere;color:var(--text);font-size:17px;font-weight:600;line-height:1.32}.episode-row p,.history-episode p{margin:7px 0 0;color:var(--hint);font-size:15px;line-height:1.35}.list-heading{margin:0;padding:19px 18px 8px;color:var(--hint);font-size:13px;font-weight:500;letter-spacing:.045em;text-transform:uppercase}.list-heading--spaced{padding-top:22px}.list-heading--accent{color:var(--link);font-weight:700}.inline-empty{padding:22px 18px;color:var(--hint);background:var(--section-bg);font-size:15px;text-align:center}.resource-state--empty{min-height:180px}.history-date{border-bottom:1px solid var(--separator)}.history-date__button{display:grid;width:100%;min-height:78px;grid-template-columns:minmax(0,1fr) 16px;align-items:center;gap:12px;padding:15px 18px;border:0;background:var(--section-bg);text-align:left;cursor:pointer}.history-date__button>span{display:flex;min-width:0;flex-direction:column;gap:5px}.history-date__button strong{font-size:18px;font-weight:500}.history-date__button small{color:var(--hint);font-size:14px}.history-date__button .chevron-icon{transform:rotate(90deg)}.history-date__button .chevron-icon--open{transform:rotate(-90deg)}.history-detail{border-top:1px solid var(--separator);background:var(--secondary-bg)}.history-detail__state,.history-detail__retry{width:100%;padding:22px 18px;border:0;color:var(--hint);background:transparent;font-size:14px;text-align:center}.history-detail__retry{color:var(--link);cursor:pointer}.history-point{padding-top:14px}.history-point+.history-point{border-top:9px solid var(--secondary-bg)}.history-point>header{padding:5px 18px 13px}.history-point>header h2{margin:0;overflow-wrap:anywhere;font-size:17px;font-weight:600;line-height:1.3}.history-point>header p{margin:4px 0 0;color:var(--hint);font-size:13px}.history-episode{background:var(--section-bg)}@media(max-width:430px){.page-header{grid-template-columns:62px minmax(0,1fr) 82px}.header-action{gap:4px;font-size:15px}.history-icon{width:20px;height:20px}.hub-tool{grid-template-columns:56px minmax(0,1fr) 10px;gap:10px;padding-right:14px;padding-left:18px}.cloche-icon{width:48px;height:48px}.point-row{grid-template-columns:minmax(0,1fr) 50px 10px;gap:8px;padding-right:14px;padding-left:16px}.point-row__total strong{font-size:26px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
