/* PTK Forum Multilingual Form UI v1.2.1 */
.ptk-forum-form-wrap{
    max-width:var(--ptk-content-max,1180px);
}
.ptk-forum-language-panel{
    margin:0 0 20px;
    padding:18px;
    border:0;
    border-radius:14px;
    background:linear-gradient(145deg,#1d1b17,#111);
    color:#f3f0e8;
    box-shadow:none;
}
.ptk-forum-language-head{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:16px;
    margin-bottom:14px;
}
.ptk-forum-language-head h3{
    margin:3px 0 5px;
    color:#fff7df!important;
    font-size:22px;
    font-weight:850;
    line-height:1.3;
}
.ptk-forum-language-head p{margin:0;color:#c9c0af;font-size:13px;line-height:1.55}
.ptk-forum-language-kicker{font-size:11px;font-weight:800;letter-spacing:.12em;color:#d9b85f}
.ptk-forum-language-settings{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:14px}
.ptk-forum-language-settings small{display:block;margin-top:5px;color:#aaa194;line-height:1.45}
.ptk-forum-language-tabs{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
    margin:8px 0 12px;
    padding:4px;
    border:0;
    border-radius:12px;
    background:#0d0d0d;
}
.ptk-forum-language-tab{
    appearance:none;
    min-height:44px;
    padding:10px 14px;
    border:1px solid transparent;
    border-radius:10px;
    background:transparent;
    color:#d3cec5;
    font:inherit;
    font-weight:750;
    cursor:pointer;
}
.ptk-forum-language-tab:hover{background:rgba(255,255,255,.06);color:#fff}
.ptk-forum-language-tab.is-active{border-color:#c6a451;background:#262015;color:#f3d77f;box-shadow:0 3px 12px rgba(0,0,0,.22)}
.ptk-forum-language-tab:focus-visible{outline:3px solid rgba(198,164,81,.28);outline-offset:2px}
.ptk-forum-language-copy{
    margin-top:12px;
    padding:15px;
    border:1px solid rgba(217,184,95,.18);
    border-radius:10px;
    background:#181818;
    color:#f4f4f4;
    box-shadow:none;
}
.ptk-forum-language-copy[hidden]{display:none!important}
.ptk-forum-language-copy.is-source{box-shadow:inset 3px 0 0 #c6a451}
.ptk-forum-language-copy-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.ptk-forum-language-copy-head strong{color:#fff7df!important;font-size:18px;font-weight:850;line-height:1.35}
.ptk-forum-language-copy-head span{padding:4px 8px;border-radius:999px;background:#292929;color:#c9c2b7;font-size:11px;font-weight:750}
.ptk-forum-language-copy.is-source .ptk-forum-language-copy-head span{background:#d9b85f;color:#17120a}
.ptk-forum-language-copy .ptk-field:last-child{margin-bottom:0}
.ptk-forum-market-gate{padding:36px 16px}
.ptk-forum-market-gate__card{max-width:760px;margin:0 auto;padding:34px 24px;border:1px solid rgba(196,154,61,.28);border-radius:22px;background:linear-gradient(180deg,#1b1b1b,#111);text-align:center;box-shadow:0 18px 44px rgba(0,0,0,.24)}
.ptk-forum-market-gate__eyebrow{display:inline-block;margin-bottom:10px;color:#d7b55c;font-size:11px;font-weight:850;letter-spacing:.12em}
.ptk-forum-market-gate__card h1{margin:0 0 10px;color:#fff4d2;font-size:clamp(24px,4vw,36px)}
.ptk-forum-market-gate__card p{margin:0 auto 20px;max-width:580px;color:#cbc5ba;line-height:1.65}
@media(max-width:680px){
    .ptk-forum-language-panel{padding:14px}
    .ptk-forum-language-settings{grid-template-columns:1fr}
}
