:root {
    --wtk-ft-brand: #15b8ad;
    --wtk-ft-brand-dark: #087f78;
    --wtk-ft-accent: #ff6932;
    --wtk-ft-ink: #17252d;
    --wtk-ft-muted: #647780;
    --wtk-ft-line: #d9e6e9;
    --wtk-ft-soft: #f4f9fa;
    --wtk-ft-success: #087f52;
    --wtk-ft-danger: #c93646;
}

.wtk-ft,
.wtk-ft * { box-sizing: border-box; }

.wtk-ft {
    width: min(100%, 850px);
    margin: 28px auto;
    color: var(--wtk-ft-ink);
    font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    background: #fff;
    border: 1px solid var(--wtk-ft-line);
    border-radius: 24px;
    box-shadow: 0 18px 55px rgba(30, 70, 80, .1);
    overflow: hidden;
}

.wtk-ft__hero {
    position: relative;
    padding: 32px clamp(22px, 5vw, 48px);
    color: #fff;
    background:
        radial-gradient(circle at 92% 0, rgba(255,255,255,.18), transparent 34%),
        linear-gradient(135deg, #0a8e86, #18c8bc);
}

.wtk-ft__badge {
    display: inline-flex;
    padding: 5px 11px;
    color: #563000;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    background: #ffd238;
    border-radius: 999px;
}

.wtk-ft__hero h2 {
    margin: 13px 0 2px;
    color: inherit;
    font-size: clamp(28px, 5vw, 42px);
    line-height: 1.08;
}

.wtk-ft__hero p { margin: 8px 0 2px; font-size: clamp(16px, 2.5vw, 20px); opacity: .95; }
.wtk-ft__hero strong { display: block; margin-top: 8px; font-size: 14px; opacity: .9; }

.wtk-ft__panel,
.wtk-ft__campaign { padding: clamp(22px, 5vw, 42px); }

.wtk-ft__panel { position: relative; }
.wtk-ft__step {
    display: inline-grid;
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    place-items: center;
    color: #fff;
    font-weight: 900;
    background: var(--wtk-ft-accent);
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(255,105,50,.25);
}

.wtk-ft__field { margin: 0 0 18px; }
.wtk-ft__field label { display: block; font-size: clamp(18px, 3vw, 23px); font-weight: 800; }
.wtk-ft__field small { display: block; margin: 5px 0 13px; color: var(--wtk-ft-muted); }
.wtk-ft__field input {
    display: block;
    width: 100%;
    min-height: 58px;
    padding: 14px 17px;
    color: var(--wtk-ft-ink);
    font: inherit;
    font-size: 17px;
    background: var(--wtk-ft-soft);
    border: 2px solid var(--wtk-ft-line);
    border-radius: 15px;
    outline: 0;
    transition: border-color .2s, box-shadow .2s, background .2s;
}

.wtk-ft__field input:focus {
    background: #fff;
    border-color: var(--wtk-ft-brand);
    box-shadow: 0 0 0 4px rgba(21,184,173,.14);
}

.wtk-ft__start-panel > .wtk-ft__step { margin-bottom: 13px; }
.wtk-ft__button {
    display: inline-flex;
    width: 100%;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    color: #fff !important;
    font: inherit;
    font-size: 17px;
    font-weight: 850;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(135deg, var(--wtk-ft-accent), #ff8a34);
    border: 0;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(255,105,50,.24);
    transition: transform .15s, filter .15s, opacity .15s;
}

.wtk-ft__button:hover:not(:disabled) { filter: brightness(.96); transform: translateY(-1px); }
.wtk-ft__button:disabled { cursor: not-allowed; opacity: .58; box-shadow: none; }
.wtk-ft__button.is-loading { cursor: progress; }
.wtk-ft__message { min-height: 0; margin-top: 12px; font-size: 14px; font-weight: 650; }
.wtk-ft__message:empty { display: none; }
.wtk-ft__message.is-error { color: var(--wtk-ft-danger); }
.wtk-ft__message.is-success { padding: 12px 14px; color: var(--wtk-ft-success); background: #eafaf3; border-radius: 10px; }
.wtk-ft__message.is-warning { padding: 12px 14px; color: #7b5600; background: #fff7d7; border-radius: 10px; }

.wtk-ft__campaign { display: grid; gap: 28px; background: #fff; }
.wtk-ft__campaign[hidden], .wtk-ft__start-panel[hidden] { display: none !important; }
.wtk-ft__summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.wtk-ft__summary--simple { grid-template-columns: repeat(2, 1fr); }

.wtk-ft__summary > div {
    min-width: 0;
    padding: 15px;
    text-align: center;
    background: var(--wtk-ft-soft);
    border: 1px solid var(--wtk-ft-line);
    border-radius: 14px;
}

.wtk-ft__summary span { display: block; color: var(--wtk-ft-muted); font-size: 12px; }
.wtk-ft__summary strong { display: block; margin-top: 3px; color: var(--wtk-ft-brand-dark); font-size: 24px; }
.wtk-ft__tasks h3,
.wtk-ft__claim h3 { display: flex; align-items: center; gap: 11px; margin: 0 0 8px; color: var(--wtk-ft-ink); font-size: 20px; }
.wtk-ft__tasks > p { margin: 0 0 15px; color: var(--wtk-ft-muted); }
.wtk-ft__task-list { display: grid; gap: 10px; }
.wtk-ft__task {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 22px;
    gap: 11px;
    align-items: center;
    padding: 13px;
    color: var(--wtk-ft-ink) !important;
    text-decoration: none !important;
    background: #fff;
    border: 1px solid var(--wtk-ft-line);
    border-radius: 14px;
    box-shadow: 0 7px 22px rgba(30,70,80,.07);
    transition: border-color .15s, transform .15s;
}

.wtk-ft__task:hover { border-color: var(--wtk-ft-brand); transform: translateY(-1px); }
.wtk-ft__task-number { display: grid; width: 38px; height: 38px; place-items: center; color: #fff; font-weight: 900; background: var(--wtk-ft-brand); border-radius: 11px; }
.wtk-ft__task-copy { min-width: 0; }
.wtk-ft__task-copy strong,
.wtk-ft__task-copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wtk-ft__task-copy small { margin-top: 2px; color: var(--wtk-ft-muted); font-size: 12px; }
.wtk-ft__task-copy i { display: block; height: 5px; margin-top: 7px; overflow: hidden; background: #e6eef0; border-radius: 99px; }
.wtk-ft__task-copy b { display: block; height: 100%; background: var(--wtk-ft-brand); border-radius: inherit; }
.wtk-ft__task-arrow { color: var(--wtk-ft-brand-dark); font-size: 22px; font-weight: 900; }
.wtk-ft__task.is-complete { background: #edfbf7; border-color: #a5e6d4; }
.wtk-ft__task.is-complete .wtk-ft__task-number { background: var(--wtk-ft-success); }
.wtk-ft__task.is-locked { cursor: not-allowed; opacity: .58; box-shadow: none; }
.wtk-ft__task.is-locked:hover { border-color: var(--wtk-ft-line); transform: none; }
.wtk-ft__task.is-locked .wtk-ft__task-number { background: #87979e; }
.wtk-ft__claim { padding-top: 25px; border-top: 1px solid var(--wtk-ft-line); }
.wtk-ft__turnstile { margin: 13px 0; }
.wtk-ft__notice { padding: 20px; border-left: 5px solid var(--wtk-ft-danger); border-radius: 10px; }

.wtk-ft-floating {
    position: fixed;
    z-index: 999998;
    right: 18px;
    bottom: 18px;
    display: flex;
    width: min(440px, calc(100vw - 36px));
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 14px 16px;
    color: #fff;
    font: 400 14px/1.3 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    background: #132d34;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 16px;
    box-shadow: 0 15px 45px rgba(0,0,0,.28);
}

.wtk-ft-floating[hidden] { display: none !important; }
.wtk-ft-floating.is-error { background: #6f202b; }
.wtk-ft-floating strong,
.wtk-ft-floating small { display: block; }
.wtk-ft-floating small { margin-top: 3px; color: #b7ced3; }
.wtk-ft-floating a { flex: 0 0 auto; padding: 9px 12px; color: #fff !important; font-weight: 800; text-decoration: none !important; background: var(--wtk-ft-accent); border-radius: 10px; }

@media (max-width: 620px) {
    .wtk-ft { margin: 14px auto; border-radius: 18px; }
    .wtk-ft__hero { padding: 25px 20px; }
    .wtk-ft__panel, .wtk-ft__campaign { padding: 22px 17px; }
    .wtk-ft__summary { grid-template-columns: 1fr 1fr; }
    .wtk-ft__summary > div:first-child { grid-column: 1 / -1; }
    .wtk-ft__summary--simple > div:first-child { grid-column: auto; }
    .wtk-ft__task { grid-template-columns: 38px minmax(0, 1fr); }
    .wtk-ft__task-arrow { display: none; }
    .wtk-ft-floating { right: 10px; bottom: 10px; width: calc(100vw - 20px); }
    .wtk-ft-floating a { max-width: 46%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}

@media (prefers-reduced-motion: reduce) {
    .wtk-ft *, .wtk-ft-floating * { scroll-behavior: auto !important; transition: none !important; }
}
