.wrapper-shotlink {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wrapper-shotlink .title {
    font-size: 40px;
    text-transform: uppercase;
}

.wrapper-shotlink .image img {
    width: 100%;
    height: auto;
}

.unactivated-placeholder {
    width: min(680px, 100%);
    margin-inline: auto;
    margin-block: auto;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    text-align: center;
    border-radius: 28px;
    border: 1px solid rgba(0, 240, 255, 0.2);
    background: linear-gradient(180deg, rgba(5, 14, 31, 0.94) 0%, rgba(3, 9, 20, 0.98) 100%);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45), 0 0 24px rgba(0, 240, 255, 0.12);
    backdrop-filter: blur(18px);
}

.unactivated-placeholder__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 165, 0, 0.45);
    background: rgba(255, 165, 0, 0.12);
    color: #ffbe55;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.unactivated-placeholder h2 {
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.1;
    color: #dffcff;
}

.unactivated-placeholder p {
    max-width: 540px;
    color: rgba(223, 252, 255, 0.8);
    font-size: 18px;
    line-height: 1.6;
}

.unactivated-placeholder__actions {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.link-signup--secondary {
    background: rgba(6, 17, 34, 0.85);
    color: #d7f9ff;
    border: 1px solid rgba(0, 240, 255, 0.28);
}

/* ── Claim screen ── */
.claim-screen {
    width: min(560px, 100%);
    margin-inline: auto;
    margin-block: auto;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    border-radius: 28px;
    border: 1px solid rgba(0, 240, 255, 0.2);
    background: linear-gradient(180deg, rgba(5, 14, 31, 0.94) 0%, rgba(3, 9, 20, 0.98) 100%);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45), 0 0 24px rgba(0, 240, 255, 0.12);
    backdrop-filter: blur(18px);
}

.claim-screen__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 165, 0, 0.45);
    background: rgba(255, 165, 0, 0.12);
    color: #ffbe55;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.claim-screen__title {
    font-size: clamp(24px, 4vw, 36px);
    line-height: 1.15;
    color: #dffcff;
    margin: 0;
}

.claim-screen__desc {
    max-width: 440px;
    color: rgba(223, 252, 255, 0.78);
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.claim-screen__account-hint {
    color: rgba(223, 252, 255, 0.78);
    font-size: 15px;
    margin: 0;
}

.claim-screen__actions {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.claim-screen__consent {
    width: 100%;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 240, 255, 0.12);
}

/* Buttons */
.claim-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    padding: 14px 28px;
    border-radius: 14px;
    font-size: 1rem;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 200ms ease, transform 100ms ease, box-shadow 200ms ease;
    border: none;
}

.claim-btn:hover {
    opacity: 0.9;
}

.claim-btn:active {
    transform: scale(0.98);
}

.claim-btn--primary {
    background: #00f0ff;
    color: #0a1628;
    box-shadow: 0 0 18px rgba(0, 240, 255, 0.25);
}

.claim-btn--primary:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.claim-btn--secondary {
    background: rgba(6, 17, 34, 0.85);
    color: #d7f9ff;
    border: 1px solid rgba(0, 240, 255, 0.28);
}

.claim-btn--small {
    min-width: auto;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    background: #00f0ff;
    color: #0a1628;
    border: none;
    cursor: pointer;
    transition: opacity 200ms ease;
    flex-shrink: 0;
}

.claim-btn--small:hover {
    opacity: 0.85;
}

/* Anonymous block */
.claim-screen__anon-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 240, 255, 0.12);
}

.claim-screen__checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: rgba(223, 252, 255, 0.78);
    cursor: pointer;
    text-align: left;
}

.claim-screen__checkbox--standalone {
    justify-content: center;
    width: 100%;
}

.claim-screen__checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #00f0ff;
    flex-shrink: 0;
}

.claim-screen__checkbox a {
    color: #00f0ff;
    text-decoration: none;
}

.claim-screen__checkbox a:hover {
    text-decoration: underline;
}

.claim-screen__error {
    padding: 10px 16px;
    border-radius: 10px;
    background: rgba(255, 60, 60, 0.12);
    border: 1px solid rgba(255, 60, 60, 0.3);
    color: #ff6b6b;
    font-size: 0.85rem;
    text-align: center;
    width: 100%;
}

/* Success screen */
.claim-screen--success {
    gap: 18px;
}

.claim-screen__success-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(78, 204, 163, 0.15);
    border: 2px solid rgba(78, 204, 163, 0.5);
    color: #4ecca3;
    font-size: 32px;
    font-weight: 700;
}

.claim-screen__admin-link-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.claim-screen__label {
    font-size: 13px;
    color: rgba(223, 252, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.claim-screen__copy-row {
    display: flex;
    gap: 8px;
    width: 100%;
}

.claim-screen__url-input {
    flex: 1;
    padding: 12px 14px;
    border: 1px solid rgba(0, 240, 255, 0.22);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    color: #dffcff;
    font-size: 0.9rem;
    font-family: inherit;
    outline: none;
    min-width: 0;
}

.claim-screen__warning {
    padding: 14px 18px;
    border-radius: 12px;
    background: rgba(255, 165, 0, 0.1);
    border: 1px solid rgba(255, 165, 0, 0.3);
    color: #ffbe55;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}

/* ── Setup wizard ── */
.setup-wizard {
    width: min(560px, 100%);
    margin-inline: auto;
    margin-block: auto;
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    text-align: center;
    border-radius: 28px;
    border: 1px solid rgba(0, 240, 255, 0.2);
    background: linear-gradient(180deg, rgba(5, 14, 31, 0.94) 0%, rgba(3, 9, 20, 0.98) 100%);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45), 0 0 24px rgba(0, 240, 255, 0.12);
    backdrop-filter: blur(18px);
}

/* Stepper indicator */
.setup-stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 28px;
    width: 100%;
    max-width: 260px;
}

.setup-stepper__dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid rgba(0, 240, 255, 0.3);
    background: transparent;
    flex-shrink: 0;
    transition: background 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
}

.setup-stepper__dot--active {
    background: #00f0ff;
    border-color: #00f0ff;
    box-shadow: 0 0 10px rgba(0, 240, 255, 0.5);
}

.setup-stepper__dot--done {
    background: #4ecca3;
    border-color: #4ecca3;
}

.setup-stepper__line {
    flex: 1;
    height: 2px;
    background: rgba(0, 240, 255, 0.15);
    transition: background 300ms ease;
}

.setup-stepper__line--done {
    background: #4ecca3;
}

/* Steps */
.setup-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    width: 100%;
}

.setup-step--enter {
    animation: setupFadeIn 350ms ease both;
}

@keyframes setupFadeIn {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
}

.setup-step__title {
    font-size: clamp(20px, 3.5vw, 28px);
    line-height: 1.2;
    color: #dffcff;
    margin: 0;
}

.setup-step__desc {
    max-width: 420px;
    color: rgba(223, 252, 255, 0.72);
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
}

/* Chat type cards */
.setup-type-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    width: 100%;
}

.setup-type-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 22px 14px;
    border-radius: 18px;
    border: 1px solid rgba(0, 240, 255, 0.18);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(223, 252, 255, 0.7);
    cursor: pointer;
    font-family: inherit;
    transition: border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.setup-type-card:hover {
    border-color: rgba(0, 240, 255, 0.35);
    background: rgba(255, 255, 255, 0.05);
}

.setup-type-card--active {
    border: 2px solid #00f0ff;
    background: rgba(0, 240, 255, 0.18);
    color: #dffcff;
    box-shadow: 0 0 24px rgba(0, 240, 255, 0.28);
}

.setup-type-card__icon {
    color: #00f0ff;
    display: flex;
}

.setup-type-card__name {
    font-size: 1rem;
    font-weight: 700;
    color: inherit;
}

.setup-type-card__desc {
    font-size: 0.8rem;
    line-height: 1.4;
    color: rgba(223, 252, 255, 0.6);
}

.setup-type-card--active .setup-type-card__desc {
    color: rgba(223, 252, 255, 0.9);
}

/* Form fields */
.setup-field {
    width: 100%;
}

.setup-field__input,
.setup-field__textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(0, 240, 255, 0.22);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    color: #dffcff;
    font-size: 0.95rem;
    font-family: inherit;
    outline: none;
    transition: border-color 200ms ease, box-shadow 200ms ease;
    box-sizing: border-box;
    resize: vertical;
}

.setup-field__input::placeholder,
.setup-field__textarea::placeholder {
    color: rgba(255, 255, 255, 0.28);
}

.setup-field__input:focus,
.setup-field__textarea:focus {
    border-color: #00f0ff;
    box-shadow: 0 0 0 3px rgba(0, 240, 255, 0.12);
}

/* Step navigation */
.setup-step__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-top: 6px;
}

.setup-step__nav--final {
    gap: 12px;
}

/* Ghost button */
.claim-btn--ghost {
    min-width: 260px;
    padding: 12px 28px;
    border-radius: 14px;
    font-size: 0.9rem;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none;
    background: transparent;
    color: rgba(223, 252, 255, 0.65);
    border: none;
    transition: color 200ms ease;
}

.claim-btn--ghost:hover {
    color: #00f0ff;
}

/* Register CTA */
.setup-step__register-cta {
    margin-top: 8px;
    font-size: 0.85rem;
}

.setup-step__register-cta a {
    color: #00f0ff;
    text-decoration: none;
}

.setup-step__register-cta a:hover {
    text-decoration: underline;
}

@media (max-width: 640px) {
    .claim-screen {
        padding: 30px 20px;
        border-radius: 22px;
    }
    .setup-wizard {
        padding: 24px 16px;
        border-radius: 22px;
        max-height: none;
        overflow-y: visible;
    }
    .setup-stepper {
        margin-bottom: 16px;
    }
    .setup-step {
        gap: 14px;
    }
    .setup-type-cards {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .setup-type-card {
        gap: 6px;
        padding: 14px 12px;
    }
    .setup-type-card__desc {
        font-size: 0.75rem;
    }
    .claim-screen--success {
        gap: 12px;
    }
    .claim-screen__success-icon {
        width: 48px;
        height: 48px;
        font-size: 24px;
    }
    .claim-screen__copy-row {
        flex-direction: column;
    }
    .claim-btn {
        min-width: 100%;
    }
    .claim-btn--ghost {
        min-width: 100%;
    }
    .claim-screen__title,
    .setup-step__title {
        font-size: clamp(18px, 5vw, 24px);
    }
    .claim-screen__desc,
    .setup-step__desc {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .claim-screen {
        padding: 22px 14px;
        border-radius: 18px;
    }
    .setup-wizard {
        padding: 20px 14px;
        border-radius: 18px;
    }
    .claim-screen__warning {
        font-size: 12px;
        padding: 10px 14px;
    }
    .claim-screen__url-input {
        font-size: 0.8rem;
    }
}

/* === Per-link notifications === */
.ln-notify-section {
    margin-top: 20px;
    padding: 16px;
    background: rgba(0, 240, 255, 0.04);
    border: 1px solid rgba(0, 240, 255, 0.12);
    border-radius: 12px;
}

.ln-notify-section__title {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 4px;
}

.ln-notify-section__desc {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.6);
    margin: 0 0 14px;
}

.ln-notify-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.ln-notify-row:last-child {
    border-bottom: none;
}

.ln-notify-row__info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ln-notify-row__icon {
    font-size: 1.1rem;
}

.ln-notify-row__label {
    font-size: 0.9rem;
    color: #fff;
}

.ln-notify-row__status {
    font-size: 0.8rem;
    margin-left: 8px;
}

.ln-notify-row__status--success {
    color: #00e676;
}

.ln-notify-row__status--error {
    color: #ff5252;
}

.ln-notify-row__status--info {
    color: #00b0ff;
}

.ln-notify-row--email {
    flex-wrap: wrap;
}

.ln-email-form,
.ln-email-verify {
    display: flex;
    gap: 8px;
    width: 100%;
    margin-top: 8px;
}

.ln-email-form__input {
    flex: 1;
    min-width: 0;
    padding: 8px 12px;
    border: 1px solid rgba(0,240,255,0.18);
    border-radius: 8px;
    background: rgba(0,0,0,0.3);
    color: #fff;
    font-size: 0.9rem;
    outline: none;
}

.ln-email-form__input:focus {
    border-color: #00f0ff;
}

.ln-email-form__input--code {
    max-width: 120px;
    text-align: center;
    letter-spacing: 4px;
    font-family: monospace;
}

@media (max-width: 640px) {
    .ln-notify-section {
        padding: 12px;
    }

    .ln-notify-row {
        flex-wrap: wrap;
        gap: 8px;
    }

    .ln-email-form,
    .ln-email-verify {
        flex-direction: column;
        align-items: stretch;
    }

    .ln-email-form__input--code {
        max-width: 100%;
    }

    .ln-email-form > .claim-btn--small,
    .ln-email-verify > .claim-btn--small,
    .ln-email-form > .ls-btn--small,
    .ln-email-verify > .ls-btn--small {
        width: 100%;
        justify-content: center;
    }
}
