/* Kornich 5.0.1 — complete component layer. Kept local so every referenced asset ships with the theme. */
.kornich-portal {
    --kc-blue: #2457ff;
    --kc-blue-dark: #173fc6;
    --kc-ink: #101827;
    --kc-muted: #667085;
    --kc-paper: #fffdfa;
    --kc-sand: #f7f2e9;
    --kc-border: #e8dfd4;
    --kc-coral: #ff6b5f;
    --kc-shadow: 0 22px 64px rgba(31, 42, 68, .12);
}
.kornich-portal :where(h1,h2,h3,h4,h5,h6) { color: var(--kc-ink); }
.kornich-portal :where(input,select,textarea) { color: var(--kc-ink); }
.kornich-portal [hidden] { display: none !important; }

/* Premium support chat */
.support-chat { position: fixed; z-index: 9998; inset-inline-end: 24px; bottom: 24px; font-family: inherit; }
.support-chat svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.support-chat__launcher { position: relative; z-index: 3; width: 62px; height: 62px; display: grid; place-items: center; border: 0; border-radius: 21px; background: linear-gradient(145deg,#3d69ff,#173fc6); color: #fff; box-shadow: 0 18px 45px rgba(36,87,255,.38); cursor: pointer; transition: transform .2s ease,box-shadow .2s ease; }
.support-chat__launcher:hover { transform: translateY(-3px); box-shadow: 0 23px 55px rgba(36,87,255,.44); }
.support-chat__launcher-icon { display: grid; place-items: center; }
.support-chat__launcher-icon--close { display: none; }
.support-chat.is-open .support-chat__launcher-icon--chat { display: none; }
.support-chat.is-open .support-chat__launcher-icon--close { display: grid; }
.support-chat__badge { position: absolute; top: -5px; inset-inline-end: -5px; min-width: 21px; height: 21px; padding: 0 5px; display: grid; place-items: center; border: 3px solid #fff; border-radius: 999px; background: var(--kc-coral); color: #fff; font-size: 9px; font-weight: 900; }
.support-chat__panel { position: absolute; inset-inline-end: 0; bottom: 78px; width: min(410px,calc(100vw - 32px)); height: min(690px,calc(100vh - 125px)); display: grid; grid-template-rows: auto minmax(0,1fr) auto; overflow: hidden; border: 1px solid rgba(222,226,235,.95); border-radius: 25px; background: #fff; box-shadow: 0 30px 90px rgba(19,30,52,.27); opacity: 0; pointer-events: none; transform: translateY(18px) scale(.97); transform-origin: bottom right; transition: .22s ease; }
html[dir=rtl] .support-chat__panel { transform-origin: bottom left; }
.support-chat.is-open .support-chat__panel { opacity: 1; pointer-events: auto; transform: none; }
.support-chat__head { min-height: 78px; padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; background: linear-gradient(135deg,#111a2b,#1a2944); color: #fff; }
.support-chat__identity { min-width: 0; display: flex; align-items: center; gap: 11px; }
.support-chat__avatar { position: relative; flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: rgba(255,255,255,.12); }
.support-chat__avatar-ring { display: grid; place-items: center; }
.support-chat__presence { position: absolute; inset-inline-end: -2px; bottom: -2px; width: 13px; height: 13px; border: 3px solid #18263f; border-radius: 50%; background: #38d996; }
.support-chat__identity-copy { min-width: 0; display: flex; flex-direction: column; }
.support-chat__identity-copy strong { overflow: hidden; color: #fff; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.support-chat__identity-copy small { margin-top: 4px; color: #b7c4d8; font-size: 9px; }
.support-chat__head-actions { display: flex; gap: 5px; }
.support-chat__icon-button { width: 34px; height: 34px; display: grid; place-items: center; border: 0; border-radius: 10px; background: rgba(255,255,255,.08); color: #dce5f2; cursor: pointer; }
.support-chat__icon-button:hover { background: rgba(255,255,255,.16); color: #fff; }
.support-chat__icon-button svg { width: 17px; height: 17px; }
.support-chat__body { position: relative; overflow: auto; background: #f7f9fc; overscroll-behavior: contain; }
.support-chat__welcome { position: relative; min-height: 100%; padding: 25px 20px 21px; overflow: hidden; background: linear-gradient(180deg,#fff 0,#f7f9fc 100%); }
.support-chat__welcome-glow { position: absolute; width: 260px; height: 260px; top: -160px; inset-inline-end: -80px; border-radius: 50%; background: rgba(36,87,255,.11); filter: blur(2px); }
.support-chat__advisor-stack { position: relative; display: flex; margin-bottom: 15px; }
.support-chat__advisor-stack span { width: 32px; height: 32px; margin-inline-end: -8px; display: grid; place-items: center; border: 3px solid #fff; border-radius: 50%; background: #dce5ff; color: #244aba; font-size: 8px; font-weight: 900; }
.support-chat__advisor-stack span:nth-child(2) { background: #ffe6df; color: #b94b40; }
.support-chat__advisor-stack span:nth-child(3) { background: #101827; color: #fff; }
.support-chat__eyebrow,.support-chat__contact-kicker { margin: 0 0 7px; color: var(--kc-blue); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.support-chat__welcome h2 { max-width: 345px; margin: 0 0 9px; font-size: 22px; font-weight: 900; line-height: 1.3; letter-spacing: -.025em; }
.support-chat__lead { margin: 0 0 19px; color: var(--kc-muted); font-size: 11px; line-height: 1.75; }
.support-chat__quick-grid { display: grid; gap: 8px; }
.support-chat__quick-grid button,.support-chat__whatsapp { width: 100%; min-height: 63px; padding: 10px 11px; display: grid; grid-template-columns: 38px 1fr 20px; align-items: center; gap: 10px; border: 1px solid #e5e9f1; border-radius: 14px; background: #fff; color: var(--kc-ink); text-align: start; cursor: pointer; }
.support-chat__quick-grid button:hover { border-color: #b9c9ff; box-shadow: 0 10px 25px rgba(32,51,93,.08); transform: translateY(-1px); }
.support-chat__quick-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: #edf2ff; color: var(--kc-blue); }
.support-chat__quick-icon svg { width: 19px; height: 19px; }
.support-chat__quick-grid strong,.support-chat__whatsapp strong { display: block; color: var(--kc-ink); font-size: 10px; }
.support-chat__quick-grid small,.support-chat__whatsapp small { display: block; margin-top: 3px; color: #7d8798; font-size: 8px; }
.support-chat__quick-arrow { display: grid; place-items: center; color: #9aa4b3; }
.support-chat__quick-arrow svg { width: 16px; height: 16px; }
html[dir=rtl] .support-chat__quick-arrow { transform: rotate(180deg); }
.support-chat__whatsapp { margin-top: 9px; border-color: #cdebdc; background: #f3fcf7; text-decoration: none; }
.support-chat__whatsapp>span:first-child { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: #dff6e9; color: #15905a; }
.support-chat__trust { margin-top: 15px; padding-top: 13px; display: flex; align-items: flex-start; gap: 8px; border-top: 1px solid #eceff4; color: #778191; font-size: 8px; line-height: 1.55; }
.support-chat__trust svg { flex: 0 0 16px; width: 16px; height: 16px; color: #31865f; }
.support-chat__messages { min-height: 100%; padding: 18px; display: flex; flex-direction: column; gap: 10px; }
.support-chat__message { max-width: 84%; padding: 10px 12px; border: 1px solid #e3e8f0; border-radius: 15px 15px 15px 5px; background: #fff; color: #344054; box-shadow: 0 5px 16px rgba(27,39,63,.05); font-size: 10px; line-height: 1.65; white-space: pre-wrap; }
.support-chat__message--mine { align-self: flex-end; border: 0; border-radius: 15px 15px 5px 15px; background: var(--kc-blue); color: #fff; }
html[dir=rtl] .support-chat__message { border-radius: 15px 15px 5px 15px; }
html[dir=rtl] .support-chat__message--mine { border-radius: 15px 15px 15px 5px; }
.support-chat__typing { margin: 0 18px 12px; align-items: center; gap: 4px; color: #7c8798; font-size: 8px; }
.support-chat__typing:not([hidden]) { display: flex; }
.support-chat__typing span { width: 6px; height: 6px; border-radius: 50%; background: #9ca7b7; animation: chatBounce 1s infinite alternate; }
.support-chat__typing span:nth-child(2) { animation-delay: .18s; }.support-chat__typing span:nth-child(3) { animation-delay: .36s; }
.support-chat__typing em { margin-inline-start: 5px; font-style: normal; }
@keyframes chatBounce { to { opacity:.35; transform: translateY(-3px); } }
.support-chat__contact-card { position: absolute; inset: 14px; padding: 17px; overflow: auto; border: 1px solid #dde4ef; border-radius: 18px; background: #fff; box-shadow: var(--kc-shadow); }
.support-chat__contact-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.support-chat__contact-head h3 { margin: 0 0 6px; font-size: 17px; }.support-chat__contact-head p { margin: 0 0 14px; color: var(--kc-muted); font-size: 9px; line-height: 1.6; }
.support-chat__contact-head button { width: 30px; height: 30px; display: grid; place-items: center; border: 0; border-radius: 9px; background: #f0f3f8; color: #596579; }
.support-chat__contact-head button svg { width: 15px; height: 15px; }
.support-chat__contact-card form,.support-chat__contact-card label { display: grid; gap: 6px; }.support-chat__contact-card form { gap: 11px; }
.support-chat__contact-card label>span { color: #596579; font-size: 8px; font-weight: 800; }
.support-chat__contact-card input { width: 100%; min-height: 43px; padding: 0 11px; border: 1px solid #dce2ea; border-radius: 10px; background: #fff; outline: 0; font-size: 10px; }
.support-chat__contact-card input:focus { border-color: var(--kc-blue); box-shadow: 0 0 0 3px rgba(36,87,255,.1); }
.support-chat__contact-row { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.support-chat__contact-submit { min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 11px; background: var(--kc-blue); color: #fff; font-size: 9px; font-weight: 900; }
.support-chat__contact-submit svg { width: 16px; height: 16px; }
.support-chat__footer { padding: 10px 12px 9px; border-top: 1px solid #e8ecf2; background: #fff; }
.support-chat__composer { min-height: 48px; padding: 5px 5px 5px 12px; display: grid; grid-template-columns: 1fr 39px; align-items: end; gap: 7px; border: 1px solid #dfe5ed; border-radius: 15px; background: #fff; }
html[dir=rtl] .support-chat__composer { padding: 5px 12px 5px 5px; }
.support-chat__composer:focus-within { border-color: #9eb5ff; box-shadow: 0 0 0 3px rgba(36,87,255,.08); }
.support-chat__composer textarea { max-height: 96px; min-height: 36px; padding: 9px 0 4px; resize: none; border: 0; outline: 0; background: transparent; color: var(--kc-ink); font-size: 10px; line-height: 1.5; }
.support-chat__composer button { width: 39px; height: 39px; display: grid; place-items: center; border: 0; border-radius: 11px; background: var(--kc-blue); color: #fff; cursor: pointer; }
.support-chat__composer button svg { width: 18px; height: 18px; }
html[dir=rtl] .support-chat__composer button svg { transform: scaleX(-1); }
.support-chat__footer-note { margin-top: 6px; display: flex; align-items: center; justify-content: center; gap: 5px; color: #8b95a5; font-size: 7px; }
.support-chat__footer-dot { width: 5px; height: 5px; border-radius: 50%; background: #39c98e; }
.support-chat__teaser { position: absolute; inset-inline-end: 0; bottom: 76px; width: 300px; display: flex; align-items: center; border: 1px solid #e2e7ef; border-radius: 16px; background: #fff; box-shadow: 0 18px 48px rgba(26,38,60,.18); }
.support-chat__teaser-copy { min-width: 0; flex: 1; padding: 11px; display: grid; grid-template-columns: 34px 1fr; gap: 9px; border: 0; background: transparent; text-align: start; }
.support-chat__teaser-copy>span:first-child { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: #edf2ff; color: var(--kc-blue); }
.support-chat__teaser-copy strong,.support-chat__teaser-copy small { display: block; }.support-chat__teaser-copy strong { color: var(--kc-ink); font-size: 9px; }.support-chat__teaser-copy small { margin-top: 3px; color: var(--kc-muted); font-size: 8px; }
.support-chat__teaser-close { width: 32px; height: 32px; margin-inline-end: 6px; display: grid; place-items: center; border: 0; border-radius: 9px; background: #f2f4f7; color: #667085; }
.support-chat__teaser-close svg { width: 14px; height: 14px; }
.support-chat__backdrop { display: none; }

/* Authentication */
.re-auth { min-height: calc(100vh - 112px); padding: 46px 22px; display: grid; place-items: center; background: var(--kc-sand); }
.re-auth__shell { position: relative; width: min(1120px,100%); display: grid; grid-template-columns: minmax(350px,.88fr) minmax(460px,1.12fr); overflow: hidden; border: 1px solid var(--kc-border); border-radius: 30px; background: #fff; box-shadow: var(--kc-shadow); }
.re-auth__story { position: relative; min-height: 690px; padding: 54px 46px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; background: #101827; color: #fff; }
.re-auth__story::after { position:absolute;width:420px;height:420px;inset-inline-end:-230px;bottom:-180px;content:'';border:70px solid rgba(36,87,255,.22);border-radius:50%; }
.re-auth__brand,.re-auth__mobile-brand,.re-auth-state__brand { position:relative;z-index:2;display:inline-flex;align-items:center;gap:10px;color:inherit!important;font-size:18px;font-weight:900;text-decoration:none; }
.re-auth__brand i,.re-auth__mobile-brand i,.re-auth-state__brand i { width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:var(--kc-blue);color:#fff; }
.re-auth__story-copy { position: relative; z-index: 2; }.re-auth__eyebrow { display:block;margin-bottom:13px;color:#9db2ff;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase; }
.re-auth__story h1 { max-width:430px;margin:0 0 15px;color:#fff;font-size:38px;font-weight:900;line-height:1.25; }.re-auth__story p { max-width:440px;margin:0;color:#b7c0cf;font-size:12px;line-height:1.85; }
.re-auth__benefits { position:relative;z-index:2;display:grid;gap:12px; }.re-auth__benefits>div { display:grid;grid-template-columns:39px 1fr;align-items:center;gap:11px; }.re-auth__benefits i { grid-row:1/3;width:39px;height:39px;display:grid;place-items:center;border-radius:12px;background:rgba(255,255,255,.08);color:#91a9ff; }.re-auth__benefits strong { color:#fff;font-size:10px; }.re-auth__benefits small { color:#9aa6b8;font-size:8px; }
.re-auth__trust { position:relative;z-index:2;display:flex;align-items:center;gap:8px;color:#9da8b8;font-size:8px; }
.re-auth__panel { padding: 38px 46px; align-self: center; }.re-auth__mobile-brand { display:none;color:var(--kc-ink)!important; }
.re-auth__card { width:100%; }.re-auth__tabs { margin-bottom:25px;padding:5px;display:grid;grid-template-columns:1fr 1fr;border-radius:13px;background:#f0f3f8; }.re-auth__tabs button { min-height:42px;border:0;border-radius:10px;background:transparent;color:#687385;font-size:10px;font-weight:850; }.re-auth__tabs button.is-active { background:var(--kc-blue);color:#fff;box-shadow:0 8px 20px rgba(36,87,255,.18); }
.re-auth__form { display:grid;gap:15px; }.re-auth__form[hidden] { display:none; }.re-auth__form>header h2 { margin:0 0 6px;font-size:26px;font-weight:900; }.re-auth__form>header p { margin:0 0 8px;color:var(--kc-muted);font-size:10px;line-height:1.7; }
.re-auth__form label>span { display:block;margin-bottom:6px;color:#505a6a;font-size:9px;font-weight:800; }.re-auth__input,.re-auth__phone { min-height:48px;padding:0 12px;display:flex;align-items:center;gap:9px;border:1px solid #dce2ea;border-radius:11px;background:#fff; }.re-auth__input>i { color:#8993a3; }.re-auth__input input,.re-auth__phone input { min-width:0;flex:1;height:44px;padding:0;border:0;outline:0;background:transparent;font-size:11px; }.re-auth__input button { width:34px;height:34px;border:0;background:transparent;color:#7b8595; }
.re-auth__row { display:grid;grid-template-columns:1fr 1fr;gap:12px; }.re-auth__options { display:flex;align-items:center;justify-content:space-between;gap:12px; }.re-auth__options a,.re-auth__switch button { border:0;background:transparent;color:var(--kc-blue);font-size:9px;font-weight:800; }
.re-auth__check { display:flex!important;align-items:flex-start;gap:8px;color:#5f6978;font-size:9px;line-height:1.5; }.re-auth__check input { margin-top:2px;accent-color:var(--kc-blue); }.re-auth__check--boxed { padding:10px;border:1px solid #e4e8ee;border-radius:10px;background:#fafbfc; }
.re-auth__submit { min-height:49px;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:12px;background:var(--kc-blue);color:#fff;font-size:10px;font-weight:900;box-shadow:0 11px 25px rgba(36,87,255,.2); }.re-auth__submit:hover { background:var(--kc-blue-dark); }
.re-auth__divider { display:flex;align-items:center;gap:10px;color:#9aa3b0;font-size:8px; }.re-auth__divider::before,.re-auth__divider::after { flex:1;height:1px;content:'';background:#e5e8ed; }.re-auth__social { display:grid;grid-template-columns:repeat(3,1fr);gap:8px; }.re-auth__social a { min-height:42px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid #dfe4eb;border-radius:10px;background:#fff;color:#3f4958;font-size:9px;font-weight:800; }
.re-auth__switch { margin:17px 0 0;text-align:center;color:#758091;font-size:9px; }.re-auth__privacy { margin-top:17px;padding-top:14px;display:flex;gap:8px;border-top:1px solid #e9ecf1;color:#7e8897;font-size:8px;line-height:1.5; }

/* Password / verification state */
.re-auth--state { padding:70px 20px; }.re-auth-state { width:min(500px,100%);margin:auto;padding:37px;border:1px solid var(--kc-border);border-radius:25px;background:#fff;box-shadow:var(--kc-shadow);text-align:center; }.re-auth-state__icon { width:70px;height:70px;margin:18px auto;display:grid;place-items:center;border-radius:22px;background:#edf2ff;color:var(--kc-blue);font-size:27px; }.re-auth-state__eyebrow { color:var(--kc-coral);font-size:9px;font-weight:900;text-transform:uppercase; }.re-auth-state h1 { margin:0 0 10px;font-size:28px; }.re-auth-state__message { color:var(--kc-muted);font-size:11px;line-height:1.75; }.re-auth-state__form { margin-top:22px;display:grid;gap:13px;text-align:start; }.re-auth-state__form input { min-height:48px;padding:0 12px;border:1px solid #dce2ea;border-radius:11px; }.re-auth-state__back { margin-top:20px;display:inline-flex;align-items:center;gap:7px;color:var(--kc-blue)!important;font-size:9px;font-weight:850; }

/* Customer dashboard */
.re-dashboard-page { background:var(--kc-sand)!important; }.re-dashboard-shell { min-height:calc(100vh - 112px);padding:24px;display:grid;grid-template-columns:270px minmax(0,1fr);gap:22px;background:var(--kc-sand); }.re-dashboard-sidebar { position:sticky;top:136px;height:calc(100vh - 160px);padding:19px;display:flex;flex-direction:column;overflow:auto;border-radius:22px;background:#101827;color:#fff;box-shadow:0 20px 55px rgba(16,24,39,.2); }
.re-dashboard-sidebar__head { padding:4px 3px 18px;display:flex;align-items:center;gap:10px;border-bottom:1px solid rgba(255,255,255,.09); }.re-dashboard-avatar { flex:0 0 43px;width:43px;height:43px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(145deg,#5378ff,#2457ff);color:#fff;font-size:17px;font-weight:900; }.re-dashboard-user { min-width:0;display:flex;flex-direction:column; }.re-dashboard-user strong,.re-dashboard-user span { overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }.re-dashboard-user strong { color:#fff;font-size:10px; }.re-dashboard-user span { margin-top:4px;color:#8491a5;font-size:8px; }.re-dashboard-sidebar__close { display:none; }
.re-dashboard-nav { padding:18px 0;display:grid;gap:5px; }.re-dashboard-nav__eyebrow { margin:0 10px 8px;color:#68768d;font-size:8px;font-weight:900;letter-spacing:.1em;text-transform:uppercase; }.re-dashboard-nav__link,.re-dashboard-nav__label { min-height:44px;padding:0 11px;display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:8px;border-radius:11px;color:#bdc7d6!important;font-size:9px;font-weight:800;cursor:pointer; }.re-dashboard-nav__link:hover,.re-dashboard-nav__item.is-active>.re-dashboard-nav__link,.re-dashboard-nav__item.is-open>.re-dashboard-nav__label { background:rgba(36,87,255,.23);color:#fff!important; }.re-dashboard-nav__icon { width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:rgba(255,255,255,.06); }.re-dashboard-nav__arrow,.re-dashboard-nav__chevron { color:#65728a;font-size:8px; }.re-dashboard-nav__sub { display:none;padding:4px 0 4px 42px; }.re-dashboard-nav__item.is-open>.re-dashboard-nav__sub,.re-dashboard-nav__item.is-active>.re-dashboard-nav__sub { display:grid;gap:3px; }.re-dashboard-nav__sub-link { min-height:34px;padding:0 8px;display:flex;align-items:center;gap:7px;border-radius:8px;color:#8996aa!important;font-size:8px; }.re-dashboard-nav__sub-link:hover,.re-dashboard-nav__sub-link.is-active { background:rgba(255,255,255,.06);color:#fff!important; }
.re-dashboard-help { margin-top:auto;padding:15px;border:1px solid rgba(255,255,255,.08);border-radius:15px;background:rgba(255,255,255,.045); }.re-dashboard-help__icon { width:35px;height:35px;margin-bottom:9px;display:grid;place-items:center;border-radius:11px;background:rgba(36,87,255,.25);color:#9fb2ff; }.re-dashboard-help strong { display:block;color:#fff;font-size:9px; }.re-dashboard-help p { margin:6px 0 10px;color:#8794a8;font-size:8px;line-height:1.55; }.re-dashboard-help button { min-height:34px;width:100%;border:0;border-radius:9px;background:var(--kc-blue);color:#fff;font-size:8px;font-weight:850; }.re-dashboard-logout { min-height:42px;margin-top:8px;padding:0 11px;display:flex;align-items:center;gap:9px;border-radius:10px;color:#f09f9f!important;font-size:9px;font-weight:800; }.re-dashboard-logout:hover { background:rgba(255,95,95,.08); }
.re-dashboard-main { min-width:0; }.re-dashboard-topbar { margin-bottom:18px;padding:25px 27px;display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid var(--kc-border);border-radius:20px;background:#fff;box-shadow:0 12px 34px rgba(37,45,70,.08); }.re-dashboard-kicker { color:var(--kc-coral);font-size:8px;font-weight:900;text-transform:uppercase; }.re-dashboard-topbar h1 { margin:6px 0;font-size:25px;font-weight:900; }.re-dashboard-topbar p { max-width:650px;margin:0;color:var(--kc-muted);font-size:9px;line-height:1.65; }.re-dashboard-topbar__actions { display:flex;gap:8px; }.re-dashboard-action { min-height:42px;padding:0 13px;display:inline-flex;align-items:center;gap:7px;border:1px solid #dfe4eb;border-radius:10px;color:var(--kc-ink)!important;font-size:8px;font-weight:850; }.re-dashboard-action--primary { border-color:var(--kc-blue);background:var(--kc-blue);color:#fff!important; }.re-dashboard-content { min-height:400px;padding:24px;border:1px solid var(--kc-border);border-radius:20px;background:#fff;box-shadow:0 12px 34px rgba(37,45,70,.08); }.re-dashboard-breadcrumbs { margin-bottom:12px; }.re-dashboard-mobile-toggle,.re-dashboard-overlay { display:none; }
.re-dashboard-overview { display:grid;gap:22px; }.re-dashboard-overview__intro { padding:22px;border:1px solid #e5e9ef;border-radius:16px;background:#fff; }.re-dashboard-overview__badge { width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#edf2ff;color:var(--kc-blue); }.re-dashboard-quick-grid { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px; }.re-dashboard-quick-card { min-height:155px;padding:18px;display:flex;flex-direction:column;border:1px solid #e4e8ee;border-radius:16px;background:#fff;color:var(--kc-ink)!important; }.re-dashboard-quick-card__icon { width:39px;height:39px;display:grid;place-items:center;border-radius:12px;background:#edf2ff;color:var(--kc-blue); }.re-dashboard-quick-card strong { margin-top:16px;font-size:10px; }.re-dashboard-quick-card p { margin:5px 0;color:var(--kc-muted);font-size:8px;line-height:1.55; }.re-dashboard-quick-card__arrow { margin-top:auto;color:var(--kc-blue); }.re-dashboard-guide { display:grid;grid-template-columns:1fr .75fr;gap:15px; }.re-dashboard-guide__panel,.re-dashboard-advisor { padding:21px;border-radius:16px; }.re-dashboard-guide__panel { border:1px solid #e5e9ef;background:#fff; }.re-dashboard-advisor { background:var(--kc-blue);color:#fff; }

/* Account pages */
.re-account-page { display:grid;gap:18px; }.re-account-heading h2 { margin:0 0 6px;font-size:22px;font-weight:900; }.re-account-heading p { margin:0;color:var(--kc-muted);font-size:9px; }.re-account-card { padding:22px;border:1px solid #e3e8ee;border-radius:17px;background:#fff; }.re-account-card--soft { background:#f8f9fb; }.re-account-card__head { margin-bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:14px; }.re-account-form-grid,.re-form-grid { display:grid;grid-template-columns:1fr 1fr;gap:14px; }.re-account-field { display:grid;gap:6px; }.re-account-field--full { grid-column:1/-1; }.re-account-field label,.re-account-field>span { color:#566171;font-size:8px;font-weight:800; }.re-account-field :is(input,select,textarea) { width:100%;min-height:45px;padding:9px 11px;border:1px solid #dce2e9;border-radius:10px;background:#fff;outline:0;font-size:10px; }.re-account-field :is(input,select,textarea):focus { border-color:var(--kc-blue);box-shadow:0 0 0 3px rgba(36,87,255,.09); }.re-account-submit { min-height:45px;padding:0 17px;border:0;border-radius:10px;background:var(--kc-blue);color:#fff;font-size:9px;font-weight:900; }.re-social-links { display:flex;flex-wrap:wrap;gap:8px; }.re-social-link { min-height:39px;padding:0 12px;display:inline-flex;align-items:center;gap:7px;border:1px solid #dfe4eb;border-radius:10px;color:var(--kc-ink)!important;font-size:8px;font-weight:800; }.re-social-link--unlink { border-color:#f1d7d7;color:#b84a4a!important; }.re-session-table-wrap { overflow:auto;border:1px solid #e3e8ee;border-radius:14px; }.re-session-table { width:100%;min-width:680px;border-collapse:collapse; }.re-session-table :is(th,td) { padding:13px;border-bottom:1px solid #edf0f4;text-align:start;font-size:9px; }.re-session-table th { background:#f7f8fa;color:#697486;font-weight:850; }.re-session-logout { color:#bd4545!important;font-weight:800; }

/* Membership, partner applications */
.re-membership { background:var(--kc-sand); }.re-membership__shell { width:min(1180px,calc(100% - 36px));margin:auto; }.re-membership__hero { padding:80px 0;background:#101827;color:#fff; }.re-membership__hero h1,.re-membership__hero h2 { max-width:760px;margin:12px 0;color:#fff;font-size:clamp(32px,5vw,52px);font-weight:900;line-height:1.25; }.re-membership__hero p { max-width:720px;color:#b7c0cf;line-height:1.8; }.re-membership__eyebrow { color:#9db2ff;font-size:9px;font-weight:900;text-transform:uppercase; }.re-pricing__grid { padding:55px 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px; }.re-plan { position:relative;padding:25px;border:1px solid var(--kc-border);border-radius:20px;background:#fff;box-shadow:0 12px 34px rgba(37,45,70,.08); }.re-plan--featured { border-color:var(--kc-blue);transform:translateY(-8px); }.re-plan__icon { width:47px;height:47px;display:grid;place-items:center;border-radius:14px;background:#edf2ff;color:var(--kc-blue); }.re-plan__badge { position:absolute;top:17px;inset-inline-end:17px;padding:6px 8px;border-radius:8px;background:var(--kc-blue);color:#fff;font-size:7px;font-weight:900; }.re-plan h2 { margin:18px 0 7px;font-size:21px; }.re-plan__description { min-height:52px;color:var(--kc-muted);font-size:9px;line-height:1.7; }.re-plan__price { margin:18px 0;font-size:24px;font-weight:900; }.re-plan__features { margin:0 0 22px;padding:0;display:grid;gap:9px;list-style:none;color:#515d6d;font-size:9px; }.re-plan__features i { color:#249768; }.re-membership__button { min-height:45px;padding:0 14px;display:flex;align-items:center;justify-content:center;border:1px solid var(--kc-blue);border-radius:11px;background:var(--kc-blue);color:#fff!important;font-size:9px;font-weight:900; }.re-membership__button--light { background:#fff;color:var(--kc-blue)!important; }.re-apply { padding:55px 0;background:var(--kc-sand); }.re-apply__main { display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px;align-items:start; }.re-apply__panel,.re-apply__aside { padding:25px;border:1px solid var(--kc-border);border-radius:20px;background:#fff;box-shadow:0 12px 34px rgba(37,45,70,.08); }.re-apply__tabs { margin-bottom:22px;padding:5px;display:grid;grid-template-columns:1fr 1fr;border-radius:12px;background:#f0f3f8; }.re-apply__tab { min-height:41px;border:0;border-radius:9px;background:transparent;color:#667085;font-size:9px;font-weight:850; }.re-apply__tab.is-active { background:var(--kc-blue);color:#fff; }.re-apply__section { margin-top:22px;padding-top:22px;border-top:1px solid #e8ecf1; }.re-apply__section-title { margin-bottom:14px;font-size:14px;font-weight:900; }.re-consent { display:flex;gap:8px;color:#5f6978;font-size:9px;line-height:1.6; }.re-application-success { padding:35px;text-align:center; }.re-application-success__icon { width:65px;height:65px;margin:auto;display:grid;place-items:center;border-radius:20px;background:#e4f7ee;color:#19815a;font-size:25px; }

/* Content and contact pages */
.re-content { background:var(--kc-sand); }.re-content__shell { width:min(1180px,calc(100% - 36px));margin:auto; }.re-content__crumbs { margin:0;padding:22px 0;display:flex;flex-wrap:wrap;gap:8px;list-style:none;color:#7d8795;font-size:9px; }.re-content__crumbs li+li::before { margin-inline-end:8px;content:'/';color:#b3bac4; }.re-content__crumbs a { color:var(--kc-blue)!important; }.re-content__hero { padding:25px 0 65px;display:grid;grid-template-columns:1fr .82fr;gap:50px;align-items:center; }.re-content__hero h1 { margin:15px 0;font-size:clamp(38px,5vw,62px);font-weight:900;line-height:1.16;letter-spacing:-.045em; }.re-content__hero p { max-width:650px;color:var(--kc-muted);font-size:12px;line-height:1.9; }.re-content__eyebrow { display:inline-flex;align-items:center;gap:8px;color:var(--kc-coral);font-size:9px;font-weight:900;text-transform:uppercase; }.re-content__actions { margin-top:25px;display:flex;flex-wrap:wrap;gap:9px; }.re-content__button { min-height:47px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--kc-blue);border-radius:11px;background:var(--kc-blue);color:#fff!important;font-size:9px;font-weight:900; }.re-content__button--light { background:#fff;color:var(--kc-blue)!important; }.re-content__visual { position:relative;min-height:530px;overflow:hidden;border-radius:25px;background:#dfe8ff;box-shadow:var(--kc-shadow); }.re-content__visual img { width:100%;height:100%;min-height:530px;object-fit:cover; }.re-content__visual-card { position:absolute;inset-inline:18px;bottom:18px;padding:15px;display:flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.7);border-radius:14px;background:rgba(255,255,255,.9);color:var(--kc-ink);box-shadow:0 12px 30px rgba(28,39,61,.14);font-size:9px;font-weight:800;backdrop-filter:blur(10px); }.re-content__visual-card i { width:35px;height:35px;display:grid;place-items:center;border-radius:10px;background:#edf2ff;color:var(--kc-blue); }.re-content__stats { position:relative;z-index:2;margin-bottom:-38px;padding:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;border:1px solid var(--kc-border);border-radius:18px;background:#fff;box-shadow:var(--kc-shadow); }.re-content__stat { padding:12px 16px;border-inline-end:1px solid #ebeef2; }.re-content__stat:last-child { border:0; }.re-content__stat strong,.re-content__stat span { display:block; }.re-content__stat strong { font-size:15px; }.re-content__stat span { margin-top:4px;color:var(--kc-muted);font-size:8px; }.re-content__section { padding:100px 0 70px; }.re-content__section--white { background:#fff; }.re-content__section-head { max-width:720px;margin-bottom:33px; }.re-content__section-head h2 { margin:12px 0;font-size:36px;font-weight:900; }.re-content__section-head p { color:var(--kc-muted);line-height:1.8; }.re-content__cards { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px; }.re-content__card { padding:22px;border:1px solid #e5e8ed;border-radius:17px;background:#fff; }.re-content__card>i { width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#edf2ff;color:var(--kc-blue); }.re-content__card h3 { margin:16px 0 7px;font-size:15px; }.re-content__card p { margin:0;color:var(--kc-muted);font-size:9px;line-height:1.75; }.re-content__cta { margin-top:35px;padding:31px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-radius:21px;background:#101827;color:#fff; }.re-content__cta h2 { margin:0 0 8px;color:#fff; }.re-content__cta p { margin:0;color:#aeb8c8; }.re-content__article-wrap { padding:25px 0 70px; }.re-content__article { max-width:900px;margin:auto;padding:32px;border:1px solid var(--kc-border);border-radius:20px;background:#fff;box-shadow:0 12px 34px rgba(37,45,70,.08); }.re-content__body { color:#3d4857;line-height:1.9; }
.re-contact { background:var(--kc-sand); }.re-contact__hero { padding:58px 0; }.re-contact__grid { display:grid;grid-template-columns:1fr .85fr;gap:22px;align-items:start; }.re-contact__intro,.re-contact__card { padding:30px;border:1px solid var(--kc-border);border-radius:22px;background:#fff;box-shadow:var(--kc-shadow); }.re-contact__intro { position:relative;overflow:hidden;background:#101827;color:#fff; }.re-contact__intro::after { position:absolute;width:350px;height:350px;inset-inline-end:-210px;bottom:-190px;content:'';border:55px solid rgba(36,87,255,.25);border-radius:50%; }.re-contact__intro h1 { position:relative;z-index:2;margin:14px 0;color:#fff;font-size:42px;font-weight:900;line-height:1.25; }.re-contact__intro>p { position:relative;z-index:2;max-width:600px;color:#b7c0cf;line-height:1.85; }.re-contact__channels { position:relative;z-index:2;margin-top:28px;display:grid;gap:10px; }.re-contact__channel { width:100%;padding:13px;display:grid;grid-template-columns:40px 1fr;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.09);border-radius:13px;background:rgba(255,255,255,.05);color:#fff!important;text-align:start;font:inherit;cursor:pointer; }.re-contact__channel i { grid-row:1/3;width:40px;height:40px;display:grid;place-items:center;border-radius:11px;background:rgba(36,87,255,.3);color:#afbeff; }.re-contact__channel strong,.re-contact__channel span { display:block; }.re-contact__channel strong { color:#fff;font-size:10px; }.re-contact__channel span { color:#9eaabc;font-size:8px; }.re-contact__card h2 { margin:0 0 7px;font-size:25px; }.re-contact__card>p { margin:0 0 20px;color:var(--kc-muted);font-size:10px;line-height:1.7; }.re-contact__form { display:grid;grid-template-columns:1fr 1fr;gap:13px; }.re-contact__field { display:grid;gap:6px; }.re-contact__field--full { grid-column:1/-1; }.re-contact__field span { color:#576272;font-size:8px;font-weight:800; }.re-contact__field :is(input,textarea,select) { width:100%;min-height:47px;padding:10px 11px;border:1px solid #dce2ea;border-radius:10px;background:#fff;outline:0;font-size:10px; }.re-contact__field :is(input,textarea,select):focus { border-color:var(--kc-blue);box-shadow:0 0 0 3px rgba(36,87,255,.09); }.re-contact__submit { min-height:48px;grid-column:1/-1;border:0;border-radius:11px;background:var(--kc-blue);color:#fff;font-size:9px;font-weight:900; }.re-contact__note { grid-column:1/-1;margin:0;color:#7d8795;font-size:8px;line-height:1.6; }

/* Project and property details */
.project-layout { width:min(1220px,calc(100% - 36px));margin:35px auto 70px;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px;align-items:start; }.project-detail-hero,.project-panel,.booking-card,.project-sticky { border:1px solid var(--kc-border);border-radius:20px;background:#fff;box-shadow:0 12px 34px rgba(37,45,70,.08); }.project-detail-cover { min-height:410px;overflow:hidden;border-radius:20px 20px 0 0;background:#e8ecf2; }.project-detail-cover :is(img,picture) { width:100%;height:100%;min-height:410px;object-fit:cover; }.project-copy { padding:25px; }.project-detail-title { margin:0 0 10px;font-size:34px;font-weight:900;line-height:1.25; }.project-meta { display:flex;flex-wrap:wrap;gap:8px;color:var(--kc-muted);font-size:9px; }.project-card__status { display:inline-flex;padding:7px 9px;border-radius:8px;background:#edf2ff;color:var(--kc-blue);font-size:8px;font-weight:900; }.project-starting { margin-top:17px;color:var(--kc-blue);font-size:21px;font-weight:900; }.project-panel { margin-top:17px;padding:24px; }.project-panel h2 { margin:0 0 15px;font-size:21px;font-weight:900; }.project-gallery { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px; }.project-gallery a { height:230px;display:block;overflow:hidden;border-radius:14px; }.project-gallery img { width:100%;height:100%;object-fit:cover; }.unit-grid { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px; }.project-sticky { position:sticky;top:140px;padding:20px; }.booking-card { padding:20px; }.booking-card :is(input,select,textarea) { width:100%;min-height:44px;margin-bottom:10px;padding:9px 10px;border:1px solid #dce2ea;border-radius:10px; }.booking-card button { width:100%;min-height:46px;border:0;border-radius:11px;background:var(--kc-coral);color:#fff;font-size:9px;font-weight:900; }
.property-detail-page { padding-bottom:70px;background:var(--kc-sand); }.property-detail-page .container { max-width:1220px; }.single-property-content,.property-about,.ps-widget,.agent-single,.agen-personal-info { border:1px solid var(--kc-border)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 12px 34px rgba(37,45,70,.08)!important; }.property-about,.ps-widget,.agent-single,.agen-personal-info { padding:22px; }.property-booking-strip { padding:13px 0;background:#101827;color:#fff; }.property-action { display:flex;flex-wrap:wrap;gap:8px; }.property-action :is(a,button) { min-height:41px;padding:0 12px;display:inline-flex;align-items:center;gap:7px;border:1px solid #dfe4eb;border-radius:10px;background:#fff;color:var(--kc-ink);font-size:8px;font-weight:850; }.slider-images img { width:100%;height:auto;object-fit:cover; }

@media (max-width: 1199px) {
    .re-dashboard-quick-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .re-content__cards { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 991px) {
    .re-auth { min-height:auto;padding:20px; }.re-auth__shell { grid-template-columns:1fr; }.re-auth__story { display:none; }.re-auth__panel { padding:32px; }.re-auth__mobile-brand { margin-bottom:25px;display:inline-flex; }
    .re-dashboard-shell { padding:14px;display:block; }.re-dashboard-sidebar { position:fixed;z-index:10000;top:0;bottom:0;inset-inline-start:0;width:min(300px,88vw);height:100vh;border-radius:0;transform:translateX(-105%);transition:transform .22s ease; }.re-dashboard-page.is-dashboard-menu-open .re-dashboard-sidebar { transform:none; }.re-dashboard-mobile-toggle { min-height:44px;margin-bottom:12px;padding:0 14px;display:inline-flex;align-items:center;gap:8px;border:0;border-radius:11px;background:#101827;color:#fff;font-size:9px;font-weight:850; }.re-dashboard-sidebar__close { margin-inline-start:auto;width:33px;height:33px;display:grid;place-items:center;border:0;border-radius:9px;background:rgba(255,255,255,.08);color:#fff; }.re-dashboard-overlay { position:fixed;z-index:9999;inset:0;display:block;background:rgba(11,18,31,.55);opacity:0;pointer-events:none;transition:opacity .22s ease; }.re-dashboard-page.is-dashboard-menu-open .re-dashboard-overlay { opacity:1;pointer-events:auto; }
    html[dir=rtl] .re-dashboard-sidebar { transform:translateX(105%); }
    .re-dashboard-topbar { align-items:flex-start;flex-direction:column; }.re-dashboard-topbar__actions { width:100%;flex-wrap:wrap; }
    .re-content__hero,.re-contact__grid,.project-layout,.re-apply__main { grid-template-columns:1fr; }.project-sticky { position:static; }.re-content__visual { min-height:390px; }.re-content__visual img { min-height:390px; }
    .re-pricing__grid { grid-template-columns:1fr; }.re-plan--featured { transform:none; }
}
@media (max-width: 767px) {
    .support-chat { inset-inline:12px;bottom:12px; }.support-chat__launcher { margin-inline-start:auto;width:56px;height:56px;border-radius:18px; }.support-chat__panel { position:fixed;inset:12px;width:auto;height:auto;max-height:none;border-radius:21px;transform:translateY(20px); }.support-chat__backdrop { position:fixed;z-index:-1;inset:0;border:0;background:rgba(12,20,34,.44); }.support-chat.is-open .support-chat__backdrop { display:block; }.support-chat__teaser { width:min(300px,calc(100vw - 24px));bottom:68px; }.support-chat__contact-row { grid-template-columns:1fr; }
    .re-auth { padding:10px; }.re-auth__shell { border-radius:20px; }.re-auth__panel { padding:25px 19px; }.re-auth__row,.re-auth__social { grid-template-columns:1fr; }
    .re-dashboard-shell { padding:10px; }.re-dashboard-content,.re-dashboard-topbar { padding:18px; }.re-dashboard-quick-grid,.re-dashboard-guide,.re-account-form-grid,.re-form-grid { grid-template-columns:1fr; }.re-dashboard-topbar__actions { display:grid;grid-template-columns:1fr; }.re-dashboard-action { justify-content:center; }
    .re-content__hero { padding-bottom:45px;gap:25px; }.re-content__hero h1 { font-size:38px; }.re-content__stats { margin-bottom:0;grid-template-columns:1fr; }.re-content__stat { border:0;border-bottom:1px solid #ebeef2; }.re-content__cards,.re-contact__form,.project-gallery,.unit-grid { grid-template-columns:1fr; }.re-content__cta { align-items:flex-start;flex-direction:column; }.re-content__section { padding:65px 0; }.re-content__article { padding:21px; }.re-contact__hero { padding:30px 0; }.re-contact__intro,.re-contact__card { padding:22px; }.re-contact__intro h1 { font-size:34px; }.project-layout { width:calc(100% - 22px);margin-top:15px; }.project-detail-cover,.project-detail-cover :is(img,picture) { min-height:280px; }.project-copy,.project-panel { padding:18px; }.project-detail-title { font-size:27px; }
}
@media (prefers-reduced-motion: reduce) { .support-chat *, .re-dashboard-sidebar, .re-dashboard-overlay { animation:none!important;transition:none!important; } }
