#scd-widget-root,
#scd-widget-root * {
    box-sizing: border-box;
    font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}

#scd-widget-root {
    --scd-ink: #111111;
    --scd-muted: #6e6e6e;
    --scd-border: #e3e3e3;
    --scd-muted-bg: #ededed;
    --scd-shell: #f8f8f8;
    --scd-accent: #ecb50d;
    --scd-accent-strong: #523f04;
    --scd-success: #268750;
    --scd-danger: #e53916;
    --scd-shadow: rgba(0, 0, 0, 0.08) 0 0.48px 2.41px -0.38px, rgba(0, 0, 0, 0.25) 0 4px 20px -0.75px;
    --scd-soft-shadow: rgba(0, 0, 0, 0.075) 0 0.602187px 2.04744px -1.33333px, rgba(0, 0, 0, 0.067) 0 2.28853px 7.78101px -2.66667px, rgba(0, 0, 0, 0.02) 0 10px 34px -4px;
    position: relative;
    z-index: 999999;
    pointer-events: none;
}

#scd-widget-root svg {
    display: block;
}

.scd-fab {
    position: fixed;
    right: var(--scd-fab-right, 112px);
    bottom: var(--scd-fab-bottom, 22px);
    width: 58px;
    height: 58px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    padding: 0;
    z-index: 1000001;
    pointer-events: auto;
}

.scd-fab img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.18) 0 6px 18px;
}

.scd-fab-dot {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--scd-success);
    border: 2px solid #ffffff;
}

.scd-sports-shell {
    position: fixed;
    right: calc(14px + (var(--scd-fab-right, 112px) - 112px));
    bottom: calc(94px + (var(--scd-fab-bottom, 22px) - 22px));
    width: min(308px, calc(100vw - 24px));
    display: none;
    z-index: 1000000;
    pointer-events: none;
}

.scd-sports-shell.scd-visible {
    display: block;
}

.scd-sports-typing-card,
.scd-sports-avatar,
.scd-sports-close-btn,
.scd-sports-promo-card,
.scd-sports-input-wrap {
    pointer-events: auto;
}

.scd-sports-close-btn {
    position: absolute;
    top: -18px;
    right: 12px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    color: #2b2b2b;
    box-shadow: rgba(0, 0, 0, 0.2) 0 10px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.scd-sports-close-btn svg {
    width: 18px;
    height: 18px;
}

.scd-sports-typing-card {
    position: absolute;
    right: 78px;
    bottom: 18px;
    width: 86px;
    height: 54px;
    border: 0;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.18) 0 14px 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    cursor: pointer;
}

.scd-sports-typing-card span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #23252b;
    display: block;
    animation: scdSportsTyping 1.05s infinite ease-in-out;
}

.scd-sports-typing-card span:nth-child(2) {
    animation-delay: 0.12s;
}

.scd-sports-typing-card span:nth-child(3) {
    animation-delay: 0.24s;
}

.scd-sports-avatar {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 64px;
    height: 64px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
}

.scd-sports-avatar img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.18) 0 6px 18px;
}

.scd-sports-promo-card {
    margin-right: 42px;
    margin-bottom: 12px;
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0 14px 30px;
}

.scd-sports-promo-media {
    height: 170px;
    background: linear-gradient(135deg, #1f1212, #2a1510);
}

.scd-sports-promo-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.scd-sports-promo-copy {
    padding: 14px 16px 16px;
}

.scd-sports-promo-title {
    color: #2b2b2b;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 800;
    text-transform: uppercase;
}

.scd-sports-promo-text {
    margin-top: 8px;
    color: #6d6d6d;
    font-size: 13px;
    line-height: 1.45;
}

.scd-sports-promo-actions {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}

.scd-sports-cta-primary,
.scd-sports-cta-secondary {
    height: 40px;
    border: 0;
    border-radius: 12px;
    padding: 0 16px;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.scd-sports-cta-primary {
    flex: 1 1 auto;
    background: #f2bc11;
    color: #191919;
}

.scd-sports-cta-secondary {
    flex: 0 0 auto;
    min-width: 86px;
    background: #e7491d;
    color: #ffffff;
}

.scd-sports-input-wrap {
    margin-right: 42px;
    margin-top: 10px;
}

.scd-sports-input-form {
    position: relative;
    display: flex;
    align-items: center;
}

.scd-sports-input {
    width: 100%;
    min-height: 46px;
    max-height: 110px;
    padding: 12px 48px 12px 14px;
    border: 0;
    border-radius: 12px;
    background: #ffffff;
    color: #212121;
    font-size: 14px;
    line-height: 1.35;
    resize: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0 10px 24px;
}

.scd-sports-input::placeholder {
    color: #8f8f8f;
}

.scd-sports-send-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 10px;
    background: #efefef;
    color: #767676;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.scd-sports-send-btn svg {
    width: 18px;
    height: 18px;
}

.scd-sports-send-btn:not(:disabled) {
    background: #f2bc11;
    color: #1b1b1b;
}

@keyframes scdSportsTyping {
    0%, 60%, 100% {
        opacity: 0.3;
        transform: translateY(0) scale(0.92);
    }
    30% {
        opacity: 1;
        transform: translateY(-2px) scale(1);
    }
}

.scd-panel {
    position: fixed;
    right: 16px;
    bottom: 12px;
    width: min(364px, calc(100vw - 16px));
    height: min(714px, calc(100vh - 16px));
    display: none;
    z-index: 1000000;
    pointer-events: auto;
}

.scd-panel.scd-visible {
    display: block;
}

.scd-home-shell,
.scd-chat-shell {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--scd-shadow);
}

.scd-home-shell {
    display: flex;
    flex-direction: column;
    padding: 12px;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 24%), linear-gradient(180deg, #ffe698 0%, #f7efd3 29%, #f3efe6 62%, #f3efe6 100%);
}

.scd-home-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.scd-icon-btn {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #eceae6;
    color: var(--scd-ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    box-shadow: none;
}

.scd-icon-btn svg {
    width: 18px;
    height: 18px;
}

.scd-home-brand {
    width: 56px;
    height: 56px;
    margin-top: 18px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scd-home-brand img {
    width: 44px;
    height: auto;
    display: block;
}

.scd-home-title {
    margin-top: 26px;
    font-size: 31px;
    line-height: 1.14;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #1b1b1b;
}

.scd-home-card {
    margin-top: 22px;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 22px;
    padding: 16px;
    box-shadow: rgba(0, 0, 0, 0.06) 0 8px 18px;
}

.scd-home-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.scd-home-card-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.scd-home-card-name {
    font-size: 12px;
    color: #787878;
    margin-bottom: 4px;
}

.scd-home-card-message {
    font-size: 14px;
    line-height: 1.32;
    color: #232323;
}

.scd-home-cta,
.scd-primary-btn,
.scd-close-dialog-btn {
    width: 100%;
    border: 0;
    border-radius: 12px;
    cursor: pointer;
}

.scd-home-cta {
    margin-top: 18px;
    background: var(--scd-accent);
    color: #111111;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 700;
}

.scd-inline-icon,
.scd-shortcut-arrow,
.scd-home-nav-icon,
.scd-link-toggle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.scd-inline-icon svg,
.scd-shortcut-arrow svg,
.scd-home-nav-icon svg {
    width: 18px;
    height: 18px;
}

.scd-shortcut-card {
    margin-top: 16px;
    width: 100%;
    border: 0;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.05) 0 6px 14px;
}

.scd-shortcut-left {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #2d2d2d;
}

.scd-shortcut-left img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.scd-shortcut-arrow {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #737373;
    color: #ffffff;
}

.scd-home-bottom-nav {
    margin-top: auto;
    padding: 12px 12px 10px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.97);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.06) 0 8px 20px;
}

.scd-home-nav-item {
    width: 48%;
    border: 0;
    border-radius: 16px;
    background: transparent;
    color: #5a5a5a;
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    cursor: pointer;
}

.scd-home-nav-item.scd-active,
.scd-home-nav-item:hover {
    color: #171717;
}

.scd-home-nav-icon {
    width: 24px;
    height: 24px;
}

.scd-chat-shell {
    background: var(--scd-shell);
    display: flex;
    flex-direction: column;
    position: relative;
}

.scd-chat-header {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    padding: 8px 8px 40px;
    color: var(--scd-ink);
    background: transparent;
}

.scd-chat-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(#f8f8f8 70%, rgba(248, 248, 248, 0));
    pointer-events: none;
}

.scd-chat-header-left,
.scd-chat-header-right {
    position: relative;
    z-index: 3;
    display: flex;
    gap: 8px;
    height: 28px;
}

.scd-chat-header .scd-icon-btn {
    width: 28px;
    height: 28px;
    background: #dfdfdf;
    color: #111111;
}

.scd-chat-header .scd-icon-btn:hover {
    background: #d2d2d2;
}

.scd-chat-header .scd-icon-btn svg {
    width: 28px;
    height: 28px;
}

.scd-agent-island {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 36px);
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 175px;
    padding: 12px;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: var(--scd-shadow);
    outline: 1px solid var(--scd-border);
    outline-offset: -1px;
}

.scd-agent-island.scd-agent-island-expanded {
    min-width: 189px;
}

.scd-agent-island-row {
    display: flex;
    align-items: center;
    min-height: 36px;
}

.scd-agent-stack {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
}

.scd-agent-logo-wrap,
.scd-agent-avatar-wrap {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 0.5px solid var(--scd-border);
    background: #ffffff;
    overflow: visible;
    flex-shrink: 0;
}

.scd-agent-logo-wrap img,
.scd-agent-avatar-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.scd-agent-avatar-wrap {
    margin-left: -12px;
}

.scd-agent-stack-dot {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--scd-success);
    border: 2px solid #ffffff;
}

.scd-agent-copy {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
    margin-right: 8px;
    max-width: 220px;
}

.scd-agent-title {
    max-width: 220px;
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--scd-ink);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.scd-agent-subtitle {
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.2;
    color: rgba(17, 17, 17, 0.7);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.scd-agent-island-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 12px;
}

.scd-agent-react-btn {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--scd-ink);
    cursor: pointer;
    padding: 0;
}

.scd-agent-react-btn:hover {
    background: rgba(0, 0, 0, 0.067);
}

.scd-agent-react-btn svg {
    width: 32px;
    height: 32px;
}

.scd-chat-body {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.scd-prechat-view,
.scd-conversation-view,
.scd-survey-view {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.scd-prechat-view,
.scd-survey-view {
    padding: 77px 24px 12px;
}

.scd-conversation-view {
    padding: 89px 20px 12px;
}

.scd-prechat-view::-webkit-scrollbar,
.scd-conversation-view::-webkit-scrollbar,
.scd-survey-view::-webkit-scrollbar,
.scd-message-list::-webkit-scrollbar {
    width: 7px;
}

.scd-prechat-view::-webkit-scrollbar-thumb,
.scd-conversation-view::-webkit-scrollbar-thumb,
.scd-survey-view::-webkit-scrollbar-thumb,
.scd-message-list::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.18);
    border-radius: 8px;
}

.scd-field-label {
    display: inline-block;
    width: 100%;
    margin-bottom: 4px;
    color: var(--scd-ink);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

.scd-field-label span {
    color: #d93311;
}

.scd-field-block {
    margin-top: 10px;
}

.scd-inline-link {
    color: inherit;
    text-decoration: none;
    overflow-wrap: break-word;
    word-break: break-word;
}

.scd-text-input,
.scd-select-input,
.scd-textarea {
    width: 100%;
    margin: 2px 0;
    color: var(--scd-ink);
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #757575;
    background: var(--scd-muted-bg);
    border-radius: 6px;
    padding: 10px;
    transition: border-color 100ms linear, background-color 100ms linear, box-shadow 100ms linear;
    outline: none;
}

.scd-text-input::placeholder,
.scd-textarea::placeholder {
    color: #6e6e6e;
    opacity: 1;
}

.scd-text-input:focus,
.scd-textarea:focus {
    border-color: var(--scd-accent);
    background: #ffffff;
    box-shadow: #fefbf2 0 0 0 3px;
}

.scd-select-input {
    border-radius: 4px;
    padding: 8px 32px 8px 8px;
    appearance: none;
    background: var(--scd-muted-bg);
}

.scd-select-input:focus {
    background: #ffffff;
}

.scd-field-error {
    margin: 0;
    color: #d93311;
    font-size: 12px;
    font-weight: 400;
}

.scd-radio-fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.scd-radio-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 4px 0;
    color: var(--scd-ink);
    font-size: 14px;
    font-weight: 400;
}

.scd-radio-row input {
    appearance: none;
    width: 16px;
    height: 16px;
    margin: 2px 0 0;
    border-radius: 50%;
    border: 2px solid #575757;
    background: var(--scd-muted-bg);
    flex-shrink: 0;
}

.scd-radio-row input:checked {
    background: radial-gradient(circle at center, #575757 0 42%, transparent 44%);
}

.scd-prechat-note {
    margin: 0 0 16px;
    color: var(--scd-ink);
    font-size: 14px;
    line-height: 1.45;
}

.scd-primary-btn {
    margin-top: 16px;
    padding: 12px;
    background: var(--scd-accent);
    color: var(--scd-ink);
    font-size: 14px;
    font-weight: 700;
}

.scd-profile-card,
.scd-survey-card {
    position: relative;
    width: 100%;
    border-radius: 20px;
    padding: 16px;
    margin: 0 0 10px;
    background: #ffffff;
    border: 1px solid var(--scd-border);
    box-shadow: none;
}

.scd-profile-badge {
    position: absolute;
    top: 16px;
    left: -14px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--scd-accent);
    color: var(--scd-ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.scd-profile-badge svg {
    width: 14px;
    height: 14px;
}

.scd-profile-line {
    width: 100%;
    margin-bottom: 8px;
}

.scd-profile-line span {
    display: block;
    width: 100%;
    color: #6e6e6e;
    font-size: 14px;
    overflow-wrap: break-word;
    word-break: break-word;
}

.scd-profile-line strong {
    display: block;
    width: 100%;
    color: var(--scd-ink);
    font-size: 14px;
    font-weight: 400;
    overflow-wrap: break-word;
    word-break: break-word;
}

.scd-link-toggle {
    width: 100%;
    margin-top: 8px;
    border: 0;
    background: none;
    color: var(--scd-accent-strong);
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.scd-link-toggle-icon svg {
    width: 7px;
    height: 4px;
}

.scd-message-list {
    flex: 1;
    min-height: 120px;
    overflow-y: auto;
    padding-right: 8px;
}

.scd-msg {
    display: flex;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 12px;
    max-width: 100%;
}

.scd-msg-avatar {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.scd-msg-bubble {
    display: inline-block;
    max-width: 280px;
    padding: 12px 18px 14px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.42;
    color: var(--scd-ink);
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0.6px 0.54px -1.33px, rgba(0, 0, 0, 0.13) 0 2.29px 2.06px -2.67px, rgba(0, 0, 0, 0.04) 0 10px 9px -4px;
}

.scd-msg-visitor {
    justify-content: flex-end;
}

.scd-msg-visitor .scd-msg-bubble {
    background: var(--scd-accent);
}

.scd-msg-visitor .scd-msg-avatar {
    display: none;
}

.scd-msg-typing .scd-msg-bubble {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 12px 16px;
}

.scd-msg-typing .scd-msg-bubble span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #8f8f8f;
    animation: scd-dot 1.2s infinite ease-in-out;
}

.scd-msg-typing .scd-msg-bubble span:nth-child(2) {
    animation-delay: 0.12s;
}

.scd-msg-typing .scd-msg-bubble span:nth-child(3) {
    animation-delay: 0.24s;
}

@keyframes scd-dot {
    0%, 80%, 100% {
        opacity: 0.35;
        transform: scale(0.8);
    }

    40% {
        opacity: 1;
        transform: scale(1);
    }
}

.scd-input-bar {
    flex-shrink: 0;
    padding: 0 15px 0;
}

.scd-input-form {
    position: relative;
    display: flex;
    align-items: center;
}

.scd-chat-input {
    width: 100%;
    min-height: 46px;
    max-height: 46px;
    resize: none;
    margin: 0;
    padding: 11px 84px 11px 16px;
    overflow-y: auto;
    color: var(--scd-ink);
    background: #fbfbfb;
    border-radius: 32px;
    border: 1px solid var(--scd-border);
    box-shadow: var(--scd-soft-shadow);
    transition: 0.15s;
    scrollbar-width: none;
}

.scd-chat-input:focus {
    background: #ffffff;
    border-color: var(--scd-accent);
    box-shadow: var(--scd-soft-shadow);
}

.scd-chat-input::-webkit-scrollbar {
    display: none;
}

.scd-composer-actions {
    position: absolute;
    right: 7px;
    bottom: 7px;
    display: flex;
    align-items: flex-end;
    gap: 4px;
    color: var(--scd-ink);
}

.scd-emoji-btn,
.scd-send-btn {
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.scd-emoji-btn {
    border: 0;
    background: var(--scd-muted-bg);
    color: var(--scd-ink);
}

.scd-emoji-btn:hover {
    background: #e6e6e6;
}

.scd-send-btn {
    border: 0;
    background: transparent;
    color: #b3b3b3;
}

.scd-send-btn:disabled {
    cursor: not-allowed;
    background: var(--scd-border);
    color: #b3b3b3;
}

.scd-send-btn:not(:disabled) {
    background: var(--scd-accent);
    color: var(--scd-ink);
}

.scd-send-btn svg,
.scd-emoji-btn svg {
    width: 32px;
    height: 32px;
}

.scd-powered-bar {
    flex-shrink: 0;
    min-height: 36px;
    width: 100%;
    padding: 0.3em 0;
    text-align: center;
    font-size: 10.4px;
    color: #575757;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 5px;
}

.scd-powered-brandmark {
    display: inline-flex;
    align-items: flex-end;
    gap: 4px;
}

.scd-powered-brandicon {
    width: 12px;
    height: 12px;
}

.scd-powered-wordmark {
    width: 42px;
    height: 12px;
}

.scd-close-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(0, 0, 0, 0.54);
}

.scd-close-dialog {
    position: relative;
    width: 100%;
    max-width: 286px;
    padding: 16px;
    border-radius: 17px;
    background: #ffffff;
    text-align: center;
}

.scd-close-dialog-x {
    position: absolute;
    top: 12px;
    right: 12px;
    border: 0;
    background: transparent;
    color: #202020;
    cursor: pointer;
    padding: 0;
}

.scd-close-dialog-x svg {
    width: 24px;
    height: 24px;
}

.scd-close-dialog-icon {
    width: 64px;
    height: 64px;
    margin: 12px auto 18px;
    border-radius: 50%;
    background: #ececec;
    color: #5d5d5d;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scd-close-dialog-icon svg {
    width: 28px;
    height: 28px;
}

.scd-close-dialog-text {
    color: #2b2b2b;
    font-size: 16px;
    line-height: 1.4;
}

.scd-close-dialog-btn {
    margin-top: 22px;
    padding: 14px;
    background: var(--scd-danger);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.scd-survey-status {
    margin: 0 0 18px;
    text-align: center;
    color: #8f8a82;
    font-size: 14px;
}

.scd-survey-text {
    margin: 0 0 12px;
    color: #252525;
    font-size: 15px;
    line-height: 1.55;
}

.scd-survey-info {
    margin-top: 18px;
}

.scd-textarea {
    min-height: 78px;
    resize: vertical;
}

.scd-rating-row {
    display: flex;
    gap: 18px;
    margin: 12px 0 8px;
}

.scd-rating-option {
    cursor: pointer;
}

.scd-rating-option input {
    display: none;
}

.scd-rating-option span {
    display: inline-flex;
    color: var(--scd-ink);
    filter: grayscale(1);
}

.scd-rating-option span svg {
    width: 32px;
    height: 32px;
}

.scd-rating-option input:checked + span {
    filter: grayscale(0);
}

.scd-survey-thanks {
    margin-top: 14px;
    color: #267c48;
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .scd-fab {
        right: var(--scd-fab-mobile-right, 10px);
        bottom: var(--scd-fab-mobile-bottom, 214px);
    }

    .scd-sports-shell {
        right: calc(4px + (var(--scd-fab-mobile-right, 10px) - 10px));
        bottom: calc(156px + (var(--scd-fab-mobile-bottom, 214px) - 214px));
        width: min(244px, calc(100vw - 128px));
    }

    .scd-sports-close-btn {
        top: -14px;
        right: 8px;
        width: 30px;
        height: 30px;
    }

    .scd-sports-close-btn svg {
        width: 16px;
        height: 16px;
    }

    .scd-sports-typing-card {
        right: 68px;
        bottom: 12px;
        width: 72px;
        height: 48px;
        gap: 6px;
    }

    .scd-sports-typing-card span {
        width: 6px;
        height: 6px;
    }

    .scd-sports-avatar {
        width: 58px;
        height: 58px;
    }

    .scd-sports-avatar img {
        width: 58px;
        height: 58px;
    }

    .scd-sports-promo-card {
        margin-right: 28px;
        margin-bottom: 20px;
        border-radius: 16px;
    }

    .scd-sports-promo-media {
        height: 134px;
    }

    .scd-sports-promo-copy {
        padding: 12px 14px 14px;
    }

    .scd-sports-promo-title {
        font-size: 13px;
        line-height: 1.32;
    }

    .scd-sports-promo-text {
        margin-top: 7px;
        font-size: 12px;
        line-height: 1.38;
    }

    .scd-sports-promo-actions {
        gap: 8px;
        margin-top: 12px;
    }

    .scd-sports-cta-primary,
    .scd-sports-cta-secondary {
        height: 36px;
        border-radius: 11px;
        padding: 0 12px;
        font-size: 12px;
    }

    .scd-sports-cta-secondary {
        min-width: 78px;
    }

    .scd-sports-input-wrap {
        margin-right: 34px;
        margin-top: 12px;
    }

    .scd-sports-input {
        min-height: 42px;
        max-height: 96px;
        padding: 11px 44px 11px 12px;
        border-radius: 11px;
        font-size: 13px;
    }

    .scd-sports-send-btn {
        right: 5px;
        top: 5px;
        width: 32px;
        height: 32px;
        border-radius: 9px;
    }

    .scd-sports-send-btn svg {
        width: 17px;
        height: 17px;
    }

    .scd-panel {
        right: 8px;
        left: 8px;
        width: auto;
        height: min(714px, calc(100vh - 16px));
        bottom: 8px;
    }

    .scd-home-title {
        font-size: 30px;
    }
}
