.mwr-ankauf {
    max-width: 520px;
    margin: 0 auto;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif
}

.mwr-ankauf .mwr-card {
    background: #fff;
    border: 1px solid #e9eef5;
    border-radius: 22px;
    padding: 18px 18px 16px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .06)
}

.mwr-ankauf .mwr-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px
}

.mwr-ankauf .mwr-title {
    font-weight: 800;
    font-size: 20px;
    color: #0f172a;
    display: flex;
    gap: 10px;
    align-items: center
}

.mwr-ankauf .mwr-icon {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: #f59e0b;
    display: inline-block;
    position: relative
}

.mwr-ankauf .mwr-icon:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    border: 2px solid rgba(255, 255, 255, .85);
    border-top: none
}

.mwr-ankauf .mwr-reset {
    border: none;
    background: transparent;
    color: #64748b;
    cursor: pointer;
    padding: 8px;
    border-radius: 10px
}

.mwr-ankauf .mwr-reset:hover {
    background: #f1f5f9
}

.mwr-ankauf .mwr-tabs {
    display: flex;
    background: #f1f5f9;
    border-radius: 14px;
    padding: 6px;
    gap: 6px;
    margin-bottom: 14px
}

.mwr-ankauf .mwr-tab {
    flex: 1;
    border: none;
    background: transparent;
    color: #64748b;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: .03em;
    padding: 10px 8px;
    border-radius: 12px;
    cursor: pointer
}

.mwr-ankauf .mwr-tab.is-active {
    background: #fff;
    color: #f59e0b;
    box-shadow: 0 6px 16px rgba(15, 23, 42, .08)
}

.mwr-ankauf .mwr-input {
    position: relative;
    margin-bottom: 14px
}

.mwr-ankauf .mwr-input input {
    width: 100%;
    border: 1px solid #e9eef5;
    background: #f8fafc;
    border-radius: 16px;
    padding: 16px 64px 16px 16px;
    font-size: 18px;
    font-weight: 700;
    outline: none
}

.mwr-ankauf .mwr-input input:focus {
    border-color: #cbd5e1;
    background: #fff
}

.mwr-ankauf .mwr-unit {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-weight: 900;
    letter-spacing: .05em
}

.mwr-ankauf .mwr-purities {
    display: none;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 14px
}

.mwr-ankauf .mwr-purities.is-active {
    display: flex
}

.mwr-ankauf .mwr-pill {
    border: 1px solid #e9eef5;
    background: #fff;
    border-radius: 14px;
    padding: 12px 12px;
    font-weight: 800;
    color: #334155;
    cursor: pointer;
    font-size: 12px
}

.mwr-ankauf .mwr-pill:hover {
    border-color: #cbd5e1
}

.mwr-ankauf .mwr-pill.is-active {
    border-color: #f59e0b;
    background: #FFF5E8;
    color: #0f172a
}

.mwr-ankauf .mwr-out {
    border-radius: 22px;
    padding: 18px;
    background: linear-gradient(180deg, #0b1220, #0a1630);
    color: #fff;
    margin-top: 4px
}

.mwr-ankauf .mwr-out-label {
    opacity: .7;
    font-weight: 900;
    letter-spacing: .14em;
    font-size: 11px;
    text-align: center;
    margin-bottom: 8px
}

.mwr-ankauf .mwr-out-amount {
    font-size: 56px;
    line-height: 1.05;
    text-align: center;
    font-weight: 900
}

.mwr-ankauf .mwr-out-currency {
    font-size: .55em;
    vertical-align: super;
    margin-left: 4px;
    color: #fbbf24
}

.mwr-ankauf .mwr-out-basis {
    opacity: .65;
    font-weight: 800;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    letter-spacing: .06em
}

.mwr-ankauf .mwr-cta {
    margin-top: 14px
}

.mwr-ankauf .mwr-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    text-decoration: none;
    background: linear-gradient(180deg, #0b1220, #0a1630);
    color: #fff;
    border-radius: 18px;
    padding: 16px 14px;
    font-weight: 900;
    letter-spacing: .03em
}

.mwr-ankauf .mwr-btn:hover {
    filter: brightness(1.06)
}

.mwr-ankauf .mwr-arrow {
    font-size: 18px;
    opacity: .9
}
