.billing-notice{border-radius:12px;flex-direction:column;gap:8px;padding:12px 14px;font-size:14px;line-height:1.35;display:flex}.billing-notice p{margin:0}.billing-notice--info{background:var(--surface-info);color:var(--text-primary)}.billing-notice--warning{background:var(--surface-warning);color:var(--text-primary)}.billing-notice__action{background:var(--button-primary);color:var(--text-inverse);font:inherit;cursor:pointer;border:0;border-radius:8px;align-self:flex-start;padding:8px 12px;font-weight:600}.billing-notice__action:active{background:var(--button-primary-pressed)}:root{color:#000;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--brand:#ff6400;--bg:#fff;--surface:#fff;--surface-muted:#ffecbf;--surface-success:#e5f3c6;--surface-danger:#facac7;--surface-warning:#ffd8bf;--surface-info:#eaf2ff;--text-primary:#000;--text-secondary:#98989d;--text-inverse:#fff;--border:#ececee;--button-primary:#96ce1c;--button-primary-pressed:#79b62a;--link:#83c221;--success:#8fc81f;--danger:#ea2b1f;--warning:#ff9e00;--info:#4d78d6;--shadow:0 12px 32px #0e131c14;background:#fff;font-family:SF Pro Display,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:400;line-height:1.4}*{box-sizing:border-box}html{background:var(--surface)}body{background:var(--surface);min-width:320px;color:var(--text-primary);margin:0}button,input,textarea,select{font:inherit}button{background:0 0;border:0}#root{background:var(--surface);min-height:100svh}a{color:inherit}h1,h2,h3,p,ul{margin:0}ul{padding-left:1.15rem}.screen{background:var(--surface);min-height:100svh;padding:calc(12px + env(safe-area-inset-top)) 12px calc(20px + env(safe-area-inset-bottom))}.screen__content{background:var(--surface);width:100%;max-width:520px;margin:0 auto}.page-stack{background:var(--surface);flex-direction:column;gap:10px;display:flex}.pull-refresh{overscroll-behavior-y:contain}.pull-refresh__indicator{justify-content:center;align-items:flex-end;transition:height .2s,opacity .2s;display:flex;overflow:hidden}.pull-refresh--dragging .pull-refresh__indicator{transition:none}.pull-refresh__indicator-inner{min-height:44px;color:var(--text-secondary);background:#fff;border:1px solid #f1f1f2;border-radius:999px;align-items:center;gap:10px;margin-bottom:8px;padding:0 14px;font-size:.875rem;font-weight:600;line-height:1.2;display:inline-flex}.pull-refresh__spinner{border-width:3px;width:18px;height:18px;margin:0}.scenario-switcher{background:var(--surface);box-shadow:none;border:1px solid #f1f1f2;border-radius:20px;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:6px;display:grid}.scenario-switcher__option{min-height:40px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:14px;padding:0 10px;font-size:.75rem;font-weight:600}.scenario-switcher__option--active{color:var(--brand);background:#ffd6b8}.summary-card,.section-card,.support-card,.state-card{background:var(--surface);box-shadow:none;border:1px solid #f1f1f2;border-radius:20px;padding:16px}.summary-card__subtitle,.info-card__kind,.sheet__hero-label,.section-count,.price-block__label,.balance-label{letter-spacing:.04em;color:var(--text-secondary);text-transform:uppercase;font-size:.75rem;line-height:1.2}.summary-card__title,.summary-card h2,.section-head h2,.support-card h2,.state-card h2,.sheet__header h2{font-size:1.25rem;line-height:1.1}.summary-card__title{margin-bottom:4px}.summary-card__subtitle{line-height:1.3}.summary-card{background:var(--surface)}.summary-card--danger .summary-metric,.summary-card--success .summary-metric{background:0 0}.summary-card__header,.section-head,.sheet__header,.sheet__hero{justify-content:space-between;align-items:center;gap:12px;display:flex}.summary-card__header>div:first-child{min-width:0}.summary-grid{background:#ffffff8f;border:1px solid #ececee;border-radius:16px;flex-direction:column;margin-top:14px;display:flex;overflow:hidden}.summary-tariff{background:#f8f8f9;border-radius:16px;flex-direction:column;gap:4px;margin-top:12px;padding:12px 14px;display:flex}.summary-tariff__label{letter-spacing:.04em;text-transform:uppercase;color:var(--text-secondary);font-size:.75rem;line-height:1.2}.summary-tariff__value{color:var(--text-primary);font-size:1rem;font-weight:700;line-height:1.25}.balance-value{margin-top:4px;font-size:2rem;font-weight:700;line-height:1}.balance-value--negative{color:var(--danger)}.summary-metric{color:var(--text-secondary);justify-content:space-between;align-items:baseline;gap:12px;padding:12px;font-size:.75rem;display:flex}.summary-metric+.summary-metric{border-top:1px solid #ececee}.summary-metric strong{color:var(--text-primary);font-size:1rem}.summary-lead{margin-top:14px;font-weight:600}.summary-text,.support-card p,.state-card p,.info-card__description,.price-note,.context-note,.dependency-note,.sheet__summary,.sheet__summary{color:var(--text-secondary)}.summary-text{margin-top:10px}.summary-note{background:var(--bg);color:var(--text-secondary);border-radius:14px;margin-top:10px;padding:12px 14px;font-size:.875rem;line-height:1.45}.summary-note--info{background:var(--surface-info);color:#4f658f}.summary-note--success{color:#5d7440;background:#8fc81f1f}.summary-note--neutral{color:#7a7c82;background:#f3f4f6}.summary-actions{flex-direction:column;gap:10px;margin-top:14px;display:flex}.summary-actions__secondary{grid-template-columns:1fr 1fr;gap:8px;display:grid}.button{cursor:pointer;border-radius:16px;justify-content:center;align-items:center;width:100%;min-height:48px;padding:0 16px;font-weight:600;transition:transform .18s,background-color .18s,opacity .18s;display:inline-flex}.button:active{transform:scale(.99)}.button--primary{background:var(--button-primary);color:var(--text-inverse)}.button--primary:active{background:var(--button-primary-pressed)}.button--secondary{background:var(--bg);color:var(--text-primary)}.button--ghost{color:var(--brand)}.section-card{background:var(--surface);flex-direction:column;gap:10px;padding-bottom:4px;display:flex}.section-head{background:#f8f8f9;border-radius:20px 20px 16px 16px;margin:-16px -16px 0;padding:16px 16px 12px}.section-head__meta{align-items:center;gap:8px;display:flex}.section-total{background:#fff;border:1px solid #f1f1f2;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-height:28px;padding:0 10px;display:flex}.section-total span{color:var(--text-secondary);align-items:center;font-size:.75rem;line-height:1.2;display:inline-flex}.section-total strong{color:var(--text-primary);align-items:center;font-size:.875rem;line-height:1.2;display:inline-flex}.cards-list{background:#fff;border-radius:18px;flex-direction:column;gap:0;padding:2px 0 0;display:flex;overflow:hidden}.info-card,.empty-state,.sheet__metric,.detail-block,.sheet__warning{background:var(--surface);border:1px solid #f1f1f2;border-radius:16px;padding:14px}.info-card h3,.detail-block h3{font-size:1rem;line-height:1.2}.info-card{background:0 0;border:0;border-radius:0;flex-direction:column;gap:12px;padding:12px 14px;display:flex}.cards-list>.info-card{position:relative}.cards-list>.info-card+.info-card:before{content:"";background:#e7e7ea;height:1px;position:absolute;top:0;left:14px;right:14px}.info-card__identity{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.info-card__icon{letter-spacing:.04em;border-radius:10px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;font-size:.75rem;font-weight:700;line-height:1;display:inline-flex}.info-card__icon--success,.info-card__icon--warning,.info-card__icon--neutral{background:var(--surface-success);color:var(--link)}.info-card__main{min-width:0}.info-card__description{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.info-card__toggle{text-align:left;width:100%;color:inherit;cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:0;display:flex}.info-card__collapsed-side{flex:none;justify-content:flex-end;align-items:center;gap:8px;min-width:76px;display:flex}.info-card__price{color:var(--text-primary);text-align:right;font-size:.875rem;font-weight:600;line-height:1.2}.info-card__arrow-glyph,.info-card__footer-glyph{color:var(--text-secondary);font-size:1.25rem;line-height:1;transition:transform .18s}.info-card--expanded .info-card__arrow-glyph{transform:rotate(90deg)}.info-card__expanded{flex-direction:column;gap:12px;display:flex}.info-card__rows{border-top:1px solid #f1f1f2;border-bottom:1px solid #f1f1f2;flex-direction:column;display:flex}.info-card__row{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;padding:10px 0;display:flex}.info-card__row+.info-card__row{border-top:1px solid #f1f1f2}.info-card__row span{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;flex:0 0 92px;font-size:.75rem;line-height:1.2}.info-card__row strong{color:var(--text-primary);overflow-wrap:anywhere;text-align:right;flex:1;font-size:.875rem;font-weight:500;line-height:1.35}.info-card__note,.dependency-note{font-size:.875rem;line-height:1.4}.info-card__note{color:var(--text-secondary)}.dependency-note{color:#8a5a00;background:#ff9e0014;border-radius:12px;padding:10px 12px}.tag-list{flex-wrap:wrap;gap:8px;display:flex}.tag,.status-badge{text-align:center;border-radius:999px;align-items:center;min-height:28px;padding:6px 10px;font-size:.75rem;font-weight:600;line-height:1.2;display:inline-flex}.tag{max-width:100%;color:var(--text-secondary);white-space:normal;word-break:break-word;overflow-wrap:anywhere;background:#fff;border:1px solid #f1f1f2}.status-badge{white-space:normal;word-break:normal;overflow-wrap:normal;text-wrap:balance;flex:none;max-width:100%}.status-badge--success{color:#567517;background:#8fc81f24}.status-badge--warning{color:#8a5a00;background:#ff9e0024}.status-badge--danger{color:#aa2b23;background:#ea2b1f1f}.status-badge--neutral{color:#6f6f75;background:#98989d29}.support-card{background:linear-gradient(#fff 0%,#f8f8f9 100%);flex-direction:column;gap:10px;display:flex}.designer-screen{flex-direction:column;gap:12px;display:flex}.designer-summary{background:var(--surface);border:1px solid #f1f1f2;border-radius:16px;flex-direction:column;gap:12px;padding:16px;display:flex}.designer-summary__header,.designer-summary__total-row,.designer-card__header,.designer-card__row,.designer-card__footer{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.designer-summary__title-wrap h1,.designer-section-block h2{font-size:1rem;line-height:1.06}.designer-summary__title-wrap p,.designer-card__title-wrap p{color:var(--text-secondary);margin-top:2px;font-size:.75rem;line-height:1.17}.designer-summary__status{color:var(--text-secondary);font-size:.75rem;font-weight:600;line-height:1.17}.designer-summary__totals,.designer-card__rows{border:1px solid #f1f1f2;border-radius:16px;overflow:hidden}.designer-summary__total-row,.designer-card__row{background:#fff;padding:14px 16px}.designer-summary__total-row+.designer-summary__total-row,.designer-card__row+.designer-card__row{border-top:1px solid #f1f1f2}.designer-summary__total-row span,.designer-card__row span{color:var(--text-secondary);font-size:.75rem;line-height:1.17}.designer-summary__total-row strong,.designer-card__row strong{color:var(--text-primary);text-align:right;font-size:.75rem;font-weight:600;line-height:1.17}.designer-summary__description,.designer-card__note{color:var(--text-secondary);font-size:.75rem;line-height:1.17}.designer-summary__footer{background:var(--bg);border-top:1px solid #f1f1f2;justify-content:space-between;align-items:center;min-height:68px;margin:0 -16px -16px;padding:0 16px;display:flex}.designer-summary__footer span{color:var(--text-secondary);font-size:.75rem;line-height:1.17}.designer-summary__footer strong{font-size:1.25rem;font-weight:700;line-height:1}.designer-summary__actions{margin-top:4px}.designer-primary-button{background:var(--button-primary);width:100%;min-height:46px;color:var(--text-inverse);cursor:pointer;border-radius:16px;font-size:.75rem;font-weight:600;line-height:1.17}.designer-section-block h2{margin-bottom:12px}.designer-list{flex-direction:column;gap:12px;margin-top:12px;display:flex}.designer-card{background:#fff;border:1px solid #f1f1f2;border-radius:16px;min-height:159px;overflow:hidden}.designer-card__header{border-bottom:1px solid #f1f1f2;padding:16px}.designer-card__identity{flex:1;align-items:flex-start;gap:8px;min-width:0;display:flex}.designer-card__title-wrap{min-width:0}.designer-card h3{font-size:.75rem;font-weight:600;line-height:1.17}.designer-card__rows{border:0;border-radius:0}.designer-card__footer{background:var(--bg);cursor:pointer;border-top:1px solid #f1f1f2;min-height:46px;padding:0 16px;font-size:.75rem;font-weight:400;line-height:1.17}.info-card__footer{margin-inline:-14px;min-height:46px;color:var(--text-primary);cursor:pointer;background:#f1f1f2;border-radius:0 0 16px 16px;justify-content:space-between;align-items:center;margin-bottom:-14px;padding:0 16px;font-size:.75rem;font-weight:600;line-height:1.2;display:flex}.section-count{background:#fff;border:1px solid #f1f1f2;border-radius:999px;justify-content:center;align-items:center;min-width:28px;min-height:28px;padding:0 8px;display:inline-flex}.empty-state,.state-card{text-align:center}.state-card{flex-direction:column;align-items:center;gap:14px;display:flex}.spinner{border:4px solid #96ce1c33;border-top-color:var(--button-primary);border-radius:50%;width:40px;height:40px;animation:.9s linear infinite spin}.sheet{pointer-events:none}.sheet--open{pointer-events:auto}.sheet__backdrop{opacity:0;background:#080c146b;transition:opacity .2s;position:fixed;inset:0}.sheet__backdrop--open{opacity:1}.sheet__panel{background:var(--surface);max-height:calc(100svh - 8px);transform:translateY(calc(100% + var(--sheet-offset-y,0px)));border-radius:24px 24px 0 0;flex-direction:column;transition:transform .24s;display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 -16px 40px #0e131c29}.sheet--open .sheet__panel{transform:translateY(var(--sheet-offset-y,0px))}.sheet--dragging .sheet__panel,.sheet--dragging .sheet__backdrop{transition:none}.sheet__handle{background:#d7d7da;border-radius:999px;width:48px;height:5px;margin:0 auto 10px}.sheet__sticky-top{z-index:2;background:var(--surface);padding:12px 16px 10px;position:sticky;top:0}.sheet__drag-zone{touch-action:none;-webkit-user-select:none;user-select:none}.sheet__close{min-height:40px;color:var(--brand);cursor:pointer;background:#ff640014;border-radius:12px;padding:0 12px}.sheet__content{padding:0 16px 16px;overflow-y:auto}.sheet__hero{background:linear-gradient(#fff7f0 0%,#fff 100%);border-radius:16px;margin-top:4px;padding:14px}.sheet__hero-price{margin-top:6px;font-size:1.5rem;font-weight:700}.sheet__summary{margin-top:16px}.sheet__metrics,.sheet__sections,.sheet__actions{flex-direction:column;gap:10px;margin-top:14px;display:flex}.sheet__metric{justify-content:space-between;gap:12px;display:flex}.sheet__metric span{color:var(--text-secondary)}.detail-block ul{flex-direction:column;gap:8px;margin-top:10px;display:flex}.sheet__warning{background:var(--surface-warning);color:#7b562e;margin-top:16px;font-size:.875rem}.sheet__sticky-bottom{padding:8px 16px calc(12px + env(safe-area-inset-bottom));background:linear-gradient(#fff0 0%,#fff 22%);position:sticky;bottom:0}@keyframes spin{to{transform:rotate(360deg)}}@media (min-width:768px){.screen{padding-inline:16px}.sheet__panel{width:520px;transform:translate(-50%, calc(100% + var(--sheet-offset-y,0px)));border-radius:24px;max-height:min(88svh,820px);bottom:16px;left:50%;right:auto}.sheet--open .sheet__panel{transform:translate(-50%, var(--sheet-offset-y,0px))}}@media (max-width:420px){.screen{padding-inline:10px}.summary-card,.section-card,.support-card,.state-card{border-radius:20px;padding:16px}.scenario-switcher{grid-template-columns:1fr}.summary-grid{border-radius:14px}.summary-card__header,.sheet__hero{flex-direction:column;align-items:flex-start}.summary-actions__secondary{grid-template-columns:1fr}.summary-metric,.info-card__row,.info-card__toggle{flex-direction:column;align-items:flex-start}.info-card__row span,.info-card__row strong{flex:initial;text-align:left}.info-card__footer{margin-inline:-16px;margin-bottom:-16px}.info-card__collapsed-side{justify-content:space-between;width:100%}.designer-summary__header,.designer-summary__total-row,.designer-card__header,.designer-card__row,.designer-card__footer{flex-direction:column;align-items:flex-start}.designer-summary__total-row strong,.designer-card__row strong{text-align:left}}
.app-review{max-width:420px;padding-top:env(safe-area-inset-top);min-height:calc(100svh - env(safe-area-inset-top) - env(safe-area-inset-bottom));background:#f1f1f2;flex-direction:column;gap:14px;margin:0 auto;display:flex}.app-review__header{min-height:52px;margin-left:calc(-12px - env(safe-area-inset-left,0px));margin-right:calc(-12px - env(safe-area-inset-right,0px));width:calc(100% + 24px + env(safe-area-inset-left,0px) + env(safe-area-inset-right,0px));box-sizing:border-box;background:#fff;border-radius:0;justify-content:center;align-items:center;max-width:100vw;display:flex;position:relative}.app-review__header h1{font-size:16px;font-weight:600}.app-review__card{background:#fff;border-radius:24px;flex-direction:column;gap:12px;padding:16px;display:flex}.app-review__card h2{font-size:20px;line-height:1.1}.app-review__subtitle{color:#98989d;white-space:pre-line;font-size:12px;line-height:1.35}.app-review__card textarea{resize:none;color:#101114;background:#f2f2f4;border:0;border-radius:12px;width:100%;padding:12px;font-size:16px;line-height:1.35}.app-review__attachments{flex-wrap:wrap;gap:8px;display:flex}.app-review__attachment{background:#f8f8f9;border-radius:12px;align-items:center;gap:8px;padding:8px 10px;display:flex}.app-review__attachment--preview{background:#d9d9de;border-radius:12px;width:66px;height:66px;padding:0;position:relative;overflow:hidden}.app-review__attachment button{z-index:2;background:#fff;border:1px solid #ececee;border-radius:999px;width:20px;height:20px;font-size:12px;line-height:1;position:absolute;top:6px;right:6px}.app-review__preview-media{object-fit:cover;width:100%;height:100%}.app-review__video-badge{color:#fff;background:#000000a6;border-radius:8px;padding:2px 6px;font-size:9px;position:absolute;bottom:6px;left:6px}.app-review__attach-button{color:#6d7178;cursor:pointer;border:1px dashed #d6d8dc;border-radius:12px;justify-content:center;align-items:center;min-height:34px;font-size:12px;font-weight:600;display:flex}.app-review__file-input{display:none}.app-review__hint{color:#988e79;background:#fffbea;border:1px solid #fff3c5;border-radius:18px;align-items:center;gap:10px;padding:14px 16px;font-size:12px;line-height:1.35;display:flex}.app-review__hint-icon{color:#fff;background:#f9a602;border-radius:50%;flex:none;justify-content:center;align-items:center;width:18px;height:18px;font-size:13px;font-weight:700;line-height:1;display:inline-flex}.app-review__hint p{margin:0}.app-review__hint--info .app-review__hint-icon{color:#6d7178;background:#e8ecf0;font-size:12px;font-style:italic;font-weight:800}.app-review__hint--error{color:#9a6b66;background:#fff5f4;border-color:#f5d0cd}.app-review__hint--error .app-review__hint-icon{background:#d74c43}.app-review__footer{padding-bottom:calc(2px + env(safe-area-inset-bottom));flex-direction:column;gap:10px;margin-top:auto;display:flex}.app-review__footer p{text-align:center;color:#98989d;font-size:10px}.app-review__submit{color:#fff;background:#96ce1c;border-radius:16px;min-height:42px;font-size:16px;font-weight:600}.app-review__submit:disabled{color:#b6bac0;background:#ececee}.app-review__status{text-align:center;font-size:12px;line-height:1.3}.app-review__status--success{color:#6da014}.app-review__status--error{color:#d74c43}.app-review-sheet{z-index:20;align-items:flex-end;display:flex;position:fixed;inset:0}.app-review-sheet__backdrop{pointer-events:none;background:#10111459;position:absolute;inset:0}.app-review-sheet__panel{width:100%;padding:20px 16px calc(16px + env(safe-area-inset-bottom));background:#fff;border-radius:24px 24px 0 0;flex-direction:column;gap:14px;display:flex;position:relative}.app-review-sheet__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.app-review-sheet__panel h3{margin:0;font-size:20px;font-weight:700;line-height:1.1}.app-review-sheet__close{color:#6d7178;cursor:pointer;background:#f2f2f4;border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;width:32px;height:32px;font-size:22px;line-height:1;display:inline-flex}.app-review-sheet__panel p{color:#98989d;margin:0;font-size:12px;line-height:1.35}.app-review-sheet__action{color:#fff;background:#96ce1c;border-radius:16px;min-height:42px;font-size:16px;font-weight:600}
.supercat-screen{overscroll-behavior:none;touch-action:none;-webkit-user-select:none;user-select:none;background:#0a0c18;padding:0;position:fixed;inset:0;overflow:hidden}.supercat-host{position:absolute;inset:0}.sc-stage{background:#bcd;width:100%;height:100%;position:relative;overflow:hidden}.sc-canvas{touch-action:none;width:100%;height:100%;display:block}.sc-hud{padding:calc(14px + env(safe-area-inset-top)) 18px 14px;pointer-events:none;justify-content:space-between;align-items:center;font-weight:900;display:flex;position:absolute;top:0;left:0;right:0}.sc-score{color:#fff;text-shadow:0 3px #00000040;font-size:clamp(22px,4vw,38px)}.sc-right{align-items:center;gap:14px;margin-right:48px;font-size:clamp(14px,2.4vw,20px);display:flex}.sc-pill{color:#fff;background:#00000059;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;display:flex}.sc-coin-ic{color:#ffce3a}.sc-icon-btn{pointer-events:auto;cursor:pointer;color:#fff;background:#00000059;border:0;border-radius:12px;place-items:center;width:42px;height:42px;font-size:20px;display:grid}.sc-close{top:calc(12px + env(safe-area-inset-top));z-index:9;position:absolute;right:12px}.sc-jump-btn{left:50%;bottom:max(24px, env(safe-area-inset-bottom));z-index:4;pointer-events:auto;cursor:pointer;color:#fff;-webkit-user-select:none;user-select:none;touch-action:none;background:radial-gradient(circle at 50% 35%,#ffb070,#ff6400);border:4px solid #ffffffa6;border-radius:50%;place-items:center;width:104px;height:104px;font-size:46px;line-height:1;display:none;position:absolute;transform:translate(-50%);box-shadow:0 10px 26px #ff640080,inset 0 2px #fff6}.sc-jump-btn.sc-show{display:grid}.sc-jump-btn:active{transform:translate(-50%)scale(.9)}.sc-jump-btn small{color:#fff;text-shadow:0 1px 4px #0009;letter-spacing:1px;white-space:nowrap;font-size:12px;font-weight:800;position:absolute;bottom:-22px;left:50%;transform:translate(-50%)}.sc-ic-jump{width:46px;height:46px}.sc-ic-play{vertical-align:-.1em;width:.9em;height:.9em;margin-right:8px}.sc-overlay{text-align:center;color:#eef1ff;background:#0a0c1a8c;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:24px;display:flex;position:absolute;inset:0}.sc-overlay.sc-hidden{display:none}.sc-overlay h2{font-size:clamp(26px,5vw,46px);font-weight:900}.sc-sub{color:#d8deff;max-width:460px}.sc-big{color:#ff6400;font-size:clamp(40px,9vw,86px);font-weight:900;line-height:1}.sc-newrec{color:#ffce3a;letter-spacing:1px;font-weight:900}.sc-over-label{letter-spacing:.18em;text-transform:uppercase;color:#f4b982;opacity:.92;margin-bottom:0;font-weight:800;font-size:clamp(13px,3.2vw,16px)!important}[data-sc=overOverlay]{background:radial-gradient(130% 90% at 50% 40%,#16110c8f,#0a0805b8)}[data-sc=overOverlay] .sc-big{text-shadow:0 4px 22px #ff6a0066,0 2px #0006}[data-sc=overOverlay] .sc-sub{color:#f6e7d3}.sc-welcome{padding:calc(28px + env(safe-area-inset-top)) 24px calc(28px + env(safe-area-inset-bottom));background:radial-gradient(800px 420px at 80% -5%,#ff640047,#0000 60%),radial-gradient(600px 360px at -10% 8%,#007aff2e,#0000 55%),linear-gradient(#11142a 0%,#0c0f20 100%);justify-content:flex-start;gap:10px;overflow-y:auto}.sc-brand{letter-spacing:.5px;color:#fff;font-size:15px;font-weight:800}.sc-brand span{color:#9aa3c4;letter-spacing:2px;text-transform:uppercase;font-size:11px;font-weight:600}.sc-hero-cat{filter:drop-shadow(0 20px 30px #00000080);width:min(220px,52vw)}.sc-title{letter-spacing:-1px;color:#fff;font-size:clamp(30px,8vw,52px);font-weight:900;line-height:.98}.sc-title span{color:#ff6400;text-shadow:0 6px 24px #ff640073}.sc-how{text-align:left;flex-direction:column;gap:8px;max-width:420px;margin:6px 0 2px;list-style:none;display:flex}.sc-how li{color:#c9d0ee;padding-left:18px;font-size:14px;line-height:1.35;position:relative}.sc-how li:before{content:"›";color:#ff6400;font-weight:900;position:absolute;left:2px}.sc-how b{color:#fff}.sc-namerow{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.sc-btn{cursor:pointer;color:#fff;background:linear-gradient(#ff8a3d,#ff6400);border:0;border-radius:16px;padding:16px 30px;font-size:18px;font-weight:800;box-shadow:0 12px 30px #ff640073,inset 0 1px #ffffff4d}.sc-btn:active{transform:translateY(1px)scale(.99)}.sc-btn.sc-ghost{box-shadow:none;background:0 0;border:2px solid #ffffff38}.sc-btn:disabled{opacity:.45;filter:grayscale(.4);cursor:default;box-shadow:none}.sc-startrow{flex-direction:column;gap:10px;width:min(320px,82vw);margin-top:6px;display:flex}.sc-startrow .sc-btn{width:100%}.sc-ticket-status{color:#ffce3a;background:#0000004d;border-radius:999px;padding:8px 16px;font-size:clamp(15px,3.4vw,19px);font-weight:900}.sc-scored-note{color:#aab2d5;max-width:320px;min-height:1em;font-size:13px;line-height:1.35}.sc-ticket-panel{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:18px;flex-direction:column;align-items:center;gap:10px;width:min(340px,86vw);padding:16px;display:flex}.sc-ticket-panel.sc-hidden{display:none}.sc-ticket-result{color:#e7ecff;text-align:center;font-size:15px;font-weight:800;line-height:1.4}.sc-ticket-win{color:#ffce3a;font-size:clamp(20px,5vw,26px);font-weight:900}.sc-tickets-line{color:#c9d0ee;font-size:15px;font-weight:800}.sc-tickets-line.sc-ticket-error{color:#ff9a8a}.sc-btn.sc-share{background:linear-gradient(#3ddc84,#17b45a);width:100%;box-shadow:0 10px 26px #17b45a66,inset 0 1px #ffffff4d}.sc-btn.sc-share.sc-hidden{display:none}.sc-mytickets-btn{z-index:2;cursor:pointer;color:#e85000;text-underline-offset:3px;background:0 0;border:0;align-self:center;margin:6px auto 0;font-size:13px;font-weight:800;text-decoration:underline;position:relative}.sc-mytickets-btn.sc-hidden{display:none}.sc-mytickets{z-index:40;background:#fdf4ea}.sc-mytickets h2{color:#e8620e}.sc-mytickets-box{background:#fff8ef;border:2px solid #ff9a4d;border-radius:14px;width:min(440px,94vw);max-height:66vh;padding:6px 0;overflow-y:auto;box-shadow:0 12px 32px #2b1a0c2e}.sc-mytickets-note{color:#6b5240;padding:22px 18px;font-size:14px;font-weight:700;line-height:1.45}.sc-mytickets-table{border-collapse:collapse;width:100%;font-size:14px}.sc-mytickets-table th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:#8a7360;padding:8px 14px;font-size:11px;font-weight:800}.sc-mytickets-table td{text-align:left;color:#3d2b1f;border-top:1px solid #b4500a29;padding:9px 14px;font-weight:700}.sc-mytickets-table .sc-mt-no{color:#e85000;white-space:nowrap;font-weight:900}.sc-mt-reason{color:#8a7360;margin-top:2px;font-size:11px;font-weight:700;display:block}.sc-mytickets-table .sc-mt-uid{letter-spacing:.05em;color:#6b4a2f;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-weight:800}.sc-mytickets-table .sc-mt-when{color:#6b5240;white-space:nowrap;font-size:13px}.sc-mytickets .sc-btn.sc-ghost{color:#c8531a;border-color:#ff9a4d}.sc-rotate{z-index:50;text-align:center;background:#0a0c18;gap:14px;padding:24px}.sc-rotate-ic{font-size:clamp(48px,14vw,72px);animation:1.8s ease-in-out infinite sc-rotate-tilt}@keyframes sc-rotate-tilt{0%,55%,to{transform:rotate(0)}75%,95%{transform:rotate(-90deg)}}.sc-welcome{background:radial-gradient(900px 500px at 85% -5%,#ff640024,#0000 60%),radial-gradient(700px 420px at -5% 12%,#35b45f1a,#0000 55%),linear-gradient(#ffedd2 0%,#fdf6ea 55% 100%);gap:0;padding:0;display:block;overflow:hidden}.sc-burst{aspect-ratio:1;pointer-events:none;opacity:1;z-index:0;background:repeating-conic-gradient(#ff64001f 0deg 8deg,#f5b30112 8deg 16deg,#0000 16deg 24deg),repeating-conic-gradient(from 8deg,#35b45f0d 0deg 8deg,#0000 8deg 24deg);width:min(135vw,540px);animation:60s linear infinite sc-spin;position:absolute;top:64%;left:50%;transform:translate(-50%,-50%);-webkit-mask:radial-gradient(closest-side,#000 34%,#00000080 50%,#0000 66%);mask:radial-gradient(closest-side,#000 34%,#00000080 50%,#0000 66%)}@keyframes sc-spin{to{transform:translate(-50%,-50%)rotate(360deg)}}@media (prefers-reduced-motion:reduce){.sc-burst{animation:none}}.sc-fade{z-index:1;pointer-events:none;background:linear-gradient(#ffedd2 0%,#ffedd2d9 7%,#ffedd200 22%,#fdf6ea00 40%,#fdf6ea8c 52%,#fdf6ea 62%);position:absolute;inset:0}.sc-welcome-in{text-align:center;height:100%;padding:calc(8px + env(safe-area-inset-top)) 22px calc(22px + env(safe-area-inset-bottom));overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;flex-direction:column;align-items:center;gap:0;display:flex;position:relative;overflow:hidden auto}.sc-hero{justify-content:center;align-items:center;width:100%;margin:6px auto 2px;display:flex;position:relative}.sc-welcome .sc-brand,.sc-welcome .sc-title,.sc-welcome .sc-ticket-status,.sc-welcome .sc-sub,.sc-welcome .sc-how,.sc-welcome .sc-startrow,.sc-welcome .sc-scored-note,.sc-welcome .sc-hero-cat{z-index:2;position:relative}.sc-welcome .sc-brand{z-index:8;padding:calc(env(safe-area-inset-top) + 4px) 0 6px;letter-spacing:.24em;text-transform:uppercase;color:#ff6400;font-size:12px;font-weight:800;line-height:1.6;position:relative}.sc-welcome .sc-brand:before{content:none}.sc-welcome .sc-brand span{color:#c2410c;letter-spacing:.24em;font-size:12px;font-weight:800}.sc-welcome .sc-brand-dot{margin:0 .3em;color:#35b45f!important}.sc-welcome .sc-brand-logo{vertical-align:middle;width:auto;height:28px;margin-top:-3px}.sc-welcome .sc-hero-cat{object-fit:contain;filter:drop-shadow(0 14px 22px #b4500a47);width:min(74%,300px);max-height:clamp(84px,18vh,210px);margin:0 auto;display:block}.sc-welcome .sc-title{text-transform:uppercase;letter-spacing:-.01em;color:#2b1a0e;text-shadow:3px 4px #3a1e0824;margin-top:2px;font-size:clamp(30px,10.5vw,42px);font-style:italic;font-weight:900;line-height:.9;transform:rotate(-2deg)}.sc-welcome .sc-title span{color:#ff6400;text-shadow:3px 4px #c2410c38}.sc-welcome .sc-ticket-status{color:#2b1a0e;text-transform:uppercase;letter-spacing:.02em;background:#ffb44d;border:2.5px solid #8a6100;border-radius:999px;align-self:center;align-items:center;gap:8px;margin:14px auto 0;padding:7px 16px;font-size:15px;font-weight:900;display:inline-flex;box-shadow:3px 3px #8a610059}.sc-welcome .sc-sub{color:#6b5240;opacity:.92;max-width:300px;margin:clamp(8px,2vh,28px) auto 0;font-size:15px;font-weight:600;line-height:1.34}.sc-welcome .sc-sub b{color:#15803d}.sc-welcome .sc-how{text-align:left;flex-direction:column;gap:clamp(5px,1vh,9px);width:100%;max-width:320px;margin:clamp(8px,1.6vh,14px) auto 0;list-style:none;display:flex}.sc-welcome .sc-how li{color:#6b5240;padding-left:20px;font-size:13.5px;font-weight:500;line-height:1.34;position:relative}.sc-welcome .sc-how li:before{content:"▸";color:#ff6a00;font-size:15px;font-weight:900;position:absolute;top:0;left:2px}.sc-welcome .sc-how b{color:#e85000;font-weight:800}.sc-welcome .sc-how .sc-tap{color:#ff6a00;font-weight:900}.sc-welcome .sc-spacer{flex:none;min-height:2px}.sc-welcome .sc-startrow{gap:10px;width:min(340px,88%);margin:8px auto 0;display:grid}.sc-welcome .sc-btn{text-transform:uppercase;letter-spacing:.03em;color:#fff;background:linear-gradient(#ff8a3d,#ff6400);border:0;border-radius:16px;justify-content:center;align-items:center;gap:10px;width:100%;padding:16px;font-size:17px;font-weight:900;transition:transform 60ms,box-shadow 60ms;display:flex;box-shadow:0 4px #c24400,0 12px 28px #ff640059,inset 0 1px #ffffff4d}.sc-welcome .sc-btn:active{transform:translateY(3px);box-shadow:0 1px #c24400,0 6px 16px #ff64004d}.sc-welcome .sc-btn.sc-ghost{color:#e85000;background:#fff8ec;border:1px solid #3a1e081f;box-shadow:0 4px #e3d3b9,0 10px 24px #b4500a1a}.sc-welcome .sc-btn.sc-ghost:active{transform:translateY(3px);box-shadow:0 1px #e3d3b9}.sc-welcome .sc-btn:disabled{opacity:.5;box-shadow:0 4px #e3d3b9}.sc-welcome .sc-scored-note{text-align:center;color:#8a7360;min-height:1em;margin-top:10px;font-size:12px}.sc-welcome .sc-sub{margin:clamp(8px,2vh,18px) auto 0}.sc-welcome .sc-reward{z-index:2;text-align:center;background:#fdebdd;border:2px solid #ff9a4d;border-radius:14px;width:min(360px,94%);margin:clamp(7px,1.3vh,12px) auto 0;padding:clamp(6px,1vh,9px) 14px;position:relative;box-shadow:0 6px 18px #b4500a26}.sc-welcome .sc-reward-head{color:#c2410c;text-transform:none;font-size:clamp(12px,3.4vw,14.5px);font-weight:900;line-height:1.18}.sc-welcome .sc-reward-head b{color:#e85000}.sc-welcome .sc-teaser-lead{color:#c2410c;font-size:14px;font-weight:900;line-height:1.25;display:block}.sc-welcome .sc-teaser-body{color:#c2410c;margin-top:3px;font-size:14px;font-weight:600;line-height:1.32;display:block}.sc-welcome .sc-teaser-body b{color:#e85000;font-weight:900}.sc-teaser-outro.sc-hidden{display:none}.sc-welcome .sc-teaser-outro{z-index:2;text-align:center;color:#15803d;width:min(320px,86%);margin:12px auto 0;font-size:14px;font-weight:700;line-height:1.3;position:relative}.sc-welcome .sc-reward-sub{color:#6b5240;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:3px;font-size:12px;font-weight:700;display:flex}.sc-reward .sc-ticket-status{box-shadow:none;color:#8a6100;letter-spacing:0;text-transform:none;background:0 0;border:0;border-radius:0;margin:0;padding:0;font-size:12px;font-weight:800;display:inline}.sc-reward .sc-scored-note{color:#8a7360;min-height:0;margin:0;font-size:12px}.sc-welcome .sc-startrow{flex-direction:column;gap:clamp(7px,1.2vh,10px);width:min(360px,94%);margin:clamp(8px,1.5vh,12px) auto 0;display:flex}.sc-welcome .sc-startrow .sc-btn{width:100%;padding:clamp(10px,1.5vh,15px);font-size:clamp(14.5px,4vw,16px)}.sc-welcome .sc-startrow .sc-btn.sc-ghost{font-size:16px}.sc-welcome .sc-startrow2{flex-direction:row;gap:8px;margin-top:clamp(7px,1.2vh,12px)}.sc-welcome .sc-startrow2 .sc-btn{white-space:nowrap;flex:1 1 0;justify-content:center;align-items:center;width:auto;min-height:clamp(42px,5.6vh,50px);padding:clamp(9px,1.3vh,12px) 10px;font-size:15px;display:flex}.sc-rules{background:#fdf4ea;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:0;display:flex}.sc-rules-scroll{-webkit-overflow-scrolling:touch;text-align:left;color:#3a2a1e;background:#fdf4ea;flex:auto;width:100%;max-width:680px;min-height:0;margin:0 auto;padding:20px 18px 12px;font-size:15px;line-height:1.5;overflow-y:auto}.sc-rules-title{text-align:center;flex-direction:column;align-items:center;gap:8px;margin-bottom:12px;display:flex}.sc-rules-cat{object-fit:contain;filter:drop-shadow(0 6px 12px #00000026);width:92px;height:92px}.sc-rules-title h2{color:#e8620e;margin:0;font-size:clamp(20px,5vw,26px);font-weight:900}.sc-rules-h{color:#e8620e;margin:18px 0 6px;font-size:17px;font-weight:900}.sc-rules-p{margin:0 0 8px}.sc-rules-p b{color:#c8531a;font-weight:800}.sc-rules-ul{margin:4px 0 10px;padding-left:22px}.sc-rules-ul li{margin:3px 0}.sc-rules-scroll a{color:#e8620e;word-break:break-word}.sc-rules-close{color:#c8531a;background:#fff;border:1px solid #ff9a4d;min-width:200px;position:static;transform:none}.sc-rules-foot{padding:10px 16px calc(12px + env(safe-area-inset-bottom));background:#fff8ef;border-top:1px solid #b4500a29;flex-direction:column;flex:none;align-items:center;gap:10px;display:flex}.sc-rules-note{color:#8a4b00;text-align:left;background:#fff0d6;border:1px solid #e8500047;border-radius:10px;width:100%;max-width:520px;padding:8px 12px;font-size:13px;font-weight:600;line-height:1.35}.sc-consent{color:#3a2a1e;cursor:pointer;text-align:left;align-items:center;gap:10px;width:100%;max-width:520px;font-size:14px;font-weight:600;line-height:1.3;display:flex}.sc-consent input{opacity:0;width:0;height:0;position:absolute}.sc-consent-box{cursor:pointer;background:#fff;border:2px solid #ff9a4d;border-radius:9px;flex:none;width:32px;height:32px;transition:border-color .12s,background .12s;position:relative}.sc-consent input:checked+.sc-consent-box{background:#fff3e6;border-color:#e85000}.sc-consent input:checked+.sc-consent-box:after{content:"";background:#e85000;animation:.24s cubic-bezier(.34,1.56,.64,1) both sc-paw-stamp;position:absolute;inset:3px;-webkit-mask:url(/games/super-cat/paw.svg) 50%/contain no-repeat;mask:url(/games/super-cat/paw.svg) 50%/contain no-repeat}.sc-consent input:disabled+.sc-consent-box{cursor:default;opacity:.9}@keyframes sc-paw-stamp{0%{opacity:0;transform:scale(.3)rotate(-12deg)}to{opacity:1;transform:scale(1)rotate(0)}}