/* YILMEX Krypto Steuer-Rechner — Section 3, dark fintech */

.yct-root {
    --yct-bg: #0b0f14;
    --yct-card: #11161c;
    --yct-input: #080d13;
    --yct-blue: #4da3ff;
    --yct-blue-hover: #6bb6ff;
    --yct-white: #ffffff;
    --yct-sub: #ffffffb8;
    --yct-muted: rgba(255, 255, 255, 0.5);
    --yct-border: rgba(77, 163, 255, 0.22);
    --yct-border-soft: rgba(255, 255, 255, 0.08);
    --yct-positive: #3dd68c;
    --yct-negative: #f07178;
    --yct-result-bg: rgba(8, 13, 19, 0.85);

    width: 100%;
    color: var(--yct-white);
    font-family: Lato, Arial, sans-serif;
    overflow-x: clip;
    background: var(--yct-bg);
}

.yct-root *,
.yct-root *::before,
.yct-root *::after {
    box-sizing: border-box;
}

.yct-root button,
.yct-root input,
.yct-root select {
    font-family: inherit;
}

.yct-root .yct-is-hidden,
.yct-root [hidden] {
    display: none !important;
}

.yct-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.yct-shell {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 24px 0 72px;
}

.yct-header {
    margin: 0 0 28px;
    max-width: 720px;
}

.yct-eyebrow {
    margin: 0 0 12px;
    color: var(--yct-blue);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.yct-title {
    margin: 0 0 12px !important;
    color: var(--yct-white) !important;
    font-size: 42px;
    font-weight: 600 !important;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.yct-lead {
    margin: 0;
    color: var(--yct-sub);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
}

.yct-card {
    background: var(--yct-card);
    border: 1px solid var(--yct-border);
    border-radius: 18px;
    padding: 28px 32px;
}

.yct-calc-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.95fr);
    gap: 28px 36px;
    align-items: start;
}

.yct-form {
    display: grid;
    gap: 16px;
}

.yct-field {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.yct-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.yct-label {
    color: var(--yct-blue);
    font-size: 14px;
    font-weight: 600;
}

.yct-today-btn {
    border: 0;
    background: transparent;
    color: var(--yct-blue);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
}

.yct-today-btn:hover {
    color: var(--yct-blue-hover);
}

.yct-input,
.yct-select {
    width: 100%;
    min-height: 48px;
    height: 48px;
    padding: 12px 14px;
    border: 1px solid var(--yct-border-soft);
    border-radius: 12px;
    background: var(--yct-input);
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    caret-color: #ffffff !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    outline: none;
    box-sizing: border-box;
}

.yct-root input.yct-input,
.yct-root select.yct-select,
.elementor-widget-shortcode .yct-root input.yct-input,
.elementor-widget-shortcode .yct-root select.yct-select {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background-color: var(--yct-input) !important;
}

.yct-select {
    -webkit-appearance: none !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%234da3ff' d='M1.4 1.4 6 6l4.6-4.6L12 2.8 6 8.8 0 2.8z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 12px 8px !important;
    padding-right: 36px !important;
    cursor: pointer;
}

.yct-root select.yct-select option {
    background-color: #11161c !important;
    color: #ffffff !important;
}

.yct-when {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.yct-amount-wrap {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid var(--yct-border-soft);
    border-radius: 12px;
    background: var(--yct-input);
}

.yct-amount-wrap:focus-within {
    border-color: rgba(77, 163, 255, 0.55) !important;
    box-shadow: none !important;
}

.yct-root .yct-amount-wrap input.yct-input-amount,
.yct-root .yct-amount-wrap input.yct-input-amount:focus,
.yct-root .yct-amount-wrap input.yct-input-amount:focus-visible,
.elementor-widget-shortcode .yct-root .yct-amount-wrap input.yct-input-amount:focus {
    width: 100%;
    min-height: 48px;
    height: 48px;
    margin: 0 !important;
    padding: 12px 44px 12px 0 !important;
    border: 0 !important;
    border-color: transparent !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

.yct-amount-suffix {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--yct-muted);
    font-size: 14px;
    font-weight: 600;
    pointer-events: none;
}

.yct-root input:focus,
.yct-root input:focus-visible,
.yct-root select:focus,
.yct-root select:focus-visible,
.yct-root button.yct-coin-trigger:focus,
.yct-root button.yct-coin-trigger:focus-visible {
    outline: none !important;
    outline-width: 0 !important;
}

.yct-root select.yct-select:focus,
.yct-root select.yct-select:focus-visible,
.yct-root button.yct-coin-trigger:focus,
.yct-root button.yct-coin-trigger:focus-visible {
    border-color: rgba(77, 163, 255, 0.55) !important;
    box-shadow: none !important;
}

.yct-coin-picker {
    position: relative;
    min-width: 0;
}

.yct-coin-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 48px;
    padding: 10px 14px;
    border: 1px solid var(--yct-border-soft);
    border-radius: 12px;
    background: var(--yct-input);
    color: #fff;
    cursor: pointer;
    text-align: left;
}

.yct-coin-trigger:hover,
.yct-coin-trigger[aria-expanded="true"] {
    border-color: rgba(77, 163, 255, 0.55);
}

.yct-coin-display {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.yct-coin-symbol {
    font-size: 14px;
    font-weight: 700;
}

.yct-coin-name {
    color: var(--yct-sub);
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yct-chevron {
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--yct-blue);
    border-bottom: 2px solid var(--yct-blue);
    transform: rotate(45deg);
    flex-shrink: 0;
    margin-right: 4px;
}

.yct-coin-menu {
    position: absolute;
    z-index: 40;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    max-height: 280px;
    overflow: auto;
    padding: 8px;
    border: 1px solid var(--yct-border);
    border-radius: 12px;
    background: #11161c;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.yct-coin-option {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 12px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    text-align: left;
}

.yct-coin-option:hover,
.yct-coin-option[aria-selected="true"] {
    background: rgba(77, 163, 255, 0.12);
}

.yct-coin-option-symbol {
    font-weight: 700;
    font-size: 13px;
}

.yct-coin-option-name {
    color: var(--yct-sub);
    font-size: 13px;
}

.yct-coin-icon--sm svg {
    width: 22px;
    height: 22px;
}

.yct-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 48px;
    margin-top: 4px;
    padding: 12px 18px;
    border: 0;
    border-radius: 12px;
    background: var(--yct-blue);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.18s ease, transform 0.18s ease;
}

.yct-submit:hover {
    background: var(--yct-blue-hover);
}

.yct-submit:active {
    transform: translateY(1px);
}

.yct-submit:disabled {
    opacity: 0.65;
    cursor: wait;
}

.yct-result-col {
    min-width: 0;
}

.yct-panel {
    min-height: 100%;
    padding: 24px 22px;
    border: 1px solid var(--yct-border-soft);
    border-radius: 16px;
    background: var(--yct-result-bg);
}

.yct-panel--ok {
    border-color: rgba(77, 163, 255, 0.28);
}

.yct-result-kicker {
    margin: 0 0 10px;
    color: var(--yct-sub);
    font-size: 14px;
    font-weight: 600;
}

.yct-result-value {
    margin: 0 0 18px;
    color: var(--yct-white);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.yct-result-value.is-positive {
    color: var(--yct-positive);
}

.yct-result-value.is-negative {
    color: var(--yct-negative);
}

.yct-result-value--muted {
    color: var(--yct-muted);
    font-size: 32px;
}

.yct-result-hint {
    margin: 0;
    color: var(--yct-sub);
    font-size: 15px;
    line-height: 1.5;
}

.yct-reason-title {
    margin: 0 0 12px;
    color: var(--yct-white);
    font-size: 15px;
    font-weight: 600;
}

.yct-reasons {
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.yct-reasons li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: var(--yct-sub);
    font-size: 14px;
    line-height: 1.45;
}

.yct-reasons li::before {
    content: "";
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    border-radius: 50%;
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%234da3ff' d='M6.5 11.2 3.3 8l1.1-1.1 2.1 2.1 4.6-4.6L12.2 5.5z'/%3E%3C/svg%3E")
        center / 16px 16px no-repeat,
        rgba(77, 163, 255, 0.14);
}

.yct-reasons li.yct-reason-ok::before {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233dd68c' d='M6.5 11.2 3.3 8l1.1-1.1 2.1 2.1 4.6-4.6L12.2 5.5z'/%3E%3C/svg%3E")
        center / 16px 16px no-repeat,
        rgba(61, 214, 140, 0.16);
}

.yct-reasons li.yct-reason-no {
    color: rgba(255, 255, 255, 0.45);
}

.yct-reasons li.yct-reason-no::before {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%239aa3ad' d='M4.2 4.2 5.3 3.1 8 5.8l2.7-2.7 1.1 1.1L9.1 6.9l2.7 2.7-1.1 1.1L8 8l-2.7 2.7-1.1-1.1 2.7-2.7z'/%3E%3C/svg%3E")
        center / 16px 16px no-repeat,
        rgba(154, 163, 173, 0.16);
}

.yct-result-disclaimer {
    margin: 0;
    color: var(--yct-muted);
    font-size: 12px;
    line-height: 1.5;
}

.yct-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--yct-border-soft);
}

.yct-metric-label {
    margin: 0 0 8px;
    color: var(--yct-muted);
    font-size: 13px;
    font-weight: 600;
}

.yct-metric-value {
    margin: 0;
    color: var(--yct-white);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.yct-metric.is-positive .yct-metric-value {
    color: var(--yct-positive);
}

.yct-metric.is-negative .yct-metric-value {
    color: var(--yct-negative);
}

.yct-pct-arrow {
    display: inline-block;
    margin-right: 4px;
}

.yct-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 40px;
    margin: 36px 0 0;
}

.yct-info-title {
    margin: 0 0 12px !important;
    color: var(--yct-white) !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.3;
}

.yct-info-copy {
    margin: 0;
    color: var(--yct-sub);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}

.yct-info-link {
    color: var(--yct-blue);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.yct-info-link:hover {
    color: var(--yct-blue-hover);
}

.yct-tools {
    margin-top: 40px;
}

.yct-tools-eyebrow {
    margin: 0 0 14px;
    color: var(--yct-white);
    font-size: 22px;
    font-weight: 600;
}

.yct-tools-card {
    display: grid;
    grid-template-columns: minmax(160px, 0.7fr) minmax(0, 1.3fr);
    gap: 28px;
    align-items: center;
    padding: 28px 32px;
    border: 1px solid var(--yct-border);
    border-radius: 18px;
    background: var(--yct-card);
}

.yct-tools-visual {
    position: relative;
    min-height: 160px;
    border-radius: 14px;
    background:
        radial-gradient(circle at 30% 40%, rgba(77, 163, 255, 0.22), transparent 55%),
        linear-gradient(160deg, #0e1520, #080d13 70%);
    overflow: hidden;
}

.yct-tools-orb {
    position: absolute;
    left: 18%;
    top: 28%;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(145deg, #6bb6ff, #4da3ff 55%, #2a6fbf);
    box-shadow: 0 0 28px rgba(77, 163, 255, 0.35);
}

.yct-tools-panel {
    position: absolute;
    right: 14%;
    top: 22%;
    width: 46%;
    height: 58%;
    border-radius: 10px;
    border: 1px solid rgba(77, 163, 255, 0.28);
    background: rgba(17, 22, 28, 0.9);
    display: grid;
    gap: 8px;
    align-content: center;
    padding: 14px;
}

.yct-tools-panel span {
    display: block;
    height: 8px;
    border-radius: 999px;
    background: rgba(77, 163, 255, 0.28);
}

.yct-tools-panel span:nth-child(2) {
    width: 72%;
    background: rgba(61, 214, 140, 0.35);
}

.yct-tools-panel span:nth-child(3) {
    width: 48%;
}

.yct-tools-brand {
    margin: 0 0 8px;
    color: var(--yct-blue);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.yct-tools-title {
    margin: 0 0 14px !important;
    color: var(--yct-white) !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 1.25;
}

.yct-tools-list {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.yct-tools-list li {
    position: relative;
    padding-left: 26px;
    color: var(--yct-sub);
    font-size: 14px;
    line-height: 1.45;
}

.yct-tools-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233dd68c' d='M6.5 11.2 3.3 8l1.1-1.1 2.1 2.1 4.6-4.6L12.2 5.5z'/%3E%3C/svg%3E")
        center / 14px 14px no-repeat,
        rgba(61, 214, 140, 0.14);
}

.yct-tools-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 22px;
    border-radius: 12px;
    background: var(--yct-blue);
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: background 0.18s ease;
}

.yct-tools-cta:hover {
    background: var(--yct-blue-hover);
    color: #fff !important;
}

@media (max-width: 980px) {
    .yct-title {
        font-size: 34px;
    }

    .yct-lead {
        font-size: 16px;
    }

    .yct-calc-grid {
        grid-template-columns: 1fr;
    }

    .yct-metrics {
        grid-template-columns: 1fr 1fr;
    }

    .yct-info-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .yct-tools-card {
        grid-template-columns: 1fr;
    }

    .yct-tools-visual {
        min-height: 120px;
    }
}

@media (max-width: 720px) {
    .yct-shell {
        width: calc(100% - 32px);
        padding: 16px 0 56px;
    }

    .yct-eyebrow,
    .yct-label {
        font-size: 12px;
    }

    .yct-title {
        font-size: 29px;
    }

    .yct-card,
    .yct-tools-card {
        padding: 22px 18px;
    }

    .yct-result-value {
        font-size: 32px;
    }

    .yct-metrics {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .yct-metric-value {
        font-size: 20px;
    }

    .yct-tools-cta {
        width: 100%;
    }
}
