/* TitanRDP v1.2.14.34 — approved Country RDP Finder section only */
.titan-country-finder-section{padding-top:72px;padding-bottom:78px}
.titan-country-finder-card{border:1px solid var(--line);border-radius:24px;padding:28px;background:linear-gradient(145deg,var(--panel),color-mix(in srgb,var(--panel-solid) 92%,transparent));box-shadow:var(--shadow)}
.titan-country-toolbar{display:grid;grid-template-columns:minmax(0,1fr) 180px 160px;gap:12px}
.titan-country-search{position:relative;display:block}
.titan-country-search>svg{position:absolute;left:16px;top:50%;width:19px;height:19px;transform:translateY(-50%);color:var(--muted);pointer-events:none}
.titan-country-search input,.titan-country-toolbar select{width:100%;height:52px;border:1px solid var(--line-strong);border-radius:14px;background:var(--panel-solid);color:var(--text);outline:none;padding:0 16px}
.titan-country-search input{padding-left:46px}
.titan-country-search input:focus,.titan-country-toolbar select:focus{border-color:var(--primary);box-shadow:0 0 0 4px color-mix(in srgb,var(--primary) 12%,transparent)}
.titan-country-regions{display:flex;gap:9px;flex-wrap:wrap;margin:18px 0}
.titan-country-regions button{border:1px solid var(--line);border-radius:999px;background:var(--panel-solid);color:var(--muted);padding:9px 14px;font-size:.78rem;font-weight:800;cursor:pointer;transition:.2s ease}
.titan-country-regions button:hover{border-color:var(--line-strong);color:var(--text)}
.titan-country-regions button.is-active{border-color:transparent;color:#fff;background:linear-gradient(135deg,var(--primary),var(--accent))}
.titan-country-meta{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:12px 0 20px;color:var(--muted);font-size:.78rem}
.titan-country-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.titan-country-card{min-width:0;border:1px solid var(--line);border-radius:18px;background:var(--panel-solid);padding:18px;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.titan-country-card:hover{transform:translateY(-4px);border-color:var(--line-strong);box-shadow:0 18px 34px color-mix(in srgb,var(--primary) 12%,transparent)}
.titan-country-card[hidden]{display:none!important}
.titan-country-top{display:flex;align-items:center;justify-content:space-between;gap:10px}
.titan-country-flag{width:38px;height:29px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border-radius:6px;background:color-mix(in srgb,var(--panel) 72%,transparent);box-shadow:0 5px 14px rgba(0,0,0,.12);flex:0 0 auto}
.titan-country-flag img{display:block;width:36px;height:27px;object-fit:contain;border-radius:5px}
.titan-country-badge{padding:6px 9px;border-radius:999px;font-size:.61rem;font-weight:900;letter-spacing:.02em}
.titan-country-badge.is-sale{background:color-mix(in srgb,#f43f5e 15%,transparent);color:#fb7185}
.titan-country-badge.is-popular{background:#0f766e!important;color:#fff!important;border:1px solid #0f766e!important}
.titan-country-badge.is-available{background:color-mix(in srgb,#22c55e 15%,transparent);color:#4ade80}
.titan-country-card h3{margin:15px 0 5px;font-size:1.12rem;line-height:1.25}
.titan-country-city{min-height:20px;color:var(--muted);font-size:.78rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.titan-country-specs{display:grid;gap:8px;margin:16px 0}
.titan-country-specs span{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;color:var(--muted);font-size:.71rem;line-height:1.35}
.titan-country-specs b{max-width:58%;color:var(--text);font-weight:800;text-align:right}
.titan-country-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;border-top:1px solid var(--line);padding-top:14px}
.titan-country-price{min-width:0}
.titan-country-price small{display:block;color:var(--muted);font-size:.61rem}
.titan-country-price strong{display:block;margin-top:2px;font-size:1.05rem;white-space:nowrap}
.titan-country-price strong span{font-size:.66rem;color:var(--muted);font-weight:700}
.titan-country-button{min-height:36px;padding:0 12px;border-radius:10px;font-size:.7rem;white-space:nowrap}
.titan-country-actions{text-align:center;margin-top:24px}
.titan-country-empty{text-align:center;margin-top:16px;padding:34px;border:1px dashed var(--line-strong);border-radius:18px;color:var(--muted)}
@media(max-width:1080px){.titan-country-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.titan-country-finder-section{padding-top:58px;padding-bottom:60px}.titan-country-finder-card{padding:18px}.titan-country-toolbar{grid-template-columns:1fr}.titan-country-regions{flex-wrap:nowrap;overflow-x:auto;padding-bottom:5px}.titan-country-regions button{white-space:nowrap}.titan-country-meta{align-items:flex-start;flex-direction:column}.titan-country-grid{grid-template-columns:1fr}}

.titan-windows-country-finder .titan-country-toolbar{grid-template-columns:minmax(0,1fr) 180px}
@media(max-width:760px){.titan-windows-country-finder .titan-country-toolbar{grid-template-columns:1fr}}
/* v1.3.1.239: Linux uses the proven native Windows finder shell. */
.titan-linux-country-finder{scroll-margin-top:96px}
.titan-linux-country-finder .titan-country-toolbar{grid-template-columns:minmax(0,1fr) 180px}
.titan-linux-country-finder .titan-linux-region-select{display:block}
.titan-linux-country-finder .titan-linux-region-select select{width:100%;height:52px;border:1px solid var(--line-strong);border-radius:14px;background:var(--panel-solid);color:var(--text);outline:none;padding:0 16px}
.titan-linux-country-finder .titan-linux-region-select select:focus{border-color:var(--primary);box-shadow:0 0 0 4px color-mix(in srgb,var(--primary) 12%,transparent)}
.titan-linux-country-finder .titan-country-badge-request{background:color-mix(in srgb,var(--primary) 12%,transparent);color:var(--muted)}
@media(max-width:760px){.titan-linux-country-finder .titan-country-toolbar{grid-template-columns:1fr}}
