:root{--sck-auth-dark: #1b2838;--sck-auth-mid: #243447;--sck-auth-nav: #2c3e50;--sck-auth-accent: #e94560;--sck-auth-accent-hover: #d63a55;--sck-auth-link: #1a73e8;--sck-auth-border: #d9e2ea;--sck-auth-border-hover: #b7c4d2;--sck-auth-bg-soft: #f5f7fa;--sck-auth-bg-card: #ffffff;--sck-auth-text: #1a1a2e;--sck-auth-text-mute: #6b7a8a;--sck-auth-err-bg: #fdecee;--sck-auth-err-tx: #b71c2a;--sck-auth-ok-bg: #e6f4ea;--sck-auth-ok-tx: #1b5e20}.sck-auth-page{min-height:60vh;padding:40px 16px 80px}.sck-auth-card{max-width:1040px;margin:0 auto;background:var(--sck-auth-bg-card);border-radius:10px;box-shadow:0 4px 20px #1b28380f;padding:40px 48px}.sck-auth-card--narrow{max-width:480px;padding:36px 32px}.sck-auth-head{margin-bottom:24px}.sck-auth-title{font-size:28px;font-weight:700;color:var(--sck-auth-text);margin:0 0 6px;line-height:1.2}.sck-auth-sub{font-size:14px;color:var(--sck-auth-text-mute);margin:0}.sck-auth-grid{display:grid;grid-template-columns:1fr 1px 1fr;gap:40px;align-items:stretch}.sck-auth-grid__divider{position:relative;background:var(--sck-auth-border);width:1px;margin:20px 0}.sck-auth-grid__divider:before{content:"or";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--sck-auth-bg-card);padding:6px 0;font-size:13px;color:var(--sck-auth-text-mute);line-height:1}.sck-auth-col{display:flex;flex-direction:column;justify-content:center}.sck-field{margin-bottom:16px}.sck-field__label{display:block;font-size:13px;font-weight:600;color:var(--sck-auth-text);margin-bottom:6px}.sck-field__input{display:block;width:100%;height:44px;padding:10px 14px;border:1px solid var(--sck-auth-border);border-radius:8px;font-size:14px;color:var(--sck-auth-text);background:#fff;transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box}.sck-field__input:focus{outline:none;border-color:var(--sck-auth-link);box-shadow:0 0 0 3px #1a73e82e}.sck-field__input::placeholder{color:#a9b3bd}.sck-field__hint{margin-top:6px;font-size:12px;color:var(--sck-auth-text-mute)}.sck-field__hint--ok{color:var(--sck-auth-ok-tx)}.sck-field__hint--err{color:var(--sck-auth-err-tx)}.sck-field--pw{position:relative}.sck-field--pw .sck-field__input{padding-right:44px}.sck-field__eye{position:absolute;right:6px;bottom:6px;background:transparent;border:0;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#b0b8c2;border-radius:4px;padding:0;transition:color .15s,background .15s}.sck-field__eye:hover{color:var(--sck-auth-text-mute);background:var(--sck-auth-bg-soft)}.sck-field__eye img,.sck-field__eye svg{opacity:.85}.sck-field__eye:hover img,.sck-field__eye:hover svg{opacity:1}.sck-field__row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:8px}.sck-check{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--sck-auth-text);cursor:pointer}.sck-check input{margin:0}.sck-link{color:var(--sck-auth-link);text-decoration:none;font-size:13px;font-weight:500}.sck-link:hover{text-decoration:underline}.sck-link--mute{color:var(--sck-auth-text-mute);font-weight:400}.sck-link--mute:hover{color:var(--sck-auth-link)}.sck-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;height:44px;padding:0 20px;border:0;border-radius:6px;font-size:15px;font-weight:600;color:#fff;background:var(--sck-auth-accent);cursor:pointer;transition:background-color .15s ease,transform .05s ease;text-decoration:none;box-sizing:border-box}.sck-btn:hover{background:var(--sck-auth-accent-hover);color:#fff;text-decoration:none}.sck-btn:active{transform:translateY(1px)}.sck-btn:disabled{opacity:.5;cursor:not-allowed}.sck-btn--outline{background:#fff;color:var(--sck-auth-accent);border:1px solid var(--sck-auth-accent)}.sck-btn--outline:hover{background:var(--sck-auth-accent);color:#fff}.sck-alert{padding:12px 14px;border-radius:6px;font-size:14px;margin-bottom:16px;line-height:1.4}.sck-alert--err{background:var(--sck-auth-err-bg);color:var(--sck-auth-err-tx)}.sck-alert--ok{background:var(--sck-auth-ok-bg);color:var(--sck-auth-ok-tx)}.sck-social-stack{display:flex;flex-direction:column;gap:10px}.sck-social-btn{position:relative;display:flex;align-items:center;justify-content:center;gap:10px;height:44px;padding:0 20px;background:#fff;border:1px solid var(--sck-auth-border);border-radius:6px;font-size:14px;font-weight:600;color:var(--sck-auth-text);text-decoration:none;transition:background-color .15s ease,border-color .15s ease}.sck-social-btn:hover{background:#f8fbfd;border-color:var(--sck-auth-border-hover);color:var(--sck-auth-text);text-decoration:none}.sck-social-btn__logo{width:18px;height:18px;display:inline-block;flex-shrink:0}.sck-social-btn--steam{border-color:#7fb6d9;background:#f5fbff}.sck-social-btn--steam:hover{border-color:#5a9cc8;background:#ecf6ff}.sck-social-btn__badge{position:absolute;top:-9px;right:12px;background:#e4f0f8;color:#1a73e8;font-size:11px;font-weight:600;padding:3px 8px;border-radius:10px;line-height:1}.sck-social-note{margin-top:14px;font-size:12px;color:var(--sck-auth-text-mute);text-align:center;line-height:1.4}.sck-auth-foot{margin-top:20px;text-align:center;font-size:14px;color:var(--sck-auth-text-mute)}.sck-auth-foot .sck-link{font-weight:600}.sck-recaptcha{margin:14px 0;display:flex;justify-content:center}.sck-user-dropdown{position:relative;display:inline-block}.sck-user-dropdown__toggle{display:inline-flex;align-items:center;gap:8px;background:transparent;border:0;padding:4px 6px;cursor:pointer;border-radius:6px;color:inherit}.sck-user-dropdown__toggle:hover{background:#ffffff14}.sck-user-dropdown__toggle .sck-avatar{pointer-events:none}.sck-user-dropdown__caret{color:#fff;font-size:14px;line-height:1;opacity:.9;margin-left:2px}.sck-user-dropdown__panel{position:absolute;top:calc(100% + 8px);right:0;width:280px;background:#fff;color:var(--sck-auth-text);border-radius:8px;box-shadow:0 8px 24px #0000001f;padding:14px 12px;z-index:1100;display:none}.sck-user-dropdown.open .sck-user-dropdown__panel{display:block}.sck-user-dropdown__header{display:flex;align-items:center;gap:10px;padding:4px 6px 12px}.sck-user-dropdown__name{display:block;font-size:14px;font-weight:700;color:var(--sck-auth-text);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.sck-user-dropdown__joined{display:block;font-size:12px;color:var(--sck-auth-text-mute);margin-top:2px}.sck-user-dropdown__divider{height:1px;background:var(--sck-auth-border);margin:4px 0}.sck-user-dropdown__list{list-style:none;margin:0;padding:0}.sck-user-dropdown__item>a,.sck-user-dropdown__item>button{display:flex;align-items:center;justify-content:space-between;width:100%;height:36px;padding:0 10px;font-size:14px;font-weight:600;color:var(--sck-auth-text);text-decoration:none;border-radius:4px;background:transparent;border:0;cursor:pointer;text-align:left;font-family:inherit}.sck-user-dropdown__item>a:hover,.sck-user-dropdown__item>button:hover{background:var(--sck-auth-bg-soft);color:var(--sck-auth-text);text-decoration:none}.sck-counter{display:inline-block;min-width:22px;height:18px;padding:0 6px;background:#1a1a2e;color:#fff;font-size:11px;font-weight:600;line-height:18px;border-radius:3px;text-align:center}.sck-avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;background:var(--sck-auth-accent);color:#fff;font-weight:700;flex-shrink:0;user-select:none}.sck-avatar img,.sck-avatar svg{width:100%;height:100%;display:block}.sck-avatar--initials{text-transform:uppercase}.sck-auth-nav{display:inline-flex;align-items:center;gap:8px}.sck-auth-nav .sck-btn{width:auto;height:36px;padding:0 14px;font-size:13px;border-radius:4px}@media(max-width:991px){.hdr-main-inner>.sck-auth-nav,.hdr-main-inner>.sck-user-dropdown{display:none!important}}.hdr-mobile-extras .sck-auth-nav{display:flex;flex-direction:column;align-items:stretch;gap:8px;padding:12px 20px;border-bottom:1px solid rgba(255,255,255,.06)}.hdr-mobile-extras .sck-auth-nav .sck-btn{width:100%;height:40px;font-size:14px}.hdr-mobile-extras .sck-user-dropdown{width:100%;padding:12px 20px;border-bottom:1px solid rgba(255,255,255,.06)}.hdr-mobile-extras .sck-user-dropdown__toggle{color:#fff}.hdr-mobile-extras .sck-user-dropdown__panel{position:static;width:100%;box-shadow:none;padding:8px 0 0}@media(max-width:768px){.sck-auth-card{padding:28px 20px;border-radius:8px}.sck-auth-card--narrow{padding:24px 18px}.sck-auth-title{font-size:22px}.sck-auth-grid{grid-template-columns:1fr;gap:28px}.sck-auth-grid__divider{width:auto;height:1px;margin:0}.sck-auth-grid__divider:before{padding:0 10px}.sck-auth-col--social{order:-2}.sck-auth-grid__divider{order:-1}.sck-user-dropdown__panel{width:260px;right:-8px}}@media(max-width:480px){.sck-auth-page{padding:16px 8px 40px}}.sck-wishlist-heart{-webkit-appearance:none;appearance:none;border:0;background:#ffffffeb;color:var(--sck-auth-dark, #1b2838);width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0003;cursor:pointer;padding:0;position:absolute;top:8px;right:8px;z-index:3;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.sck-wishlist-heart:hover{background:#fff;box-shadow:0 2px 8px #00000040;transform:translateY(-1px)}.sck-wishlist-heart svg{width:16px;height:16px;fill:transparent;stroke:currentColor;stroke-width:2;stroke-linejoin:round;stroke-linecap:round}.sck-wishlist-heart.is-active{color:var(--sck-auth-accent, #e94560)}.sck-wishlist-heart.is-active svg{fill:var(--sck-auth-accent, #e94560);stroke:var(--sck-auth-accent, #e94560)}.sck-wishlist-heart.is-ping{transform:scale(1.18)}.sck-wishlist-heart--md{position:static;top:auto;right:auto;width:40px;height:40px;box-shadow:none}.sck-wishlist-heart--md:hover{transform:none;box-shadow:none}.sck-wishlist-heart--md svg{width:22px;height:22px}.sck-wishlist-page{max-width:1200px;margin:24px auto 64px;padding:0 16px;color:#1b2838}.sck-wl-header{display:flex;gap:16px;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;margin-bottom:18px;border-bottom:1px solid #e4e7eb;padding-bottom:14px}.sck-wl-title{font-size:26px;font-weight:700;margin:0;color:#1b2838}.sck-wl-count{font-size:14px;color:#7a8599;margin-left:10px;font-weight:500}.sck-wl-sub{color:#61707f;margin:4px 0 0;font-size:14px}.sck-wl-sort{display:flex;gap:8px;align-items:center;font-size:13px;color:#61707f}.sck-wl-sort select{padding:6px 10px;border:1px solid #d4d9e0;border-radius:6px;background:#fff;font-size:13px;color:#1b2838;cursor:pointer}.sck-wl-empty{text-align:center;padding:60px 20px 80px;color:#61707f}.sck-wl-empty__heart{width:72px;height:72px;margin:0 auto 18px;color:#e94560;opacity:.85}.sck-wl-empty__heart svg{width:100%;height:100%;fill:currentColor}.sck-wl-empty h2{font-size:22px;margin:0 0 6px;color:#1b2838}.sck-wl-empty p{margin:0 0 20px}.sck-wl-cta{display:inline-block;background:#1b2838;color:#fff;padding:10px 24px;border-radius:6px;text-decoration:none;font-weight:600;transition:background .15s ease}.sck-wl-cta:hover{background:#e94560;color:#fff;text-decoration:none}.sck-wl-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}@media(max-width:1100px){.sck-wl-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:767px){.sck-wl-grid{grid-template-columns:repeat(3,1fr);gap:10px}}@media(max-width:480px){.sck-wl-grid{grid-template-columns:repeat(2,1fr)}}.sck-wl-card{background:#fff;border:1px solid #e4e7eb;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;position:relative;transition:transform .15s ease,box-shadow .15s ease}.sck-wl-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1b28381f}.sck-wl-card__link{text-decoration:none;color:inherit;display:flex;flex-direction:column;flex:1}.sck-wl-card__link:hover{text-decoration:none;color:inherit}.sck-wl-card__img{position:relative;width:100%;padding-top:141%;background:#f3f5f8}.sck-wl-card__img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.sck-wl-card__imgph{position:absolute;inset:0}.sck-wl-card__drop{position:absolute;top:8px;left:8px;background:#1f8a4c;color:#fff;font-size:12px;font-weight:700;padding:3px 7px;border-radius:4px;z-index:2}.sck-wl-card__name{font-size:13px;font-weight:600;padding:8px 10px 4px;color:#1b2838;line-height:1.3;min-height:2.6em}.sck-wl-card__foot{padding:4px 10px 10px;display:flex;justify-content:space-between;align-items:flex-end;gap:8px}.sck-wl-card__prices{display:flex;flex-direction:column;gap:2px;font-size:11px;line-height:1.3}.sck-wl-card__added{color:#9aa5b5;text-decoration:line-through}.sck-wl-card__now{color:#1b2838;font-weight:700;font-size:13px}.sck-wl-card__saved{color:#1f8a4c;font-weight:600}.sck-wl-card__remove{-webkit-appearance:none;appearance:none;border:0;background:transparent;color:#9aa5b5;width:30px;height:30px;border-radius:6px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;transition:background .12s ease,color .12s ease}.sck-wl-card__remove:hover{background:#fceef1;color:#e94560}.sck-wl-card__remove svg{width:16px;height:16px}.sck-collection-owned{-webkit-appearance:none;appearance:none;border:0;background:#ffffffeb;color:var(--sck-auth-dark, #1b2838);height:28px;min-width:28px;padding:0 8px 0 6px;border-radius:14px;display:inline-flex;align-items:center;gap:4px;box-shadow:0 1px 3px #0003;cursor:pointer;font:600 11px/1 system-ui,-apple-system,Segoe UI,sans-serif;letter-spacing:.02em;text-transform:uppercase;position:absolute;top:8px;left:8px;z-index:3;transition:transform .12s ease,box-shadow .12s ease,background .12s ease,color .12s ease;opacity:.92}.sck-collection-owned:hover{background:#fff;box-shadow:0 2px 8px #00000040;transform:translateY(-1px);opacity:1}.sck-collection-owned svg{width:14px;height:14px;display:block}.sck-collection-owned .sck-co-check{display:none}.sck-collection-owned .sck-co-plus{display:block}.sck-collection-owned.is-owned{background:#1b2838;color:#fff;opacity:1}.sck-collection-owned.is-owned .sck-co-check{display:block}.sck-collection-owned.is-owned .sck-co-plus{display:none}.sck-collection-owned.is-ping{transform:scale(1.1)}.sck-collection-owned--md{position:static;height:40px;padding:0 14px 0 10px;font-size:13px;gap:6px}.sck-collection-owned--md svg{width:18px;height:18px}.sck-collection-page{max-width:1200px;margin:24px auto 64px;padding:0 16px;color:#1b2838}.sck-col-header{display:flex;gap:16px;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;margin-bottom:18px}.sck-col-title{font:700 26px/1.1 system-ui,-apple-system,Segoe UI,sans-serif;margin:0 0 4px;display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.sck-col-count{font:500 14px/1 system-ui,sans-serif;color:#667;background:#eef0f4;padding:4px 10px;border-radius:999px}.sck-col-sub{margin:0;color:#556;font-size:14px}.sck-col-sort label{font-size:13px;color:#556;margin-right:6px}.sck-col-sort select{height:34px;border:1px solid #dde1e8;border-radius:6px;padding:0 10px;background:#fff;font-size:13px}.sck-col-chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.sck-col-chip{display:inline-flex;align-items:center;height:30px;padding:0 12px;border-radius:15px;background:#eef0f4;color:#445;font:600 12px/1 system-ui,sans-serif;text-decoration:none;border:1px solid transparent;transition:background .12s ease,color .12s ease,border-color .12s ease}.sck-col-chip:hover{background:#dde1e8;color:#223}.sck-col-chip.is-active{background:#1b2838;color:#fff}.sck-col-sync{display:flex;align-items:center;gap:12px;justify-content:space-between;flex-wrap:wrap;background:#f4f6fa;border:1px solid #dde3ec;border-radius:8px;padding:12px 16px;margin-bottom:20px}.sck-col-sync__msg{font-size:14px;color:#334}.sck-col-sync__msg--warn{color:#92400e}.sck-col-sync__dim{color:#889;margin-left:4px}.sck-col-sync__btn{-webkit-appearance:none;appearance:none;border:0;background:#1b2838;color:#fff;height:34px;padding:0 14px;border-radius:6px;font:600 13px/1 system-ui,sans-serif;cursor:pointer;transition:background .12s ease}.sck-col-sync__btn:hover{background:#2a3b50}.sck-col-sync__btn:disabled{background:#889;cursor:wait}.sck-col-empty{text-align:center;padding:48px 16px;border:2px dashed #dde1e8;border-radius:12px;background:#fafbfd}.sck-col-empty__icon{width:64px;height:64px;border-radius:50%;background:#e6f0ea;color:#2f9d58;margin:0 auto 12px;display:flex;align-items:center;justify-content:center}.sck-col-empty__icon svg{width:34px;height:34px}.sck-col-empty h2{margin:0 0 6px;font:700 20px/1.2 system-ui,sans-serif}.sck-col-empty p{margin:0 0 14px;color:#556}.sck-col-empty a{color:#1b2838}.sck-col-cta{display:inline-block;background:#1b2838;color:#fff!important;padding:10px 18px;border-radius:6px;text-decoration:none;font:600 14px/1 system-ui,sans-serif}.sck-col-cta:hover{background:#2a3b50}.sck-col-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:16px}.sck-col-card{background:#fff;border:1px solid #e4e7ee;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .12s ease,transform .12s ease}.sck-col-card:hover{box-shadow:0 4px 14px #0000001a;transform:translateY(-2px)}.sck-col-card__link{display:block;color:inherit;text-decoration:none;flex:1 1 auto}.sck-col-card__img{position:relative;aspect-ratio:214 / 302;background:#eef0f4}.sck-col-card__img img{width:100%;height:100%;object-fit:cover;display:block}.sck-col-card__imgph{width:100%;height:100%;background:linear-gradient(135deg,#e6ebf2,#f5f7fa)}.sck-col-card__src{position:absolute;top:8px;left:8px;padding:3px 8px;background:#1b2838eb;color:#fff;font:600 10px/1 system-ui,sans-serif;letter-spacing:.04em;text-transform:uppercase;border-radius:3px}.sck-col-card__src--steam{background:#1b2838}.sck-col-card__name{padding:8px 10px 4px;font:600 13px/1.3 system-ui,sans-serif;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:36px}.sck-col-card__foot{padding:6px 10px 10px;display:flex;align-items:center;justify-content:space-between;gap:8px}.sck-col-card__meta{display:flex;flex-direction:column;gap:2px;font-size:11px}.sck-col-card__played{color:#2f9d58;font-weight:600}.sck-col-card__now{color:#334;font-weight:500}.sck-col-card__remove{-webkit-appearance:none;appearance:none;border:0;background:transparent;color:#9aa5b5;width:30px;height:30px;border-radius:6px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;transition:background .12s ease,color .12s ease}.sck-col-card__remove:hover{background:#fceef1;color:#e94560}.sck-col-card__remove svg{width:16px;height:16px}.sck-alert-bell{-webkit-appearance:none;appearance:none;border:1px solid #dfe3ea;background:#fff;width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#6b7482;cursor:pointer;padding:0;transition:transform .12s ease,background .12s ease,color .12s ease,border-color .12s ease}.sck-alert-bell svg{width:14px;height:14px}.sck-alert-bell:hover{color:#e94560;border-color:#f0b7c3;background:#fff7f8}.sck-alert-bell.is-active{background:#e94560;border-color:#e94560;color:#fff}.sck-alert-bell.is-active:hover{background:#d23555;border-color:#d23555}.sck-alert-bell.is-ping{transform:scale(1.15)}.sck-alert-bell--md{width:40px;height:40px}.sck-alert-bell--md svg{width:20px;height:20px}.sck-ignore-btn{-webkit-appearance:none;appearance:none;border:1px solid #dfe3ea;background:#fff;width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#6b7482;cursor:pointer;padding:0;transition:transform .12s ease,background .12s ease,color .12s ease,border-color .12s ease}.sck-ignore-btn svg{width:14px;height:14px;flex:0 0 auto}.sck-ignore-btn:hover{color:#e94560;border-color:#f0b7c3;background:#fff7f8}.sck-ignore-btn .sck-ignore-slash{opacity:0;transition:opacity .15s ease}.sck-ignore-btn.is-ignored{background:#e94560;border-color:#e94560;color:#fff}.sck-ignore-btn.is-ignored:hover{background:#d23555;border-color:#d23555}.sck-ignore-btn.is-ignored .sck-ignore-slash{opacity:1}.sck-ignore-btn--md{width:40px;height:40px}.sck-ignore-btn--md svg{width:20px;height:20px}.sck-ignore-btn .sck-ignore-label{display:none}.sck-ignore-btn[disabled]{opacity:.55;cursor:wait}.sck-alerts-body{background:#f6f7fb}.sck-alerts-page{max-width:960px;margin:0 auto;padding:24px 16px 64px}.sck-al-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px}.sck-al-title{font-size:26px;font-weight:700;margin:0 0 4px;color:#1b2838;display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.sck-al-count{font-size:14px;font-weight:500;color:#6b7482}.sck-al-count .sck-al-trig{color:#e94560;font-weight:600}.sck-al-sub{color:#6b7482;margin:0;font-size:14px}.sck-al-tabs{display:flex;gap:6px;border-bottom:1px solid #e6e9f0;margin-bottom:20px;overflow-x:auto}.sck-al-tab{padding:10px 14px;font-size:13px;font-weight:600;color:#6b7482;border-bottom:2px solid transparent;text-decoration:none;white-space:nowrap;transition:color .12s ease,border-color .12s ease}.sck-al-tab:hover{color:#1b2838}.sck-al-tab.is-active{color:#1b2838;border-bottom-color:#e94560}.sck-al-empty{text-align:center;padding:48px 16px;background:#fff;border:1px solid #e6e9f0;border-radius:12px}.sck-al-empty--tab{padding:28px 16px}.sck-al-empty__icon{width:56px;height:56px;margin:0 auto 12px;color:#c3cad4}.sck-al-empty__icon svg{width:100%;height:100%}.sck-al-empty h2{margin:0 0 6px;font-size:18px;color:#1b2838}.sck-al-empty p{margin:0 0 16px;color:#6b7482;font-size:14px}.sck-al-cta{display:inline-block;padding:10px 18px;background:#1b2838;color:#fff;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none}.sck-al-cta:hover{background:#0f1b2b}.sck-al-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.sck-al-row{display:grid;grid-template-columns:72px 1fr auto;gap:14px;background:#fff;border:1px solid #e6e9f0;border-radius:10px;padding:10px;align-items:center}.sck-al-row__img{width:72px;height:96px;border-radius:6px;overflow:hidden;background:#eef0f5;display:block}.sck-al-row__img img{width:100%;height:100%;object-fit:cover;display:block}.sck-al-row__imgph{width:100%;height:100%;background:#eef0f5}.sck-al-row__body{min-width:0}.sck-al-row__top{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:4px}.sck-al-row__name{color:#1b2838;text-decoration:none;font-weight:600;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;max-width:460px}.sck-al-row__name:hover{color:#e94560}.sck-al-pill{font-size:11px;font-weight:600;padding:2px 8px;border-radius:999px}.sck-al-pill--trig{background:#fde7ec;color:#d23555}.sck-al-pill--paused{background:#eef0f5;color:#6b7482}.sck-al-row__prices{font-size:13px;color:#334;display:flex;gap:6px;flex-wrap:wrap;align-items:baseline}.sck-al-dim{color:#8892a2;font-size:12px}.sck-al-sep{color:#c3cad4}.sck-al-now{color:#1b2838}.sck-al-prog{height:4px;background:#eef0f5;border-radius:2px;margin-top:8px;overflow:hidden}.sck-al-prog__fill{height:100%;background:linear-gradient(90deg,#f39c12,#e94560);transition:width .3s ease}.sck-al-row__actions{display:flex;gap:6px;align-items:center}.sck-al-btn{-webkit-appearance:none;appearance:none;border:1px solid #dfe3ea;background:#fff;color:#334;font-size:12px;font-weight:600;padding:6px 12px;border-radius:6px;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease;display:inline-flex;align-items:center;gap:4px}.sck-al-btn:hover{background:#f4f6fa}.sck-al-btn--primary{background:#1b2838;color:#fff;border-color:#1b2838}.sck-al-btn--primary:hover{background:#0f1b2b;border-color:#0f1b2b;color:#fff}.sck-al-btn--danger{color:#9aa5b5;padding:6px}.sck-al-btn--danger:hover{color:#e94560;border-color:#f0b7c3;background:#fff7f8}.sck-al-btn--danger svg{width:16px;height:16px}.sck-al-modal{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:16px}.sck-al-modal.is-open{display:flex}.sck-al-modal__backdrop{position:absolute;inset:0;background:#0f1b2b80;backdrop-filter:blur(2px)}.sck-al-modal__panel{position:relative;background:#fff;border-radius:12px;width:100%;max-width:420px;padding:22px 22px 18px;box-shadow:0 20px 60px #00000040}.sck-al-modal__x{position:absolute;top:8px;right:8px;width:30px;height:30px;border:0;background:transparent;font-size:24px;line-height:1;color:#9aa5b5;cursor:pointer}.sck-al-modal__x:hover{color:#1b2838}.sck-al-modal__title{font-size:18px;margin:0 0 4px;color:#1b2838}.sck-al-modal__sub{font-size:13px;color:#6b7482;margin:0 0 14px}.sck-al-modal__mode{display:flex;gap:8px;align-items:flex-start;padding:10px;border-radius:8px;cursor:pointer;font-size:14px;color:#334;border:1px solid transparent}.sck-al-modal__mode:hover{background:#f6f7fb}.sck-al-modal__mode input[type=radio]:checked~span{color:#1b2838}.sck-al-modal__row{display:flex;align-items:center;gap:8px;margin:2px 10px 10px 34px;padding:8px 12px;border:1px solid #e6e9f0;border-radius:8px;background:#f9fafc}.sck-al-modal__sym{color:#6b7482;font-weight:600}.sck-al-modal__input{border:0;background:transparent;font-size:16px;outline:none;width:100%;color:#1b2838}.sck-al-modal__input:disabled{color:#9aa5b5;cursor:not-allowed}.sck-al-modal__err{color:#d23555;font-size:13px;margin:6px 10px 0}.sck-al-modal__actions{display:flex;gap:8px;justify-content:flex-end;margin-top:16px}.sck-al-current{margin:8px 0 14px;padding:10px 12px;background:#f6f7fb;border:1px solid #e4e7eb;border-radius:8px}.sck-al-current__head{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#6b7482;margin-bottom:6px}.sck-al-current__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.sck-al-current__item{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff;border:1px solid #e4e7eb;border-radius:6px;padding:8px 10px}.sck-al-current__mode{font-size:14px;color:#1b2838;font-weight:600}.sck-al-current__meta{margin-top:2px}.sck-al-current__status{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:2px 7px;border-radius:99px}.sck-al-current__status--on{background:#e4f6ea;color:#1f7a3a}.sck-al-current__status--off{background:#ececef;color:#6b7482}.sck-al-current__status--hit{background:#fde7eb;color:#b32441}.sck-al-current__del{border:0;background:transparent;color:#9aa5b5;font-size:22px;line-height:1;cursor:pointer;padding:0 4px;border-radius:4px;transition:color .12s,background .12s}.sck-al-current__del:hover{color:#d23555;background:#fde7eb}.sck-al-modal__addhead{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#6b7482;margin:4px 2px 6px}.sck-al-prefs{margin-top:14px;padding:10px 12px;background:#fafbfd;border:1px solid #e4e7eb;border-radius:8px}.sck-al-prefs__head{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#6b7482;margin-bottom:6px}.sck-al-prefs__row{display:flex;align-items:center;gap:8px;padding:4px 0;font-size:14px;color:#1b2838}.sck-al-prefs__label{font-weight:600}.sck-al-prefs__hint{color:#9aa5b5;font-size:12px;margin-left:auto}.sck-al-prefs__row input[type=checkbox]:disabled+.sck-al-prefs__label{color:#9aa5b5}@media(max-width:640px){.sck-al-row{grid-template-columns:60px 1fr;grid-template-areas:"img body" "actions actions"}.sck-al-row__img{grid-area:img;width:60px;height:80px}.sck-al-row__body{grid-area:body}.sck-al-row__actions{grid-area:actions;justify-content:flex-end;margin-top:4px}.sck-al-row__name{max-width:100%}}.sck-ignore-card__unhide svg{width:14px;height:14px}.sck-settings-body{background:#f4f6fa}.sck-settings-page{max-width:1060px;margin:32px auto;padding:0 16px}.sck-set-header{margin-bottom:18px}.sck-set-title{margin:0;font-size:28px;font-weight:700;color:#1b2838;letter-spacing:-.01em}.sck-set-sub{margin:6px 0 0;color:#5a6b7a;font-size:15px}.sck-set-tabs{display:flex;gap:4px;border-bottom:1px solid #dee3ea;margin-bottom:22px;overflow-x:auto}.sck-set-tab{display:inline-block;padding:12px 18px;color:#5a6b7a;text-decoration:none;font-weight:600;font-size:14px;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s,border-color .15s;white-space:nowrap}.sck-set-tab:hover{color:#1b2838}.sck-set-tab.is-active{color:#e94560;border-color:#e94560}.sck-set-tabpanel{display:none}.sck-set-tabpanel.is-active{display:block}.sck-set-cards{display:grid;grid-template-columns:1fr;gap:14px}.sck-set-card{display:grid;grid-template-columns:48px 1fr auto;gap:16px;align-items:center;padding:18px 20px;background:#fff;border:1px solid #e3e8ef;border-radius:10px;transition:box-shadow .2s,border-color .2s}.sck-set-card:hover{box-shadow:0 2px 8px #1b28380f}.sck-set-card.is-saved{border-color:#0f766e;box-shadow:0 0 0 2px #0f766e26}.sck-set-card.is-failed{border-color:#e94560;box-shadow:0 0 0 2px #e9456026}.sck-set-card--danger{border-color:#f3d4d9;background:#fff9fa}.sck-set-card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#f4f6fa;border-radius:10px;color:#5a6b7a}.sck-set-card__icon svg{width:24px;height:24px}.sck-set-card__icon--steam{background:#1b2838;color:#fff}.sck-set-card__icon--google{background:#fff;color:#4285f4;border:1px solid #e3e8ef}.sck-set-card__icon--discord{background:#5865f2;color:#fff}.sck-set-card__icon--twitch{background:#9146ff;color:#fff}.sck-set-card__body{min-width:0}.sck-set-card__label{font-weight:600;color:#1b2838;font-size:15px;margin-bottom:2px}.sck-set-card__hint{font-size:13px;color:#5a6b7a}.sck-set-card__hint--hilite{color:#e94560;font-weight:600}.sck-set-card__value{margin-top:8px;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.sck-set-card__action{display:flex;gap:8px;align-items:center}.sck-set-pill{display:inline-block;background:#f4f6fa;color:#1b2838;border-radius:999px;padding:6px 14px;font-size:13px;font-weight:600}.sck-set-chip{display:inline-block;padding:3px 10px;font-size:11px;font-weight:700;border-radius:999px;text-transform:uppercase;letter-spacing:.03em}.sck-set-chip--ok{background:#d1fae5;color:#065f46}.sck-set-chip--warn{background:#fef3c7;color:#92400e}.sck-set-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border:1px solid #d0d7e0;background:#fff;color:#1b2838;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;text-decoration:none;transition:background .15s,border-color .15s}.sck-set-btn:hover{background:#f4f6fa;border-color:#b0bac5}.sck-set-btn[disabled]{opacity:.55;cursor:not-allowed}.sck-set-btn--primary{background:#e94560;color:#fff;border-color:#e94560}.sck-set-btn--primary:hover{background:#d73850;border-color:#d73850}.sck-set-btn--danger{color:#e94560;border-color:#f3d4d9}.sck-set-btn--danger:hover{background:#fff3f5;border-color:#e94560}.sck-set-input{width:100%;padding:8px 12px;border:1px solid #d0d7e0;border-radius:8px;font-size:14px;color:#1b2838;background:#fff}.sck-set-input:focus{outline:none;border-color:#e94560;box-shadow:0 0 0 2px #e9456026}select.sck-set-input{min-width:200px}.sck-set-inline{display:flex;flex-direction:column;gap:10px;margin-top:12px;padding:14px;background:#f4f6fa;border-radius:8px}.sck-set-inline__actions{display:flex;gap:8px}.sck-set-inline__msg{font-size:13px;min-height:16px}.sck-set-inline__msg.is-error{color:#e94560}.sck-set-inline__msg.is-ok{color:#0f766e}.sck-set-switch{position:relative;display:inline-block;width:46px;height:26px}.sck-set-switch input{opacity:0;width:0;height:0}.sck-set-switch__slider{position:absolute;cursor:pointer;inset:0;background:#cfd6df;border-radius:999px;transition:background .2s}.sck-set-switch__slider:before{content:"";position:absolute;left:3px;top:3px;width:20px;height:20px;border-radius:50%;background:#fff;transition:transform .2s;box-shadow:0 1px 2px #00000026}.sck-set-switch input:checked+.sck-set-switch__slider{background:#0f766e}.sck-set-switch input:checked+.sck-set-switch__slider:before{transform:translate(20px)}.sck-set-card--avatar .sck-set-avatar-preview{margin-top:10px}.sck-set-modal{position:fixed;inset:0;z-index:9000;display:flex;align-items:center;justify-content:center;padding:16px}.sck-set-modal[hidden]{display:none}.sck-set-modal__backdrop{position:absolute;inset:0;background:#1b28388c}.sck-set-modal__panel{position:relative;background:#fff;border-radius:12px;max-width:520px;width:100%;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #00000040}.sck-set-modal__head{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #e3e8ef}.sck-set-modal__title{margin:0;font-size:17px;font-weight:700;color:#1b2838}.sck-set-modal__close{background:none;border:none;font-size:26px;line-height:1;cursor:pointer;color:#5a6b7a;padding:2px 6px}.sck-set-modal__body{padding:18px;overflow-y:auto}.sck-set-avatar-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.sck-set-avatar-tile{position:relative;display:flex;align-items:center;justify-content:center;padding:6px;background:#f4f6fa;border:2px solid transparent;border-radius:10px;cursor:pointer;transition:border-color .15s,transform .15s}.sck-set-avatar-tile:hover{transform:scale(1.04)}.sck-set-avatar-tile.is-selected{border-color:#e94560;background:#fff}.sck-set-avatar-tile img{display:block}.sck-set-avatar-tile--initials{background:#1b2838;color:#fff;min-height:68px}.sck-set-avatar-tile__initial{font-size:26px;font-weight:700}@media(max-width:720px){.sck-set-card{grid-template-columns:40px 1fr;grid-template-rows:auto auto}.sck-set-card__icon{grid-row:1;grid-column:1;width:40px;height:40px}.sck-set-card__body{grid-row:1;grid-column:2}.sck-set-card__action{grid-row:2;grid-column:1 / -1;justify-content:flex-start}.sck-set-avatar-grid{grid-template-columns:repeat(4,1fr)}select.sck-set-input{min-width:0;width:100%}}.sck-set-card__icon--plain{background:transparent!important;padding:0}.sck-set-card__icon--plain .sck-set-avatar-preview{margin:0}
