:root{--bg: #08111c;--panel-solid: #0e1624;--panel-2: rgba(24, 36, 56, .9);--line: rgba(140, 220, 230, .14);--line-70: rgba(120, 200, 220, .098);--text: #eefcf7;--muted: #a8c8d4;--accent: #2de2c0;--accent-ink: #04231c;--accent-40: rgba(45, 226, 192, .4);--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--msg-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--touch: 48px;--r-lg: 10px;--sh-btn: none}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%;height:100%}body.stat-page,body.photos-page,body.pwa-page{overflow-x:hidden;overflow-y:auto;background:var(--bg);color:var(--text);font-family:var(--msg-font-family);-webkit-tap-highlight-color:transparent}.topbar{display:flex;align-items:center;gap:6px;padding:calc(6px + var(--safe-top)) 8px 6px;background:var(--panel-solid);border-bottom:1px solid var(--line-70);box-shadow:none;min-height:0;position:relative;z-index:2}.topbar .title{font-weight:600;font-size:17px;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.topbar button{box-sizing:border-box;background:var(--panel-2);border:none;color:var(--text);width:var(--touch);height:var(--touch);min-width:var(--touch);min-height:var(--touch);padding:0;border-radius:var(--r-md, 8px);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:var(--sh-btn),inset 0 0 0 1px var(--line)}.topbar button svg{width:22px;height:22px;display:block}.back{display:inline-flex;align-items:center;justify-content:center;padding:0!important;line-height:1}.back svg{width:22px;height:22px}.stat-page-root{min-height:100%;display:flex;flex-direction:column;background:var(--bg)}.stat-page-root.swiping-back{box-shadow:none}.stat-topbar{flex-shrink:0;position:sticky;top:0;z-index:10;gap:8px;--stat-topbar-h: 72px}.stat-topbar-tools{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.stat-topbar .stat-filter-input{width:100%;min-height:34px;height:34px;padding:4px 10px;border-radius:var(--r-md, 8px);border:1px solid var(--line);background:var(--panel-2);color:var(--text);font:600 14px var(--msg-font-family);outline:none;box-sizing:border-box}.stat-topbar .stat-filter-input::placeholder{color:var(--muted);font-weight:500}.stat-topbar .stat-filter-input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;width:18px;height:18px;margin:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 6L6 18M6 6l12 12' stroke='%232de2c0' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E") center / 16px no-repeat;cursor:pointer}.stat-topbar .stat-filter-input:focus{border-color:var(--accent-40, rgba(45, 226, 192, .4))}.stat-wrap,.photos-wrap{flex:1;max-width:720px;width:100%;margin:0 auto;padding:10px 12px calc(16px + var(--safe-bottom));box-sizing:border-box}.stat-toolbar{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.stat-toolbar select{width:100%;min-height:44px;padding:8px 40px 8px 12px;border-radius:var(--r-md, 8px);border:1px solid var(--line);background:var(--panel-2);color:var(--text);font:600 16px var(--msg-font-family);outline:none;box-sizing:border-box;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%232de2c0' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:18px}.stat-toolbar select:focus{border-color:var(--accent-40, rgba(45, 226, 192, .4))}.stat-toolbar select option{background:var(--panel-solid);color:var(--text)}.stat-filter-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:15px;padding:0 2px}.stat-filter-count{min-width:0;color:var(--muted);font:500 12px var(--msg-font-family);line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stat-filter-count[hidden]{display:block;visibility:hidden}.stat-section-title{flex-shrink:0;margin-left:auto;color:var(--muted);font:600 12px var(--msg-font-family);line-height:1.25;letter-spacing:.02em;white-space:nowrap}#cards{min-height:80px}.stat-empty{padding:48px 16px;text-align:center;color:var(--muted);font-size:16px}.stat-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px 10px;padding:12px;margin-bottom:10px;cursor:pointer;border-radius:var(--r-md, 8px);border:1px solid var(--line);background:var(--panel-2);align-items:center;content-visibility:auto;contain-intrinsic-size:auto 110px}.stat-card.card-prize{border-color:var(--accent-40)}.month-group{display:flex;flex-direction:column;gap:10px;margin:0 0 6px}.month-group .stat-card{margin-bottom:0}.month-sticky{position:sticky;top:calc(var(--stat-topbar-h, 72px) + var(--safe-top));z-index:6;width:fit-content;max-width:calc(100% - 16px);margin:2px auto;padding:6px 14px;font:600 12px ui-monospace,monospace;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);text-align:center;background:var(--panel-solid);border:1px solid var(--line);border-radius:var(--r-md, 8px)}.stat-card .card-left,.stat-card .card-right{display:flex;flex-direction:column;gap:6px;min-width:0}.stat-card .card-left{align-items:stretch;justify-content:center}.stat-card .card-place-row{display:flex;flex-wrap:nowrap;align-items:center;gap:8px}.stat-card .card-mid-row{display:block;min-width:0}.stat-card .card-mid-row .card-date,.stat-card .card-date{display:block;max-width:none;overflow:visible;text-overflow:clip;white-space:nowrap}.stat-card .card-itogi{position:static;transform:none;z-index:auto;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:0;flex-shrink:0;align-self:center;margin:0;padding:6px 12px;border-radius:var(--r-md, 8px);border:1px dashed var(--accent-40);background:#2de2c01f;color:var(--accent);pointer-events:none;user-select:none;box-shadow:none}.stat-card .itogi-label{font:700 14px var(--msg-font-family);letter-spacing:.04em;text-transform:uppercase;line-height:1}.stat-card .card-right{align-items:stretch;justify-content:stretch}.stat-card .card-right.has-photo{margin:-4px -4px -4px 0;padding:4px;display:flex;align-items:flex-start;justify-content:flex-end}.stat-card .card-date{font-family:ui-monospace,monospace;font-size:13px;color:var(--muted);min-width:0}.stat-card .card-quiz{font-weight:600;font-size:15px;line-height:1.3;word-break:break-word}.stat-card .photo-placeholder{display:block;width:120px;height:90px;border-radius:var(--r-md, 8px)}.stat-card .photo-open-btn{position:relative;display:block;width:120px;height:90px;flex:0 0 120px;padding:0;border:1px solid var(--line);border-radius:var(--r-md, 8px);overflow:hidden;cursor:pointer;background:var(--panel-solid)}.stat-card .photo-open-btn img{width:100%;height:100%;object-fit:cover;display:block}.stat-card .photo-count{position:absolute;right:5px;bottom:5px;min-width:22px;height:22px;padding:0 6px;border-radius:var(--r-md, 8px);display:inline-flex;align-items:center;justify-content:center;font:700 12px ui-monospace,monospace;color:var(--accent-ink);background:var(--accent)}.stat-card .badge{display:inline-flex;align-items:center;min-height:32px;padding:4px 10px;border-radius:var(--r-md, 8px);font-size:15px;font-weight:700;color:var(--accent-ink)}.stat-card .badge-prize{background:var(--accent)}.stat-card .badge-mid{background:#ffd36a;color:#1a1000}.stat-card .badge-low{background:#ff7ab0;color:#140818}.stat-card .top-mark{font-size:15px;font-weight:700;color:var(--accent);white-space:nowrap;line-height:1}.photos-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.photos-card{border-radius:var(--r-md, 8px);overflow:hidden;cursor:pointer;border:1px solid var(--line);background:var(--panel-2);content-visibility:auto;contain-intrinsic-size:auto 200px}.photos-card img{width:100%;height:140px;object-fit:cover;display:block;background:var(--panel-solid)}.photos-card img.is-broken{visibility:hidden}.photos-label{padding:10px 12px 12px;display:flex;flex-direction:column;gap:4px}.photos-label-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px;min-width:0}.photos-date,.photos-place{font-family:ui-monospace,monospace;font-size:12px;font-weight:500;color:var(--muted);line-height:1.25;white-space:nowrap}.photos-date{min-width:0;overflow:hidden;text-overflow:ellipsis}.photos-place{flex-shrink:0;padding:0;background:none;color:var(--muted);font-size:11px;font-weight:600;letter-spacing:-.06em;font-variant-numeric:tabular-nums}.photos-quiz{font-size:15px;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.photos-count{flex-shrink:0;font-family:ui-monospace,monospace;font-size:12px;font-weight:500;color:var(--muted);line-height:1.25;white-space:nowrap}.photos-more{grid-column:1 / -1;margin:4px 0 8px;min-height:44px;border-radius:var(--r-md, 8px);border:1px solid var(--line);background:var(--panel-2);color:var(--text);font:600 15px var(--msg-font-family);cursor:pointer}@media (max-width: 480px){.stat-card .photo-open-btn,.stat-card .photo-placeholder{width:100px;height:75px;flex-basis:100px}.photos-grid{grid-template-columns:1fr 1fr;gap:10px}.photos-card img{height:120px}}.lightbox{position:fixed;inset:0;background:#000000eb;display:flex;align-items:center;justify-content:center;z-index:280;padding:16px;overflow:hidden;touch-action:none}.lightbox .lb-stage{position:relative;display:flex;align-items:center;justify-content:center;max-width:100%;max-height:100%;width:100%;height:100%}.lightbox .lb-stage img{max-width:100%;max-height:100%;border-radius:var(--r-md, 8px)}.lightbox img{touch-action:none;will-change:transform;transform-origin:center center;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.lb-prev,.lb-next,.lb-close{box-sizing:border-box;position:absolute;width:var(--touch);height:var(--touch);min-width:var(--touch);min-height:var(--touch);padding:0;border:none;border-radius:var(--r-md, 8px);background:#0e1624c7;color:#fff;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 0 1px #fff3;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.lb-prev:active,.lb-next:active,.lb-close:active{background:#ffffff38}.lb-prev,.lb-next{top:50%;transform:translateY(-50%);font-size:28px;line-height:1;font-weight:500}.lb-prev:active,.lb-next:active{transform:translateY(-50%)}.lb-prev{left:10px}.lb-next{right:10px}.lb-close{top:calc(10px + var(--safe-top));right:12px;font-size:28px;line-height:1;font-weight:400}.lb-count{position:absolute;top:calc(10px + var(--safe-top));left:50%;transform:translate(-50%);color:#fff;background:#0e1624c7;padding:10px 16px;min-height:var(--touch);box-sizing:border-box;border-radius:var(--r-md, 8px);font-size:17px;font-weight:700;letter-spacing:.03em;line-height:1;z-index:2;display:inline-flex;align-items:center;justify-content:center;box-shadow:inset 0 0 0 1px #fff3;pointer-events:none;font-variant-numeric:tabular-nums}
