.cht-standalone {
    margin: 0;
    min-height: 100vh;
    background: #f5f7fa;
}
.cht-wrap {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    box-sizing: border-box;
}
.cht-card {
    width: min(680px, 100%);
    box-sizing: border-box;
    padding: 34px 30px;
    border: 1px solid rgba(0,0,0,.09);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 40px rgba(0,0,0,.08);
    text-align: center;
}
.cht-card__icon {
    width: 54px;
    height: 54px;
    margin: 0 auto 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    background: #f0f4ff;
}
.cht-card__title {
    margin: 0 0 10px;
    font-size: clamp(25px, 4vw, 36px);
    line-height: 1.2;
}
.cht-card__intro {
    margin: 0 auto 22px;
    max-width: 560px;
    color: #667085;
    line-height: 1.6;
}
.cht-destination {
    margin: 0 0 24px;
    padding: 15px 17px;
    border: 1px solid #e6e8ec;
    border-radius: 12px;
    background: #fafafa;
    text-align: left;
    overflow-wrap: anywhere;
}

.cht-destination__title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
    color: #1d2939;
}

.cht-domain-info {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 6px;
}
.cht-domain-info__favicon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e6e8ec;
}
.cht-domain-info__favicon img {
    display: block;
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.cht-domain-info__text {
    min-width: 0;
}
.cht-domain-info__text .cht-destination__host {
    margin-bottom: 1px;
}
.cht-domain-info__meta {
    display: block;
    color: #98a2b3;
    font-size: 12px;
}
.cht-destination__host {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
}
.cht-destination__url {
    display: block;
    color: #667085;
    font-size: 14px;
}
.cht-button {
    appearance: none;
    border: 0;
    border-radius: 10px;
    padding: 13px 28px;
    min-width: 150px;
    background: #111827;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
}
.cht-button:hover { opacity: .92; }
.cht-button:disabled { opacity: .65; cursor: wait; }
.cht-countdown {
    margin-top: 15px;
    color: #667085;
    font-weight: 600;
}
.cht-note {
    margin: 18px 0 0;
    font-size: 13px;
    color: #98a2b3;
}
.cht-error {
    margin: 40px auto;
    max-width: 680px;
    padding: 20px;
    border-radius: 12px;
    background: #fff3f3;
    color: #a61b1b;
}
@media (max-width: 560px) {
    .cht-card { padding: 26px 18px; border-radius: 14px; }
}

.cht-no-copy,.cht-no-copy *{user-select:none!important;-webkit-user-select:none!important;-moz-user-select:none!important;-webkit-touch-callout:none!important}.cht-adsense{width:100%;max-width:680px;margin:24px auto 0;text-align:center;overflow:hidden}.cht-wrap{width:100%;margin:0 auto;}
