/* Webmaster araç sayfaları — Servercim koyu tema (hosting/domain araçları ile uyumlu) */

.wt-page {
    --wt-orange: #ff8c00;
    --wt-orange-dark: #ff5e00;
    --wt-bg: #131722;
    --wt-card: #1c2230;
    --wt-border: rgba(255, 255, 255, 0.1);
    --wt-text: #ffffff;
    --wt-muted: rgba(148, 163, 184, 0.92);
    --wt-input-bg: rgba(0, 0, 0, 0.35);
    padding-bottom: 2rem;
    background: var(--wt-bg);
}

/* Üst gezinme — dt-nav / ht-nav tarzı */
.wt-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(15, 18, 25, 0.85);
}

.wt-nav__row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    padding: 0.85rem 0 0;
}

.wt-nav__link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.6rem 0.9rem;
    border-radius: 0.75rem 0.75rem 0 0;
    font-size: 11px;
    font-weight: 700;
    color: rgba(148, 163, 184, 0.88);
    text-decoration: none;
    border: 1px solid transparent;
    border-bottom: none;
    transition: color 0.2s, background 0.2s;
}

.wt-nav__link .icon { width: 0.95rem; height: 0.95rem; opacity: 0.75; }

.wt-nav__link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
}

.wt-nav__link.is-active {
    color: var(--wt-orange);
    background: rgba(28, 34, 48, 0.98);
    border-color: rgba(255, 140, 0, 0.25);
    margin-bottom: -1px;
    position: relative;
    z-index: 2;
}

/* Banner — ht-banner (cPanel turuncu) */
.wt-banner {
    padding: 1.5rem 0 1.25rem;
    background: linear-gradient(165deg, rgba(255, 140, 0, 0.14) 0%, #131722 42%, #0f1219 100%);
    border-bottom: 1px solid rgba(255, 140, 0, 0.12);
}

.wt-banner__crumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    margin-bottom: 1rem;
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
}

.wt-banner__crumb a {
    color: #94a3b8;
    text-decoration: none;
}

.wt-banner__crumb a:hover { color: var(--wt-orange); }

.wt-banner__crumb [aria-current="page"] { color: #e2e8f0; }

.wt-banner__inner {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

@media (min-width: 900px) {
    .wt-banner__inner {
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
    }
}

.wt-banner__main {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    flex: 1;
    min-width: 0;
}

.wt-banner__icon {
    flex-shrink: 0;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(255, 140, 0, 0.12);
    border: 1px solid rgba(255, 140, 0, 0.35);
    color: var(--wt-orange);
}

.wt-banner__icon .icon { width: 1.5rem; height: 1.5rem; }

.wt-banner__eyebrow {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wt-orange);
}

.wt-banner__title {
    margin: 0 0 0.35rem;
    font-size: clamp(1.45rem, 3vw, 2.1rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #fff;
    line-height: 1.1;
}

.wt-banner__sub {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(203, 213, 225, 0.88);
}

.wt-banner__spot {
    flex-shrink: 0;
    padding: 1rem 1.15rem;
    border-radius: 1rem;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 140, 0, 0.25);
    min-width: 11rem;
}

.wt-banner__spot-label {
    display: block;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(148, 163, 184, 0.75);
    margin-bottom: 0.35rem;
}

.wt-banner__spot strong {
    display: block;
    font-size: 14px;
    color: #fff;
}

.wt-banner__spot-desc {
    margin: 0.35rem 0 0.65rem;
    font-size: 12px;
    line-height: 1.45;
    color: rgba(148, 163, 184, 0.88);
}

.wt-banner__spot-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    width: 100%;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 800;
    color: #131722;
    text-decoration: none;
    background: var(--wt-orange);
    transition: filter 0.15s;
}

.wt-banner__spot-btn:hover { filter: brightness(1.08); }

.wt-banner__spot-btn .icon { width: 14px; height: 14px; }

.wt-banner__chips {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.wt-banner__chips li {
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    color: rgba(226, 232, 240, 0.9);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.wt-body { padding-top: 1.5rem; }

/* Araç paneli — dt-panel */
.wt-page--araclar .wt-panel {
    border-radius: 1.35rem;
    background: linear-gradient(145deg, rgba(28, 34, 48, 0.98), rgba(19, 23, 34, 0.99));
    border: 1px solid var(--wt-border);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 140, 0, 0.08) inset;
    overflow: hidden;
}

.wt-page--araclar .wt-panel__head {
    padding: 1.15rem 1.35rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(0, 0, 0, 0.2);
}

.wt-page--araclar .wt-panel__head strong {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
}

.wt-page--araclar .wt-panel__head span {
    display: block;
    margin-top: 0.2rem;
    font-size: 12px;
    color: rgba(148, 163, 184, 0.8);
}

.wt-page--araclar .wt-panel__body {
    padding: 0;
    background: transparent;
}

.wt-page--araclar .wt-tool-shell {
    border: none;
    border-radius: 0;
    padding: 1.35rem;
    box-shadow: none;
    background: transparent;
}

.wt-page--araclar .wt-tool-mount {
    min-height: 220px;
}

.wt-page--araclar .wt-field label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 140, 0, 0.85);
}

.wt-page--araclar .wt-field input,
.wt-page--araclar .wt-field select,
.wt-page--araclar .wt-field textarea {
    width: 100%;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.85rem;
    background: var(--wt-input-bg);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.wt-page--araclar .wt-field input::placeholder,
.wt-page--araclar .wt-field textarea::placeholder {
    color: rgba(255, 255, 255, 0.28);
}

.wt-page--araclar .wt-field input:focus,
.wt-page--araclar .wt-field select:focus,
.wt-page--araclar .wt-field textarea:focus {
    border-color: rgba(255, 140, 0, 0.5);
    box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.12);
}

.wt-layout {
    display: grid;
    gap: 1.5rem;
    align-items: start;
}

@media (min-width: 960px) {
    .wt-layout { grid-template-columns: 220px minmax(0, 1fr); }
}

.wt-main { min-width: 0; }

.wt-sidebar {
    position: sticky;
    top: 5.5rem;
    max-height: calc(100vh - 6.5rem);
    overflow-y: auto;
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(28, 34, 48, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.wt-sidebar__label {
    margin: 0 0 0.5rem;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(148, 163, 184, 0.7);
}

.wt-sidebar__back {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 0.85rem;
    padding-bottom: 0.75rem;
    width: 100%;
    font-size: 11px;
    font-weight: 700;
    color: var(--wt-orange);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.wt-sidebar__back .icon {
    width: 14px;
    height: 14px;
    transform: rotate(180deg);
}

.wt-sidebar__group {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.wt-sidebar__group:last-child { border-bottom: none; }

.wt-sidebar__group-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.65rem 0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
    cursor: pointer;
    list-style: none;
}

.wt-sidebar__group-title::-webkit-details-marker { display: none; }

.wt-sidebar__group[open] .wt-sidebar__group-title { color: var(--wt-orange); }

.wt-sidebar__group-count {
    flex-shrink: 0;
    min-width: 1.25rem;
    padding: 0.1rem 0.4rem;
    border-radius: 6px;
    font-size: 9px;
    font-weight: 800;
    text-align: center;
    color: var(--wt-orange);
    background: rgba(255, 140, 0, 0.12);
}

.wt-sidebar__list {
    margin: 0 0 0.5rem;
    padding: 0;
    list-style: none;
}

.wt-sidebar__link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.55rem 0.65rem;
    margin-bottom: 0.2rem;
    border-radius: 9px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.wt-sidebar__link:hover,
.wt-sidebar__link.is-active {
    background: rgba(255, 140, 0, 0.1);
    border-color: rgba(255, 140, 0, 0.28);
}

.wt-sidebar__link-icon {
    flex-shrink: 0;
    width: 0.95rem;
    height: 0.95rem;
    color: rgba(148, 163, 184, 0.55);
}

.wt-sidebar__link.is-active .wt-sidebar__link-icon { color: var(--wt-orange); }

.wt-sidebar__link-name {
    font-size: 12px;
    font-weight: 700;
    color: rgba(203, 213, 225, 0.88);
    line-height: 1.3;
}

.wt-sidebar__link.is-active .wt-sidebar__link-name { color: #fff; }

.wt-sidebar__cta {
    display: block;
    margin-top: 1rem;
    padding: 0.65rem 0.75rem;
    border-radius: 9px;
    text-align: center;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    color: #131722;
    background: linear-gradient(135deg, #ff8c00, #f59e0b);
    transition: filter 0.15s;
}

.wt-sidebar__cta:hover { filter: brightness(1.08); }

.wt-sidebar-toggle {
    display: none;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    margin-bottom: 0.85rem;
    padding: 0.65rem 1rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: var(--wt-card);
    font-size: 13px;
    font-weight: 700;
    color: #f1f5f9;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
}

.wt-sidebar-toggle .icon { width: 18px; height: 18px; color: var(--wt-orange); }

.wt-sidebar-toggle:hover {
    border-color: rgba(255, 140, 0, 0.4);
    background: rgba(255, 140, 0, 0.08);
}

/* Araç içi bileşenler — koyu panel içinde */
.wt-page--araclar .wt-btn--primary {
    background: linear-gradient(135deg, #ffb347, var(--wt-orange));
    color: #131722;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.wt-page--araclar .wt-btn--primary:hover {
    box-shadow: 0 8px 24px rgba(255, 140, 0, 0.35);
}

.wt-page--araclar .wt-btn--ghost {
    background: transparent;
    border: 1px solid rgba(255, 140, 0, 0.35);
    color: var(--wt-orange);
}

.wt-page--araclar .wt-btn--ghost:hover {
    background: rgba(255, 140, 0, 0.08);
}

.wt-page--araclar .wt-url-input__hint,
.wt-page--araclar .wt-hint {
    color: rgba(148, 163, 184, 0.85);
    font-size: 12px;
}

.wt-page--araclar .wt-url-result {
    min-height: 280px;
    padding: 1.15rem;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.wt-page--araclar .wt-tool-shell .wt-split { gap: 1.25rem; }

.wt-page--araclar .wt-tool-shell .wt-split__col--result .wt-card,
.wt-page--araclar .wt-tool-shell .wt-split__col--result .wt-result-card,
.wt-page--araclar .wt-tool-shell .wt-split__col--result .wt-url-result {
    min-height: 300px;
}

.wt-page--araclar .wt-stat-pill {
    background: rgba(255, 140, 0, 0.1);
    border: 1px solid rgba(255, 140, 0, 0.25);
}

.wt-page--araclar .wt-stat-pill b { color: var(--wt-orange); }

.wt-page--araclar .wt-revenue-stack__item {
    background: rgba(255, 140, 0, 0.08);
    border-left-color: var(--wt-orange);
}

.wt-page--araclar .wt-msg--info {
    background: rgba(59, 130, 246, 0.12);
    border-color: rgba(96, 165, 250, 0.35);
    color: #93c5fd;
}

.wt-page--araclar .wt-msg--success {
    background: rgba(16, 185, 129, 0.12);
    border-color: rgba(52, 211, 153, 0.35);
    color: #6ee7b7;
}

.wt-page--araclar .wt-msg--error {
    background: rgba(239, 68, 68, 0.12);
    border-color: rgba(248, 113, 113, 0.35);
    color: #fca5a5;
}

.wt-page--araclar .wt-meta-pill {
    background: rgba(59, 130, 246, 0.15);
    color: #93c5fd;
}

.wt-page--araclar .wt-meta-pill--warn {
    background: rgba(239, 68, 68, 0.15);
    color: #fca5a5;
}

.wt-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
}

.wt-split__col--result .wt-result-card {
    height: 100%;
    min-height: 280px;
}

.wt-tabs {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.wt-tabs__btn {
    flex: 1;
    padding: 0.55rem 0.75rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    font-size: 12px;
    font-weight: 700;
    color: #94a3b8;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.wt-tabs__btn.is-active {
    color: #fff;
    border-color: rgba(255, 140, 0, 0.5);
    background: rgba(255, 140, 0, 0.15);
}

.wt-checks {
    margin-bottom: 1rem;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.wt-checks__title {
    margin: 0 0 0.65rem;
    font-size: 12px;
    font-weight: 700;
    color: #94a3b8;
}

.wt-checks__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
}

.wt-checks__item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 13px;
    font-weight: 600;
    color: #e2e8f0;
    cursor: pointer;
}

.wt-checks__item input {
    accent-color: var(--wt-orange);
    width: 1rem;
    height: 1rem;
}

.wt-card,
.wt-result-card {
    padding: 1rem 1.15rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.wt-card__head { margin-bottom: 0.75rem; }

.wt-card__title,
.wt-result-card__title {
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    color: #f8fafc;
}

.wt-card__sub,
.wt-result-card__sub {
    margin: 0.2rem 0 0;
    font-size: 12px;
    color: #64748b;
}

.wt-card__body,
.wt-result-card__body { min-height: 120px; }

.wt-btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.75rem 0 1rem;
}

.wt-btn--primary {
    background: linear-gradient(135deg, #ff8c00, #ffab40);
    color: #fff;
}

.wt-chip {
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 140, 0, 0.45);
    background: transparent;
    font-size: 11px;
    font-weight: 700;
    color: #fdba74;
    cursor: pointer;
}

.wt-chip.is-active,
.wt-chip:hover {
    background: rgba(255, 140, 0, 0.15);
    color: #fff;
}

.wt-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.wt-check {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 13px;
    color: #e2e8f0;
    margin-right: 0.75rem;
}

.wt-pre {
    margin: 0;
    white-space: pre-wrap;
    word-break: break-word;
    font-size: 12px;
    line-height: 1.55;
    color: #e2e8f0;
    font-family: ui-monospace, Consolas, monospace;
}

.wt-msg--success {
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.35);
    color: #6ee7b7;
}

.wt-highlight-box {
    padding: 0.75rem;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 0.75rem;
}

.wt-mark {
    background: rgba(255, 140, 0, 0.35);
    color: #fff;
    font-weight: 700;
    padding: 0 2px;
    border-radius: 2px;
}

.wt-match-list {
    margin: 0;
    padding: 0.5rem 1rem;
    background: #0f172a;
    border-radius: 10px;
    list-style: decimal;
    font-family: ui-monospace, Consolas, monospace;
    font-size: 12px;
    color: #fdba74;
}

.wt-regex-row {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.wt-regex-row input { flex: 1; }

.wt-regex-slash { color: #64748b; font-weight: 700; }

.wt-stat-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
}

.wt-stat-box {
    padding: 0.85rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}

.wt-stat-box__label {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 0.35rem;
}

.wt-stat-box__value {
    font-size: 1.1rem;
    color: #34d399;
}

.wt-clicks-box {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 12px;
    background: linear-gradient(135deg, #ff8c00, #ffab40);
    text-align: center;
    color: #fff;
}

.wt-clicks-box strong {
    display: block;
    font-size: 2rem;
    margin-top: 0.25rem;
}

.wt-slider { margin-bottom: 1rem; }

.wt-slider__label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #94a3b8;
    margin-bottom: 0.25rem;
}

.wt-slider__val {
    float: right;
    font-size: 12px;
    font-weight: 800;
    color: var(--wt-orange);
}

.wt-slider input[type="range"] { width: 100%; accent-color: var(--wt-orange); }

.wt-grade {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 12px;
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 0.75rem;
}

.wt-grade--a { background: #10b981; color: #fff; }
.wt-grade--b { background: #3b82f6; color: #fff; }
.wt-grade--c { background: #f59e0b; color: #fff; }
.wt-grade--d { background: #f97316; color: #fff; }
.wt-grade--f { background: #ef4444; color: #fff; }

.wt-serp {
    padding: 0.85rem;
    border-radius: 10px;
    background: #fff;
    color: #1a1a1a;
}

.wt-serp__title { font-size: 18px; color: #1a0dab; margin-bottom: 0.2rem; }
.wt-serp__url { font-size: 12px; color: #006621; }
.wt-serp__desc { font-size: 13px; color: #545454; margin-top: 0.25rem; }

.wt-og-preview {
    padding: 0.75rem;
    border-radius: 10px;
    background: #f3f4f6;
    color: #111;
    max-width: 400px;
}

.wt-og-preview__title { font-weight: 800; font-size: 14px; }
.wt-og-preview__desc { font-size: 12px; color: #4b5563; margin-top: 0.25rem; }
.wt-og-preview__img { width: 100%; max-height: 160px; object-fit: cover; margin-top: 0.5rem; border-radius: 6px; }

.wt-color-swatch-lg {
    width: 100%;
    height: 64px;
    border-radius: 10px;
    margin-bottom: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.wt-tone-row { display: flex; gap: 0.35rem; margin-bottom: 0.75rem; }

.wt-tone-swatch {
    flex: 1;
    height: 36px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.wt-link {
    color: var(--wt-orange);
    font-weight: 700;
    text-decoration: none;
}

.wt-link:hover { text-decoration: underline; }

.wt-stat-grid--6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (min-width: 700px) {
    .wt-stat-grid--6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

.wt-word-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wt-word-list li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.45rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 13px;
}

.wt-word-list li:last-child { border-bottom: none; }

.wt-word-list__word { color: #f1f5f9; font-weight: 600; }

.wt-word-list__count {
    color: var(--wt-orange);
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}

.wt-empty-note {
    margin: 0;
    font-size: 12px;
    color: #64748b;
    font-style: italic;
}

.wt-ratio-bar {
    margin-top: 0.75rem;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
    display: flex;
}

.wt-ratio-bar__text {
    height: 100%;
    background: linear-gradient(90deg, #10b981, #34d399);
}

.wt-ratio-bar__code {
    height: 100%;
    background: linear-gradient(90deg, #6366f1, #818cf8);
}

.wt-field { margin-bottom: 1rem; }

.wt-field label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 12px;
    font-weight: 700;
    color: #94a3b8;
}

.wt-field input[type="text"],
.wt-field input[type="url"],
.wt-field input[type="number"],
.wt-field select,
.wt-field textarea {
    width: 100%;
    padding: 0.65rem 0.85rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.25);
    color: #f1f5f9;
    font-size: 13px;
    font-family: inherit;
}

.wt-field textarea {
    min-height: 140px;
    resize: vertical;
    font-family: ui-monospace, Consolas, monospace;
    font-size: 12px;
    line-height: 1.5;
}

.wt-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.75rem;
}

.wt-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.wt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.55rem 1rem;
    border: none;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(135deg, #ff8c00, #ffab40);
    transition: opacity 0.2s;
}

.wt-btn:hover { opacity: 0.9; }

.wt-btn--ghost {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #e2e8f0;
}

.wt-output {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.wt-output pre {
    margin: 0;
    white-space: pre-wrap;
    word-break: break-word;
    font-size: 12px;
    line-height: 1.55;
    color: #e2e8f0;
    font-family: ui-monospace, Consolas, monospace;
}

.wt-output .wt-stat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 0.65rem;
}

.wt-stat {
    padding: 0.65rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    text-align: center;
}

.wt-stat b {
    display: block;
    font-size: 1.25rem;
    color: var(--wt-orange);
}

.wt-stat small {
    font-size: 10px;
    color: #64748b;
    text-transform: uppercase;
}

.wt-msg {
    padding: 0.75rem 1rem;
    border-radius: 10px;
    font-size: 13px;
    margin-bottom: 1rem;
}

.wt-msg--error {
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.35);
    color: #fca5a5;
}

.wt-msg--info {
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    color: #93c5fd;
}

.wt-hint {
    margin: 0 0 1rem;
    font-size: 12px;
    color: #64748b;
    line-height: 1.5;
}

.wt-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.wt-table th,
.wt-table td {
    padding: 0.5rem 0.65rem;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.wt-table th {
    color: #94a3b8;
    font-weight: 700;
}

.wt-color-swatch {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    vertical-align: middle;
    margin-right: 0.5rem;
}

.wt-v2-stack > * + * { margin-top: 1rem; }

.wt-url-tool .wt-split { gap: 1.5rem; }

.wt-url-input__hint {
    margin: 0 0 0.75rem;
    font-size: 12px;
    color: #94a3b8;
}

.wt-url-result {
    padding: 1rem;
    border-radius: 14px;
    background: rgba(15, 23, 42, 0.65);
    border: 1px solid rgba(148, 163, 184, 0.15);
    min-height: 280px;
}

.wt-url-result__title {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    color: #f8fafc;
}

.wt-url-result__sub {
    margin: 0.2rem 0 0.85rem;
    font-size: 12px;
    color: #64748b;
}

.wt-regex-flags {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.wt-regex-flags__label { font-size: 11px; color: #64748b; font-weight: 700; }

.wt-regex-flag {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 12px;
    color: #cbd5e1;
}

.wt-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.5rem 0.85rem;
    border-radius: 10px;
    margin-bottom: 0.85rem;
    font-size: 13px;
}

.wt-status-badge--ok { background: rgba(16, 185, 129, 0.15); color: #6ee7b7; }
.wt-status-badge--redirect { background: rgba(245, 158, 11, 0.15); color: #fcd34d; }
.wt-status-badge--err { background: rgba(239, 68, 68, 0.15); color: #fca5a5; }

.wt-header-list__row {
    display: grid;
    grid-template-columns: minmax(120px, 35%) 1fr;
    gap: 0.75rem;
    padding: 0.45rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 12px;
}

.wt-header-list__key { color: #a5b4fc; word-break: break-all; }
.wt-header-list__val { color: #e2e8f0; word-break: break-all; }

.wt-chain__step {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    padding: 0.65rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    margin-bottom: 0.35rem;
}

.wt-chain__num {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: var(--wt-orange);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wt-chain__url { display: block; font-size: 11px; color: #94a3b8; word-break: break-all; }
.wt-chain__loc { display: block; font-size: 11px; color: #fcd34d; margin-top: 0.2rem; }
.wt-chain__arrow { text-align: center; color: #64748b; margin: 0.15rem 0; }

.wt-gzip-meters__status {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.wt-gzip-meters__status--on { background: rgba(16, 185, 129, 0.2); color: #6ee7b7; }
.wt-gzip-meters__status--off { background: rgba(239, 68, 68, 0.2); color: #fca5a5; }

.wt-gzip-row {
    display: grid;
    grid-template-columns: 90px 1fr auto;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 12px;
}

.wt-gzip-row__track {
    height: 8px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    overflow: hidden;
}

.wt-gzip-row__fill { height: 100%; border-radius: 999px; }

.wt-ratio-panel__url {
    font-size: 12px;
    color: #94a3b8;
    margin: 0 0 0.75rem;
    word-break: break-all;
}

.wt-ratio-ring {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 6px solid #6366f1;
    border-top-color: #10b981;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.wt-ratio-ring__text { font-size: 1.5rem; font-weight: 900; color: #10b981; }

.wt-sec-head {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.85rem;
}

.wt-sec-row {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.45rem 0.65rem;
    border-radius: 8px;
    margin-bottom: 0.35rem;
    font-size: 12px;
}

.wt-sec-row--ok { background: rgba(16, 185, 129, 0.08); color: #6ee7b7; }
.wt-sec-row--no { background: rgba(239, 68, 68, 0.08); color: #fca5a5; }

.wt-index-box {
    margin-top: 0.75rem;
    padding: 1rem;
    border-radius: 12px;
    background: rgba(59, 130, 246, 0.1);
    border: 1px dashed rgba(59, 130, 246, 0.4);
}

.wt-index-box__link {
    color: #93c5fd;
    font-weight: 700;
    text-decoration: none;
}

.wt-revenue-stack__item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0.65rem 0.85rem;
    margin-bottom: 0.4rem;
    border-left: 3px solid #6366f1;
    background: rgba(99, 102, 241, 0.08);
    border-radius: 0 10px 10px 0;
}

.wt-revenue-stack__val { color: #a5b4fc; font-size: 1.1rem; }
.wt-revenue-stack__label { font-size: 11px; text-transform: uppercase; color: #64748b; }

.wt-revenue-clicks {
    margin-top: 0.85rem;
    padding: 0.75rem;
    border-radius: 10px;
    background: rgba(255, 140, 0, 0.12);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wt-revenue-clicks em {
    font-style: normal;
    font-size: 1.35rem;
    font-weight: 900;
    color: var(--wt-orange);
}

.wt-stat-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.wt-stat-pill {
    flex: 1 1 calc(33% - 0.5rem);
    min-width: 90px;
    padding: 0.55rem;
    border-radius: 10px;
    background: rgba(99, 102, 241, 0.12);
    text-align: center;
}

.wt-stat-pill b { display: block; color: #c4b5fd; font-size: 1.1rem; }
.wt-stat-pill small { font-size: 10px; color: #64748b; text-transform: uppercase; }

.wt-word-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; }

.wt-word-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.55rem;
    border-radius: 999px;
    background: rgba(255, 140, 0, 0.12);
    border: 1px solid rgba(255, 140, 0, 0.25);
    font-size: 12px;
}

.wt-word-tag em {
    font-style: normal;
    font-weight: 800;
    color: var(--wt-orange);
}

.wt-dl {
    margin: 0;
    display: grid;
    gap: 0.35rem;
}

.wt-dl dt {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
}

.wt-dl dd {
    margin: 0 0 0.5rem;
    font-size: 13px;
    color: #f1f5f9;
    word-break: break-all;
}

.wt-hash-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}

.wt-hash-card {
    padding: 0.65rem;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.wt-hash-card__algo {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 0.35rem;
}

.wt-hash-card__val {
    display: block;
    font-size: 10px;
    word-break: break-all;
    color: #c4b5fd;
}

.wt-hash-single {
    padding: 0.85rem;
    border-radius: 10px;
    background: rgba(99, 102, 241, 0.1);
}

.wt-hash-single code {
    display: block;
    margin-top: 0.35rem;
    word-break: break-all;
    font-size: 11px;
}

.wt-spectrum__band {
    height: 56px;
    border-radius: 12px;
    margin-bottom: 0.75rem;
}

.wt-spectrum__codes { margin-bottom: 0.75rem; }

.wt-spectrum__line {
    padding: 0.35rem 0.5rem;
    margin-bottom: 0.25rem;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.2);
    font-family: ui-monospace, monospace;
    font-size: 12px;
}

.wt-spectrum__comp {
    height: 40px;
    border-radius: 8px;
    margin-top: 0.35rem;
}

.wt-meta-pills { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 0.75rem; }

.wt-meta-pill {
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    font-size: 12px;
    background: rgba(59, 130, 246, 0.15);
    color: #93c5fd;
}

.wt-meta-pill--warn { background: rgba(239, 68, 68, 0.15); color: #fca5a5; }

.wt-og-line {
    margin: 0.2rem 0;
    font-size: 12px;
    color: #cbd5e1;
    word-break: break-all;
}

.wt-social-preview {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    max-width: 420px;
}

.wt-social-preview__img {
    width: 100%;
    max-height: 180px;
    object-fit: cover;
    display: block;
    background: #1e293b;
}

.wt-social-preview__body {
    padding: 0.75rem;
    background: #f8fafc;
    color: #0f172a;
}

.wt-social-preview__body strong { display: block; margin: 0.2rem 0; }
.wt-social-preview__body p { margin: 0; font-size: 12px; color: #475569; }
.wt-social-preview__body small { font-size: 11px; color: #64748b; text-transform: uppercase; }

@media (max-width: 960px) {
    .wt-sidebar-toggle { display: inline-flex; }

    .wt-layout {
        grid-template-columns: 1fr;
        position: relative;
    }

    .wt-sidebar {
        display: none;
        position: absolute;
        z-index: 40;
        top: 0;
        left: 0;
        right: 0;
        max-height: min(70vh, 480px);
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
    }

    .wt-layout.is-sidebar-open .wt-sidebar {
        display: block;
    }

    .wt-banner__spot { display: none; }

    .wt-nav__link { border-radius: 8px; margin-bottom: 0; }

    .wt-split {
        grid-template-columns: 1fr;
    }

    .wt-stat-grid--6 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wt-hash-grid {
        grid-template-columns: 1fr;
    }

    .wt-stat-pill {
        flex: 1 1 calc(50% - 0.5rem);
    }
}
