:root{--bg:#0b0b0d;--panel:#141317;--panel2:#1a181d;--text:#f8f5f7;--muted:#aaa3aa;--accent:#ff3d81;--line:#2d2930}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}body{margin:0;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}input,select,textarea,button{font:inherit}.tc-header{height:72px;display:flex;align-items:center;gap:24px;padding:0 5vw;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(11,11,13,.94);backdrop-filter:blur(14px);z-index:20}.tc-logo{font-weight:900;letter-spacing:-1px;font-size:21px}.tc-logo span,.tc-kicker{color:var(--accent)}.tc-header nav{margin-left:auto}.tc-header ul,.tc-actions{display:flex;align-items:center;gap:18px;list-style:none;margin:0;padding:0}.tc-pill,.tc-ghost{border:1px solid var(--line);border-radius:999px;padding:10px 16px}.tc-hero{min-height:64vh;padding:9vw 7vw;display:flex;align-items:center;background:radial-gradient(circle at 80% 20%,rgba(255,61,129,.2),transparent 35%)}.tc-hero h1,.tc-archive h1{font-size:clamp(46px,8vw,110px);line-height:.92;letter-spacing:-.065em;margin:18px 0}.tc-hero p{color:var(--muted);font-size:18px}.tc-kicker{font-size:12px;letter-spacing:.18em;font-weight:800}.tc-cta,.tc-filters button{display:inline-flex;justify-content:center;background:var(--accent);border:0;color:#fff;padding:15px 22px;border-radius:999px;font-weight:800;cursor:pointer}.tc-hero-actions{display:flex;gap:10px;align-items:center;margin-top:25px}.tc-section,.tc-page{padding:60px 5vw}.tc-section__head,.tc-dash-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:25px}.tc-section__head h2,.tc-dash-head h1{font-size:34px;margin:8px 0 0}.tc-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.tc-card{background:var(--panel);border-radius:18px;overflow:hidden;border:1px solid var(--line)}.tc-card__media{aspect-ratio:3/4;position:relative;overflow:hidden}.tc-card__media img{width:100%;height:100%;object-fit:cover;transition:.35s}.tc-card:hover img{transform:scale(1.035)}.tc-placeholder{height:100%;display:grid;place-items:center;font-size:44px;color:var(--muted)}.tc-badges{display:flex;flex-wrap:wrap;gap:6px}.tc-card__media .tc-badges{position:absolute;left:10px;bottom:10px}.tc-badges span{background:rgba(10,10,12,.82);padding:6px 9px;border-radius:999px;font-size:11px;font-weight:800}.tc-card__body{padding:14px}.tc-card__body h2{font-size:18px;margin:0}.tc-card__body small,.tc-profile h1 small{color:var(--muted);font-weight:500}.tc-card__body p,.tc-location{color:var(--muted);margin:6px 0 0}.tc-filters{display:flex;gap:10px;flex-wrap:wrap;margin:28px 0}.tc-filters select,.tc-check{background:var(--panel);border:1px solid var(--line);color:var(--text);border-radius:12px;padding:13px}.tc-profile{display:grid;grid-template-columns:1.2fr .8fr;gap:42px;padding:40px 5vw}.tc-gallery{display:grid;grid-template-columns:1fr 1fr;gap:8px}.tc-gallery img{width:100%;border-radius:14px;aspect-ratio:3/4;object-fit:cover}.tc-profile__info{position:sticky;top:105px;align-self:start}.tc-profile h1{font-size:52px;letter-spacing:-.045em;margin:16px 0 0}.tc-bio{color:#d3ced2;line-height:1.7;margin:28px 0}.tc-details{border-top:1px solid var(--line)}.tc-details div{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding:16px 0}.tc-details dt{color:var(--muted)}.tc-details dd{margin:0;text-align:right}.tc-contact{width:100%;margin-top:20px}.tc-auth,.tc-form-wrap{max-width:760px;margin:20px auto}.tc-auth{max-width:480px;background:var(--panel);border:1px solid var(--line);border-radius:22px;padding:30px}.tc-auth h1,.tc-form-wrap h1{font-size:44px;letter-spacing:-.04em;margin:10px 0 25px}.tc-auth form,.tc-profile-form{display:grid;gap:16px}.tc-auth label,.tc-profile-form label{display:grid;gap:8px;color:#d9d3d7;font-weight:650}.tc-auth input,.tc-profile-form input,.tc-profile-form select,.tc-profile-form textarea{width:100%;background:#0f0e11;color:var(--text);border:1px solid var(--line);border-radius:12px;padding:14px;outline:none}.tc-auth input:focus,.tc-profile-form input:focus,.tc-profile-form select:focus,.tc-profile-form textarea:focus{border-color:var(--accent)}.tc-inline,.tc-consent{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start}.tc-inline input,.tc-consent input,.tc-choice-grid input{width:auto}.tc-form-section{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:22px}.tc-form-section h2{margin-top:0}.tc-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.tc-choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.tc-choice-grid label{display:flex;align-items:center;gap:8px;background:var(--panel2);padding:12px;border-radius:10px}.tc-help{color:var(--muted);font-size:13px}.tc-alert,.tc-success{padding:14px;border:1px solid var(--accent);border-radius:12px;margin:15px 0}.tc-success{border-color:#4cbd7b}.tc-dashboard-list{display:grid;gap:10px}.tc-dash-item{display:flex;align-items:center;gap:14px;background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:12px}.tc-dash-item img{width:64px;height:80px;object-fit:cover;border-radius:9px}.tc-dash-item div{display:grid;gap:5px}.tc-dash-item span{color:var(--muted);font-size:13px}.tc-dash-item>a{margin-left:auto;color:var(--accent);font-weight:800}.tc-logout{display:inline-block;margin-top:25px;color:var(--muted)}.tc-footer{border-top:1px solid var(--line);padding:45px 5vw;display:flex;justify-content:space-between;color:var(--muted)}.tc-footer p{max-width:580px}.tc-content{max-width:850px;margin:auto}@media(max-width:900px){.tc-header{padding:0 14px}.tc-header nav{display:none}.tc-actions>a:first-child{display:none}.tc-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.tc-section,.tc-page{padding:38px 14px}.tc-card{border-radius:13px}.tc-card__body{padding:11px}.tc-card__body h2{font-size:16px}.tc-badges span{font-size:9px;padding:5px 7px}.tc-profile{display:block;padding:14px}.tc-gallery{gap:5px}.tc-profile__info{position:static;padding:26px 3px}.tc-profile h1{font-size:40px}.tc-form-grid{grid-template-columns:1fr}.tc-choice-grid{grid-template-columns:1fr 1fr}.tc-auth,.tc-form-section{padding:18px}.tc-auth h1,.tc-form-wrap h1{font-size:36px}.tc-dash-head{align-items:center}.tc-footer{display:block}.tc-hero{padding:80px 20px;min-height:58vh}}
.tc-whatsapp{background:#25D366}.tc-premium-link{background:var(--accent);color:#fff!important;padding:9px 12px;border-radius:999px;font-size:12px}.tc-dash-item{flex-wrap:wrap}

.tc-phone-field{display:flex;width:100%;gap:8px}.tc-phone-field input{flex:1;min-width:0}.tc-phone-field select{width:46%;min-width:135px}.tc-call{background:#2563eb}
@media(max-width:520px){.tc-phone-field select{width:48%;min-width:125px}}

.tc-days{grid-template-columns:repeat(4,1fr)}
@media(max-width:700px){.tc-days{grid-template-columns:1fr 1fr}}

.tc-phone-field{display:grid!important;grid-template-columns:minmax(125px,42%) 1fr;gap:8px}
.tc-phone-field select{width:100%!important;min-width:0!important}
.tc-phone-field input{width:100%;min-width:0}
.choices{margin:0;width:100%}.choices__inner{background:#0d0d10;border:1px solid #30303a;border-radius:14px;min-height:58px;color:#fff;padding:10px 12px}
.choices__input{background:#111116!important;color:#fff!important;border-bottom:1px solid #333!important}
.choices__list--dropdown,.choices__list[aria-expanded]{background:#111116;color:#fff;border-color:#333;z-index:50}
.choices__item--choice.is-highlighted{background:#24242b}
.tc-term-search{width:100%;margin:0 0 14px}
@media(max-width:520px){.tc-phone-field{grid-template-columns:minmax(120px,43%) 1fr}}

/* V7 searchable dropdown polish */
.choices__list--dropdown .choices__input,.choices__list[aria-expanded] .choices__input{border:1px solid #3a3a43!important;border-radius:10px;padding:12px!important;margin:8px;width:calc(100% - 16px)!important}
.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{max-height:330px}

.tc-code-search{width:100%;min-width:0}
.tc-language-row{display:grid;grid-template-columns:1fr 48px;gap:8px;margin-bottom:10px}
.tc-remove-language,.tc-add-more{border:1px solid #34343d;background:#17171c;color:#fff;border-radius:12px;font-weight:700}
.tc-remove-language{font-size:24px}.tc-add-more{padding:12px 18px;cursor:pointer}

.tc-code-picker{position:relative;min-width:0}
.tc-code-toggle{width:100%;height:100%;min-height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border:1px solid #34343d;background:#101014;color:#fff;border-radius:16px;font:inherit;font-weight:700}
.tc-code-menu{display:none;position:absolute;z-index:9999;left:0;top:calc(100% + 8px);width:min(360px,85vw);background:#17171c;border:1px solid #3a3a43;border-radius:16px;padding:10px;box-shadow:0 18px 50px rgba(0,0,0,.5)}
.tc-code-menu.is-open{display:block}
.tc-code-filter{width:100%;margin:0 0 8px!important;min-height:52px!important}
.tc-code-options{max-height:300px;overflow-y:auto}
.tc-code-option{display:block;width:100%;padding:13px 12px;text-align:left;border:0;border-bottom:1px solid #2c2c33;background:transparent;color:#fff;font:inherit}

/* V10 mobile-safe country code picker */
.tc-code-picker{position:relative;min-width:0;z-index:20}
.tc-code-filter{width:100%!important;min-height:64px!important;margin:0!important;padding:0 18px!important;border:1px solid #34343d!important;border-radius:16px!important;background:#101014!important;color:#fff!important}
.tc-code-options{display:none;position:absolute;left:0;top:calc(100% + 6px);z-index:2147483647;width:min(390px,88vw);max-height:320px;overflow-y:auto;-webkit-overflow-scrolling:touch;background:#17171c;border:1px solid #44444d;border-radius:14px;box-shadow:0 20px 55px rgba(0,0,0,.7)}
.tc-code-option{display:block;width:100%;padding:15px 16px;border-bottom:1px solid #303038;background:#17171c;color:#fff;text-align:left;cursor:pointer;touch-action:manipulation}
.tc-code-option:active{background:#2a2a31}
.tc-form-section{overflow:visible!important}
/* V11 native searchable country-code list + hourly currency rates */
.tc-country-code-input{width:100%!important;min-height:64px!important;margin:0!important;padding:0 16px!important;border:1px solid #34343d!important;border-radius:16px!important;background:#101014!important;color:#fff!important}
.tc-rate-field{display:grid;grid-template-columns:1fr minmax(130px,42%);gap:8px}
.tc-rate-field input,.tc-rate-field select{min-width:0}
.tc-services{grid-template-columns:repeat(2,1fr)}
@media(max-width:520px){.tc-rate-field{grid-template-columns:1fr minmax(125px,43%)}.tc-services{grid-template-columns:1fr 1fr}}


/* V12 real in-page mobile country picker */
html{margin-top:0!important}
.tc-country-code-input[readonly]{cursor:pointer;caret-color:transparent}
.tc-country-modal{display:none;position:fixed;inset:0;z-index:2147483647;background:rgba(0,0,0,.76);padding:16px;align-items:flex-end;justify-content:center}
.tc-country-modal.is-open{display:flex}
body.tc-modal-open{overflow:hidden!important}
.tc-country-sheet{width:min(620px,100%);height:min(72vh,650px);display:flex;flex-direction:column;background:#17171c;border:1px solid #41414a;border-radius:22px 22px 10px 10px;overflow:hidden;box-shadow:0 -20px 70px rgba(0,0,0,.65)}
.tc-country-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #303038;font-size:20px}
.tc-country-close{width:44px;height:44px;border:0;border-radius:50%;background:#292930;color:#fff;font-size:28px}
.tc-country-search{margin:14px!important;width:calc(100% - 28px)!important;min-height:56px!important;padding:0 16px!important;border:1px solid #4b4b55!important;border-radius:14px!important;background:#0f0f13!important;color:#fff!important}
.tc-country-results{overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0 10px 16px}
.tc-country-choice{display:block;width:100%;padding:16px 12px;border:0;border-bottom:1px solid #303038;background:transparent;color:#fff;text-align:left;font:inherit;font-weight:650;touch-action:manipulation}
.tc-country-choice:active{background:#292930}
@media(max-width:600px){.tc-country-modal{padding:0;align-items:flex-end}.tc-country-sheet{width:100%;height:78vh;border-radius:22px 22px 0 0}}

/* V13 nationality picker */
.tc-nationality-input[readonly]{cursor:pointer;caret-color:transparent}
.tc-nationality-choice{display:block;width:100%;padding:16px 12px;border:0;border-bottom:1px solid #303038;background:transparent;color:#fff;text-align:left;font:inherit;font-weight:650;touch-action:manipulation}
.tc-nationality-choice:active{background:#292930}

/* V18 account navigation */
.tc-logout-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;font-size:24px;line-height:1}
.tc-premium-unavailable{opacity:.62;font-size:14px}

.tc-header-icon{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;text-decoration:none;font-size:22px}
.tc-dashboard-icon{cursor:pointer}

.tc-header-login{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:700}
