:root {
  --bg: #05070d;
  --bg-soft: #0a0f19;
  --panel: rgba(13, 20, 33, 0.72);
  --panel-strong: rgba(10, 16, 27, 0.92);
  --panel-light: rgba(255, 255, 255, 0.045);
  --text: #f4f7fb;
  --text-soft: #9ba7bc;
  --text-dim: #68758d;
  --line: rgba(255, 255, 255, 0.09);
  --line-bright: rgba(109, 237, 255, 0.38);
  --cyan: #57efff;
  --blue: #5a83ff;
  --violet: #9e68ff;
  --green: #67f5bb;
  --danger: #ff6b8b;
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 13px;
  --shadow-lg: 0 30px 90px rgba(0, 0, 0, 0.42);
  --transition: 220ms ease;
}

/* Must Know 10 — praktyka pobytu */
.must-know{margin:24px 0;padding:24px;border:1px solid rgba(25,113,100,.2);border-radius:22px;background:linear-gradient(145deg,#f4fbf9 0%,#fff 62%);box-shadow:0 16px 38px rgba(15,65,58,.08)}
.must-know>header h3{margin:5px 0 8px;font-size:clamp(1.35rem,2vw,1.8rem);color:#123f39}.must-know>header p{margin:0;max-width:760px;color:#55706c;line-height:1.55}
.mk-chips{display:flex;gap:8px;overflow-x:auto;padding:17px 2px 12px;scrollbar-width:thin}.mk-chips button{flex:0 0 auto;border:1px solid rgba(15,113,97,.25);border-radius:999px;background:#fff;color:#17695e;padding:9px 13px;font:inherit;font-weight:750;cursor:pointer}.mk-chips button:hover,.mk-chips button:focus-visible{background:#e5f6f2;border-color:#147b6d;outline:none}
.mk-summary,.mk-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mk-card{border:1px solid #e1ebe8;border-radius:15px;background:#fff;overflow:hidden;transition:border-color .2s,box-shadow .2s}.mk-card.is-open{grid-column:1/-1;border-color:#68aa9e;box-shadow:0 10px 25px rgba(21,87,77,.09)}
.mk-card-toggle{display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:78px;padding:14px;border:0;background:transparent;text-align:left;cursor:pointer}.mk-card-toggle span{display:grid;gap:4px}.mk-card-toggle small{color:#57706c;font-size:.78rem}.mk-card-toggle strong{color:#143f39;font-size:1rem}.mk-card-toggle em{flex:0 0 auto;padding:5px 8px;border-radius:9px;background:#e8f5f2;color:#266f64;font-size:.72rem;font-style:normal;font-weight:800}.mk-card.is-mixed .mk-card-toggle em{background:#fff0d9;color:#8b5906}.mk-card.is-insufficient_data .mk-card-toggle em{background:#f1f2f3;color:#687073}
.mk-card-body{padding:0 14px 14px;border-top:1px solid #edf2f1}.mk-layer{display:grid;grid-template-columns:112px 1fr;gap:12px;padding:11px 0;border-bottom:1px solid #edf2f1}.mk-layer span{color:#55706c;font-size:.75rem;font-weight:850;text-transform:uppercase;letter-spacing:.04em}.mk-layer p{margin:0;color:#263c39;line-height:1.5}.mk-layer.is-personal p{font-weight:700;color:#0f6358}.mk-card-body footer{display:flex;flex-wrap:wrap;gap:8px 16px;padding-top:12px;color:#657874;font-size:.74rem}.mk-conflict{margin:12px 0 0;padding:10px;border-radius:10px;background:#fff3df;color:#744d0a;font-size:.82rem;font-weight:700}
.mk-all{margin-top:12px}.mk-all>summary{cursor:pointer;color:#17695e;font-weight:850;padding:10px 2px}.mk-all[open]>summary{margin-bottom:8px}.dc-must-know{margin:20px 0;padding:20px;border:1px solid rgba(21,113,99,.2);border-radius:18px;background:#f6fbfa}.dc-must-know h3{margin:5px 0}.dc-must-know>p{color:#5b716e}.dc-must-know>div{display:grid;gap:9px}.dc-must-know article{padding:13px;border-radius:12px;background:#fff;border:1px solid #e1ebe8}.dc-must-know article p{margin:5px 0;color:#334b47}.dc-must-know article small{color:#617773}
@media(max-width:720px){.must-know{margin:18px 0;padding:17px;border-radius:17px}.mk-summary,.mk-grid{grid-template-columns:1fr}.mk-card.is-open{grid-column:auto}.mk-card-toggle{min-height:72px;padding:12px}.mk-layer{grid-template-columns:1fr;gap:5px}.mk-chips{margin-right:-17px;padding-right:17px}.mk-card-body footer{display:grid;gap:5px}}

/* Analiza TripPulse — wspólna warstwa praktyki pobytu */
.trip-pulse-analysis{margin:24px 0;padding:18px;border:1px solid rgba(15,113,97,.22);border-radius:24px;background:linear-gradient(145deg,rgba(230,247,243,.75),rgba(255,255,255,.96));box-shadow:0 18px 42px rgba(15,65,58,.09)}
.tp-analysis-head{padding:6px 6px 2px}.tp-analysis-head h3{margin:6px 0;color:#123f39;font-size:clamp(1.4rem,2.2vw,1.9rem)}.tp-analysis-head p{max-width:780px;margin:0;color:#55706c;line-height:1.55}.trip-pulse-analysis>.must-know{margin:16px 0;padding:19px;box-shadow:none}
.tp-analysis-module{margin-top:12px;border:1px solid #dbe9e5;border-radius:17px;background:#fff;overflow:hidden}.tp-analysis-module summary{display:grid;grid-template-columns:minmax(180px,.7fr) minmax(240px,1.3fr);align-items:center;gap:18px;padding:16px 18px;cursor:pointer;list-style:none}.tp-analysis-module summary::-webkit-details-marker{display:none}.tp-analysis-module summary>span{display:grid;gap:4px}.tp-analysis-module summary small{color:#55706c;font-size:.69rem;font-weight:900;letter-spacing:.06em}.tp-analysis-module summary strong{color:#153f39;font-size:1.05rem}.tp-analysis-module summary em{color:#156c60;font-style:normal;font-weight:800;line-height:1.45}.tp-analysis-module.is-early_arrival summary em,.tp-analysis-module.is-late_departure summary em,.tp-analysis-module.is-both summary em{color:#8a5709}.tp-analysis-module.is-insufficient_data summary em{color:#6b7471}.tp-module-body{display:grid;gap:11px;padding:0 18px 18px;border-top:1px solid #edf2f1}.tp-for-you{margin-top:16px;padding:13px 14px;border-left:3px solid #15917f;border-radius:11px;background:#edf8f5}.tp-for-you span{color:#17695e;font-size:.69rem;font-weight:900;letter-spacing:.06em}.tp-for-you p{margin:5px 0 0;color:#173f39;font-weight:750;line-height:1.55}.tp-edge-phase{padding:14px;border:1px solid #e6eeec;border-radius:13px;background:#fbfdfd}.tp-edge-phase h5{margin:0 0 8px;color:#173f39;font-size:1rem}.tp-edge-phase>div{display:grid;grid-template-columns:92px 1fr;gap:10px;padding:7px 0}.tp-edge-phase>div span{color:#617974;font-size:.7rem;font-weight:850;text-transform:uppercase}.tp-edge-phase>div p,.tp-verified,.tp-unknown,.tp-conflict{margin:0;color:#334a46;line-height:1.5}.tp-verified,.tp-unknown,.tp-conflict{padding:8px 0;font-size:.82rem}.tp-unknown{color:#76531c}.tp-conflict{margin-top:5px;padding:9px;border-radius:9px;background:#fff1dd;color:#744d0a}.tp-edge-phase footer{display:flex;flex-wrap:wrap;gap:8px 16px;padding-top:9px;border-top:1px solid #edf2f1;color:#657874;font-size:.72rem}.tp-checked-note{margin:10px 0 0;color:#506b66}.tp-provenance{color:#70827e;line-height:1.45}
.tp-alert-list{display:grid;gap:10px;margin-top:16px}.tp-alert-card{padding:14px;border:1px solid #e3ece9;border-left:4px solid #55a899;border-radius:13px;background:#fbfdfd}.tp-alert-card.is-caution{border-left-color:#daa044;background:#fffaf1}.tp-alert-card.is-important{border-left-color:#d46352;background:#fff6f4}.tp-alert-card>header{display:flex;align-items:center;gap:10px}.tp-alert-card>header span{padding:5px 8px;border-radius:999px;background:#e8f5f2;color:#17695e;font-size:.69rem;font-weight:900}.tp-alert-card.is-caution>header span{background:#ffedcc;color:#80520b}.tp-alert-card.is-important>header span{background:#ffe1dc;color:#9a3526}.tp-alert-card>header strong{color:#173f39}.tp-alert-card>p{color:#334a46;line-height:1.5}.tp-alert-impact{padding:10px 12px;border-radius:10px;background:rgba(255,255,255,.72)}.tp-alert-impact span{color:#667b77;font-size:.68rem;font-weight:900;letter-spacing:.05em}.tp-alert-impact p{margin:4px 0 0;color:#263f3b}.tp-alert-relation{font-weight:750}.tp-alert-card>footer{display:flex;flex-wrap:wrap;gap:8px 16px;padding-top:10px;color:#657874;font-size:.73rem}.tp-alert-sources{margin-top:10px}.tp-alert-sources>summary{display:block;padding:7px 0;color:#17695e;font-size:.76rem;font-weight:850}.tp-alert-sources ul{margin:0;padding-left:18px}.tp-alert-sources li{margin:5px 0;color:#334a46;font-size:.76rem}.tp-alert-sources li span{display:block;color:#71827f;font-size:.7rem}
@media(max-width:720px){.trip-pulse-analysis{margin:18px 0;padding:12px;border-radius:18px}.trip-pulse-analysis>.must-know{padding:14px}.tp-analysis-module summary{grid-template-columns:1fr;gap:8px;padding:14px}.tp-module-body{padding:0 14px 14px}.tp-edge-phase>div{grid-template-columns:1fr;gap:3px}.tp-edge-phase footer,.tp-alert-card>footer{display:grid;gap:4px}}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -20%, rgba(66, 116, 255, 0.13), transparent 42%),
    linear-gradient(180deg, #05070d 0%, #070b13 45%, #05070d 100%);
  font-family: "Manrope", system-ui, sans-serif;
  line-height: 1.5;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.03;
  background-image:
    linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px);
  background-size: 4px 4px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}

.ambient {
  position: fixed;
  z-index: -2;
  border-radius: 50%;
  filter: blur(110px);
  pointer-events: none;
}

.ambient-one {
  width: 390px;
  height: 390px;
  top: 120px;
  left: -190px;
  background: rgba(81, 109, 255, 0.12);
}

.ambient-two {
  width: 450px;
  height: 450px;
  right: -220px;
  top: 360px;
  background: rgba(112, 69, 255, 0.11);
}

.ambient-three {
  width: 300px;
  height: 300px;
  left: 44%;
  top: 820px;
  background: rgba(49, 216, 255, 0.07);
}

.site-header {
  width: min(1180px, calc(100% - 40px));
  height: 76px;
  margin: 20px auto 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  z-index: 10;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(7, 11, 19, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 50px rgba(0,0,0,.24);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.brand-mark {
  width: 35px;
  height: 35px;
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(83, 238, 255, .14), rgba(109, 93, 255, .1));
  box-shadow: inset 0 0 0 1px rgba(111, 230, 255, .23), 0 0 22px rgba(60, 210, 255, .12);
}

.brand-orbit {
  position: absolute;
  width: 24px;
  height: 13px;
  border: 1px solid rgba(104, 235, 255, .82);
  border-radius: 50%;
  transform: rotate(-25deg);
  animation: orbitSpin 6s linear infinite;
}

.brand-core {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px var(--cyan);
}

.brand-name {
  font-size: 18px;
  letter-spacing: -0.04em;
}

.brand-name strong {
  color: var(--tp-color-text-primary, #10231c);
}

.brand-name span {
  color: var(--cyan);
}

.brand-ai {
  padding: 3px 7px;
  border: 1px solid rgba(122, 132, 255, .32);
  border-radius: 7px;
  color: #cfd3ff;
  background: rgba(112, 94, 255, .12);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--text-soft);
  font-size: 13px;
  font-weight: 600;
}

.main-nav a {
  transition: color var(--transition);
}

.main-nav a:hover {
  color: #fff;
}

.header-button {
  padding: 11px 16px;
  border: 1px solid var(--line);
  border-radius: 11px;
  color: #dfe6f3;
  background: var(--panel-light);
  font-size: 12px;
  font-weight: 700;
  transition: border-color var(--transition), background var(--transition), transform var(--transition);
}

.header-button:hover {
  transform: translateY(-1px);
  border-color: rgba(85, 235, 255, .3);
  background: rgba(83, 234, 255, .07);
}

.hero {
  width: min(1180px, calc(100% - 40px));
  min-height: 790px;
  margin: 0 auto;
  padding: 105px 0 80px;
  position: relative;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 70px;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-kicker {
  color: #9beeff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow {
  width: fit-content;
  margin-bottom: 24px;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(89, 232, 255, .16);
  border-radius: 999px;
  background: rgba(66, 216, 255, .055);
}

.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px var(--green);
  animation: pulseDot 2s infinite;
}

.hero h1 {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 6.2vw, 82px);
  line-height: .99;
  letter-spacing: -.065em;
}

.hero h1 span {
  display: block;
  margin-top: 10px;
  color: transparent;
  background: linear-gradient(90deg, var(--cyan), #7e9dff 52%, #b986ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-copy {
  max-width: 590px;
  margin: 27px 0 0;
  color: var(--text-soft);
  font-size: 17px;
  line-height: 1.8;
}

.hero-proof {
  margin-top: 36px;
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.proof-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.proof-item strong {
  color: #e9f7ff;
  font-size: 13px;
}

.proof-item span {
  color: var(--text-dim);
  font-size: 11px;
}

.hero-globe {
  width: 720px;
  height: 720px;
  position: absolute;
  top: -60px;
  left: -285px;
  z-index: 0;
  opacity: .62;
  pointer-events: none;
}

.globe-shell {
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid rgba(95, 220, 255, .14);
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 35%, rgba(63, 215, 255, .12), transparent 34%),
    radial-gradient(circle at center, rgba(42, 70, 145, .09), rgba(3, 7, 15, .02) 68%);
  box-shadow:
    inset 0 0 80px rgba(61, 216, 255, .05),
    0 0 90px rgba(43, 129, 255, .08);
  animation: globeFloat 9s ease-in-out infinite;
}

.globe-grid {
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background:
    repeating-linear-gradient(0deg, transparent 0 26px, rgba(83, 214, 255, .055) 27px),
    repeating-linear-gradient(90deg, transparent 0 26px, rgba(83, 214, 255, .045) 27px);
  mask-image: radial-gradient(circle, black 56%, transparent 72%);
  animation: gridDrift 24s linear infinite;
}

.globe-meridian,
.globe-latitude {
  position: absolute;
  inset: 7%;
  border: 1px solid rgba(100, 226, 255, .13);
  border-radius: 50%;
}

.meridian-one { transform: scaleX(.34); }
.meridian-two { transform: scaleX(.66); }
.meridian-three { transform: rotate(60deg) scaleX(.47); }

.latitude-one { transform: scaleY(.35); }
.latitude-two { transform: scaleY(.65); }
.latitude-three { transform: rotate(-31deg) scaleY(.47); }

.globe-point {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 5px rgba(72, 228, 255, .08), 0 0 18px var(--cyan);
  animation: destinationPulse 2.7s infinite;
}

.point-one { top: 29%; right: 28%; }
.point-two { top: 48%; left: 23%; animation-delay: .5s; }
.point-three { bottom: 27%; right: 38%; animation-delay: 1.1s; }
.point-four { top: 37%; left: 43%; animation-delay: 1.6s; }

.assistant-card {
  position: relative;
  z-index: 3;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(160deg, rgba(18, 27, 44, .86), rgba(8, 13, 23, .9));
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255,255,255,.04);
}

.assistant-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(87, 239, 255, .24), transparent 34%, transparent 66%, rgba(142, 99, 255, .2));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  padding: 1px;
  pointer-events: none;
}

.assistant-heading {
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.assistant-heading h2 {
  margin: 7px 0 0;
  font-size: 25px;
  letter-spacing: -.04em;
}

.ai-ready {
  flex-shrink: 0;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(103, 245, 187, .16);
  border-radius: 999px;
  color: #9ef3ce;
  background: rgba(83, 228, 164, .06);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.ai-ready span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px var(--green);
}

.field {
  min-width: 0;
}

.field label {
  margin: 0 0 8px 2px;
  display: block;
  color: #bbc5d8;
  font-size: 11px;
  font-weight: 700;
}

.field-wide {
  margin-bottom: 14px;
}

.fields-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.control {
  position: relative;
}

.control-icon {
  min-width: 18px;
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 2;
  transform: translateY(-50%);
  color: #87ddf1;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  pointer-events: none;
}

.textarea-control .control-icon {
  top: 18px;
  transform: none;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.095);
  outline: none;
  color: #f5f8fc;
  background: rgba(4, 8, 15, .56);
  transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}

input,
select {
  height: 50px;
  padding: 0 15px 0 44px;
  border-radius: var(--radius-sm);
}

textarea {
  min-height: 132px;
  padding: 14px 15px 14px 44px;
  border-radius: 15px;
  resize: vertical;
  line-height: 1.65;
}

select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #77869f 50%),
    linear-gradient(135deg, #77869f 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 21px,
    calc(100% - 13px) 21px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

input::placeholder,
textarea::placeholder {
  color: #657189;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(87, 239, 255, .48);
  background-color: rgba(5, 10, 20, .83);
  box-shadow: 0 0 0 4px rgba(87, 239, 255, .055), 0 0 28px rgba(74, 191, 255, .05);
}

.primary-button,
.secondary-button {
  border: 0;
  color: #031018;
  font-weight: 800;
  transition: transform var(--transition), filter var(--transition), box-shadow var(--transition);
}

.primary-button {
  width: 100%;
  height: 56px;
  margin-top: 16px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 14px;
  background: linear-gradient(90deg, var(--cyan), #72b2ff 55%, #a07cff);
  box-shadow: 0 16px 36px rgba(70, 180, 255, .17);
}

.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.primary-button:disabled {
  cursor: wait;
  opacity: .7;
}

.button-spark {
  font-size: 15px;
}

.button-arrow {
  margin-left: auto;
  font-size: 20px;
}

.button-label {
  margin-left: auto;
}

.assistant-note {
  margin-top: 14px;
  color: var(--text-dim);
  font-size: 10px;
  line-height: 1.6;
}

.assistant-note span {
  color: #92dfea;
  font-weight: 700;
}

.recommendation-section,
.destinations-section,
.benefits-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 90px 0;
}

.recommendation-section[hidden] {
  display: none;
}

.section-heading {
  margin-bottom: 32px;
}

.section-heading h2 {
  margin: 9px 0 0;
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: -.05em;
}

.section-heading p {
  max-width: 620px;
  margin: 14px auto 0;
  color: var(--text-soft);
  line-height: 1.7;
}

.centered {
  text-align: center;
}

.recommendation-card {
  min-height: 410px;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--panel);
  box-shadow: var(--shadow-lg);
}

.recommendation-visual {
  min-height: 410px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background:
    linear-gradient(155deg, rgba(24, 91, 132, .34), rgba(10, 17, 29, .7)),
    radial-gradient(circle at 70% 20%, rgba(87, 239, 255, .3), transparent 24%),
    linear-gradient(135deg, #112a3a, #0e1727 55%, #211843);
}

.recommendation-visual::before,
.destination-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .6;
  background:
    linear-gradient(120deg, transparent 0 46%, rgba(255,255,255,.025) 47% 48%, transparent 49%),
    repeating-linear-gradient(0deg, transparent 0 25px, rgba(255,255,255,.02) 26px);
}

.visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(2, 7, 13, .92), transparent 65%);
}

.visual-copy {
  position: relative;
  z-index: 2;
  padding: 34px;
}

.destination-tag {
  color: var(--cyan);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
}

.visual-copy h3 {
  margin: 9px 0 8px;
  font-size: 42px;
  letter-spacing: -.05em;
}

.visual-copy p {
  max-width: 430px;
  margin: 0;
  color: #bac6d7;
}

.recommendation-content {
  padding: 38px;
  position: relative;
}

.match-ring {
  width: 108px;
  height: 108px;
  margin-left: auto;
  display: grid;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(87, 239, 255, .25);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(87, 239, 255, .09), rgba(87, 239, 255, .015) 60%, transparent 61%);
  box-shadow: inset 0 0 30px rgba(87, 239, 255, .06), 0 0 32px rgba(87, 239, 255, .07);
}

.match-ring span {
  font-size: 25px;
  font-weight: 800;
}

.match-ring small {
  color: #7fddeb;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.recommendation-data {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.recommendation-data div {
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255,255,255,.025);
}

.recommendation-data span {
  display: block;
  margin-bottom: 5px;
  color: var(--text-dim);
  font-size: 10px;
}

.recommendation-data strong {
  font-size: 13px;
}

.recommendation-content > p {
  margin: 22px 0;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.75;
}

.secondary-button {
  padding: 14px 17px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  background: linear-gradient(90deg, var(--cyan), #8ac2ff);
}

.destination-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.destination-card {
  min-height: 360px;
  padding: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  transition: transform var(--transition), border-color var(--transition);
}

.destination-card:hover {
  transform: translateY(-6px);
  border-color: rgba(93, 231, 255, .24);
}

.destination-card > * {
  position: relative;
  z-index: 2;
}

.destination-turkey {
  background:
    radial-gradient(circle at 78% 14%, rgba(255, 170, 97, .3), transparent 28%),
    linear-gradient(160deg, #223c51, #0f1724 68%);
}

.destination-greece {
  background:
    radial-gradient(circle at 18% 16%, rgba(102, 219, 255, .34), transparent 28%),
    linear-gradient(160deg, #214f67, #101828 68%);
}

.destination-egypt {
  background:
    radial-gradient(circle at 72% 22%, rgba(255, 204, 106, .3), transparent 27%),
    linear-gradient(160deg, #543e2a, #151822 68%);
}

.destination-number {
  color: rgba(255,255,255,.46);
  font-size: 12px;
  font-weight: 800;
}

.destination-card div > span {
  color: #a6e8f3;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.destination-card h3 {
  margin: 8px 0;
  font-size: 34px;
  letter-spacing: -.045em;
}

.destination-card p {
  margin: 0;
  color: #b3becd;
  font-size: 13px;
  line-height: 1.7;
}

.benefits-section {
  padding-top: 70px;
  padding-bottom: 120px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.benefit-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(160deg, rgba(17, 25, 40, .7), rgba(9, 14, 23, .8));
}

.benefit-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(91, 225, 255, .17);
  border-radius: 12px;
  color: var(--cyan);
  background: rgba(70, 215, 255, .05);
  font-size: 11px;
  font-weight: 800;
}

.benefit-card h3 {
  margin: 22px 0 10px;
  font-size: 19px;
  letter-spacing: -.025em;
}

.benefit-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 13px;
  line-height: 1.75;
}

.site-footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 28px;
  padding: 26px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
  color: var(--text-dim);
  font-size: 11px;
}

.footer-brand {
  transform: scale(.9);
  transform-origin: left center;
}

.is-loading .button-spark {
  animation: orbitSpin 1s linear infinite;
}

.recommendation-section.is-visible {
  animation: revealSection .65s ease both;
}

@keyframes orbitSpin {
  to { transform: rotate(335deg); }
}

@keyframes pulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .55; transform: scale(.75); }
}

@keyframes destinationPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(.65); opacity: .55; }
}

@keyframes globeFloat {
  0%, 100% { transform: translateY(0) rotate(-4deg); }
  50% { transform: translateY(14px) rotate(2deg); }
}

@keyframes gridDrift {
  to { transform: rotate(360deg); }
}

@keyframes revealSection {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1050px) {
  .main-nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-top: 90px;
  }

  .hero-content {
    max-width: 760px;
  }

  .hero h1 {
    max-width: 760px;
  }

  .hero-globe {
    top: -90px;
    left: 28%;
    opacity: .42;
  }

  .assistant-card {
    max-width: 760px;
  }

  .recommendation-card {
    grid-template-columns: 1fr;
  }

  .recommendation-visual {
    min-height: 320px;
  }
}

@media (max-width: 760px) {
  .site-header {
    width: min(100% - 24px, 1180px);
    height: 68px;
    margin-top: 12px;
    padding: 0 14px;
  }

  .header-button {
    display: none;
  }

  .hero,
  .recommendation-section,
  .destinations-section,
  .benefits-section,
  .site-footer {
    width: min(100% - 24px, 1180px);
  }

  .hero {
    min-height: auto;
    padding: 72px 0 54px;
  }

  .hero h1 {
    font-size: clamp(43px, 13vw, 64px);
  }

  .hero-copy {
    font-size: 15px;
  }

  .hero-proof {
    gap: 18px;
  }

  .hero-globe {
    width: 520px;
    height: 520px;
    top: -60px;
    left: 10%;
  }

  .assistant-card {
    padding: 20px;
    border-radius: 22px;
  }

  .assistant-heading {
    flex-direction: column;
  }

  .fields-grid,
  .recommendation-data,
  .destination-grid,
  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .destination-card {
    min-height: 280px;
  }

  .recommendation-section,
  .destinations-section,
  .benefits-section {
    padding: 66px 0;
  }

  .recommendation-content {
    padding: 24px;
  }

  .match-ring {
    margin: 0 0 20px;
  }

  .site-footer {
    padding-bottom: 8px;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 440px) {
  .brand-name {
    font-size: 16px;
  }

  .hero h1 {
    font-size: 43px;
  }

  .assistant-heading h2 {
    font-size: 21px;
  }

  .ai-ready {
    display: none;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}


/* =========================================================
   TRIPPULSE v1.2 — poprawiony układ pionowy
   Zachowuje pełny styl v1.0; zmienia tylko kompozycję hero
   i dodaje zdjęcia do kart kierunków.
   ========================================================= */

.hero {
  min-height: auto;
  padding: 96px 0 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 52px;
  text-align: center;
}

.hero-content {
  width: min(880px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero h1 {
  max-width: 900px;
}

.hero-copy {
  max-width: 760px;
}

.hero-proof {
  justify-content: center;
}

.hero-globe {
  width: 760px;
  height: 760px;
  top: -155px;
  left: 50%;
  transform: translateX(-50%);
  opacity: .42;
}

.assistant-card {
  width: min(900px, 100%);
  text-align: left;
}

.destination-card {
  isolation: isolate;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 -140px 110px rgba(1, 5, 12, .84);
}

.destination-card::before {
  z-index: 0;
  opacity: 1;
  background:
    linear-gradient(to top, rgba(3, 7, 14, .96) 0%, rgba(3, 7, 14, .62) 42%, rgba(3, 7, 14, .10) 76%),
    linear-gradient(120deg, rgba(41, 207, 255, .10), transparent 52%);
}

.destination-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: inherit;
  background-position: center;
  background-size: cover;
  transition: transform 700ms cubic-bezier(.2,.75,.2,1);
}

.destination-card:hover::after {
  transform: scale(1.08);
}

.destination-card > * {
  position: relative;
  z-index: 2;
}

.destination-turkey {
  background-image:
    linear-gradient(to top, rgba(3,7,14,.82), rgba(3,7,14,.06)),
    url("https://images.unsplash.com/photo-1524231757912-21f4fe3a7200?auto=format&fit=crop&w=1400&q=88");
}

.destination-greece {
  background-image:
    linear-gradient(to top, rgba(3,7,14,.82), rgba(3,7,14,.06)),
    url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1400&q=88");
}

.destination-egypt {
  background-image:
    linear-gradient(to top, rgba(3,7,14,.86), rgba(3,7,14,.08)),
    url("https://images.unsplash.com/photo-1568322445389-f64ac2515020?auto=format&fit=crop&w=1400&q=88");
}

.destination-copy {
  transform: translateY(24px);
  transition: transform var(--transition);
}

.destination-card:hover .destination-copy {
  transform: translateY(0);
}

.destination-link {
  margin-top: 15px;
  display: inline-block;
  color: #dffbff !important;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity var(--transition), transform var(--transition);
}

.destination-card:hover .destination-link {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1050px) {
  .hero {
    grid-template-columns: unset;
    gap: 44px;
    padding-top: 84px;
  }

  .hero-content,
  .assistant-card {
    max-width: 820px;
  }

  .hero-globe {
    top: -145px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 760px) {
  .hero {
    padding: 72px 0 54px;
    gap: 38px;
  }

  .hero-globe {
    width: 560px;
    height: 560px;
    top: -105px;
    left: 50%;
    transform: translateX(-50%);
  }

  .assistant-card {
    width: 100%;
  }

  .destination-copy,
  .destination-card:hover .destination-copy {
    transform: none;
  }

  .destination-link {
    opacity: 1;
    transform: none;
  }
}


/* TRIPPULSE v1.3 — baza MVP i wyniki wyszukiwania */
.database-note{margin-top:14px;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--text-dim);font-size:12px}.database-note strong{color:#cfeef4}.database-dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 12px rgba(103,245,187,.75)}
.search-results-section{width:min(1180px,calc(100% - 40px));margin:0 auto 100px;scroll-margin-top:30px}.search-results-section[hidden]{display:none}.results-shell{padding:34px;border:1px solid var(--line);border-radius:var(--radius-lg);background:rgba(9,15,26,.86);backdrop-filter:blur(22px);box-shadow:var(--shadow-lg)}
.results-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.results-header h2{margin:8px 0;font-size:clamp(26px,4vw,42px);line-height:1.1;letter-spacing:-.045em}.results-header p{margin:0;color:var(--text-soft)}.results-close{width:42px;height:42px;flex:0 0 auto;border:1px solid var(--line);border-radius:12px;color:var(--text-soft);background:rgba(255,255,255,.035);font-size:25px;line-height:1}
.analysis-strip{margin:26px 0 18px;padding:14px 16px;display:flex;flex-wrap:wrap;gap:12px 26px;border:1px solid rgba(87,239,255,.13);border-radius:14px;color:var(--text-soft);background:rgba(87,239,255,.045);font-size:12px}.analysis-strip strong{color:#dcfbff}
.active-preferences{min-height:1px;margin:0 0 22px;display:flex;flex-wrap:wrap;gap:8px}.preference-chip{padding:7px 10px;border:1px solid rgba(158,104,255,.22);border-radius:999px;color:#d8d3ff;background:rgba(158,104,255,.08);font-size:11px;font-weight:700}
.offers-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.offer-card{min-width:0;overflow:hidden;position:relative;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.035);transition:transform var(--transition),border-color var(--transition),box-shadow var(--transition)}.offer-card:hover{transform:translateY(-5px);border-color:rgba(87,239,255,.27);box-shadow:0 20px 48px rgba(0,0,0,.30)}
.offer-image{height:210px;position:relative;background-position:center;background-size:cover}.offer-image::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(4,8,15,.88),transparent 62%)}.match-badge,.demo-badge{position:absolute;z-index:2;top:14px;padding:7px 9px;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.03em}.match-badge{left:14px;color:#001014;background:linear-gradient(135deg,var(--cyan),#b8fbff);box-shadow:0 8px 22px rgba(87,239,255,.25)}.demo-badge{right:14px;color:#d8d3ff;border:1px solid rgba(158,104,255,.26);background:rgba(21,16,42,.74);backdrop-filter:blur(10px)}.offer-location{position:absolute;z-index:2;left:16px;right:16px;bottom:14px;color:#fff;font-size:12px;font-weight:700}
.offer-body{padding:19px}.offer-body h3{min-height:52px;margin:0 0 5px;color:#fff;font-size:18px;line-height:1.35;letter-spacing:-.02em}.offer-meta{margin-bottom:15px;color:var(--text-dim);font-size:11px}.offer-reasons{min-height:76px;margin:0 0 16px;padding-left:18px;color:var(--text-soft);font-size:12px}.offer-reasons li+li{margin-top:5px}.offer-facts{display:grid;grid-template-columns:1fr 1fr;gap:9px}.offer-fact{padding:10px;border:1px solid rgba(255,255,255,.055);border-radius:11px;background:rgba(255,255,255,.025)}.offer-fact span{display:block;color:var(--text-dim);font-size:9px;text-transform:uppercase;letter-spacing:.07em}.offer-fact strong{display:block;margin-top:3px;color:#eaf3ff;font-size:12px}
.offer-footer{margin-top:17px;padding-top:15px;display:flex;align-items:flex-end;justify-content:space-between;gap:14px;border-top:1px solid var(--line)}.offer-price span{display:block;color:var(--text-dim);font-size:10px}.offer-price strong{color:#fff;font-size:22px;letter-spacing:-.04em}.offer-action{padding:10px 12px;border:1px solid rgba(87,239,255,.18);border-radius:10px;color:#bdf8ff;background:rgba(87,239,255,.06);font-size:11px;font-weight:800}
.no-results{padding:50px 20px;text-align:center;color:var(--text-soft)}.no-results h3{color:#fff}.demo-disclaimer{margin-top:24px;padding:14px 16px;border-left:2px solid rgba(158,104,255,.55);color:var(--text-dim);background:rgba(158,104,255,.045);font-size:11px}
@media(max-width:980px){.offers-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.results-shell{padding:22px 16px}.offers-grid{grid-template-columns:1fr}.offer-image{height:230px}.results-close{width:38px;height:38px}}


/* TRIPPULSE v1.4 — konwersacyjny asystent bez zmiany głównego stylu */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.conversation-intro{margin:4px 0 22px;padding:18px;display:flex;gap:14px;border:1px solid rgba(87,239,255,.12);border-radius:16px;background:linear-gradient(135deg,rgba(87,239,255,.045),rgba(158,104,255,.035))}.ai-avatar{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border:1px solid rgba(87,239,255,.22);border-radius:11px;color:var(--cyan);background:rgba(87,239,255,.07);box-shadow:0 0 22px rgba(87,239,255,.10)}.conversation-content{min-width:0}.conversation-content>strong{display:block;margin:1px 0 7px;color:#eafcff;font-size:12px}.conversation-message{min-height:24px;color:var(--text-soft);font-size:14px;line-height:1.65}.conversation-message::after{content:"";display:inline-block;width:7px;height:16px;margin-left:4px;vertical-align:-3px;background:var(--cyan);opacity:.75;animation:cursorBlink .8s steps(1) infinite}.conversation-message.is-complete::after{display:none}@keyframes cursorBlink{50%{opacity:0}}
.typing-dots{height:18px;display:none;align-items:center;gap:4px}.typing-dots.is-visible{display:flex}.typing-dots span{width:5px;height:5px;border-radius:50%;background:var(--cyan);opacity:.35;animation:typingPulse 1s infinite}.typing-dots span:nth-child(2){animation-delay:.15s}.typing-dots span:nth-child(3){animation-delay:.3s}@keyframes typingPulse{0%,60%,100%{transform:translateY(0);opacity:.3}30%{transform:translateY(-4px);opacity:1}}
.conversation-history{display:grid;gap:10px;margin:0 0 14px}.chat-row{display:flex}.chat-row.user{justify-content:flex-end}.chat-bubble{max-width:min(620px,88%);padding:11px 14px;border-radius:14px;color:var(--text-soft);font-size:13px;line-height:1.55}.chat-row.ai .chat-bubble{border:1px solid rgba(87,239,255,.11);border-bottom-left-radius:5px;background:rgba(87,239,255,.045)}.chat-row.user .chat-bubble{border:1px solid rgba(158,104,255,.18);border-bottom-right-radius:5px;color:#eeeaff;background:rgba(158,104,255,.10)}
.conversation-field .textarea-control{transition:border-color .25s ease,box-shadow .25s ease}.conversation-field:focus-within .textarea-control{border-color:rgba(87,239,255,.35);box-shadow:0 0 0 4px rgba(87,239,255,.05),0 18px 44px rgba(0,0,0,.16)}.prompt-suggestion{min-height:26px;margin:9px 2px 0;display:flex;align-items:center;gap:7px;color:var(--text-dim);font-size:11px}.prompt-suggestion button{padding:0;border:0;color:#aebbd0;background:none;font:inherit;text-align:left;cursor:pointer;transition:color .2s ease,opacity .2s ease}.prompt-suggestion button:hover{color:var(--cyan)}.prompt-suggestion.is-changing{opacity:.15}
.quick-settings-toggle{width:100%;margin:5px 0 14px;padding:11px 13px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(255,255,255,.07);border-radius:12px;color:var(--text-dim);background:rgba(255,255,255,.022);font-size:11px;font-weight:700;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}.quick-settings-toggle:hover,.quick-settings-toggle[aria-expanded="true"]{border-color:rgba(87,239,255,.16);color:#ccebf1;background:rgba(87,239,255,.035)}.toggle-chevron{margin-left:2px;font-size:15px;transition:transform .25s ease}.quick-settings-toggle[aria-expanded="true"] .toggle-chevron{transform:rotate(180deg)}.quick-settings{overflow:hidden;margin-bottom:15px;padding:15px;border:1px solid rgba(255,255,255,.055);border-radius:14px;background:rgba(255,255,255,.018);animation:settingsOpen .28s ease}.quick-settings[hidden]{display:none}@keyframes settingsOpen{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:640px){.conversation-intro{padding:15px}.conversation-message{font-size:13px}.prompt-suggestion{align-items:flex-start}.quick-settings{padding:12px}.chat-bubble{max-width:94%}}

/* Conversation Engine v1.5 */
.conversation-memory{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 14px;padding:12px;border:1px solid rgba(87,239,255,.10);border-radius:14px;background:rgba(87,239,255,.025)}
.conversation-memory[hidden],.conversation-decision[hidden],.preference-picker[hidden]{display:none}
.memory-chip{padding:7px 10px;border:1px solid rgba(87,239,255,.15);border-radius:999px;color:#d8f8fb;background:rgba(87,239,255,.06);font-size:11px;font-weight:700}
.conversation-decision,.preference-picker{margin:0 0 15px;padding:16px;border:1px solid rgba(158,104,255,.18);border-radius:15px;background:linear-gradient(135deg,rgba(158,104,255,.08),rgba(87,239,255,.035))}
.conversation-decision p{margin:0 0 13px;color:var(--text-soft);font-size:13px;line-height:1.55}
.decision-actions{display:flex;flex-wrap:wrap;gap:9px}
.decision-primary,.decision-secondary{padding:11px 15px;border-radius:11px;font-size:12px;font-weight:800;cursor:pointer;transition:transform .2s ease,border-color .2s ease}
.decision-primary{border:1px solid rgba(87,239,255,.28);color:#071417;background:#57efff}
.decision-secondary{border:1px solid rgba(255,255,255,.10);color:#e8e5ff;background:rgba(255,255,255,.045)}
.decision-primary:hover,.decision-secondary:hover{transform:translateY(-1px)}
.preference-picker-head{display:grid;gap:4px;margin-bottom:12px}.preference-picker-head strong{color:#fff}.preference-picker-head span{color:var(--text-dim);font-size:11px}
.preference-options{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:13px}.preference-options button{padding:9px 11px;border:1px solid rgba(255,255,255,.08);border-radius:999px;color:var(--text-soft);background:rgba(255,255,255,.025);font-size:11px;font-weight:700;cursor:pointer}.preference-options button.is-selected{border-color:rgba(87,239,255,.34);color:#eaffff;background:rgba(87,239,255,.10)}
.preference-search{width:100%}
@media(max-width:640px){.decision-actions>*{width:100%}.conversation-memory{padding:10px}}

/* TripPulse v1.7 — naturalny composer rozmowy */
.chat-composer{position:relative;display:flex;align-items:flex-end;padding-right:64px}
.chat-composer textarea{min-height:92px;max-height:220px;resize:none;padding-right:8px}
.composer-send{position:absolute;right:12px;bottom:12px;width:44px;height:44px;border:0;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--cyan),#7a7cff);color:#06121a;font-size:18px;cursor:pointer;box-shadow:0 10px 28px rgba(48,214,255,.22);transition:transform .18s ease,opacity .18s ease,filter .18s ease}
.composer-send:hover{transform:translateY(-2px);filter:brightness(1.08)}
.composer-send:active{transform:translateY(0) scale(.96)}
.composer-send:disabled{cursor:not-allowed;opacity:.42;transform:none;filter:none}
.composer-status{display:flex;align-items:center;gap:8px;margin:10px 4px 0;color:var(--text-muted);font-size:.86rem}
.status-avatar{color:var(--cyan)}
.status-dots{display:inline-flex;align-items:center;gap:3px}
.status-dots i{display:block;width:4px;height:4px;border-radius:50%;background:currentColor;animation:composerDot 1.1s infinite ease-in-out}
.status-dots i:nth-child(2){animation-delay:.14s}.status-dots i:nth-child(3){animation-delay:.28s}
@keyframes composerDot{0%,60%,100%{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}
.composer-hint{margin:7px 4px 0;color:var(--text-muted);font-size:.74rem;opacity:.72;text-align:right}
.conversation-field.is-busy .chat-composer{opacity:.78}
@media(max-width:700px){.composer-hint{display:none}.chat-composer textarea{min-height:86px}.composer-send{width:42px;height:42px}}


/* =========================================================
   TripPulse v1.9 — AI Concierge Experience
   ========================================================= */
.version-badge{margin-left:2px;padding:3px 6px;border-radius:6px;background:rgba(87,239,255,.08);color:var(--text-dim);font-size:9px;font-weight:800}
.sidebar-status,.sidebar-bottom{display:none}
@media (min-width: 1081px){
  body{padding-left:244px}
  .site-header{position:fixed;inset:0 auto 0 0;width:244px;height:100vh;margin:0;padding:28px 18px 22px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;border:0;border-right:1px solid var(--line);border-radius:0;background:rgba(5,8,14,.88);backdrop-filter:blur(24px);box-shadow:18px 0 55px rgba(0,0,0,.18)}
  .site-header .brand{padding:0 8px 25px;border-bottom:1px solid var(--line)}
  .sidebar-status{display:flex;align-items:center;gap:10px;margin:20px 6px 10px;padding:12px;border:1px solid rgba(87,239,255,.11);border-radius:13px;background:rgba(87,239,255,.035)}
  .sidebar-status>span{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 12px var(--green)}
  .sidebar-status div{display:flex;flex-direction:column}.sidebar-status strong{font-size:11px}.sidebar-status small{color:var(--text-dim);font-size:9px}
  .main-nav{width:100%;margin-top:8px;display:flex;flex-direction:column;align-items:stretch;gap:5px}
  .main-nav a{padding:12px 13px;display:flex;gap:10px;border-radius:11px;color:var(--text-soft);font-size:12px}
  .main-nav a:hover,.main-nav a.is-active{color:#fff;background:linear-gradient(90deg,rgba(87,239,255,.1),rgba(90,131,255,.055));box-shadow:inset 2px 0 0 var(--cyan)}
  .sidebar-bottom{display:flex;margin-top:auto;flex-direction:column;gap:12px}.sidebar-bottom .header-button{width:100%;text-align:left}.sidebar-bottom>span{padding-left:8px;color:var(--text-dim);font-size:9px}
  .site-header>.header-button{display:none}
  .hero,.results-shell,.destinations-section,.benefits-section,.site-footer{width:min(1120px,calc(100% - 52px))}
}
.hero{grid-template-columns:.72fr 1.28fr;gap:52px;padding-top:76px}
.hero h1{font-size:clamp(44px,5vw,72px)}
.assistant-card{border-color:rgba(87,239,255,.16);box-shadow:0 36px 100px rgba(0,0,0,.46),0 0 0 1px rgba(90,131,255,.04),0 0 80px rgba(58,170,255,.06)}
.assistant-card:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(130deg,rgba(87,239,255,.045),transparent 26%,transparent 76%,rgba(158,104,255,.04))}
.conversation-memory{gap:8px}.memory-chip{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(87,239,255,.14);transition:.2s ease}.memory-chip i{font-style:normal;opacity:.45}.memory-chip:hover{border-color:rgba(87,239,255,.38);transform:translateY(-1px)}.memory-chip:hover i{opacity:1}
.offers-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.offer-card{transform:translateY(0);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.offer-card:hover{transform:translateY(-5px);border-color:rgba(87,239,255,.24);box-shadow:0 24px 64px rgba(0,0,0,.34)}
.match-badge{display:flex!important;flex-direction:column;align-items:flex-start;gap:0;padding:8px 10px!important}.match-badge strong{font-size:18px;line-height:1}.match-badge span{margin-top:4px;font-size:8px;letter-spacing:.04em;opacity:.8}
.offer-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.save-offer{width:35px;height:35px;flex:0 0 auto;border:1px solid var(--line);border-radius:10px;color:#fff;background:rgba(255,255,255,.035);font-size:18px}.save-offer.is-saved{color:#ff7fa3;border-color:rgba(255,127,163,.35);background:rgba(255,127,163,.08)}
.why-title{margin-top:16px;color:#dbe8f6;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.offer-reasons li{display:flex;gap:7px}.offer-reasons li span{color:var(--green);font-weight:900}
.offer-footer{gap:12px;align-items:flex-end}.offer-actions{display:flex;gap:7px}.ask-ai-offer,.offer-action{padding:9px 10px;border-radius:9px;font-size:9px;font-weight:800}.ask-ai-offer{border:1px solid rgba(87,239,255,.24);color:var(--cyan);background:rgba(87,239,255,.06)}
@media(max-width:1180px){.offers-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{grid-template-columns:1fr}.hero-content{max-width:760px}.hero-globe{opacity:.45}}
@media(max-width:760px){.offers-grid{grid-template-columns:1fr}.hero{padding-top:55px}.hero h1{font-size:42px}.offer-actions{flex-direction:column}.offer-footer{align-items:stretch}}


/* TripPulse v2.0 Stable — Premium Landing */
.hero {
  min-height: 860px;
  padding-top: 88px;
  grid-template-columns: .96fr 1.04fr;
  gap: 58px;
}

.hero-content {
  padding: 34px 0;
}

.hero h1 {
  max-width: 690px;
  font-size: clamp(54px, 6.4vw, 88px);
  line-height: .96;
}

.hero-copy {
  max-width: 625px;
  font-size: 16px;
}

.hero-globe {
  opacity: .76;
  filter: saturate(1.12);
}

.hero-quick-start {
  margin-top: 30px;
}

.hero-quick-start > span {
  display: block;
  margin-bottom: 11px;
  color: var(--text-dim);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.hero-quick-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-quick-grid button {
  min-height: 38px;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 999px;
  color: #bcc7d7;
  background: rgba(255,255,255,.035);
  font-size: 10px;
  font-weight: 700;
  transition: transform var(--transition), border-color var(--transition), color var(--transition), background var(--transition);
}

.hero-quick-grid button:hover {
  transform: translateY(-2px);
  border-color: rgba(87,239,255,.28);
  color: #f3fdff;
  background: rgba(87,239,255,.07);
}

.assistant-card {
  box-shadow: 0 38px 110px rgba(0,0,0,.48), 0 0 70px rgba(61,163,255,.07), inset 0 1px 0 rgba(255,255,255,.05);
}

.chat-composer {
  box-shadow: 0 16px 45px rgba(0,0,0,.22);
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 70px;
  }
  .hero-content {
    text-align: center;
  }
  .hero h1,
  .hero-copy {
    margin-left: auto;
    margin-right: auto;
  }
  .eyebrow {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-quick-grid,
  .hero-proof {
    justify-content: center;
  }
}

@media (max-width: 620px) {
  .hero {
    padding-top: 48px;
  }
  .hero h1 {
    font-size: clamp(43px, 14vw, 62px);
  }
  .hero-quick-grid button {
    flex: 1 1 calc(50% - 8px);
  }
}
\n\n/* TripPulse v2.1 Stable — AI Search Experience */\nbody.analysis-open,body.panel-open{overflow:hidden}\n.analysis-overlay{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px;background:rgba(2,6,12,.82);backdrop-filter:blur(18px)}\n.analysis-modal{width:min(540px,100%);padding:42px 38px;text-align:center;border:1px solid rgba(87,239,255,.18);border-radius:28px;background:linear-gradient(155deg,rgba(17,28,47,.97),rgba(7,12,21,.98));box-shadow:0 38px 120px rgba(0,0,0,.65),0 0 80px rgba(68,186,255,.12)}\n.analysis-modal h2{margin:12px 0 8px;font-size:30px;letter-spacing:-.04em}.analysis-modal p{min-height:24px;margin:0;color:var(--text-muted);font-size:13px}\n.analysis-orb{width:108px;height:108px;margin:0 auto 25px;position:relative;border-radius:50%;background:radial-gradient(circle at 35% 30%,#a9fbff 0 5%,rgba(87,239,255,.65) 9%,rgba(56,127,255,.25) 36%,rgba(10,18,34,.95) 70%);box-shadow:inset 0 0 35px rgba(87,239,255,.25),0 0 55px rgba(87,190,255,.3);animation:analysisPulse 1.7s ease-in-out infinite}\n.analysis-orb:before,.analysis-orb:after{content:"";position:absolute;inset:-13px;border:1px solid rgba(87,239,255,.22);border-radius:50%;transform:scaleY(.42) rotate(25deg);animation:analysisSpin 3.8s linear infinite}.analysis-orb:after{transform:scaleY(.64) rotate(-55deg);animation-direction:reverse;animation-duration:5.4s}.analysis-orb span{position:absolute;inset:25%;border:1px solid rgba(255,255,255,.12);border-radius:50%}.analysis-orb i{position:absolute;width:7px;height:7px;left:9px;top:49px;border-radius:50%;background:var(--cyan);box-shadow:0 0 14px var(--cyan)}\n.analysis-progress{height:5px;margin:26px 0 18px;overflow:hidden;border-radius:99px;background:rgba(255,255,255,.06)}.analysis-progress span{display:block;width:5%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--cyan),#7e9cff,#b978ff);box-shadow:0 0 16px rgba(87,239,255,.4);transition:width .5s ease}\n.analysis-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.analysis-steps span{padding:8px 5px;border:1px solid rgba(255,255,255,.07);border-radius:9px;color:#657287;background:rgba(255,255,255,.025);font-size:8px;font-weight:800;transition:.25s}.analysis-steps span.is-done{color:#bfffea;border-color:rgba(80,238,176,.22);background:rgba(80,238,176,.07)}\n.premium-offer-card{overflow:hidden}.premium-offer-card .offer-image{min-height:245px}.match-ring{position:absolute;left:14px;top:14px;width:78px;height:78px;padding:5px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--cyan) var(--match),rgba(255,255,255,.12) 0);box-shadow:0 12px 30px rgba(0,0,0,.4)}.match-ring:before{content:"";position:absolute;inset:5px;border-radius:50%;background:rgba(6,12,22,.93)}.match-ring div{position:relative;z-index:1;text-align:center}.match-ring strong{display:block;font-size:18px;line-height:1}.match-ring span{display:block;margin-top:3px;color:var(--cyan);font-size:6px;font-weight:900;letter-spacing:.08em}.match-caption{display:inline-flex;margin-top:12px;padding:6px 9px;border-radius:999px;color:#bff8ff;background:rgba(87,239,255,.07);font-size:8px;font-weight:800}.premium-offer-card .offer-body{padding:19px}.premium-offer-card .offer-reasons{min-height:72px}.premium-offer-card .offer-price strong{font-size:22px}\n.hotel-panel-backdrop{position:fixed;inset:0;z-index:1090;background:rgba(2,5,10,.72);opacity:0;backdrop-filter:blur(7px);transition:opacity .26s}.hotel-panel-backdrop.is-open{opacity:1}.hotel-panel{position:fixed;z-index:1100;right:0;top:0;width:min(720px,100%);height:100vh;overflow:auto;color:var(--text);background:#080d17;border-left:1px solid rgba(255,255,255,.1);box-shadow:-35px 0 90px rgba(0,0,0,.58);transform:translateX(102%);transition:transform .3s ease}.hotel-panel.is-open{transform:translateX(0)}.hotel-panel-close{position:absolute;z-index:4;right:18px;top:18px;width:42px;height:42px;border:1px solid rgba(255,255,255,.15);border-radius:50%;color:#fff;background:rgba(5,9,16,.76);font-size:25px}.hotel-panel-hero{min-height:360px;padding:34px;display:flex;align-items:flex-end;position:relative;background-size:cover;background-position:center}.hotel-panel-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,#080d17 2%,rgba(6,10,17,.08) 80%)}.hotel-panel-hero>div,.hotel-panel-location{position:relative;z-index:2}.hotel-panel-location{position:absolute;left:30px;top:30px;padding:7px 10px;border-radius:99px;background:rgba(4,9,16,.66);font-size:9px;font-weight:800}.panel-match{color:var(--cyan);font-size:10px;font-weight:900;letter-spacing:.08em}.hotel-panel-hero h2{margin:8px 0;font-size:38px;letter-spacing:-.045em}.hotel-panel-hero p{margin:0;color:#ffd273}.hotel-panel-body{padding:25px 28px 45px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.panel-section,.panel-live-placeholder{padding:20px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.025)}.panel-section h3,.panel-live-placeholder h3{margin:9px 0 14px}.panel-insights{padding:0;list-style:none}.panel-insights li{margin:9px 0;color:#bdc9d9;font-size:12px}.panel-note{color:var(--text-muted);font-size:11px;line-height:1.6}.panel-price{margin:12px 0 16px;font-size:27px;font-weight:900}.panel-price small{color:var(--text-dim);font-size:10px}.panel-offer-summary dl{margin:0}.panel-offer-summary dl div{display:flex;justify-content:space-between;gap:16px;padding:9px 0;border-bottom:1px solid var(--line);font-size:10px}.panel-offer-summary dt{color:var(--text-dim)}.panel-offer-summary dd{margin:0;text-align:right;font-weight:800}.panel-primary{width:100%;margin-top:16px;padding:12px;border:0;border-radius:11px;color:#071019;background:linear-gradient(90deg,var(--cyan),#7e9cff);font-size:10px;font-weight:900}.panel-live-placeholder{grid-column:1/-1;background:linear-gradient(135deg,rgba(87,239,255,.055),rgba(157,104,255,.045))}.panel-live-placeholder p{color:var(--text-muted);font-size:11px;line-height:1.65}.app-toast{position:fixed;z-index:1300;left:50%;bottom:25px;transform:translate(-50%,20px);padding:11px 15px;border:1px solid rgba(87,239,255,.2);border-radius:11px;color:#dcfbff;background:rgba(8,15,25,.94);opacity:0;pointer-events:none;font-size:10px;font-weight:800;transition:.22s}.app-toast.is-visible{opacity:1;transform:translate(-50%,0)}\n@keyframes analysisPulse{50%{transform:scale(1.07);filter:brightness(1.16)}}@keyframes analysisSpin{to{rotate:360deg}}\n@media(max-width:640px){.analysis-modal{padding:34px 20px}.analysis-steps{grid-template-columns:repeat(2,1fr)}.hotel-panel-body{grid-template-columns:1fr}.panel-live-placeholder{grid-column:auto}.hotel-panel-hero{min-height:300px;padding:24px}.hotel-panel-hero h2{font-size:29px}.premium-offer-card .offer-image{min-height:225px}}\n

/* v2.2 — AI Concierge */
.concierge-profile{margin:14px 0 10px;padding:15px 16px;border:1px solid rgba(116,226,255,.14);border-radius:16px;background:linear-gradient(135deg,rgba(70,203,255,.055),rgba(135,92,255,.035));transition:.25s ease}
.concierge-profile-head{display:flex;align-items:center;justify-content:space-between;gap:18px}
.concierge-profile-head>div{display:grid;gap:4px}.concierge-profile-head strong{font-size:13px;color:#e9f6ff}.concierge-profile-head>span{min-width:46px;text-align:right;color:#87efff;font-size:16px;font-weight:800}
.profile-progress{height:5px;margin:12px 0 9px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.055)}
.profile-progress span{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#56e8ff,#8398ff,#ad70ff);box-shadow:0 0 18px rgba(93,225,255,.3);transition:width .45s ease}
.concierge-profile p{margin:0;color:var(--muted);font-size:10px;line-height:1.55}
.smart-replies{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 4px;padding:0 2px}
.smart-replies button{padding:9px 11px;border:1px solid rgba(121,226,255,.16);border-radius:999px;color:#c9eaf1;background:rgba(72,196,233,.045);font-size:10px;font-weight:700;transition:.2s ease}
.smart-replies button:hover{transform:translateY(-1px);border-color:rgba(121,226,255,.38);background:rgba(72,196,233,.09);color:#fff}
.hotel-expert{margin-top:18px;padding:17px;border:1px solid rgba(112,225,255,.13);border-radius:16px;background:linear-gradient(145deg,rgba(69,197,240,.045),rgba(127,85,255,.035))}
.hotel-expert h3{margin:6px 0 5px}.hotel-expert p{margin:0 0 12px;color:var(--muted);font-size:11px;line-height:1.55}.hotel-expert-actions{display:flex;flex-wrap:wrap;gap:8px}
.hotel-expert-actions button{padding:9px 10px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:rgba(255,255,255,.035);color:#cbd7e7;font-size:9px;font-weight:700}.hotel-expert-actions button:hover{border-color:rgba(90,229,255,.28);color:#fff}
@media(max-width:640px){.concierge-profile-head{align-items:flex-start}.smart-replies{flex-wrap:nowrap;overflow-x:auto;padding-bottom:5px}.smart-replies button{flex:0 0 auto}}

/* v2.3 Intelligence */
.intelligence-dashboard{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(240px,.7fr);gap:18px;margin:22px 0}.travel-dna-card,.confidence-card{border:1px solid rgba(123,144,255,.2);background:linear-gradient(145deg,rgba(18,27,52,.94),rgba(9,14,30,.92));border-radius:24px;padding:22px;box-shadow:0 18px 50px rgba(0,0,0,.18)}.intel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.intel-heading h3{margin:5px 0 0;font-size:20px}.dna-live{font-size:10px;letter-spacing:.14em;border:1px solid rgba(87,238,198,.35);color:#72f1cf;border-radius:999px;padding:7px 9px}.travel-dna-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}.travel-dna-grid article{display:flex;gap:12px;padding:13px;border-radius:16px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.06)}.travel-dna-grid article>span{color:#7b90ff;font-weight:800;font-size:11px}.travel-dna-grid strong{display:block;font-size:13px}.travel-dna-grid p{margin:4px 0 0;color:var(--muted);font-size:11px;line-height:1.45}.confidence-card{display:flex;flex-direction:column;justify-content:center}.confidence-score{display:flex;align-items:flex-end;gap:10px;margin:15px 0}.confidence-score strong{font-size:42px;line-height:1;background:linear-gradient(135deg,#fff,#8ba0ff);-webkit-background-clip:text;color:transparent}.confidence-score span{font-size:11px;color:var(--muted);padding-bottom:5px}.confidence-card p{font-size:12px;line-height:1.55;color:var(--muted);margin:0}.match-caption-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.offer-confidence{display:flex;gap:7px;align-items:center;font-size:10px;color:var(--muted)}.offer-confidence strong{color:#72f1cf;font-size:12px}.compare-offer{border:1px solid rgba(123,144,255,.3);background:transparent;color:#cbd4ff}.compare-offer.is-selected{background:rgba(87,238,198,.12);border-color:rgba(87,238,198,.45);color:#72f1cf}.compare-bar{position:sticky;bottom:18px;z-index:12;margin:24px auto 0;max-width:560px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px 15px 13px 20px;border-radius:18px;background:rgba(10,15,32,.94);border:1px solid rgba(123,144,255,.32);box-shadow:0 18px 60px rgba(0,0,0,.4);backdrop-filter:blur(18px)}.compare-bar[hidden]{display:none}.compare-bar strong{font-size:20px}.compare-bar span{font-size:12px;color:var(--muted)}.compare-bar button{border:0;border-radius:12px;padding:12px 16px;background:linear-gradient(135deg,#7187ff,#9b6cff);color:#fff;font-weight:800}.compare-backdrop{position:fixed;inset:0;z-index:1180;background:rgba(2,5,14,.72);opacity:0;transition:.22s}.compare-backdrop.is-open{opacity:1}.compare-modal{position:fixed;z-index:1190;left:50%;top:50%;width:min(1060px,calc(100vw - 34px));max-height:86vh;overflow:auto;transform:translate(-50%,-47%) scale(.98);opacity:0;transition:.22s;background:#0b1125;border:1px solid rgba(123,144,255,.3);border-radius:26px;padding:24px;box-shadow:0 40px 120px rgba(0,0,0,.6)}.compare-modal.is-open{transform:translate(-50%,-50%) scale(1);opacity:1}.compare-modal[hidden],.compare-backdrop[hidden]{display:none}.compare-modal-head{display:flex;justify-content:space-between;align-items:flex-start}.compare-modal-head h2{margin:5px 0 18px}.compare-modal-head button{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.05);color:#fff;font-size:24px}.compare-table{min-width:720px;border:1px solid rgba(255,255,255,.07);border-radius:18px;overflow:hidden}.compare-row{display:grid;grid-template-columns:150px repeat(3,minmax(170px,1fr));border-bottom:1px solid rgba(255,255,255,.06)}.compare-row:last-child{border-bottom:0}.compare-row>*{padding:13px 14px;border-right:1px solid rgba(255,255,255,.06)}.compare-row>*:last-child{border-right:0}.compare-row span{color:var(--muted);font-size:11px}.compare-row b{font-size:12px}.compare-hotels{background:rgba(123,144,255,.08)}.compare-hotels strong{font-size:13px}.compare-content{overflow-x:auto}.version-badge{background:rgba(87,238,198,.12)!important;color:#72f1cf!important;border-color:rgba(87,238,198,.3)!important}
@media(max-width:900px){.intelligence-dashboard{grid-template-columns:1fr}.travel-dna-grid{grid-template-columns:1fr}.compare-row{grid-template-columns:120px repeat(3,190px)}}

/* v2.4 Smart Search */
.smart-search-summary{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;margin:18px 0 12px;padding:18px 20px;border:1px solid rgba(90,226,255,.18);border-radius:20px;background:linear-gradient(135deg,rgba(36,154,201,.07),rgba(123,92,255,.045))}.smart-search-summary h3{margin:5px 0 0;font-size:16px}.smart-search-tokens{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px}.smart-search-token{padding:8px 10px;border:1px solid rgba(255,255,255,.09);border-radius:11px;background:rgba(255,255,255,.035);font-size:10px;color:#d7e7f4}.smart-search-token small{display:block;margin-bottom:2px;color:var(--text-dim);font-size:8px;text-transform:uppercase;letter-spacing:.09em}.smart-refinements{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0 0 18px}.smart-refinements>span{margin-right:3px;color:var(--muted);font-size:10px}.smart-refinements button{padding:9px 11px;border:1px solid rgba(123,144,255,.22);border-radius:999px;background:rgba(123,144,255,.055);color:#d9e1ff;font-size:9px;font-weight:800;transition:.2s}.smart-refinements button:hover{transform:translateY(-1px);border-color:rgba(86,232,255,.45);background:rgba(86,232,255,.09);color:#fff}.smart-why{margin:12px 0 0;padding:11px 12px;border-radius:12px;background:rgba(87,238,198,.055);border:1px solid rgba(87,238,198,.12)}.smart-why strong{display:block;margin-bottom:5px;color:#72f1cf;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.smart-why span{font-size:10px;color:#c4d5d4;line-height:1.5}.search-history{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.search-history button{border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:var(--muted);border-radius:999px;padding:7px 10px;font-size:9px}@media(max-width:760px){.smart-search-summary{flex-direction:column}.smart-search-tokens{justify-content:flex-start}.smart-refinements{flex-wrap:nowrap;overflow-x:auto;padding-bottom:5px}.smart-refinements button{flex:0 0 auto}}


/* TripPulse v2.4.1 — wybór użycia zapisanych preferencji */
.memory-choice{margin:0 0 18px;padding:18px;display:flex;gap:14px;align-items:flex-start;border:1px solid rgba(87,239,255,.22);border-radius:18px;background:linear-gradient(135deg,rgba(87,239,255,.08),rgba(158,104,255,.07));box-shadow:0 18px 45px rgba(0,0,0,.16)}
.memory-choice[hidden]{display:none}.memory-choice-icon{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;border-radius:13px;color:var(--cyan);background:rgba(87,239,255,.1);box-shadow:inset 0 0 20px rgba(87,239,255,.08)}
.memory-choice-copy{min-width:0}.memory-choice-copy strong{display:block;margin:5px 0 7px;color:#f2fdff;font-size:15px}.memory-choice-copy p{margin:0;color:var(--text-soft);font-size:12px;line-height:1.6}.memory-choice-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:14px}
@media(max-width:640px){.memory-choice{padding:15px}.memory-choice-actions>*{width:100%}}

/* TripPulse v2.4.2 Expanded Results */
.results-block-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:30px 0 16px}.results-block-heading h3{margin:7px 0 0;font-size:23px;letter-spacing:-.03em}.results-block-heading p{max-width:520px;margin:0;color:var(--text-muted);font-size:11px;line-height:1.6}.expanded-results-block{margin-top:34px;padding-top:30px;border-top:1px solid var(--line)}.expanded-heading{align-items:center}.results-sort{display:flex;align-items:center;gap:9px;color:var(--text-dim);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.results-sort select{padding:10px 34px 10px 12px;border:1px solid var(--line);border-radius:10px;color:var(--text);background:#0b1321;font-size:10px}.more-offers-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.compact-offer-card{display:grid;grid-template-columns:170px minmax(0,1fr);min-height:225px}.compact-offer-card:hover{transform:translateY(-3px)}.compact-offer-image{min-height:100%;position:relative;background-size:cover;background-position:center}.compact-offer-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,10,18,.05),rgba(5,10,18,.26))}.compact-match,.compact-offer-image .offer-location{position:absolute;z-index:2;left:11px;padding:6px 8px;border-radius:999px;background:rgba(5,11,20,.78);backdrop-filter:blur(8px);font-size:8px;font-weight:900}.compact-match{top:11px;color:var(--cyan)}.compact-offer-image .offer-location{bottom:11px;color:#fff}.compact-offer-body{padding:16px;display:flex;flex-direction:column}.compact-offer-body h3{margin:0 0 5px;font-size:17px}.compact-highlights{display:flex;flex-wrap:wrap;gap:6px;margin:13px 0}.compact-highlights span{padding:6px 8px;border:1px solid var(--line);border-radius:8px;color:var(--text-soft);background:rgba(255,255,255,.025);font-size:8px}.multi-organizer-note{margin-bottom:14px;color:var(--text-muted);font-size:9px}.multi-organizer-note strong{color:#bff8ff}.compact-offer-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:auto}.compact-offer-footer .offer-price strong{font-size:19px}.compact-offer-footer .offer-actions{justify-content:flex-end}.load-more-offers{display:block;margin:22px auto 0;padding:12px 20px;border:1px solid rgba(87,239,255,.22);border-radius:11px;color:#c9faff;background:rgba(87,239,255,.055);font-size:10px;font-weight:900;cursor:pointer}.load-more-offers:hover{background:rgba(87,239,255,.1)}.load-more-offers[hidden]{display:none}
@media(max-width:900px){.more-offers-grid{grid-template-columns:1fr}.results-block-heading{align-items:flex-start;flex-direction:column}.compact-offer-card{grid-template-columns:150px minmax(0,1fr)}}
@media(max-width:560px){.compact-offer-card{grid-template-columns:1fr}.compact-offer-image{min-height:190px}.compact-offer-footer{align-items:flex-start;flex-direction:column}.results-sort{width:100%;align-items:flex-start;flex-direction:column}.results-sort select{width:100%}}

/* TripPulse v2.4.3 — spójny styl przycisku Porównaj */
.compare-offer{
  padding:9px 10px;
  border:1px solid rgba(146,126,255,.24);
  border-radius:9px;
  color:#d9d2ff;
  background:rgba(132,105,255,.07);
  font-size:9px;
  font-weight:800;
  line-height:1.2;
  cursor:pointer;
  transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease;
}
.compare-offer:hover{
  transform:translateY(-1px);
  color:#fff;
  border-color:rgba(159,138,255,.42);
  background:rgba(132,105,255,.14);
  box-shadow:0 7px 18px rgba(102,79,210,.12);
}
.compare-offer:active{transform:translateY(0)}
.compare-offer.is-selected{
  color:#b9ffe9;
  border-color:rgba(87,238,198,.34);
  background:rgba(87,238,198,.09);
  box-shadow:inset 0 0 0 1px rgba(87,238,198,.025);
}
.compare-offer.is-selected:hover{
  color:#d7fff3;
  border-color:rgba(87,238,198,.5);
  background:rgba(87,238,198,.14);
}
.compact-offer-footer .compare-offer,
.compact-offer-footer .offer-action{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

/* TripPulse v2.4.4 — Focused Home + collapsible My TripPulse */
@media (min-width:1081px){
  body{transition:padding-left .28s ease}
  .site-header{transition:width .28s ease,padding .28s ease}
  .sidebar-toggle{position:absolute;right:-15px;top:34px;width:30px;height:30px;border:1px solid rgba(87,239,255,.18);border-radius:50%;display:grid;place-items:center;color:#dffcff;background:#0b1320;box-shadow:0 8px 24px rgba(0,0,0,.35);font-size:20px;cursor:pointer;transition:transform .25s ease,background .2s ease}
  .sidebar-toggle:hover{background:#101d2d}
  body.sidebar-collapsed{padding-left:82px}
  body.sidebar-collapsed .site-header{width:82px;padding-left:12px;padding-right:12px}
  body.sidebar-collapsed .site-header .brand{justify-content:center;padding-left:0;padding-right:0}
  body.sidebar-collapsed .brand-name,body.sidebar-collapsed .brand-ai,body.sidebar-collapsed .version-badge,body.sidebar-collapsed .sidebar-status div,body.sidebar-collapsed .main-nav span,body.sidebar-collapsed .my-trippulse-button span,body.sidebar-collapsed .sidebar-bottom>span{display:none}
  body.sidebar-collapsed .sidebar-status{justify-content:center;padding:12px 0}
  body.sidebar-collapsed .main-nav a,body.sidebar-collapsed .my-trippulse-button{justify-content:center;padding-left:0;padding-right:0;font-size:17px}
  body.sidebar-collapsed .sidebar-toggle{transform:rotate(180deg)}
  body.sidebar-collapsed .hero,body.sidebar-collapsed .results-shell,body.sidebar-collapsed .benefits-section,body.sidebar-collapsed .site-footer{width:min(1240px,calc(100% - 48px))}
}
.sidebar-toggle{display:none}
@media (min-width:1081px){.sidebar-toggle{display:grid}}
.my-trippulse-button{width:100%;padding:12px 13px;display:flex;align-items:center;gap:10px;border:1px solid rgba(87,239,255,.12);border-radius:11px;color:#e7fbff;background:linear-gradient(90deg,rgba(87,239,255,.08),rgba(126,156,255,.04));font:inherit;font-size:12px;font-weight:800;cursor:pointer;transition:.2s}
.my-trippulse-button:hover{border-color:rgba(87,239,255,.28);transform:translateY(-1px)}
.my-trippulse-backdrop{position:fixed;inset:0;z-index:1150;background:rgba(2,5,10,.68);opacity:0;backdrop-filter:blur(7px);transition:opacity .25s}
.my-trippulse-backdrop.is-open{opacity:1}
.my-trippulse-panel{position:fixed;z-index:1160;left:0;top:0;width:min(430px,100%);height:100vh;overflow:auto;padding:46px 30px;color:var(--text);background:linear-gradient(165deg,#0b1220,#070b12);border-right:1px solid rgba(255,255,255,.1);box-shadow:35px 0 90px rgba(0,0,0,.55);transform:translateX(-102%);transition:transform .3s ease}
.my-trippulse-panel.is-open{transform:translateX(0)}
.my-trippulse-close{position:absolute;right:18px;top:18px;width:40px;height:40px;border:1px solid rgba(255,255,255,.14);border-radius:50%;color:#fff;background:rgba(255,255,255,.035);font-size:23px;cursor:pointer}
.my-trippulse-panel h2{margin:9px 0 8px;font-size:34px;letter-spacing:-.04em}.my-trippulse-intro{margin:0 0 24px;color:var(--text-muted);font-size:13px;line-height:1.65}
.my-trippulse-grid{display:grid;gap:10px}.my-trippulse-grid button{padding:16px;text-align:left;border:1px solid var(--line);border-radius:15px;color:var(--text);background:rgba(255,255,255,.025);cursor:pointer;transition:.2s}.my-trippulse-grid button:hover{border-color:rgba(87,239,255,.24);background:rgba(87,239,255,.045);transform:translateY(-1px)}.my-trippulse-grid strong,.my-trippulse-grid span{display:block}.my-trippulse-grid strong{font-size:13px}.my-trippulse-grid span{margin-top:5px;color:var(--text-dim);font-size:10px}.my-trippulse-note{margin-top:20px;padding:14px;border:1px solid rgba(158,104,255,.13);border-radius:13px;color:var(--text-muted);background:rgba(158,104,255,.035);font-size:10px;line-height:1.55}
.my-trippulse-save{width:100%;margin-top:18px;padding:13px 16px;border:1px solid rgba(87,239,255,.25);border-radius:13px;color:#071019;background:linear-gradient(90deg,var(--cyan),#7e9cff);box-shadow:0 10px 28px rgba(66,188,255,.12);font:inherit;font-size:11px;font-weight:900;cursor:pointer;transition:.2s}.my-trippulse-save:hover{transform:translateY(-1px);filter:brightness(1.06)}.my-trippulse-save:focus-visible{outline:2px solid #fff;outline-offset:3px}
.my-trippulse-last-save{margin:9px 0 0;text-align:center;color:var(--text-dim);font-size:10px;font-weight:700}
.my-trippulse-project{margin-top:18px;padding:16px;border:1px solid rgba(87,239,255,.18);border-radius:15px;background:linear-gradient(145deg,rgba(87,239,255,.06),rgba(126,156,255,.035))}.my-trippulse-project h3{margin:7px 0 12px;font-size:17px}.my-trippulse-project dl{display:grid;gap:7px;margin:0}.my-trippulse-project dl div{display:flex;justify-content:space-between;gap:16px}.my-trippulse-project dt{color:var(--text-dim);font-size:9px}.my-trippulse-project dd{margin:0;color:var(--text);font-size:10px;font-weight:800;text-align:right}.my-trippulse-project p{margin:12px 0 10px;color:var(--text-dim);font-size:9px}.my-trippulse-project button{width:100%;padding:11px;border:1px solid rgba(87,239,255,.3);border-radius:11px;color:#dffcff;background:rgba(87,239,255,.08);font:inherit;font-size:10px;font-weight:900;cursor:pointer}.my-trippulse-project button:hover{background:rgba(87,239,255,.14)}
body.my-panel-open{overflow:hidden}


/* TripPulse v2.4.5 — widoczna interpretacja zapytania AI */
.live-understanding{margin:18px 0 5px;padding:20px;border:1px solid rgba(87,239,255,.15);border-radius:18px;background:linear-gradient(145deg,rgba(87,239,255,.045),rgba(126,156,255,.03));box-shadow:inset 0 1px rgba(255,255,255,.025)}
.live-understanding-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.live-understanding h3{margin:5px 0 0;font-size:18px}.understanding-count{flex:none;padding:7px 10px;border:1px solid rgba(87,239,255,.16);border-radius:999px;color:#bff8ff;background:rgba(87,239,255,.06);font-size:9px;font-weight:900;letter-spacing:.04em}.understanding-sentence{margin:14px 0 17px;padding:12px 14px;border-left:2px solid var(--cyan);border-radius:0 10px 10px 0;color:#d9e7f1;background:rgba(4,9,17,.28);font-size:12px;line-height:1.55}.understanding-group+.understanding-group{margin-top:14px}.understanding-label{display:block;margin-bottom:8px;font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.understanding-label.recognized{color:#75e8bd}.understanding-label.inferred{color:#9fc5ff}.understanding-label.missing{color:#8794a8}.understanding-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.understanding-token{min-width:0;padding:10px 11px;border:1px solid rgba(255,255,255,.07);border-radius:11px;background:rgba(255,255,255,.025)}.understanding-token small{display:block;margin-bottom:4px;color:var(--text-dim);font-size:7px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.understanding-token strong{display:block;overflow:hidden;color:#e8f4fa;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.understanding-token.recognized{border-color:rgba(80,238,176,.14);background:rgba(80,238,176,.035)}.understanding-token.inferred{border-color:rgba(126,156,255,.15);background:rgba(126,156,255,.04)}.understanding-token.missing{opacity:.7;border-style:dashed;background:rgba(255,255,255,.012)}
@media(max-width:780px){.understanding-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:460px){.live-understanding{padding:16px}.live-understanding-head{display:block}.understanding-count{display:inline-flex;margin-top:10px}.understanding-grid{grid-template-columns:1fr}}

/* v2.4.6 — Date Intelligence & Last Minute Radar */
.last-minute-strip{display:flex;justify-content:space-between;gap:12px;align-items:center;margin:12px 0;padding:10px 12px;border:1px solid rgba(255,190,80,.24);border-radius:12px;background:linear-gradient(135deg,rgba(255,177,54,.12),rgba(255,106,73,.07));font-size:10px}.last-minute-strip strong{color:#ffd18a}.last-minute-strip span{color:#ffb8a8}.demo-badge{max-width:170px}

/* v2.4.7 — conversation priority & stronger prompts */
.prompt-suggestion{display:flex;align-items:center;gap:12px;margin-top:12px;padding:12px 14px;border:1px solid rgba(87,239,255,.24);border-radius:14px;background:linear-gradient(135deg,rgba(87,239,255,.09),rgba(126,108,255,.07));box-shadow:0 12px 30px rgba(0,0,0,.16)}
.prompt-suggestion>span{display:flex;min-width:150px;flex-direction:column;gap:2px;color:#dffcff}.prompt-suggestion>span strong{font-size:10px;letter-spacing:.08em;text-transform:uppercase}.prompt-suggestion>span small{color:#8fa7b8;font-size:8px;line-height:1.35}.prompt-suggestion button{flex:1;padding:10px 12px;border:1px solid rgba(87,239,255,.28);border-radius:11px;color:#e9fdff;background:rgba(5,15,24,.55);font-size:11px;font-weight:800;text-align:left;cursor:pointer;transition:.2s ease}.prompt-suggestion button:hover{transform:translateY(-1px);border-color:rgba(87,239,255,.6);background:rgba(87,239,255,.12);box-shadow:0 8px 20px rgba(34,218,255,.1)}
@media(max-width:620px){.prompt-suggestion{align-items:stretch;flex-direction:column}.prompt-suggestion>span{min-width:0}.prompt-suggestion button{text-align:center}}

/* v2.4.8 — wskaźnik odpowiedzi AI w strumieniu rozmowy */
.composer-status[hidden]{display:none!important}
.ai-response-status{
  margin:16px 0 10px;
  padding:13px 16px;
  border:1px solid rgba(76,220,255,.24);
  border-radius:16px;
  background:linear-gradient(135deg,rgba(76,220,255,.10),rgba(139,92,246,.09));
  box-shadow:0 10px 28px rgba(8,18,38,.18);
  color:var(--text);
  font-size:.92rem;
}
.ai-response-status .status-avatar{
  display:grid;place-items:center;width:30px;height:30px;border-radius:10px;
  background:rgba(76,220,255,.14);color:var(--cyan);font-size:1rem;
}
.ai-response-status strong{color:var(--cyan)}

/* v2.4.9 — Conversation clarity */
.assistant-card #travelForm{margin-top:10px}
.assistant-card .smart-replies{margin:12px 0 8px}
.assistant-card .conversation-field{margin-top:0}
.assistant-card .live-understanding{margin-top:16px}

.concierge-profile{margin:14px 0 10px;padding:0;border:1px solid rgba(116,226,255,.13);border-radius:16px;background:linear-gradient(135deg,rgba(70,203,255,.045),rgba(135,92,255,.025));overflow:hidden}
.concierge-profile-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border:0;color:inherit;background:transparent;text-align:left;cursor:pointer}
.profile-toggle-copy{display:grid;gap:4px;min-width:0}.profile-toggle-copy strong{overflow:hidden;color:#e9f6ff;font-size:13px;text-overflow:ellipsis;white-space:nowrap}
.profile-toggle-meta{display:flex;align-items:center;gap:10px;flex:none}.profile-toggle-meta>span:first-child{min-width:42px;color:#87efff;font-size:15px;font-weight:800;text-align:right}.profile-chevron{color:#91a7ba;font-size:18px;transition:transform .22s ease}.concierge-profile:not(.is-collapsed) .profile-chevron{transform:rotate(180deg)}
.concierge-profile .profile-progress{height:3px;margin:0;background:rgba(255,255,255,.045)}
.profile-compact-status{display:flex;flex-wrap:wrap;gap:6px;padding:10px 16px 12px}.profile-status-chip{padding:6px 8px;border:1px solid rgba(255,255,255,.075);border-radius:999px;color:#8fa2b4;background:rgba(255,255,255,.02);font-size:8px;font-weight:800;letter-spacing:.03em}.profile-status-chip.is-complete{border-color:rgba(83,230,177,.17);color:#9af3d0;background:rgba(83,230,177,.045)}
.concierge-profile-details{padding:0 16px 14px}.concierge-profile.is-collapsed .concierge-profile-details{display:none}.concierge-profile-details p{margin:0;color:var(--muted);font-size:10px;line-height:1.55}

.prompt-suggestion{position:relative}.prompt-suggestion::before{content:"NASTĘPNY KROK";position:absolute;top:-7px;left:15px;padding:0 6px;color:#74eafb;background:var(--panel,#0a1019);font-size:7px;font-weight:900;letter-spacing:.12em}
.chat-composer{border-color:rgba(87,239,255,.2)!important;box-shadow:0 12px 34px rgba(0,0,0,.14)}
.chat-composer:focus-within{border-color:rgba(87,239,255,.46)!important;box-shadow:0 0 0 4px rgba(87,239,255,.055),0 18px 44px rgba(0,0,0,.18)!important}
@media(max-width:640px){.profile-compact-status{flex-wrap:nowrap;overflow-x:auto}.profile-status-chip{flex:0 0 auto}}

/* v2.5.2 — AI Travel Profile Map */
.concierge-profile{margin:12px 0 14px;border-color:rgba(116,226,255,.22);background:linear-gradient(135deg,rgba(70,203,255,.075),rgba(135,92,255,.045));box-shadow:0 16px 42px rgba(3,12,24,.22)}
.concierge-profile-toggle{padding:15px 16px 12px}
.profile-toggle-copy strong{font-size:14px}
.profile-compact-status{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:12px 16px 15px}
.profile-status-chip{min-height:58px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:7px;padding:9px 10px;border-radius:13px;text-align:left;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;font-size:9px}
.profile-status-chip:hover{transform:translateY(-2px);border-color:rgba(116,226,255,.32);box-shadow:0 9px 22px rgba(0,0,0,.18)}
.profile-chip-icon{font-size:17px;filter:saturate(.88)}
.profile-status-chip strong{font-size:12px}
.profile-status-chip.is-complete{border-color:rgba(83,230,177,.27);background:linear-gradient(135deg,rgba(83,230,177,.10),rgba(83,230,177,.035));color:#b6ffe1}
.profile-status-chip.is-missing{border-color:rgba(135,92,255,.38);background:linear-gradient(135deg,rgba(135,92,255,.13),rgba(70,203,255,.045));color:#e0d9ff;animation:profileHintPulse 2.8s ease-in-out infinite}
.profile-status-chip.is-optional{border-color:rgba(255,255,255,.08);background:rgba(255,255,255,.025);color:#91a4b5}
@keyframes profileHintPulse{0%,100%{box-shadow:0 0 0 rgba(135,92,255,0)}50%{box-shadow:0 0 20px rgba(135,92,255,.12)}}
@media(max-width:850px){.profile-compact-status{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:640px){.profile-compact-status{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}.profile-status-chip{min-height:54px}}


/* TripPulse v2.5.3 — świadome użycie zapisanych preferencji */
.saved-profile-shortcut{margin-top:12px;padding:10px 14px;border:1px solid rgba(87,239,255,.22);border-radius:12px;background:rgba(87,239,255,.07);color:#dffcff;font:inherit;font-size:12px;font-weight:700;cursor:pointer;transition:.2s ease}
.saved-profile-shortcut:hover{transform:translateY(-1px);border-color:rgba(87,239,255,.48);background:rgba(87,239,255,.12);box-shadow:0 10px 25px rgba(0,0,0,.18)}
.saved-profile-shortcut[hidden]{display:none}

/* TripPulse v2.5.4 — keyboard-first composer */
.composer-send{
  display:none;
}

@media(max-width:700px){
  .chat-composer textarea{
    padding-right:64px;
  }
  .composer-send{
    display:grid;
    width:42px;
    height:42px;
  }
}

/* TripDNA control center, evidence action loop and verified finalist map */
.tripdna-control-center{display:grid;gap:12px;margin:10px 0 14px;padding:14px;border:1px solid rgba(87,239,255,.16);border-radius:16px;background:linear-gradient(145deg,rgba(18,42,55,.78),rgba(7,19,29,.9));box-shadow:0 14px 38px rgba(0,0,0,.18)}
.tripdna-control-center>header,.finalist-decision-map>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.tripdna-control-center h3,.finalist-decision-map h3{margin:3px 0 0;font-size:17px}.tripdna-control-center>header>small,.finalist-decision-map>header>small{max-width:180px;color:#8ca8b2;font-size:8px;text-align:right;line-height:1.5}
.tripdna-receipt-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.tripdna-receipt-group{padding:10px;border:1px solid rgba(255,255,255,.07);border-radius:12px;background:rgba(255,255,255,.025)}.tripdna-receipt-group h4{display:flex;justify-content:space-between;margin:0 0 7px;color:#91adb7;font-size:8px;text-transform:uppercase}.tripdna-receipt-group h4 span{color:#5ce5ed}.tripdna-receipt-group ul{display:grid;gap:7px;margin:0;padding:0;list-style:none}.tripdna-receipt-group li{display:flex;align-items:center;justify-content:space-between;gap:8px}.tripdna-receipt-group li>span:first-child{display:grid;gap:2px}.tripdna-receipt-group b{color:#e6f4f6;font-size:9px}.tripdna-receipt-group small{color:#89a2ac;font-size:8px}.tripdna-receipt-group.is-removed{border-color:rgba(255,134,134,.15)}.tripdna-receipt-group.is-uncertain{border-color:rgba(255,204,113,.2)}.tripdna-row-actions{display:flex;gap:4px}.tripdna-row-actions button{padding:4px 6px;border:1px solid rgba(87,239,255,.18);border-radius:7px;color:#9cecf1;background:transparent;font-size:7px;cursor:pointer}.tripdna-row-actions button:last-child{color:#dda3a3;border-color:rgba(255,128,128,.16)}
.tripdna-inline-editor{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:end;gap:7px;padding-top:9px;border-top:1px solid rgba(255,255,255,.07)}.tripdna-inline-editor[hidden]{display:none}.tripdna-inline-editor label{display:grid;gap:4px}.tripdna-inline-editor label span{color:#89a2ac;font-size:8px}.tripdna-inline-editor input{width:100%;padding:9px 10px;border:1px solid rgba(87,239,255,.2);border-radius:9px;color:#eefcff;background:#07151f}.tripdna-inline-editor button{padding:9px 10px;border:0;border-radius:9px;background:#37dce5;font-size:8px;font-weight:900}.tripdna-inline-editor button:last-child{color:#bcd1d7;background:rgba(255,255,255,.07)}
.coa-unknowns li{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:9px}.coa-unknowns [data-evidence-check]{padding:7px 9px;border:1px solid rgba(87,239,255,.24);border-radius:9px;color:#9ff5f6;background:rgba(87,239,255,.07);font-size:9px;font-weight:850;cursor:pointer}.coa-unknowns [data-evidence-check]:disabled{opacity:.6}.evidence-action-result{grid-column:1/-1;padding:9px;border-radius:9px;background:rgba(87,239,255,.06)}.evidence-action-result strong,.evidence-action-result small{display:block}.evidence-action-result strong{color:#a9f5da}.evidence-action-result small{margin-top:3px;color:#87a1aa;font-size:8px}.evidence-action-result p{margin:5px 0 0}.evidence-action-notice{display:grid;gap:6px;margin:0 24px 14px;padding:14px;border:1px solid rgba(87,239,255,.18);border-radius:13px;background:rgba(87,239,255,.055)}.evidence-action-notice strong{font-size:16px}.evidence-action-notice p{margin:0;color:#c9d9de}.evidence-action-notice small{color:#829da7;overflow-wrap:anywhere}
.finalist-decision-map{display:grid;gap:14px;margin:18px 0;padding:18px;border:1px solid rgba(87,239,255,.14);border-radius:18px;background:linear-gradient(145deg,rgba(10,29,42,.95),rgba(5,17,26,.98))}.finalist-map-canvas{height:360px;border-radius:15px;overflow:hidden;background:#0b1c27}.finalist-map-empty{padding:28px;border:1px dashed rgba(137,188,203,.2);border-radius:14px;text-align:center;background:rgba(255,255,255,.02)}.finalist-map-empty strong{display:block;color:#dcecef}.finalist-map-empty p{max-width:620px;margin:8px auto 0;color:#8199a3;font-size:10px;line-height:1.6}.finalist-map-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.finalist-map-cards article{display:grid;grid-template-columns:auto 1fr;gap:9px;padding:12px;border:1px solid rgba(255,255,255,.07);border-radius:13px;background:rgba(255,255,255,.025)}.finalist-map-cards article>span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;color:#05141e;background:#59e7ed;font-size:9px;font-weight:950}.finalist-map-cards article div{display:grid;gap:4px}.finalist-map-cards strong{font-size:10px}.finalist-map-cards small{color:#7f99a3;font-size:8px}.finalist-map-cards p{margin:3px 0;color:#bdced3;font-size:9px;line-height:1.45}.finalist-map-cards b{color:#82e4c4;font-size:8px}
@media(max-width:700px){.tripdna-receipt-grid,.finalist-map-cards{grid-template-columns:1fr}.tripdna-inline-editor{grid-template-columns:1fr 1fr}.tripdna-inline-editor label{grid-column:1/-1}.tripdna-control-center>header,.finalist-decision-map>header{display:grid}.tripdna-control-center>header>small,.finalist-decision-map>header>small{text-align:left}.finalist-map-canvas{height:300px}.evidence-action-notice{margin-inline:14px}}


/* TripPulse v2.5.5 — Date Precision Emphasis */
.profile-status-chip.is-featured-date{grid-column:span 2;min-height:70px;border-radius:15px;padding:11px 13px;background:linear-gradient(135deg,rgba(70,203,255,.13),rgba(135,92,255,.11));border-color:rgba(116,226,255,.34);box-shadow:inset 0 0 28px rgba(70,203,255,.045),0 10px 28px rgba(0,0,0,.13)}
.profile-status-chip.is-featured-date .profile-chip-icon{font-size:23px}
.profile-status-chip.is-featured-date>span:nth-child(2){display:grid;gap:4px;font-size:10px;color:#effcff}
.profile-status-chip.is-featured-date small{display:block;color:#8feeff;font-size:9px;font-weight:750;line-height:1.35;letter-spacing:0;text-transform:none}
.profile-status-chip.is-featured-date.is-missing{border-color:rgba(176,112,255,.55);background:linear-gradient(135deg,rgba(135,92,255,.20),rgba(70,203,255,.09));box-shadow:0 0 0 1px rgba(151,112,255,.08),0 12px 30px rgba(54,26,112,.20);animation:datePrecisionPulse 2.2s ease-in-out infinite}
.profile-status-chip.is-featured-date.is-missing small{color:#e7d9ff}
@keyframes datePrecisionPulse{0%,100%{transform:translateY(0);box-shadow:0 0 0 1px rgba(151,112,255,.08),0 12px 30px rgba(54,26,112,.16)}50%{transform:translateY(-1px);box-shadow:0 0 0 1px rgba(151,112,255,.17),0 14px 34px rgba(79,43,151,.28)}}
@media(max-width:640px){.profile-status-chip.is-featured-date{grid-column:1/-1;min-height:66px}}

/* TripPulse v2.6 — Real Offer Architecture */
.hotel-variant-preview{display:flex;justify-content:space-between;gap:12px;margin:13px 0;padding:10px 12px;border:1px solid rgba(87,239,255,.16);border-radius:11px;background:linear-gradient(90deg,rgba(87,239,255,.055),rgba(126,156,255,.035));color:var(--text-muted);font-size:9px}.hotel-variant-preview strong{color:#c8fbff}.panel-variants{grid-column:1/-1;padding:22px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.025)}.panel-variants>p{margin:-5px 0 17px;color:var(--text-muted);font-size:11px;line-height:1.55}.tour-variants-list{display:grid;gap:10px}.tour-variant{display:grid;grid-template-columns:1.15fr .85fr .75fr 1.2fr 1fr;align-items:center;gap:12px;padding:14px;border:1px solid rgba(255,255,255,.075);border-radius:14px;background:#0a111d}.tour-variant.is-cheapest{border-color:rgba(87,239,255,.3);box-shadow:inset 3px 0 0 var(--cyan)}.variant-organizer,.variant-detail,.variant-price{display:flex;flex-direction:column;gap:4px}.variant-organizer>span{width:max-content;padding:4px 6px;border-radius:999px;color:var(--cyan);background:rgba(87,239,255,.08);font-size:7px;font-weight:900}.variant-organizer strong,.variant-detail strong{font-size:11px}.variant-organizer small,.variant-detail span,.variant-detail small{color:var(--text-dim);font-size:8px}.variant-price{text-align:right}.variant-price span{color:var(--text-muted);font-size:9px}.variant-price strong{font-size:17px}.variant-price button{margin-top:4px;padding:8px 10px;border:1px solid rgba(87,239,255,.2);border-radius:9px;color:#d8fbff;background:rgba(87,239,255,.07);font-size:8px;font-weight:900}.variant-price button:hover{background:rgba(87,239,255,.13)}
@media(max-width:760px){.hotel-variant-preview{flex-direction:column}.tour-variant{grid-template-columns:1fr 1fr}.variant-organizer,.variant-price{grid-column:1/-1}.variant-price{text-align:left}.panel-variants{grid-column:auto}}

/* TripPulse v2.6.3 — hotel details gallery */
.hotel-panel-gallery{position:relative;background:#080d17}.hotel-gallery-stage{position:relative;min-height:390px;overflow:hidden;touch-action:pan-y;background:#0b111c}.hotel-gallery-slide{position:absolute;inset:0;background-position:center;background-size:cover;opacity:0;transform:scale(1.025);transition:opacity .28s ease,transform .5s ease}.hotel-gallery-slide.is-active{opacity:1;transform:scale(1)}.hotel-gallery-stage:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(to top,#080d17 1%,rgba(5,9,16,.12) 62%,rgba(3,7,13,.18))}.hotel-gallery-copy{position:absolute;z-index:3;left:30px;right:92px;bottom:28px}.hotel-gallery-copy h2{margin:8px 0;font-size:38px;letter-spacing:-.045em}.hotel-gallery-copy p{margin:0;color:#ffd273}.hotel-gallery-arrow{position:absolute;z-index:4;top:50%;width:42px;height:54px;transform:translateY(-50%);border:1px solid rgba(255,255,255,.18);border-radius:14px;color:#fff;background:rgba(5,9,16,.66);backdrop-filter:blur(10px);font-size:32px;line-height:1;transition:.2s}.hotel-gallery-arrow:hover{background:rgba(20,31,48,.9);border-color:rgba(87,239,255,.45)}.hotel-gallery-arrow.is-prev{left:18px}.hotel-gallery-arrow.is-next{right:18px}.hotel-gallery-counter{position:absolute;z-index:4;right:24px;bottom:26px;padding:7px 10px;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:#fff;background:rgba(5,9,16,.72);font-size:9px;font-weight:900;backdrop-filter:blur(8px)}.hotel-gallery-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;padding:9px 12px 12px;background:#080d17}.hotel-gallery-thumb{height:58px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background-position:center;background-size:cover;opacity:.5;filter:saturate(.75);transition:.2s}.hotel-gallery-thumb:hover,.hotel-gallery-thumb.is-active{opacity:1;filter:saturate(1);border-color:rgba(87,239,255,.65);box-shadow:0 0 0 2px rgba(87,239,255,.08)}
@media(max-width:640px){.hotel-gallery-stage{min-height:320px}.hotel-gallery-copy{left:22px;right:72px;bottom:22px}.hotel-gallery-copy h2{font-size:29px}.hotel-gallery-arrow{width:38px;height:48px}.hotel-gallery-arrow.is-prev{left:10px}.hotel-gallery-arrow.is-next{right:10px}.hotel-gallery-counter{right:16px;bottom:20px}.hotel-gallery-thumbs{gap:5px;padding:7px 8px 10px}.hotel-gallery-thumb{height:46px;border-radius:8px}}

/* TripPulse v2.6.3 — future hotel intelligence tabs */
.hotel-detail-tabs{position:sticky;top:0;z-index:8;display:flex;gap:8px;padding:12px 18px;overflow-x:auto;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.08);background:rgba(8,13,23,.95);backdrop-filter:blur(16px)}
.hotel-detail-tabs button{flex:0 0 auto;padding:10px 13px;border:1px solid rgba(255,255,255,.09);border-radius:11px;color:var(--text-muted);background:rgba(255,255,255,.025);font-size:9px;font-weight:900;white-space:nowrap;transition:.2s}
.hotel-detail-tabs button span{margin-left:5px;padding:3px 5px;border-radius:999px;color:#9da8bd;background:rgba(255,255,255,.06);font-size:6px;letter-spacing:.08em;text-transform:uppercase}
.hotel-detail-tabs button:hover,.hotel-detail-tabs button.is-active{color:#e8fdff;border-color:rgba(87,239,255,.35);background:rgba(87,239,255,.08)}
.hotel-detail-tabs button.is-active{box-shadow:inset 0 -2px 0 var(--cyan)}
.hotel-detail-tabpanel{display:none;padding:20px}
.hotel-detail-tabpanel.is-active{display:block;animation:hotelTabIn .22s ease}
.hotel-detail-tabpanel .hotel-panel-body{padding:0}
.future-module-card{display:grid;grid-template-columns:70px 1fr;gap:20px;align-items:flex-start;min-height:260px;padding:28px;border:1px solid rgba(126,156,255,.2);border-radius:22px;background:linear-gradient(145deg,rgba(18,27,48,.96),rgba(8,14,25,.98));box-shadow:0 20px 60px rgba(0,0,0,.22)}
.future-module-icon{display:grid;place-items:center;width:64px;height:64px;border:1px solid rgba(87,239,255,.25);border-radius:20px;color:var(--cyan);background:linear-gradient(145deg,rgba(87,239,255,.1),rgba(126,156,255,.08));font-size:27px;font-weight:900}
.future-module-card h3{margin:8px 0 10px;font-size:25px;letter-spacing:-.035em}
.future-module-card p{max-width:720px;margin:0;color:var(--text-muted);font-size:12px;line-height:1.7}
.future-module-card small{display:block;margin-top:18px;color:var(--text-dim);font-size:9px;line-height:1.55}
.future-module-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.future-module-tags span{padding:7px 9px;border:1px solid rgba(87,239,255,.14);border-radius:999px;color:#c7f9ff;background:rgba(87,239,255,.045);font-size:8px;font-weight:800}
@keyframes hotelTabIn{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}
@media(max-width:640px){.hotel-detail-tabs{padding:10px 12px}.hotel-detail-tabpanel{padding:14px}.future-module-card{grid-template-columns:1fr;gap:14px;padding:22px}.future-module-card h3{font-size:21px}.future-module-icon{width:54px;height:54px;border-radius:16px}}

/* TripPulse v2.7 — AI Hotel Insights */
.hotel-insights-shell{display:grid;gap:16px}.hotel-insights-hero{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;padding:22px;border:1px solid rgba(87,239,255,.18);border-radius:22px;background:linear-gradient(135deg,rgba(17,29,48,.98),rgba(8,14,25,.98));box-shadow:0 20px 60px rgba(0,0,0,.2)}.hotel-insights-hero h3{margin:6px 0 7px;font-size:25px;letter-spacing:-.035em}.hotel-insights-hero p{max-width:680px;margin:0;color:var(--text-muted);font-size:11px;line-height:1.65}.insights-score-ring{display:grid;place-content:center;width:94px;height:94px;border:1px solid rgba(87,239,255,.32);border-radius:50%;background:radial-gradient(circle,rgba(87,239,255,.12),rgba(87,239,255,.025) 63%,transparent 65%),conic-gradient(var(--cyan) 0 83%,rgba(255,255,255,.08) 83%);box-shadow:0 0 38px rgba(87,239,255,.09);text-align:center}.insights-score-ring strong{font-size:28px;line-height:1}.insights-score-ring span{margin-top:3px;color:var(--text-muted);font-size:9px}.insights-trend{min-width:118px;padding:13px;border:1px solid rgba(255,255,255,.08);border-radius:15px;background:rgba(255,255,255,.025);text-align:center}.insights-trend span,.insights-trend small{display:block;color:var(--text-dim);font-size:8px}.insights-trend strong{display:block;margin:5px 0;font-size:22px}.insights-trend.is-positive strong{color:#74f6bd}.insights-trend.is-negative strong{color:#ff9ca9}.insights-trend.is-neutral strong{color:#ffd273}.hotel-insights-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:16px}.insights-card,.traveler-fit-card{padding:22px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:rgba(255,255,255,.025)}.insights-card h4,.traveler-fit-card h4{margin:6px 0 18px;font-size:19px}.insights-bars{display:grid;gap:16px}.insights-bars article>div:first-child{display:flex;justify-content:space-between;gap:12px}.insights-bars strong{font-size:11px}.insights-bars span{color:var(--text-dim);font-size:8px}.insight-bar{height:6px;margin:8px 0 7px;overflow:hidden;border-radius:99px;background:rgba(255,255,255,.07)}.insight-bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--cyan),#8d7bff)}.insights-bars p{margin:0;color:var(--text-muted);font-size:9px;line-height:1.55}.insights-cautions{display:grid;gap:10px;margin:0;padding:0;list-style:none}.insights-cautions li{display:grid;grid-template-columns:27px 1fr;gap:9px;align-items:flex-start;padding:10px;border:1px solid rgba(255,210,115,.12);border-radius:12px;background:rgba(255,210,115,.035)}.insights-cautions li>span{display:grid;place-items:center;width:26px;height:26px;border-radius:9px;color:#ffd273;background:rgba(255,210,115,.1);font-size:11px;font-weight:900}.insights-cautions p{margin:0;color:var(--text-muted);font-size:9px;line-height:1.55}.insights-honesty{margin-top:13px;padding:10px 12px;border-left:2px solid rgba(87,239,255,.55);color:#a9bed0;background:rgba(87,239,255,.035);font-size:8px;line-height:1.55}.traveler-fit-card{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:18px}.traveler-fit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.traveler-fit-grid article{display:grid;place-items:center;min-height:105px;padding:12px;border:1px solid rgba(87,239,255,.11);border-radius:15px;background:rgba(87,239,255,.035);text-align:center}.traveler-fit-grid article>span{font-size:20px}.traveler-fit-grid strong{margin:6px 0 2px;color:#dffcff;font-size:18px}.traveler-fit-grid p{margin:0;color:var(--text-dim);font-size:8px;line-height:1.35}.insights-demo-note{margin:0;padding:11px 14px;border:1px dashed rgba(255,255,255,.1);border-radius:12px;color:var(--text-dim);font-size:8px;line-height:1.55;text-align:center}@media(max-width:760px){.hotel-insights-hero{grid-template-columns:auto 1fr}.insights-trend{grid-column:1/-1}.hotel-insights-grid{grid-template-columns:1fr}.traveler-fit-card{grid-template-columns:1fr}.traveler-fit-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.hotel-insights-hero{grid-template-columns:1fr}.insights-score-ring{width:82px;height:82px}.traveler-fit-grid{grid-template-columns:1fr 1fr}.hotel-insights-hero h3{font-size:21px}}

/* TripPulse v2.7.1 — Inline AI Hotel Expert */
.hotel-expert-actions button.is-selected{border-color:rgba(90,229,255,.5);background:linear-gradient(135deg,rgba(50,205,255,.14),rgba(128,87,255,.12));color:#fff;box-shadow:0 0 0 1px rgba(90,229,255,.08) inset}
.hotel-expert-answer{display:flex;gap:11px;align-items:flex-start;margin-top:14px;padding:14px;border:1px solid rgba(90,229,255,.16);border-radius:14px;background:linear-gradient(145deg,rgba(31,168,218,.075),rgba(105,75,194,.055));min-height:72px}
.hotel-expert-avatar{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:10px;background:linear-gradient(135deg,rgba(49,217,255,.24),rgba(132,86,255,.28));color:#bff7ff;box-shadow:0 0 22px rgba(61,208,255,.12)}
.hotel-expert-answer small{display:block;margin:1px 0 5px;color:#8feaff;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.hotel-expert-answer p{margin:0!important;color:#d8e4f2!important;font-size:11px!important;line-height:1.65!important}
.hotel-expert-answer.is-thinking{opacity:.86}
.hotel-expert-dots{display:inline-flex;gap:5px;padding-top:6px}.hotel-expert-dots i{display:block;width:6px;height:6px;border-radius:50%;background:#7deaff;animation:hotelExpertDot 1s infinite ease-in-out}.hotel-expert-dots i:nth-child(2){animation-delay:.14s}.hotel-expert-dots i:nth-child(3){animation-delay:.28s}@keyframes hotelExpertDot{0%,70%,100%{transform:translateY(0);opacity:.35}35%{transform:translateY(-4px);opacity:1}}


/* TripPulse v2.7.2 — Hotel description and custom expert questions */
.hotel-about-section{grid-column:1/-1}.hotel-description-lead{margin:8px 0 16px!important;color:#d7e4f1!important;font-size:12px!important;line-height:1.75!important}.hotel-facts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.hotel-facts-grid>div{padding:11px;border:1px solid rgba(255,255,255,.075);border-radius:12px;background:rgba(255,255,255,.025)}.hotel-facts-grid span{display:block;margin-bottom:5px;color:var(--text-dim);font-size:8px;text-transform:uppercase;letter-spacing:.08em}.hotel-facts-grid strong{font-size:11px}.organizer-description{margin-top:14px;border:1px solid rgba(87,239,255,.11);border-radius:13px;background:rgba(87,239,255,.025)}.organizer-description summary{display:flex;justify-content:space-between;gap:12px;padding:12px 14px;cursor:pointer;color:#d8f9ff;font-size:10px;font-weight:800}.organizer-description summary span{color:var(--text-dim);font-size:8px;font-weight:600}.organizer-description p{margin:0;padding:0 14px 10px;color:var(--text-muted);font-size:10px;line-height:1.7}.organizer-description small{display:block;padding:0 14px 13px;color:var(--text-dim);font-size:8px;line-height:1.5}.hotel-expert-composer{position:relative;display:grid;grid-template-columns:1fr auto;gap:8px;margin:13px 0 11px}.hotel-expert-composer textarea{width:100%;min-height:58px;resize:vertical;padding:13px 46px 13px 13px;border:1px solid rgba(90,229,255,.22);border-radius:13px;outline:none;background:rgba(4,11,20,.72);color:#f4fbff;font:inherit;font-size:11px;line-height:1.5}.hotel-expert-composer textarea:focus{border-color:rgba(90,229,255,.56);box-shadow:0 0 0 3px rgba(90,229,255,.07)}.hotel-expert-composer button{align-self:stretch;min-width:44px;border:1px solid rgba(90,229,255,.26);border-radius:12px;background:linear-gradient(135deg,rgba(50,205,255,.18),rgba(128,87,255,.2));color:#dffcff;font-size:17px}.hotel-expert-composer small{grid-column:1/-1;color:var(--text-dim);font-size:8px}.hotel-expert-answer blockquote{margin:0 0 9px;padding:8px 10px;border-left:2px solid rgba(90,229,255,.55);border-radius:0 8px 8px 0;background:rgba(90,229,255,.045);color:#b9cbda;font-size:9px;line-height:1.5}@media(max-width:620px){.hotel-facts-grid{grid-template-columns:repeat(2,1fr)}.hotel-expert-composer{grid-template-columns:1fr auto}.organizer-description summary{align-items:flex-start;flex-direction:column}}

/* TripPulse v2.8 — Guest Reality */
.guest-reality-shell{display:grid;gap:16px}.guest-reality-summary{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:22px;border:1px solid rgba(87,239,255,.18);border-radius:22px;background:linear-gradient(135deg,rgba(17,29,48,.98),rgba(8,14,25,.98))}.guest-reality-summary h3{margin:6px 0 8px;font-size:25px}.guest-reality-summary p{max-width:760px;margin:0;color:var(--text-muted);font-size:11px;line-height:1.65}.guest-reality-count{display:grid;place-items:center;min-width:110px;padding:14px;border:1px solid rgba(87,239,255,.16);border-radius:16px;background:rgba(87,239,255,.04);text-align:center}.guest-reality-count strong{color:#dffcff;font-size:28px}.guest-reality-count span{color:var(--text-dim);font-size:8px}.guest-ai-observations{padding:18px 20px;border:1px solid rgba(126,156,255,.16);border-radius:18px;background:rgba(126,156,255,.035)}.guest-ai-observations ul{display:grid;gap:8px;margin:10px 0 0;padding-left:18px;color:#c8d6e5;font-size:10px;line-height:1.55}.guest-featured-card{display:grid;grid-template-columns:1.15fr .85fr;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:rgba(255,255,255,.025)}.guest-featured-media,.guest-reality-media{position:relative;background-size:cover;background-position:center}.guest-featured-media{min-height:300px}.guest-featured-media:after,.guest-reality-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,7,14,.05),rgba(2,7,14,.72))}.guest-featured-media button,.guest-reality-media button{position:absolute;z-index:2;display:grid;place-items:center;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:rgba(4,11,20,.72);color:#fff;backdrop-filter:blur(12px)}.guest-featured-media button{left:50%;top:50%;width:66px;height:66px;transform:translate(-50%,-50%);font-size:22px}.guest-featured-media>span:last-child{position:absolute;z-index:2;right:14px;bottom:12px;padding:6px 8px;border-radius:8px;background:rgba(4,11,20,.72);font-size:9px}.guest-featured-copy{display:flex;flex-direction:column;justify-content:center;padding:26px}.guest-featured-copy h3{margin:8px 0 10px;font-size:25px}.guest-featured-copy p{margin:0 0 14px;color:var(--text-muted);font-size:11px;line-height:1.65}.guest-reality-meta{display:flex;flex-wrap:wrap;gap:8px;color:var(--text-dim);font-size:8px}.guest-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.guest-tags span{padding:6px 8px;border:1px solid rgba(87,239,255,.12);border-radius:999px;color:#c7f9ff;background:rgba(87,239,255,.04);font-size:8px}.guest-platform{position:absolute;z-index:2;left:12px;top:12px;padding:6px 8px;border-radius:9px;color:#fff;font-size:8px;font-weight:900}.guest-platform.is-youtube{background:#e23535}.guest-platform.is-instagram{background:linear-gradient(135deg,#8b5cf6,#ec4899,#f59e0b)}.guest-platform.is-tiktok{background:#111;border:1px solid rgba(255,255,255,.24)}.guest-filter-group{display:grid;gap:10px;padding:14px;border:1px solid rgba(255,255,255,.07);border-radius:16px;background:rgba(255,255,255,.02)}.guest-filter-group>div{display:flex;flex-wrap:wrap;gap:7px;align-items:center}.guest-filter-group>div>span{min-width:62px;color:var(--text-dim);font-size:8px;text-transform:uppercase;letter-spacing:.08em}.guest-filter-group button{padding:8px 10px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:rgba(255,255,255,.025);color:var(--text-muted);font-size:8px;font-weight:800}.guest-filter-group button:hover,.guest-filter-group button.is-active{border-color:rgba(87,239,255,.35);background:rgba(87,239,255,.08);color:#e8fdff}.guest-reality-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.guest-reality-card{overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.025)}.guest-reality-card[hidden]{display:none}.guest-reality-media{min-height:190px}.guest-reality-media button{left:50%;top:50%;width:46px;height:46px;transform:translate(-50%,-50%)}.guest-duration{position:absolute;z-index:2;right:10px;bottom:10px;padding:5px 7px;border-radius:7px;background:rgba(4,11,20,.72);font-size:8px}.guest-reality-body{padding:15px}.guest-reality-body h4{margin:8px 0 7px;font-size:16px}.guest-reality-body p{margin:0;color:var(--text-muted);font-size:9px;line-height:1.55}.guest-reality-body small{display:block;margin-top:11px;color:var(--text-dim);font-size:8px}.guest-demo-note{margin:0;padding:11px 14px;border:1px dashed rgba(255,255,255,.1);border-radius:12px;color:var(--text-dim);font-size:8px;line-height:1.55;text-align:center}@media(max-width:760px){.guest-reality-summary{align-items:flex-start;flex-direction:column}.guest-featured-card{grid-template-columns:1fr}.guest-featured-media{min-height:240px}.guest-reality-grid{grid-template-columns:1fr}}@media(max-width:480px){.guest-reality-summary h3,.guest-featured-copy h3{font-size:21px}.guest-featured-copy{padding:20px}.guest-filter-group>div>span{width:100%}}

/* v2.9 Local Intelligence */
.local-intelligence-shell{display:grid;gap:16px}.local-hero{display:flex;justify-content:space-between;align-items:center;gap:22px;padding:24px;border:1px solid rgba(87,239,255,.18);border-radius:22px;background:linear-gradient(135deg,rgba(13,28,45,.98),rgba(7,13,23,.98))}.local-hero h3{margin:6px 0 8px;font-size:26px}.local-hero p{max-width:760px;margin:0;color:var(--text-muted);font-size:11px;line-height:1.65}.local-area-score{display:grid;place-items:center;min-width:116px;padding:16px;border:1px solid rgba(87,239,255,.18);border-radius:18px;background:rgba(87,239,255,.05);text-align:center}.local-area-score strong{font-size:30px;color:#e4fdff}.local-area-score span{font-size:8px;color:var(--text-dim)}.local-ai-summary,.local-essentials,.local-food-section,.local-attractions{padding:20px;border:1px solid rgba(255,255,255,.075);border-radius:20px;background:rgba(255,255,255,.022)}.local-ai-summary h4,.local-essentials h4,.local-food-section h4,.local-attractions h4{margin:6px 0 10px;font-size:20px}.local-ai-summary p{margin:0;color:#cbd8e8;font-size:10px;line-height:1.65}.local-summary-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.local-summary-tags span{padding:7px 9px;border:1px solid rgba(87,239,255,.14);border-radius:999px;background:rgba(87,239,255,.045);color:#c9f9ff;font-size:8px}.local-essentials{display:grid;grid-template-columns:.75fr 1.25fr;gap:18px;align-items:center}.local-essentials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.local-essentials-grid article{display:flex;gap:10px;align-items:center;padding:12px;border:1px solid rgba(255,255,255,.065);border-radius:14px;background:rgba(255,255,255,.018)}.local-essentials-grid article>span{font-size:18px}.local-essentials-grid strong,.local-essentials-grid small{display:block}.local-essentials-grid strong{font-size:10px}.local-essentials-grid small{margin-top:3px;color:var(--text-dim);font-size:8px}.local-section-heading{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:14px}.local-filter-row{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.local-filter-row button{padding:8px 10px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:rgba(255,255,255,.02);color:var(--text-muted);font-size:8px;font-weight:800}.local-filter-row button:hover,.local-filter-row button.is-active{border-color:rgba(87,239,255,.35);background:rgba(87,239,255,.08);color:#ecfeff}.local-places-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.local-place-card{display:grid;grid-template-columns:auto 1fr;gap:12px;padding:15px;border:1px solid rgba(255,255,255,.075);border-radius:17px;background:linear-gradient(145deg,rgba(255,255,255,.025),rgba(255,255,255,.012))}.local-place-card[hidden]{display:none}.local-place-icon{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(87,239,255,.14);border-radius:13px;background:rgba(87,239,255,.045);font-size:19px}.local-place-top{display:flex;justify-content:space-between;gap:12px}.local-place-top h4{margin:0 0 4px;font-size:15px}.local-place-top p{margin:0;color:var(--text-dim);font-size:8px}.local-place-top>strong{color:#dffcff;font-size:14px}.local-place-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.local-place-meta span{padding:5px 7px;border-radius:8px;background:rgba(255,255,255,.035);color:#b9c7d7;font-size:7px}.local-place-note{margin:9px 0 10px;color:var(--text-muted);font-size:8px;line-height:1.55}.local-place-card button{padding:7px 9px;border:1px solid rgba(126,156,255,.18);border-radius:9px;background:rgba(126,156,255,.05);color:#dbe4ff;font-size:8px;font-weight:800}.local-attractions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.local-attractions-grid article{display:flex;gap:10px;padding:13px;border:1px solid rgba(255,255,255,.065);border-radius:15px;background:rgba(255,255,255,.018)}.local-attractions-grid article>span{font-size:20px}.local-attractions-grid h5{margin:0 0 3px;font-size:12px}.local-attractions-grid small{color:#8eb9c6;font-size:7px}.local-attractions-grid p{margin:7px 0 0;color:var(--text-muted);font-size:8px;line-height:1.45}.local-expert-prompt{padding:14px 16px;border:1px solid rgba(126,156,255,.18);border-radius:16px;background:linear-gradient(135deg,rgba(126,156,255,.055),rgba(87,239,255,.025))}.local-expert-prompt>div{display:flex;gap:12px;align-items:center}.local-expert-prompt>div>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:rgba(126,156,255,.11);color:#dfe5ff;font-size:18px}.local-expert-prompt strong{font-size:11px}.local-expert-prompt p{margin:4px 0 0;color:var(--text-muted);font-size:8px;line-height:1.5}.local-demo-note{margin:0;padding:11px 14px;border:1px dashed rgba(255,255,255,.1);border-radius:12px;color:var(--text-dim);font-size:8px;line-height:1.55;text-align:center}@media(max-width:760px){.local-hero{align-items:flex-start;flex-direction:column}.local-essentials{grid-template-columns:1fr}.local-section-heading{align-items:flex-start;flex-direction:column}.local-filter-row{justify-content:flex-start}.local-places-grid,.local-attractions-grid{grid-template-columns:1fr}}@media(max-width:480px){.local-hero h3{font-size:22px}.local-essentials-grid{grid-template-columns:1fr}.local-ai-summary,.local-essentials,.local-food-section,.local-attractions{padding:16px}.local-place-card{grid-template-columns:1fr}.local-place-icon{width:38px;height:38px}}


/* TripPulse v2.9.2 — excursions and highlighted offer tab */
.hotel-detail-tabs .is-offer-cta{display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;align-items:center;column-gap:9px;min-width:190px;margin-left:auto;padding:8px 13px;border-color:rgba(87,239,255,.48);background:linear-gradient(135deg,rgba(87,239,255,.16),rgba(126,156,255,.16));box-shadow:0 8px 24px rgba(52,190,255,.1)}
.hotel-detail-tabs .is-offer-cta .offer-tab-label{grid-column:1;grid-row:1;margin:0;padding:0;color:#effeff;background:none;font-size:9px;letter-spacing:0;text-transform:none}
.hotel-detail-tabs .is-offer-cta strong{grid-column:2;grid-row:1;color:#fff;font-size:11px}
.hotel-detail-tabs .is-offer-cta em{grid-column:1/-1;grid-row:2;margin-top:2px;color:#9defff;font-size:7px;font-style:normal;text-align:left}
.hotel-detail-tabs .is-offer-cta:hover,.hotel-detail-tabs .is-offer-cta.is-active{border-color:var(--cyan);background:linear-gradient(135deg,rgba(87,239,255,.24),rgba(126,156,255,.22));box-shadow:0 0 0 1px rgba(87,239,255,.1),0 10px 30px rgba(45,202,255,.16)}
.excursions-shell{display:grid;gap:16px}.excursions-hero{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:24px;border:1px solid rgba(87,239,255,.18);border-radius:22px;background:linear-gradient(135deg,rgba(13,28,45,.98),rgba(7,13,23,.98))}.excursions-hero h3{margin:6px 0 8px;font-size:26px}.excursions-hero p{max-width:720px;margin:0;color:var(--text-muted);font-size:11px;line-height:1.65}.excursions-ai-pick{min-width:190px;padding:16px;border:1px solid rgba(87,239,255,.2);border-radius:17px;background:rgba(87,239,255,.055)}.excursions-ai-pick span,.excursions-ai-pick small{display:block;color:var(--text-dim);font-size:8px}.excursions-ai-pick strong{display:block;margin:6px 0;color:#e6fdff;font-size:15px}.excursion-filters{display:flex;flex-wrap:wrap;gap:7px}.excursion-filters button{padding:8px 11px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:rgba(255,255,255,.02);color:var(--text-muted);font-size:8px;font-weight:850}.excursion-filters button:hover,.excursion-filters button.is-active{border-color:rgba(87,239,255,.38);background:rgba(87,239,255,.09);color:#effeff}.excursions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.excursion-card{padding:17px;border:1px solid rgba(255,255,255,.075);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.028),rgba(255,255,255,.012))}.excursion-card[hidden]{display:none}.excursion-card-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.excursion-icon{display:grid;place-items:center;width:45px;height:45px;border:1px solid rgba(87,239,255,.16);border-radius:14px;background:rgba(87,239,255,.05);font-size:21px}.excursion-badge{padding:5px 7px;border-radius:999px;background:rgba(126,156,255,.09);color:#cfd8ff;font-size:7px;font-weight:900}.excursion-card h4{margin:13px 0 6px;font-size:16px}.excursion-card>p{min-height:35px;margin:0;color:var(--text-muted);font-size:9px;line-height:1.5}.excursion-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.excursion-meta span,.excursion-pickup{padding:6px 8px;border-radius:9px;background:rgba(255,255,255,.035);color:#b8c7d8;font-size:7px}.excursion-pickup{margin-top:7px}.excursion-footer{display:flex;justify-content:space-between;align-items:end;gap:14px;margin-top:14px;padding-top:12px;border-top:1px solid rgba(255,255,255,.06)}.excursion-footer small,.excursion-footer strong{display:block}.excursion-footer small{color:var(--text-dim);font-size:7px}.excursion-footer strong{margin-top:2px;font-size:15px}.excursion-footer button{padding:8px 10px;border:1px solid rgba(87,239,255,.2);border-radius:9px;background:rgba(87,239,255,.07);color:#dffcff;font-size:8px;font-weight:900}.excursion-footer button:hover{background:rgba(87,239,255,.14)}.excursions-demo-note{margin:0;padding:11px 14px;border:1px dashed rgba(255,255,255,.1);border-radius:12px;color:var(--text-dim);font-size:8px;line-height:1.55;text-align:center}
@media(max-width:900px){.hotel-detail-tabs .is-offer-cta{margin-left:0}.excursions-hero{align-items:flex-start;flex-direction:column}.excursions-ai-pick{width:100%}}
@media(max-width:650px){.excursions-grid{grid-template-columns:1fr}.excursions-hero{padding:19px}.excursions-hero h3{font-size:22px}.hotel-detail-tabs .is-offer-cta{min-width:178px}}


/* TripPulse v3.0 — Decision Intelligence */
.decision-intelligence-card{grid-column:1/-1;display:grid;gap:14px;padding:22px;border:1px solid rgba(87,239,255,.22);border-radius:22px;background:linear-gradient(145deg,rgba(87,239,255,.07),rgba(126,156,255,.045) 48%,rgba(255,255,255,.018));box-shadow:0 22px 55px rgba(0,0,0,.22)}
.decision-verdict-main{display:grid;grid-template-columns:auto 1fr 185px;gap:16px;align-items:center}.decision-score{width:88px;height:88px;display:grid;place-items:center;align-content:center;border:1px solid rgba(87,239,255,.3);border-radius:50%;background:radial-gradient(circle,rgba(87,239,255,.13),rgba(87,239,255,.035));box-shadow:0 0 28px rgba(87,239,255,.12)}.decision-score strong{font-size:25px;color:#ebfeff}.decision-score span{color:#8fdce5;font-size:7px}.decision-verdict-main h3{margin:6px 0 7px;font-size:23px}.decision-verdict-main p{margin:0;color:#c7d5e4;font-size:10px;line-height:1.6}.decision-confidence{padding:13px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:rgba(255,255,255,.022)}.decision-confidence span,.decision-confidence small{display:block;color:var(--text-dim);font-size:7px;line-height:1.45}.decision-confidence strong{display:block;margin:5px 0;color:#fff;font-size:14px;text-transform:capitalize}.decision-confidence.is-wysoka{border-color:rgba(80,238,176,.22);background:rgba(80,238,176,.045)}.decision-columns{display:grid;grid-template-columns:1fr 1fr;gap:12px}.decision-columns article{padding:15px;border:1px solid rgba(255,255,255,.07);border-radius:15px;background:rgba(4,10,18,.34)}.decision-columns ul{display:grid;gap:8px;margin:10px 0 0;padding:0;list-style:none}.decision-columns li{display:flex;gap:8px;color:#c6d4e4;font-size:9px;line-height:1.45}.decision-columns li span{color:#7bf0bd;font-weight:900}.decision-columns .is-caution li span{color:#ffd072}.decision-best-variant{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:16px;border:1px solid rgba(87,239,255,.16);border-radius:16px;background:linear-gradient(90deg,rgba(87,239,255,.055),rgba(126,156,255,.055))}.decision-best-variant h4{margin:5px 0 4px;font-size:17px}.decision-best-variant p{margin:0;color:#c2d1e0;font-size:9px}.decision-best-variant small{display:block;margin-top:6px;color:#8192a7;font-size:7px}.decision-price{text-align:right}.decision-price span,.decision-price strong{display:block}.decision-price span{color:#9edfe7;font-size:9px}.decision-price strong{margin:2px 0 8px;color:#fff;font-size:21px}.decision-price button{padding:9px 12px;border:1px solid rgba(87,239,255,.3);border-radius:10px;background:rgba(87,239,255,.1);color:#e8feff;font-size:8px;font-weight:900}.decision-source-legend{display:flex;flex-wrap:wrap;gap:12px;align-items:center;padding-top:2px;color:#93a4b7;font-size:7px}.decision-source-legend span{display:flex;align-items:center;gap:5px}.decision-source-legend i{width:8px;height:8px;border-radius:50%}.decision-source-legend .fact{background:#8ea5bf}.decision-source-legend .ai{background:var(--cyan);box-shadow:0 0 8px rgba(87,239,255,.4)}.decision-source-legend small{margin-left:auto;color:#68788c;font-size:7px}
@media(max-width:760px){.decision-verdict-main{grid-template-columns:auto 1fr}.decision-confidence{grid-column:1/-1}.decision-columns{grid-template-columns:1fr}.decision-best-variant{align-items:flex-start;flex-direction:column}.decision-price{width:100%;text-align:left}.decision-source-legend small{width:100%;margin-left:0}}
@media(max-width:480px){.decision-intelligence-card{padding:16px}.decision-verdict-main{grid-template-columns:1fr}.decision-score{width:76px;height:76px}.decision-verdict-main h3{font-size:20px}}

/* v3.1 Smart Comparison */
.smart-compare-verdict{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);gap:16px;margin-bottom:20px;padding:20px;border:1px solid rgba(111,236,204,.26);border-radius:22px;background:linear-gradient(135deg,rgba(83,104,255,.13),rgba(55,222,186,.08));box-shadow:0 18px 50px rgba(0,0,0,.2)}
.smart-compare-winner>span{font-size:10px;letter-spacing:.14em;color:#72f1cf;font-weight:800}.smart-compare-winner h3{font-size:26px;margin:8px 0 8px}.smart-compare-winner p{margin:0;color:#c7cee3;line-height:1.6;font-size:13px}.compare-score-pill{display:inline-flex;margin-top:14px;padding:9px 12px;border-radius:999px;background:rgba(87,238,198,.13);border:1px solid rgba(87,238,198,.34);color:#83f5d5;font-weight:800;font-size:11px}.smart-compare-badges{display:grid;gap:8px}.smart-compare-badges article{padding:11px 13px;border-radius:14px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.07)}.smart-compare-badges span{display:block;color:var(--muted);font-size:10px;margin-bottom:4px}.smart-compare-badges strong{font-size:12px}.smart-compare-alternative{grid-column:1/-1;margin:0;padding-top:13px;border-top:1px solid rgba(255,255,255,.08);color:#bfc8e8;font-size:12px}.compare-table.compare-cols-2 .compare-row{grid-template-columns:150px repeat(2,minmax(220px,1fr))}.compare-table.compare-cols-3 .compare-row{grid-template-columns:150px repeat(3,minmax(190px,1fr))}.compare-row b{line-height:1.45}.compare-disclaimer{margin-top:13px;color:var(--muted);font-size:10px;line-height:1.5}.compare-row:nth-child(2) b{color:#72f1cf;font-size:14px}.compare-row:nth-last-child(-n+2) b{font-weight:600;color:#d6dcf2}
@media(max-width:760px){.smart-compare-verdict{grid-template-columns:1fr;padding:16px}.smart-compare-alternative{grid-column:auto}.smart-compare-winner h3{font-size:21px}}

/* v3.4 Partner Integration Sandbox */
.tour-variant.is-last-places { border-color: rgba(255, 183, 77, .65); box-shadow: inset 3px 0 0 #ffb74d; }
.tour-variant.is-unavailable { opacity: .68; border-color: rgba(255, 107, 107, .5); }
.tour-variant.is-unavailable .variant-price strong { text-decoration: line-through; }
.tour-variant [data-refresh-variant]:disabled { cursor: wait; opacity: .65; }


/* TripPulse v3.6.2 Smart Local Map */
.hotel-map-jump{display:block;margin-top:5px;padding:0;border:0;background:none;color:#72e9f7;font-size:8px;font-weight:850;text-align:left}.hotel-map-jump:hover{color:#fff}.smart-local-map{padding:20px;border:1px solid rgba(87,239,255,.16);border-radius:22px;background:linear-gradient(145deg,rgba(10,24,39,.98),rgba(6,13,24,.98));scroll-margin-top:16px}.smart-map-heading{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.smart-map-heading h4{margin:5px 0 7px;font-size:21px}.smart-map-heading p{max-width:620px;margin:0;color:var(--text-muted);font-size:9px;line-height:1.55}.smart-map-expand{padding:10px 12px;border:1px solid rgba(87,239,255,.22);border-radius:11px;background:rgba(87,239,255,.06);color:#dffcff;font-size:8px;font-weight:900;white-space:nowrap}.smart-map-filters{display:flex;flex-wrap:wrap;gap:7px;margin:16px 0 12px}.smart-map-filters button{padding:8px 10px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:rgba(255,255,255,.02);color:var(--text-muted);font-size:8px;font-weight:850}.smart-map-filters button:hover,.smart-map-filters button.is-active{border-color:rgba(87,239,255,.34);background:rgba(87,239,255,.09);color:#effeff}.smart-map-canvas{position:relative;min-height:390px;overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:linear-gradient(35deg,#142b2b 0 25%,#193738 25% 50%,#163031 50% 75%,#1b3b3b 75%);box-shadow:inset 0 0 80px rgba(0,0,0,.42)}.smart-map-canvas:before,.smart-map-canvas:after{content:"";position:absolute;inset:0;pointer-events:none}.smart-map-canvas:before{background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:38px 38px}.smart-map-canvas:after{background:radial-gradient(circle at 48% 50%,transparent 0 20%,rgba(87,239,255,.045) 20.5% 21%,transparent 21.5% 36%,rgba(87,239,255,.035) 36.5% 37%,transparent 37.5%)}.smart-map-water{position:absolute;left:-10%;bottom:-20%;width:58%;height:48%;border-radius:50% 50% 0 0;background:linear-gradient(140deg,#14506b,#0c334c);transform:rotate(7deg);opacity:.82}.smart-map-road{position:absolute;height:5px;border-radius:999px;background:rgba(226,216,166,.2);box-shadow:0 0 0 1px rgba(255,255,255,.025)}.smart-map-road.road-a{left:8%;top:42%;width:86%;transform:rotate(-9deg)}.smart-map-road.road-b{left:28%;top:10%;width:5px;height:75%;transform:rotate(14deg)}.smart-map-road.road-c{left:10%;top:70%;width:74%;transform:rotate(13deg)}.smart-map-marker{position:absolute;z-index:3;left:var(--map-x);top:var(--map-y);display:grid;place-items:center;min-width:32px;height:32px;padding:0 7px;border:2px solid rgba(255,255,255,.78);border-radius:50% 50% 50% 8px;background:#18263a;color:#fff;transform:translate(-50%,-50%) rotate(-45deg);box-shadow:0 7px 18px rgba(0,0,0,.35);transition:.18s}.smart-map-marker>span{transform:rotate(45deg);font-size:14px}.smart-map-marker b{position:absolute;left:43px;top:8px;width:max-content;max-width:150px;padding:6px 8px;border:1px solid rgba(87,239,255,.22);border-radius:9px;background:rgba(5,13,23,.94);color:#eaffff;font-size:8px;transform:rotate(45deg)}.smart-map-marker:hover{z-index:6;filter:brightness(1.25);transform:translate(-50%,-50%) rotate(-45deg) scale(1.12)}.smart-map-marker.is-hotel{width:44px;height:44px;background:linear-gradient(135deg,#57efff,#647cff);color:#08111e}.smart-map-marker[hidden]{display:none}.smart-map-popup{position:absolute;z-index:10;min-width:155px;max-width:220px;padding:11px 28px 11px 12px;border:1px solid rgba(87,239,255,.28);border-radius:12px;background:rgba(4,11,20,.96);box-shadow:0 14px 34px rgba(0,0,0,.45);transform:translate(-50%,calc(-100% - 22px))}.smart-map-popup strong,.smart-map-popup span{display:block}.smart-map-popup strong{font-size:10px}.smart-map-popup span{margin-top:4px;color:var(--text-muted);font-size:8px}.smart-map-popup button{position:absolute;right:7px;top:6px;border:0;background:none;color:#fff;font-size:15px}.smart-map-legend{position:absolute;left:12px;bottom:12px;z-index:2;display:flex;flex-wrap:wrap;gap:8px;padding:8px 10px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:rgba(4,11,20,.82)}.smart-map-legend span{display:flex;align-items:center;gap:5px;color:#c4d1de;font-size:7px}.smart-map-legend i{width:7px;height:7px;border-radius:50%;background:#91a1b2}.smart-map-legend .legend-hotel{background:#57efff}.smart-map-legend .legend-food{background:#f3ad5e}.smart-map-legend .legend-beach{background:#5ebcf3}.smart-map-distance{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.smart-map-distance span{padding:7px 9px;border-radius:9px;background:rgba(255,255,255,.03);color:#becbd8;font-size:7px}.smart-map-demo-note{margin:9px 0 0;color:var(--text-dim);font-size:7px;line-height:1.5}.smart-local-map.is-expanded{position:fixed;z-index:9999;inset:18px;display:flex;flex-direction:column;padding:22px;background:#06101d;box-shadow:0 30px 100px rgba(0,0,0,.8)}.smart-local-map.is-expanded .smart-map-canvas{flex:1;min-height:0}.smart-map-open{overflow:hidden}@media(max-width:760px){.smart-map-heading{flex-direction:column}.smart-map-canvas{min-height:330px}.smart-local-map.is-expanded{inset:7px;padding:14px}.smart-map-marker b{display:none}}@media(max-width:480px){.smart-map-canvas{min-height:300px}.smart-map-filters{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.smart-map-filters button{white-space:nowrap}.smart-map-legend{max-width:85%}}


/* v3.6.3 Free Real Map — Leaflet + OpenStreetMap */
.leaflet-map-canvas{min-height:410px;background:#0b1724;z-index:1}
.leaflet-map-canvas:before,.leaflet-map-canvas:after{display:none!important}
.smart-map-point-data{display:none}
.leaflet-container{font-family:Manrope,Arial,sans-serif;background:#0b1724}
.leaflet-control-zoom a{background:#091523!important;color:#eaffff!important;border-color:rgba(255,255,255,.1)!important}
.leaflet-control-attribution{background:rgba(5,12,21,.84)!important;color:#b7c5d3!important;font-size:9px!important}
.leaflet-control-attribution a{color:#72e9f7!important}
.trip-map-div-icon{background:transparent;border:0}
.trip-map-pin{display:grid;place-items:center;width:34px;height:34px;border:2px solid rgba(255,255,255,.92);border-radius:50% 50% 50% 8px;background:#17283c;color:#fff;transform:rotate(-45deg);box-shadow:0 8px 22px rgba(0,0,0,.38);font-size:14px}
.trip-map-pin.is-hotel{width:44px;height:44px;background:linear-gradient(135deg,#57efff,#647cff);color:#07111e;font-size:17px;box-shadow:0 0 0 7px rgba(87,239,255,.15),0 10px 28px rgba(0,0,0,.42)}
.trip-map-pin[data-pin-type="food"]{background:#b96b2d}.trip-map-pin[data-pin-type="beach"]{background:#167ca8}.trip-map-pin[data-pin-type="practical"]{background:#496277}.trip-map-pin[data-pin-type="attraction"]{background:#7b5ab1}.trip-map-pin[data-pin-type="excursion"]{background:#287d72}.trip-map-pin[data-pin-type="hotel-alt"]{background:#34465e}
.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#071321;color:#eaffff}
.leaflet-popup-content{font-size:11px;line-height:1.45}.leaflet-popup-content strong{font-size:12px}.leaflet-popup-content span{color:#aebdca}
.map-load-error{display:grid;place-items:center;align-content:center;min-height:390px;padding:30px;text-align:center;background:radial-gradient(circle at center,rgba(87,239,255,.08),transparent 60%)}
.map-load-error strong{font-size:15px}.map-load-error span{margin-top:8px;color:var(--text-muted);font-size:10px}
.smart-local-map.is-expanded .leaflet-map-canvas{flex:1;min-height:0}
@media(max-width:760px){.leaflet-map-canvas{min-height:340px}}

/* v3.6.4 — stabilny rozmiar mapy Leaflet */
.leaflet-map-canvas{
  display:block;
  width:100%;
  height:440px;
  min-height:440px;
  max-height:none;
  box-sizing:border-box;
}
.smart-local-map.is-expanded .leaflet-map-canvas{
  width:100%;
  height:auto;
  min-height:0;
  flex:1 1 auto;
}
.leaflet-map-canvas .leaflet-pane,
.leaflet-map-canvas .leaflet-tile,
.leaflet-map-canvas .leaflet-marker-icon,
.leaflet-map-canvas .leaflet-marker-shadow{
  max-width:none!important;
  max-height:none!important;
}
.leaflet-map-canvas .leaflet-tile-container img{display:block}
@media(max-width:760px){
  .leaflet-map-canvas{height:360px;min-height:360px}
  .smart-local-map.is-expanded .leaflet-map-canvas{height:auto;min-height:0}
}
@media(max-width:480px){
  .leaflet-map-canvas{height:320px;min-height:320px}
}

/* Clean Data Foundation */
.variant-test-label{display:inline-flex;align-items:center;justify-content:center;margin-top:6px;padding:8px 10px;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:rgba(255,255,255,.06);color:#b9c2e3;font-size:.68rem;font-weight:800;letter-spacing:.06em}


/* TripPulse v4.1.1 — temporary Import Lab shortcut */
.main-nav .import-nav-item{margin-top:8px;border:1px solid rgba(87,239,255,.18);background:linear-gradient(100deg,rgba(87,239,255,.09),rgba(158,104,255,.055));box-shadow:inset 2px 0 0 rgba(87,239,255,.75)}
.main-nav .import-nav-item:hover{border-color:rgba(87,239,255,.38);background:linear-gradient(100deg,rgba(87,239,255,.15),rgba(158,104,255,.09))}
.import-nav-icon{width:18px;flex:0 0 18px;text-align:center;color:var(--cyan);font-size:16px;font-weight:900}
.import-nav-copy{display:flex;min-width:0;flex-direction:column;gap:2px}
.import-nav-copy strong{color:#eaffff;font-size:11px;letter-spacing:.08em}
.import-nav-copy small{color:var(--text-dim);font-size:8px;line-height:1.35}
@media (max-width:1080px){.main-nav .import-nav-item{margin-top:0}.import-nav-copy small{display:none}}
@media (min-width:1081px){body.sidebar-collapsed .import-nav-copy{display:none}body.sidebar-collapsed .main-nav .import-nav-item{margin-top:8px}}


/* v4.5.6 TripPulse Hotel Slide */
.hotel-slide-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 22px;border-bottom:1px solid var(--line);background:linear-gradient(90deg,rgba(87,239,255,.06),rgba(126,156,255,.025))}.hotel-slide-header p{max-width:620px;margin:5px 0 0;color:var(--text-muted);font-size:10px;line-height:1.5}.hotel-profile-link{flex:0 0 auto;padding:11px 14px;border:1px solid rgba(87,239,255,.32);border-radius:11px;color:#dffcff;background:rgba(87,239,255,.08);font-size:9px;font-weight:900;text-decoration:none}.hotel-profile-link:hover{background:rgba(87,239,255,.16)}.hotel-slide-tabs{grid-template-columns:minmax(110px,.7fr) minmax(110px,.7fr) minmax(210px,1.2fr)}@media(max-width:760px){.hotel-slide-header{align-items:flex-start;flex-direction:column}.hotel-profile-link{width:100%;text-align:center}.hotel-slide-tabs{grid-template-columns:1fr 1fr}.hotel-slide-tabs .is-offer-cta{grid-column:1/-1}}

/* v4.15.1 — conversation-first home workspace */
.hero{display:block;max-width:1500px;margin:0 auto;padding:72px 48px 88px;position:relative}
.hero-globe{opacity:.22;right:-130px;top:-120px;transform:scale(.86)}
.home-intro{max-width:980px;margin:0 auto 34px;text-align:center;position:relative;z-index:2}
.home-intro .eyebrow{justify-content:center;margin-bottom:18px}
.home-intro h1{max-width:930px;margin:0 auto;font-size:clamp(40px,5.2vw,76px);line-height:1.04;letter-spacing:-.055em}
.home-intro h1 span{display:block;color:var(--accent,#79d9c6)}
.home-intro .hero-copy{max-width:790px;margin:24px auto 0;font-size:18px;line-height:1.75;color:rgba(233,240,247,.72)}
.conversation-path{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:28px;color:rgba(233,240,247,.7);font-size:13px}
.conversation-path span{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:rgba(255,255,255,.035)}
.conversation-path b{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:rgba(121,217,198,.14);color:#8fe7d5;font-size:11px}
.conversation-path i{font-style:normal;color:rgba(255,255,255,.22)}
.assistant-card{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.65fr) minmax(285px,.72fr);column-gap:20px;align-items:start;padding:24px;border-radius:30px;background:rgba(11,20,29,.82);border:1px solid rgba(255,255,255,.1);box-shadow:0 34px 100px rgba(0,0,0,.34);backdrop-filter:blur(22px)}
.assistant-card> :not(.concierge-profile):not(.live-understanding):not(.database-note){grid-column:1}
.assistant-heading{padding:4px 4px 18px;border-bottom:1px solid rgba(255,255,255,.07)}
.assistant-heading h2{font-size:26px;margin-top:5px}
.conversation-intro{margin-top:18px;min-height:112px;border-radius:20px;background:linear-gradient(145deg,rgba(89,202,181,.11),rgba(255,255,255,.025));border:1px solid rgba(121,217,198,.13)}
.conversation-history{max-height:260px;overflow:auto}
#travelForm{margin-top:16px}
.chat-composer{min-height:118px;border-radius:22px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.11);box-shadow:inset 0 1px 0 rgba(255,255,255,.035)}
.chat-composer textarea{min-height:86px;font-size:16px;line-height:1.6;padding-right:60px}
.composer-send{width:44px;height:44px;right:12px;bottom:12px}
.prompt-suggestion{margin-top:11px;border-radius:16px;background:rgba(255,255,255,.025)}
.concierge-profile{grid-column:2;grid-row:1 / span 12;margin:0;position:sticky;top:24px;min-height:420px;border-radius:24px;background:linear-gradient(180deg,rgba(19,31,42,.98),rgba(10,18,26,.94));border:1px solid rgba(255,255,255,.09);overflow:hidden}
.concierge-profile.is-collapsed .concierge-profile-details{display:block}
.concierge-profile-toggle{cursor:default;padding:22px 20px 16px}
.profile-chevron{display:none}
.profile-progress{margin:0 20px}
.profile-compact-status{padding:18px 20px 6px;display:grid;gap:10px}
.concierge-profile-details{padding:10px 20px 20px}
#profileHint{font-size:13px;line-height:1.65;color:rgba(233,240,247,.62)}
.live-understanding{grid-column:2;margin:14px 0 0;border-radius:22px;background:rgba(255,255,255,.028);border:1px solid rgba(255,255,255,.075);padding:18px}
.live-understanding-head{display:block}
.live-understanding-head h3{font-size:17px;margin:4px 0 8px}
.understanding-count{display:inline-flex;margin-top:4px}
.understanding-grid{display:flex;flex-wrap:wrap;gap:7px}
.database-note{grid-column:1;margin:14px 4px 0;opacity:.58}
.hero-proof,.hero-quick-start{display:none!important}
@media(max-width:1050px){.hero{padding:54px 28px 70px}.assistant-card{grid-template-columns:1fr}.assistant-card>*{grid-column:1!important}.concierge-profile{grid-row:auto;position:static;min-height:0;margin-top:18px}.live-understanding{margin-top:14px}.conversation-path i{display:none}}
@media(max-width:700px){.hero{padding:36px 14px 54px}.home-intro{margin-bottom:24px}.home-intro h1{font-size:38px}.home-intro .hero-copy{font-size:15px}.conversation-path{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:5px}.conversation-path span{white-space:nowrap}.assistant-card{padding:14px;border-radius:22px}.assistant-heading h2{font-size:22px}.chat-composer{min-height:132px}}


/* v4.15.2 — szeroka rozmowa + profil bezpośrednio pod rozmową */
.home-intro{max-width:980px}
.assistant-card{
  max-width:980px;
  display:block;
  padding:26px;
}
.assistant-card> *{width:100%}
.conversation-history{max-height:300px}
.concierge-profile{
  margin:18px 0 0;
  position:static;
  min-height:0;
  border-radius:20px;
  background:linear-gradient(145deg,rgba(89,202,181,.07),rgba(255,255,255,.025));
  border:1px solid rgba(121,217,198,.14);
}
.concierge-profile-toggle{
  cursor:pointer;
  width:100%;
  padding:17px 18px 14px;
}
.concierge-profile-toggle:hover{background:rgba(255,255,255,.018)}
.profile-toggle-meta{display:flex;align-items:center;gap:10px}
.profile-open-label{color:rgba(233,240,247,.56);font-size:11px;font-weight:750;white-space:nowrap}
.profile-chevron{display:inline-block;transition:transform .2s ease}
.concierge-profile:not(.is-collapsed) .profile-chevron{transform:rotate(180deg)}
.profile-progress{margin:0 18px}
.profile-compact-status{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding:14px 18px 16px;
}
.concierge-profile.is-collapsed .concierge-profile-details{display:none}
.concierge-profile-details{padding:2px 18px 18px;border-top:1px solid rgba(255,255,255,.055)}
.live-understanding{
  margin:14px 0 0;
  border-radius:20px;
  background:rgba(255,255,255,.022);
  border:1px solid rgba(255,255,255,.065);
  padding:18px;
}
.database-note{margin:14px 4px 0}
@media(max-width:1050px){
  .assistant-card{max-width:980px}
  .concierge-profile{margin-top:18px}
}
@media(max-width:700px){
  .assistant-card{padding:14px}
  .profile-open-label{display:none}
  .concierge-profile-toggle{padding:15px 14px 12px}
  .profile-progress{margin:0 14px}
  .profile-compact-status{padding:12px 14px 14px}
  .concierge-profile-details{padding:2px 14px 15px}
}

/* v4.15.3 — jedna aktywna odpowiedź TripPulse AI */
.conversation-intro {
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.conversation-intro.is-updating {
  border-color: rgba(103, 232, 249, .36);
  box-shadow: 0 14px 42px rgba(24, 110, 145, .12);
}
.conversation-message {
  min-height: 3.2em;
}
.conversation-history:empty {
  display: none;
}
.conversation-history .chat-row.ai {
  display: none;
}

/* v4.15.4 — kontekst i szybkie odpowiedzi bezpośrednio nad polem rozmowy */
.smart-replies-wrap,
.conversation-memory-wrap{
  margin-top:14px;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:16px;
  background:rgba(255,255,255,.025);
}
.conversation-helper-label{
  display:block;
  margin:0 0 9px;
  color:rgba(214,230,239,.58);
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.smart-replies-wrap .smart-replies{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0;
}
.smart-replies-wrap .smart-replies .smart-reply-suggestion{
  min-height:38px;
  padding:8px 13px;
  border-radius:12px;
  border:1px solid rgba(121,217,198,.22);
  background:rgba(121,217,198,.07);
  color:#e9fffb;
  font-size:12px;
  font-weight:800;
  cursor:default;
  user-select:text;
}
.conversation-memory-wrap{
  margin-top:10px;
  padding-bottom:11px;
  border-color:rgba(87,239,255,.11);
  background:rgba(87,239,255,.025);
}
.conversation-memory-wrap .conversation-memory{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0;
}
#travelForm{margin-top:10px}
.prompt-suggestion{
  margin:10px 0 0;
}
@media(max-width:640px){
  .smart-replies-wrap .smart-replies{flex-wrap:nowrap;overflow-x:auto;padding-bottom:3px}
  .smart-replies-wrap .smart-replies .smart-reply-suggestion{flex:0 0 auto}
  .conversation-memory-wrap .conversation-memory{flex-wrap:nowrap;overflow-x:auto;padding-bottom:3px}
  .conversation-memory-wrap .memory-chip{flex:0 0 auto}
}


/* TripPulse v4.15.5 — composer alignment fix */
.chat-composer{
  align-items:stretch;
  overflow:hidden;
}
.chat-composer textarea{
  flex:1 1 auto;
  width:100%;
  margin:0;
  border:0;
  border-radius:18px;
  background:transparent;
  box-shadow:none;
  padding:16px 14px 16px 44px;
}
.chat-composer textarea:focus{
  border:0;
  background:rgba(255,255,255,.025);
  box-shadow:none;
}
@media(max-width:700px){
  .chat-composer textarea{
    padding-right:64px;
  }
}


/* TripPulse v4.15.6 — zebrane ustalenia nad pytaniem AI */
.assistant-heading + .conversation-memory-wrap{
  margin-top:18px;
  margin-bottom:10px;
}
.assistant-heading + .conversation-memory-wrap + .conversation-intro{
  margin-top:0;
}


/* TripPulse v4.15.7 — bez narastającego bloku historii rozmowy */
.conversation-history{
  display:none !important;
}

/* TripPulse v4.15.9 — pole odpowiedzi widoczne od razu i czytelniejsze */
.hero{
  padding-top:32px;
  padding-bottom:56px;
}
.home-intro{
  margin-bottom:20px;
}
.home-intro .eyebrow{
  margin-bottom:10px;
}
.home-intro h1{
  font-size:clamp(38px,4.5vw,64px);
  line-height:1.02;
}
.home-intro .hero-copy{
  max-width:760px;
  margin-top:14px;
  font-size:16px;
  line-height:1.55;
}
.conversation-path{
  margin-top:14px;
}
.assistant-card{
  padding-top:20px;
}
.assistant-heading{
  padding-bottom:12px;
}
.conversation-intro{
  margin-bottom:14px;
  min-height:94px;
  padding:15px 17px;
}
.smart-replies-wrap,
.conversation-memory-wrap{
  margin-top:10px;
}
#travelForm{
  margin-top:12px;
}
.chat-composer{
  min-height:104px;
  border-color:rgba(87,239,255,.28);
  background:linear-gradient(145deg,rgba(87,239,255,.055),rgba(255,255,255,.035));
  box-shadow:0 0 0 1px rgba(87,239,255,.025),inset 0 1px 0 rgba(255,255,255,.045);
}
.chat-composer:hover{
  border-color:rgba(87,239,255,.4);
}
.conversation-field:focus-within .chat-composer{
  border-color:rgba(87,239,255,.62);
  background:linear-gradient(145deg,rgba(87,239,255,.075),rgba(255,255,255,.045));
  box-shadow:0 0 0 4px rgba(87,239,255,.065),0 16px 38px rgba(0,0,0,.2);
}
.chat-composer textarea{
  min-height:76px;
  color:#f5fbff;
}
.chat-composer textarea::placeholder{
  color:#91a7b8;
  opacity:1;
}
@media(max-width:700px){
  .hero{padding-top:22px;padding-bottom:42px}
  .home-intro{margin-bottom:16px}
  .home-intro h1{font-size:34px}
  .home-intro .hero-copy{margin-top:11px;font-size:14px}
  .conversation-path{margin-top:11px}
  .assistant-heading{padding-bottom:10px}
  .conversation-intro{min-height:88px;margin-top:12px;margin-bottom:11px}
  .chat-composer{min-height:112px}
}


/* TripPulse v4.16.0 — aktywny sygnał pola odpowiedzi */
.composer-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:0 0 8px 3px;
}
.composer-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.composer-label{
  color:#a9eaf1;
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.composer-label-caret,
.composer-active-cursor{
  width:2px;
  height:12px;
  border-radius:999px;
  background:linear-gradient(180deg,var(--cyan),#c5fbff);
  box-shadow:0 0 12px rgba(87,239,255,.45);
  animation:activeComposerBlink 1s steps(1,end) infinite;
}
@keyframes activeComposerBlink{
  0%,45%{opacity:1}
  46%,100%{opacity:.18}
}
@media(max-width:700px){
  .composer-meta{
    align-items:flex-start;
    flex-direction:column;
    gap:6px;
  }
}


/* TripPulse v4.16.3 — prawy panel stanu analizy potrzeb */
.assistant-card{
  max-width:1180px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:22px;
  align-items:start;
}
.assistant-card> :not(.needs-analysis-rail):not(.database-note){
  grid-column:1;
}
.needs-analysis-rail{
  grid-column:2;
  grid-row:1 / span 20;
  position:sticky;
  top:22px;
  display:grid;
  gap:12px;
  padding:18px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(17,29,40,.97),rgba(9,16,24,.95));
  box-shadow:0 24px 64px rgba(0,0,0,.24);
}
.needs-analysis-head{
  padding:2px 2px 14px;
  border-bottom:1px solid rgba(255,255,255,.065);
}
.needs-analysis-head strong{
  display:block;
  margin-top:5px;
  color:#effaff;
  font-size:16px;
  line-height:1.35;
}
.needs-analysis-head p{
  margin:8px 0 0;
  color:#8496a7;
  font-size:10px;
  line-height:1.55;
}
.needs-analysis-rail .concierge-profile{
  margin:0;
  border-radius:17px;
  background:rgba(255,255,255,.025);
  box-shadow:none;
}
.needs-analysis-rail .concierge-profile-toggle{
  padding:13px 14px 11px;
}
.needs-analysis-rail .profile-open-label,
.needs-analysis-rail .profile-chevron{
  display:none;
}
.needs-analysis-rail .profile-compact-status{
  display:none;
}
.needs-analysis-rail .concierge-profile-details{
  display:block!important;
  padding:10px 14px 13px;
  border-top:1px solid rgba(255,255,255,.055);
}
.needs-analysis-rail .live-understanding{
  margin:0;
  padding:14px;
  border-radius:17px;
  background:rgba(255,255,255,.024);
}
.needs-analysis-rail .live-understanding-head{
  display:block;
}
.needs-analysis-rail .live-understanding-head h3{
  margin:4px 0 8px;
  font-size:15px;
}
.needs-analysis-rail .understanding-count{
  display:inline-flex;
  margin-bottom:8px;
}
.needs-analysis-rail .understanding-sentence{
  margin:8px 0 12px;
  padding:9px 10px;
  font-size:10px;
}
.needs-analysis-rail .understanding-group+.understanding-group{
  margin-top:11px;
}
.needs-analysis-rail .understanding-label{
  margin-bottom:6px;
  font-size:8px;
}
.needs-analysis-rail .understanding-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:6px;
}
.needs-analysis-rail .understanding-token{
  display:grid;
  grid-template-columns:86px 1fr;
  align-items:center;
  gap:8px;
  padding:8px 9px;
  border-radius:10px;
}
.needs-analysis-rail .understanding-token small{
  margin:0;
  font-size:7px;
}
.needs-analysis-rail .understanding-token strong{
  font-size:10px;
  white-space:normal;
}
.database-note{
  grid-column:1 / -1;
}
@media(max-width:1050px){
  .assistant-card{
    grid-template-columns:1fr;
    max-width:980px;
  }
  .assistant-card>*{
    grid-column:1!important;
  }
  .needs-analysis-rail{
    grid-row:auto;
    position:static;
    margin-top:6px;
  }
}
@media(max-width:700px){
  .needs-analysis-rail{
    padding:14px;
    border-radius:19px;
  }
}

/* TripPulse v4.16.4 — stabilizacja układu rozmowy i prawego panelu */
.home-intro{
  width:min(1060px,100%);
  margin-left:auto;
  margin-right:auto;
}
.assistant-card{
  width:min(1060px,100%);
  max-width:1060px;
  grid-template-columns:minmax(0,1fr) minmax(250px,285px);
  column-gap:16px;
  row-gap:12px;
  overflow:visible;
}
.assistant-card > *,
.needs-analysis-rail,
.needs-analysis-rail > *{
  min-width:0;
  max-width:100%;
}
.assistant-card> :not(.needs-analysis-rail):not(.database-note){
  grid-column:1;
}
.needs-analysis-rail{
  grid-column:2;
  grid-row:1 / span 20;
  width:100%;
  padding:15px;
  gap:10px;
  border-radius:21px;
  overflow:hidden;
}
.needs-analysis-head strong{
  font-size:15px;
}
.needs-analysis-head p{
  font-size:9px;
}
.needs-analysis-rail .concierge-profile,
.needs-analysis-rail .live-understanding{
  width:100%;
  min-width:0;
  position:static;
  grid-column:auto;
  grid-row:auto;
}
.needs-analysis-rail .concierge-profile-toggle{
  width:100%;
  min-width:0;
}
.needs-analysis-rail .profile-toggle-copy,
.needs-analysis-rail .profile-toggle-meta{
  min-width:0;
}
.needs-analysis-rail .understanding-token{
  grid-template-columns:74px minmax(0,1fr);
}
.database-note{
  grid-column:1;
}
@media(max-width:1180px){
  .assistant-card,
  .home-intro{
    width:100%;
  }
  .assistant-card{
    grid-template-columns:minmax(0,1fr) 270px;
  }
}
@media(max-width:960px){
  .assistant-card{
    grid-template-columns:1fr;
  }
  .assistant-card>*{
    grid-column:1!important;
  }
  .needs-analysis-rail{
    grid-row:auto;
    position:static;
    margin-top:4px;
  }
  .database-note{
    grid-column:1;
  }
}
@media(max-width:700px){
  .assistant-card{
    width:100%;
    padding:14px;
  }
  .needs-analysis-rail{
    padding:13px;
  }
}


/* TripPulse v4.16.5 — panel analizy ograniczony do obszaru treści */
.site-header{
  z-index:100;
}
.hero{
  overflow:hidden;
}
.assistant-card{
  position:relative;
  z-index:1;
  overflow:hidden;
}
.needs-analysis-rail{
  position:static!important;
  top:auto!important;
  z-index:auto;
  align-self:start;
}
@media (min-width:1081px){
  .hero{
    width:calc(100vw - 244px)!important;
    max-width:calc(100vw - 244px)!important;
    margin-left:0;
    margin-right:0;
    padding-left:32px;
    padding-right:32px;
  }
  .home-intro,
  .assistant-card{
    width:min(1060px,calc(100vw - 308px));
    max-width:calc(100vw - 308px);
  }
}
@media (max-width:1180px) and (min-width:1081px){
  .assistant-card{
    grid-template-columns:minmax(0,1fr) 250px;
  }
}

/* TripPulse v4.16.6 — wąski panel analizy stale po prawej na desktopie */
@media (min-width:860px){
  .assistant-card{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(210px,235px)!important;
    column-gap:14px!important;
    align-items:start!important;
  }
  .assistant-card> :not(.needs-analysis-rail):not(.database-note){
    grid-column:1!important;
  }
  .needs-analysis-rail{
    grid-column:2!important;
    grid-row:1 / span 30!important;
    width:100%!important;
    margin-top:0!important;
    position:static!important;
    padding:13px!important;
    border-radius:19px!important;
  }
  .database-note{
    grid-column:1!important;
  }
  .needs-analysis-head strong{font-size:14px}
  .needs-analysis-head p{font-size:8.5px}
  .needs-analysis-rail .understanding-token{
    grid-template-columns:66px minmax(0,1fr)!important;
    gap:6px!important;
    padding:7px 8px!important;
  }
  .needs-analysis-rail .understanding-token strong{font-size:9px}
  .needs-analysis-rail .understanding-sentence{font-size:9px}
}
@media (max-width:859px){
  .assistant-card{
    grid-template-columns:1fr!important;
  }
  .assistant-card>*{
    grid-column:1!important;
  }
  .needs-analysis-rail{
    grid-row:auto!important;
    margin-top:10px!important;
  }
}


/* TripPulse v4.16.7 — pełna rozmowa + niezależny boczny panel analizy */
.assistant-workspace{
  position:relative;
  width:min(100%,980px);
  max-width:980px;
  margin:0 auto;
}
.assistant-workspace .assistant-card{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  overflow:hidden;
}
.assistant-workspace .assistant-card>*{
  width:100%;
  min-width:0;
}
.assistant-workspace>.needs-analysis-rail{
  position:absolute!important;
  top:0;
  left:calc(100% + 18px);
  width:230px!important;
  max-width:230px!important;
  margin:0!important;
  grid-column:auto!important;
  grid-row:auto!important;
  z-index:1;
}
.assistant-workspace>.needs-analysis-rail .concierge-profile,
.assistant-workspace>.needs-analysis-rail .live-understanding{
  position:static!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
}
@media(max-width:1540px){
  .assistant-workspace{
    width:min(100%,980px);
  }
  .assistant-workspace>.needs-analysis-rail{
    position:static!important;
    width:100%!important;
    max-width:none!important;
    margin-top:18px!important;
  }
}
@media(max-width:700px){
  .assistant-workspace{
    width:100%;
  }
}

/* TripPulse v4.16.8 — boczny panel na równi z górą rozmowy */
.assistant-workspace{
  width:min(100%,900px)!important;
  max-width:900px!important;
}
.assistant-workspace>.needs-analysis-rail{
  position:absolute!important;
  top:0!important;
  left:calc(100% + 18px)!important;
  width:220px!important;
  max-width:220px!important;
  margin:0!important;
  align-self:start!important;
}
/* Nadpisanie wcześniejszego breakpointu 1540 px, który niepotrzebnie zrzucał panel pod rozmowę. */
@media (min-width:1201px){
  .assistant-workspace>.needs-analysis-rail{
    position:absolute!important;
    top:0!important;
    left:calc(100% + 18px)!important;
    width:220px!important;
    max-width:220px!important;
    margin:0!important;
  }
}
@media (max-width:1200px){
  .assistant-workspace{
    width:min(100%,900px)!important;
  }
  .assistant-workspace>.needs-analysis-rail{
    position:static!important;
    width:100%!important;
    max-width:none!important;
    margin-top:18px!important;
  }
}


/* TripPulse v4.16.9 — prawa kolumna tylko z analizą bieżącą */
.needs-analysis-head{margin-bottom:12px}
.needs-analysis-head .section-kicker{display:block;margin-bottom:7px}
.needs-analysis-head strong{display:block;line-height:1.35}
.needs-analysis-head p{margin-bottom:0}
.needs-analysis-rail .live-understanding{margin-top:0!important}
.needs-analysis-rail .live-understanding[hidden]{display:none!important}


/* TripPulse v4.17.1 — czysta przestrzeń rozmowy i trzy aktywne etapy */
.stage-memory-engine-only{display:none!important}
.travel-stage-tabs{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin:14px 0 16px;
}
.travel-stage-tab{
  min-width:0;
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:9px;
  padding:11px 12px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:14px;
  color:#a9b6c4;
  background:rgba(255,255,255,.022);
  text-align:left;
  cursor:pointer;
  transition:.2s ease;
}
.travel-stage-tab:hover{transform:translateY(-1px);border-color:rgba(87,239,255,.23)}
.travel-stage-tab.is-active{
  border-color:rgba(87,239,255,.4);
  color:#effdff;
  background:linear-gradient(135deg,rgba(87,239,255,.105),rgba(128,95,255,.065));
  box-shadow:0 10px 26px rgba(0,0,0,.14);
}
.stage-number{
  display:grid;place-items:center;width:26px;height:26px;border-radius:9px;
  color:#dffcff;background:rgba(87,239,255,.1);font-size:10px;font-weight:900
}
.travel-stage-tab.is-active .stage-number{color:#07141a;background:linear-gradient(135deg,var(--cyan),#9ba0ff)}
.travel-stage-tab strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}
.travel-stage-tab small{display:block;margin-top:3px;color:#738395;font-size:8px;line-height:1.25}
.travel-stage-tab.is-active small{color:#a9dfe5}
.stage-analysis-panel{padding:14px;border:1px solid rgba(255,255,255,.075);border-radius:17px;background:rgba(255,255,255,.022)}
.stage-analysis-title{display:flex;gap:10px;align-items:center}
.stage-analysis-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:10px;color:#07141a;background:linear-gradient(135deg,var(--cyan),#9b91ff);font-size:11px;font-weight:900}
.stage-analysis-title h3{margin:3px 0 0;font-size:14px}
.stage-analysis-description{margin:9px 0 11px;color:#8392a1;font-size:9px;line-height:1.55}
.stage-progress{height:4px;margin-bottom:13px;overflow:hidden;border-radius:99px;background:rgba(255,255,255,.055)}
.stage-progress span{display:block;height:100%;width:0;border-radius:inherit;background:linear-gradient(90deg,var(--cyan),#8e83ff);transition:width .3s ease}
.stage-analysis-group+.stage-analysis-group{margin-top:12px}
.stage-group-label{display:block;margin-bottom:7px;font-size:8px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}
.stage-group-label.is-ready{color:#88efc8}.stage-group-label.is-missing{color:#b7a6ff}
.stage-analysis-list{display:grid;gap:6px}
.stage-analysis-item{padding:7px 8px;border:1px solid rgba(255,255,255,.06);border-radius:9px;color:#cbd7e1;background:rgba(255,255,255,.018);font-size:8.5px;line-height:1.35}
.stage-analysis-item.is-empty{color:#697789;border-style:dashed}
.stage-skip-button{width:100%;margin-top:13px;padding:8px;border:1px solid rgba(255,255,255,.075);border-radius:10px;color:#8796a5;background:rgba(255,255,255,.018);font-size:8px;font-weight:800;cursor:pointer}
.stage-skip-button:hover{color:#d8f9ff;border-color:rgba(87,239,255,.23)}
@media(max-width:700px){
 .travel-stage-tabs{grid-template-columns:1fr;gap:6px}
 .travel-stage-tab{padding:9px 10px}
}


/* TripPulse v4.17.2 — ikony etapów rozmowy */
.travel-stage-tab .stage-icon{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  flex:0 0 30px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:10px;
  background:rgba(255,255,255,.035);
  font-size:16px;
  line-height:1;
  filter:saturate(.82);
  transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease,filter .2s ease;
}
.travel-stage-tab:hover .stage-icon{
  transform:translateY(-1px);
  border-color:rgba(87,239,255,.24);
}
.travel-stage-tab.is-active .stage-icon{
  border-color:rgba(87,239,255,.42);
  background:linear-gradient(135deg,rgba(87,239,255,.18),rgba(154,104,255,.16));
  box-shadow:0 0 22px rgba(87,239,255,.12);
  filter:saturate(1);
}

/* TripPulse v4.17.3 — pełna wysokość prawego panelu bez przycinania */
.hero{
  overflow-x:hidden!important;
  overflow-y:visible!important;
}
.assistant-workspace{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(0,900px) 220px!important;
  align-items:start!important;
  gap:18px!important;
  width:min(100%,1138px)!important;
  max-width:1138px!important;
  margin:0 auto!important;
  overflow:visible!important;
}
.assistant-workspace .assistant-card{
  grid-column:1!important;
  width:100%!important;
  max-width:900px!important;
  min-width:0!important;
  overflow:hidden!important;
}
.assistant-workspace>.needs-analysis-rail{
  grid-column:2!important;
  position:static!important;
  top:auto!important;
  left:auto!important;
  width:220px!important;
  max-width:220px!important;
  height:auto!important;
  max-height:none!important;
  min-height:0!important;
  margin:0!important;
  overflow:visible!important;
  align-self:start!important;
}
.assistant-workspace>.needs-analysis-rail .stage-analysis-panel{
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
}
@media(max-width:1200px){
  .assistant-workspace{
    display:block!important;
    width:min(100%,900px)!important;
    max-width:900px!important;
  }
  .assistant-workspace>.needs-analysis-rail{
    width:100%!important;
    max-width:none!important;
    margin-top:18px!important;
  }
}

/* TripPulse v4.17.4 — równa wysokość panelu głównego i bocznego */
@media(min-width:1201px){
  .assistant-workspace{
    align-items:stretch!important;
  }
  .assistant-workspace .assistant-card,
  .assistant-workspace>.needs-analysis-rail{
    height:100%!important;
    min-height:100%!important;
    align-self:stretch!important;
  }
  .assistant-workspace>.needs-analysis-rail{
    display:flex!important;
    flex-direction:column!important;
  }
  .assistant-workspace>.needs-analysis-rail .stage-analysis-panel{
    flex:1 1 auto!important;
    height:100%!important;
  }
}
@media(max-width:1200px){
  .assistant-workspace .assistant-card,
  .assistant-workspace>.needs-analysis-rail,
  .assistant-workspace>.needs-analysis-rail .stage-analysis-panel{
    height:auto!important;
    min-height:0!important;
  }
}


/* TripPulse v4.17.6 — delikatne dopracowanie wizualne strony głównej */
.assistant-workspace{
  column-gap:18px;
  align-items:stretch;
}
.assistant-workspace .assistant-card{
  border-radius:28px;
  border-color:rgba(255,255,255,.085);
  background:linear-gradient(155deg,rgba(12,21,31,.91),rgba(8,15,24,.88));
  box-shadow:0 28px 78px rgba(0,0,0,.31),inset 0 1px 0 rgba(255,255,255,.025);
}
.assistant-workspace>.needs-analysis-rail{
  border-radius:24px;
  border-color:rgba(255,255,255,.065);
  background:linear-gradient(180deg,rgba(14,23,32,.82),rgba(9,16,24,.76));
  box-shadow:0 18px 48px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.018);
}
.needs-analysis-head{
  padding-bottom:13px;
  margin-bottom:13px;
  border-bottom:1px solid rgba(255,255,255,.055);
}
.needs-analysis-head strong{
  color:#e8f2f7;
  font-size:13px;
  letter-spacing:-.01em;
}
.needs-analysis-head p{
  color:#748494;
  line-height:1.55;
}
.travel-stage-tabs{
  gap:8px;
  margin:14px 0 16px;
}
.travel-stage-tab{
  min-height:58px;
  padding:10px 12px;
  border-radius:14px;
  border-color:rgba(255,255,255,.065);
  background:rgba(255,255,255,.018);
  box-shadow:none;
}
.travel-stage-tab:hover{
  transform:none;
  border-color:rgba(87,239,255,.18);
  background:rgba(87,239,255,.025);
}
.travel-stage-tab.is-active{
  border-color:rgba(87,239,255,.29);
  background:linear-gradient(145deg,rgba(87,239,255,.085),rgba(117,96,255,.052));
  box-shadow:inset 3px 0 0 rgba(87,239,255,.72),0 9px 24px rgba(0,0,0,.11);
}
.travel-stage-tab .stage-icon{
  width:34px;
  height:34px;
  border-radius:11px;
  font-size:16px;
  filter:saturate(.78);
  opacity:.82;
}
.travel-stage-tab.is-active .stage-icon{
  opacity:1;
  filter:saturate(1);
  box-shadow:0 0 18px rgba(87,239,255,.12);
}
.travel-stage-tab strong{
  font-size:10.5px;
  color:#dbe5ec;
}
.travel-stage-tab.is-active strong{
  color:#f1fcff;
}
.travel-stage-tab small{
  margin-top:4px;
  color:#687887;
}
.travel-stage-tab.is-active small{
  color:#92cbd1;
}
.conversation-intro{
  margin-top:14px;
  margin-bottom:12px;
  padding:14px 16px;
  border-radius:18px;
}
.smart-replies-wrap{
  margin-top:9px;
  margin-bottom:2px;
}
.smart-replies{
  gap:7px;
}
.smart-replies button{
  border-radius:11px;
}
#travelForm{
  margin-top:11px;
}
.composer-meta{
  margin-bottom:7px;
}
.chat-composer{
  border-radius:19px;
  background:linear-gradient(145deg,rgba(87,239,255,.042),rgba(255,255,255,.026));
}
.stage-analysis-panel{
  padding:13px;
  border-radius:15px;
  border-color:rgba(255,255,255,.06);
  background:rgba(255,255,255,.014);
}
.stage-analysis-title{
  gap:9px;
}
.stage-analysis-icon{
  width:28px;
  height:28px;
  border-radius:9px;
  opacity:.92;
}
.stage-analysis-title h3{
  font-size:13px;
}
.stage-analysis-description{
  margin:8px 0 10px;
  color:#748391;
  line-height:1.5;
}
.stage-analysis-group+.stage-analysis-group{
  margin-top:11px;
}
.stage-analysis-list{
  gap:5px;
}
.stage-analysis-item{
  padding:7px 8px;
  border-radius:8px;
  border-color:rgba(255,255,255,.05);
  background:rgba(255,255,255,.012);
  color:#bdc9d2;
}
.stage-skip-button{
  margin-top:12px;
  border-color:rgba(255,255,255,.06);
  background:transparent;
}
@media(max-width:1200px){
  .assistant-workspace{
    column-gap:14px;
  }
}
@media(max-width:860px){
  .assistant-workspace .assistant-card,
  .assistant-workspace>.needs-analysis-rail{
    height:auto;
  }
}


/* TripPulse v4.20.1 — liczba obszarów pod numerem etapu w prawym panelu */
#stageAnalysisKicker{white-space:pre-line;line-height:1.35}

/* TripPulse v4.21.0 — destination globe gateway */
.destination-gateway{width:min(1500px,calc(100% - 28px));min-height:720px;margin:18px auto 34px;display:grid;grid-template-columns:220px minmax(420px,1.05fr) minmax(520px,1.35fr);border:1px solid rgba(129,151,190,.2);border-radius:24px;overflow:hidden;background:linear-gradient(135deg,rgba(5,13,23,.98),rgba(3,9,17,.96));box-shadow:0 30px 100px rgba(0,0,0,.45);position:relative}.destination-gateway:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 38% 38%,rgba(74,102,255,.12),transparent 28%),radial-gradient(circle at 75% 20%,rgba(142,70,255,.08),transparent 25%)}
.destination-intro,.globe-stage,.destination-picker{position:relative;z-index:1;padding:26px}.destination-intro{display:flex;flex-direction:column;gap:34px;border-right:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(8,18,30,.86),rgba(4,10,18,.72))}.destination-brandline{display:flex;align-items:center;gap:10px}.destination-brandline .destination-pin{width:36px;height:36px;display:grid;place-items:center;border-radius:12px;color:#fff;background:linear-gradient(145deg,#7449ff,#327cff);box-shadow:0 0 28px rgba(109,74,255,.32)}.destination-brandline strong{display:block;font-size:20px;letter-spacing:-.04em}.destination-brandline em{font-style:normal;color:#5f8cff}.destination-brandline small{display:block;color:var(--text-dim);font-size:10px}.gateway-step{display:inline-flex;margin-bottom:9px;color:#9a70ff;font-size:10px;font-weight:800;letter-spacing:.13em}.destination-intro h1{margin:0;color:#fff;font-size:26px;line-height:1.22;letter-spacing:-.045em}.destination-intro>div>p{color:var(--text-soft);font-size:12px;line-height:1.7}.gateway-benefits{display:grid;gap:18px}.gateway-benefits>div{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:start}.gateway-benefits>div>span{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:rgba(94,72,255,.2);color:#9c7bff;border:1px solid rgba(150,116,255,.28)}.gateway-benefits>div:nth-child(2)>span{color:#55bfff;background:rgba(46,152,255,.15)}.gateway-benefits>div:nth-child(3)>span{color:#52e3a0;background:rgba(49,216,149,.14)}.gateway-benefits p{margin:0}.gateway-benefits strong{display:block;font-size:11px}.gateway-benefits small{display:block;margin-top:3px;color:var(--text-dim);font-size:9px;line-height:1.5}.gateway-help{margin-top:auto;padding:16px;display:grid;grid-template-columns:28px 1fr;gap:9px;text-align:left;color:var(--text);border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.025)}.gateway-help>span:first-child{color:#ffcf4a;font-size:18px}.gateway-help strong,.gateway-help small{display:block}.gateway-help strong{font-size:11px}.gateway-help small{margin-top:5px;color:var(--text-soft);font-size:9px;line-height:1.55}
.globe-stage{display:flex;flex-direction:column;justify-content:center;min-width:0;border-right:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 50% 42%,rgba(34,85,160,.16),transparent 48%)}.interactive-globe{width:min(100%,500px);aspect-ratio:1;margin:auto;position:relative;border-radius:50%;isolation:isolate;background:radial-gradient(circle at 35% 28%,rgba(72,133,201,.56),rgba(10,34,66,.95) 40%,#04101e 71%);border:1px solid rgba(91,184,255,.38);box-shadow:inset -52px -35px 80px rgba(0,0,0,.78),inset 22px 18px 46px rgba(114,199,255,.12),0 0 55px rgba(43,123,255,.14)}.interactive-globe:after{content:"";position:absolute;inset:0;border-radius:50%;background:repeating-radial-gradient(ellipse at center,transparent 0 34px,rgba(88,164,224,.1) 35px 36px),linear-gradient(90deg,transparent 49.5%,rgba(94,170,227,.12) 50%,transparent 50.5%);mix-blend-mode:screen;pointer-events:none}.globe-halo{position:absolute;inset:-15%;z-index:-1;border-radius:50%;background:radial-gradient(circle,rgba(53,118,255,.18),transparent 65%);filter:blur(12px)}.globe-map{position:absolute;inset:8%;overflow:hidden;border-radius:50%;filter:drop-shadow(0 0 9px rgba(111,99,255,.35))}.continent{position:absolute;background:linear-gradient(135deg,rgba(128,101,255,.92),rgba(83,67,203,.72));border:1px solid rgba(178,158,255,.5);box-shadow:inset 0 0 18px rgba(255,255,255,.08)}.continent.europe{width:34%;height:24%;left:45%;top:22%;clip-path:polygon(3% 39%,17% 12%,34% 25%,47% 5%,64% 23%,85% 16%,96% 42%,82% 57%,89% 83%,62% 75%,50% 99%,35% 76%,16% 85%,0 62%)}.continent.africa{width:31%;height:39%;left:43%;top:42%;clip-path:polygon(18% 0,76% 3%,100% 20%,82% 52%,62% 92%,44% 100%,19% 65%,0 25%)}.continent.asia{width:42%;height:30%;left:63%;top:29%;clip-path:polygon(0 20%,25% 2%,72% 12%,100% 38%,78% 52%,84% 80%,45% 100%,19% 68%)}.country-hotspot{position:absolute;z-index:4;padding:0;border:0;background:none;color:#fff;transform:translate(-50%,-50%)}.country-hotspot i{display:block;width:12px;height:12px;margin:auto;border:2px solid #fff;border-radius:50%;background:#865cff;box-shadow:0 0 0 6px rgba(126,79,255,.18),0 0 18px #6f4cff}.country-hotspot span{display:none;margin-top:7px;padding:7px 11px;border-radius:8px;background:#090d18;border:1px solid rgba(255,255,255,.12);font-size:11px;font-weight:800;white-space:nowrap;box-shadow:0 8px 25px rgba(0,0,0,.5)}.country-hotspot:hover span,.country-hotspot.is-active span{display:block}.country-hotspot.is-active i{width:15px;height:15px}.country-hotspot.turkey{left:68%;top:39%}.country-hotspot.greece{left:59%;top:38%}.country-hotspot.egypt{left:62%;top:50%}.country-hotspot.spain{left:42%;top:35%}.country-hotspot.tunisia{left:50%;top:46%}.country-hotspot:not(.turkey){opacity:.62}.globe-controls{position:absolute;right:7%;top:7%;z-index:5;display:grid;border:1px solid rgba(255,255,255,.12);border-radius:11px;overflow:hidden;background:rgba(5,10,20,.76)}.globe-controls span{width:34px;height:34px;display:grid;place-items:center;color:#aa82ff;border-bottom:1px solid rgba(255,255,255,.08)}.globe-controls span:last-child{border:0}.destination-search-row{margin-top:22px;display:grid;grid-template-columns:1fr 1.28fr;gap:10px}.destination-search-row label,.destination-search-row button{min-height:46px;border:1px solid rgba(255,255,255,.13);border-radius:11px;background:rgba(4,12,22,.88);color:var(--text-soft)}.destination-search-row label{padding:0 13px;display:flex;align-items:center;gap:9px}.destination-search-row input{width:100%;border:0;outline:0;background:none;color:#fff;font-size:11px}.destination-search-row button{padding:0 13px;color:#c8c4e8;font-size:10px}.database-legend{margin:12px 0 0;text-align:center;color:var(--text-dim);font-size:9px}.database-legend span{display:inline-block;width:7px;height:7px;margin:0 5px 0 12px;border-radius:50%}.database-legend .full{background:#7c52ff;box-shadow:0 0 8px #7c52ff}.database-legend .basic{background:#5f8ac8}
.destination-picker{display:flex;flex-direction:column;gap:22px;background:linear-gradient(180deg,rgba(5,13,23,.88),rgba(3,9,16,.92))}.picker-breadcrumb{min-height:43px;display:flex;align-items:center;gap:12px;border-bottom:1px solid rgba(255,255,255,.08);font-size:12px}.picker-breadcrumb>span:first-child{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.04);color:#a487ff}.picker-breadcrumb b{color:var(--text-dim)}.picker-breadcrumb #pickedRegionLabel{color:#e9edf7;font-weight:700}.picker-breadcrumb button{margin-left:auto;border:0;background:none;color:#9f77ff;font-size:10px}.picker-heading{margin-bottom:12px;display:flex;align-items:end;justify-content:space-between}.picker-heading h2{margin:0;font-size:15px}.picker-heading small{color:var(--text-dim);font-size:9px}.region-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.destination-card{min-width:0;position:relative;padding:10px;text-align:left;border:1px solid rgba(255,255,255,.13);border-radius:12px;background:rgba(5,13,22,.74);color:#fff;transition:.18s ease}.destination-card:hover{transform:translateY(-2px);border-color:rgba(144,106,255,.55)}.destination-card.is-selected{border-color:#a06bff;box-shadow:0 0 0 1px rgba(145,88,255,.32),0 12px 25px rgba(59,27,125,.16)}.destination-card>i{display:none;position:absolute;right:8px;top:8px;width:20px;height:20px;place-items:center;border-radius:50%;font-style:normal;background:#7e4fff;color:#fff}.destination-card.is-selected>i{display:grid}.region-photo{height:62px;margin-bottom:9px;display:block;border-radius:8px;background-size:cover;background-position:center}.photo-riviera{background:linear-gradient(160deg,transparent,rgba(3,11,22,.32)),radial-gradient(circle at 30% 25%,#8ee2e3 0 13%,transparent 14%),linear-gradient(150deg,#1a627c 0 42%,#e6d6a3 43% 52%,#32738d 53%)}.photo-aegean{background:linear-gradient(155deg,#315f75 0 38%,#c8e8e5 39% 44%,#19718d 45% 66%,#c6a56f 67%)}.photo-north{background:linear-gradient(155deg,#38566c 0 32%,#9fc9cb 33% 40%,#367f93 41% 61%,#ad8a61 62%)}.destination-card strong{display:block;font-size:11px}.destination-card small{display:block;margin-top:4px;color:var(--text-soft);font-size:9px;line-height:1.45}.place-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.place-card{min-height:64px;padding:9px 11px 9px 48px}.place-card:before{content:"";position:absolute;left:10px;top:12px;width:28px;height:28px;border-radius:50%;background:linear-gradient(145deg,#37bde7,#1e557b);box-shadow:inset 0 0 0 2px rgba(255,255,255,.08)}.place-card[data-place=""]:before{content:"◇";display:grid;place-items:center;color:#8d98ac;background:transparent;border:1px solid rgba(255,255,255,.16)}.selection-summary{margin-top:auto;padding:10px 13px;border-radius:10px;background:rgba(92,67,166,.1);border:1px solid rgba(139,99,255,.15)}.selection-summary span,.selection-summary strong{display:block}.selection-summary span{color:var(--text-dim);font-size:8px;text-transform:uppercase;letter-spacing:.12em}.selection-summary strong{margin-top:3px;font-size:11px}.continue-trip-button{min-height:48px;border:0;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:17px;color:#fff;background:linear-gradient(90deg,#5434d9,#7b2fe5);font-weight:800;box-shadow:0 15px 30px rgba(79,42,193,.25)}.continue-trip-button:hover{filter:brightness(1.12);transform:translateY(-1px)}.planning-screen[hidden]{display:none!important}.planning-screen.is-entering{animation:planningReveal .55s ease both}@keyframes planningReveal{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}
@media(max-width:1180px){.destination-gateway{grid-template-columns:190px 1fr}.destination-picker{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.08)}.region-grid,.place-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.destination-gateway{width:calc(100% - 16px);display:block}.destination-intro{gap:20px;border-right:0}.gateway-benefits{grid-template-columns:repeat(3,1fr)}.gateway-benefits>div{display:block}.gateway-benefits>div>span{margin-bottom:8px}.globe-stage{border-right:0;border-top:1px solid rgba(255,255,255,.08)}.interactive-globe{max-width:430px}.destination-search-row{grid-template-columns:1fr}.region-grid{grid-template-columns:1fr}.place-grid{grid-template-columns:1fr 1fr}.destination-picker{border-top:1px solid rgba(255,255,255,.08)}.site-header{width:calc(100% - 16px)}}
@media(max-width:480px){.gateway-benefits{grid-template-columns:1fr}.place-grid{grid-template-columns:1fr}.destination-intro,.globe-stage,.destination-picker{padding:20px}.destination-intro h1{font-size:23px}}
.destination-ai-empty{grid-column:1/-1;padding:22px;border:1px dashed rgba(141,106,255,.35);border-radius:12px;text-align:center;background:rgba(105,70,197,.07)}.destination-ai-empty strong,.destination-ai-empty small{display:block}.destination-ai-empty small{margin-top:6px;color:var(--text-soft);font-size:10px}

/* =========================================================
   TripPulse v4.21.1 — pierwszy widok zgodny z mockupem
   ========================================================= */
body:has(.destination-gateway:not([hidden])){overflow:hidden;background:#020811}
body:has(.destination-gateway:not([hidden])) .site-header{display:none!important}
body:has(.destination-gateway:not([hidden])) main{padding:0!important;margin:0!important}
body:has(.destination-gateway:not([hidden])) .page-noise{opacity:.18}
body:has(.destination-gateway:not([hidden])) .ambient{opacity:.2}

.destination-gateway{
  width:100vw!important;
  max-width:none!important;
  min-height:100vh!important;
  height:100vh;
  margin:0!important;
  grid-template-columns:minmax(205px,15.5vw) minmax(465px,36vw) minmax(590px,48.5vw)!important;
  border:0!important;
  border-radius:0!important;
  background:#030b14!important;
  box-shadow:none!important;
}
.destination-gateway:before{
  background:
    radial-gradient(circle at 36% 39%,rgba(27,105,211,.16),transparent 26%),
    radial-gradient(circle at 70% 15%,rgba(125,62,255,.08),transparent 24%),
    linear-gradient(180deg,rgba(3,11,20,.2),rgba(1,7,13,.2))!important;
}
.destination-intro,.globe-stage,.destination-picker{padding:clamp(22px,2.2vw,38px)!important}
.destination-intro{
  gap:clamp(24px,4vh,48px)!important;
  border-right:1px solid rgba(123,157,196,.13)!important;
  background:linear-gradient(180deg,rgba(3,12,22,.98),rgba(2,9,17,.96))!important;
}
.destination-brandline .destination-pin{width:40px!important;height:40px!important;border-radius:50% 50% 50% 8px!important;transform:rotate(-45deg);font-size:0}
.destination-brandline .destination-pin:after{content:"";width:12px;height:12px;border:3px solid #fff;border-radius:50%;transform:rotate(45deg)}
.destination-brandline strong{font-size:clamp(19px,1.55vw,27px)!important}
.destination-brandline small{font-size:clamp(9px,.72vw,12px)!important;margin-top:2px}
.gateway-step{font-size:clamp(9px,.7vw,11px)!important;color:#9c70ff!important}
.destination-intro h1{font-size:clamp(27px,2.35vw,42px)!important;line-height:1.08!important;max-width:285px}
.destination-intro>div>p{font-size:clamp(11px,.86vw,14px)!important;line-height:1.65!important;max-width:285px}
.gateway-benefits{gap:clamp(18px,2.5vh,31px)!important}
.gateway-benefits>div{grid-template-columns:40px 1fr!important;gap:13px!important}
.gateway-benefits>div>span{width:36px!important;height:36px!important}
.gateway-benefits strong{font-size:clamp(10px,.82vw,13px)!important}
.gateway-benefits small{font-size:clamp(8px,.67vw,11px)!important}
.gateway-help{padding:18px!important;border-radius:15px!important;background:linear-gradient(145deg,rgba(10,23,38,.94),rgba(5,14,25,.94))!important}
.gateway-help strong{font-size:12px!important}.gateway-help small{font-size:10px!important}

.globe-stage{
  justify-content:center!important;
  border-right:1px solid rgba(123,157,196,.13)!important;
  background:radial-gradient(circle at 50% 42%,rgba(25,82,166,.17),transparent 46%)!important;
}
.interactive-globe{
  width:min(100%,600px)!important;
  max-height:calc(100vh - 180px);
  aspect-ratio:1/1!important;
  border:0!important;
  background:url('assets/gateway/globe.webp') center/contain no-repeat!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.interactive-globe:after{display:none!important}
.globe-halo{inset:4%!important;background:radial-gradient(circle,rgba(42,137,255,.22),transparent 62%)!important;filter:blur(28px)!important}
.globe-map{display:none!important}
.country-hotspot{z-index:8!important}
.country-hotspot i{width:10px!important;height:10px!important;background:#7d54ff!important}
.country-hotspot span{display:block!important;font-size:11px!important;white-space:nowrap!important;opacity:.72}
.country-hotspot:not(.is-active) span{display:none!important}
.country-hotspot.is-active span{padding:8px 12px!important;background:#050914!important;border-color:rgba(166,129,255,.35)!important;opacity:1}
.country-hotspot.turkey{left:68%!important;top:38%!important}.country-hotspot.greece{left:57%!important;top:36%!important}.country-hotspot.egypt{left:61%!important;top:47%!important}.country-hotspot.spain{left:42%!important;top:32%!important}.country-hotspot.tunisia{left:47%!important;top:43%!important}
.globe-controls{right:5%!important;top:8%!important;border-radius:13px!important;background:rgba(4,10,19,.8)!important;backdrop-filter:blur(12px)}
.destination-search-row{width:min(100%,590px)!important;margin-top:clamp(12px,2vh,24px)!important;gap:12px!important}
.destination-search-row label,.destination-search-row button{min-height:48px!important;border-radius:11px!important}
.destination-search-row input{font-size:12px!important}.destination-search-row button{font-size:10px!important}
.database-legend{font-size:9px!important;margin-top:10px!important}

.destination-picker{
  gap:clamp(18px,2.2vh,28px)!important;
  overflow:auto;
  background:linear-gradient(180deg,rgba(3,11,20,.98),rgba(2,8,15,.98))!important;
}
.picker-breadcrumb{min-height:48px!important;font-size:13px!important}
.picker-heading{margin-bottom:14px!important}.picker-heading h2{font-size:clamp(15px,1.25vw,20px)!important}.picker-heading small{font-size:10px!important}
.region-grid{gap:14px!important}
.destination-card{padding:11px!important;border-radius:13px!important;background:rgba(4,13,23,.88)!important}
.destination-card.is-selected{border-color:#a264ff!important;box-shadow:0 0 0 1px rgba(162,100,255,.3),0 18px 38px rgba(53,27,110,.18)!important}
.region-photo{height:clamp(70px,8.2vh,104px)!important;border-radius:9px!important;background-size:cover!important;background-position:center!important}
.photo-riviera{background-image:linear-gradient(180deg,transparent,rgba(2,8,16,.12)),url('assets/gateway/region-riviera.webp')!important}
.photo-aegean{background-image:linear-gradient(180deg,transparent,rgba(2,8,16,.12)),url('assets/gateway/region-aegean.webp')!important}
.photo-north{background-image:linear-gradient(180deg,transparent,rgba(2,8,16,.12)),url('assets/gateway/region-north.webp')!important}
.destination-card strong{font-size:clamp(11px,.9vw,14px)!important}.destination-card small{font-size:clamp(8px,.69vw,11px)!important}
.place-grid{gap:11px!important}
.place-card{min-height:68px!important;padding:10px 10px 10px 55px!important}
.place-card:before{width:35px!important;height:35px!important;left:10px!important;top:14px!important;background-size:cover!important;background-position:center!important}
.place-card[data-place="Side"]:before{background-image:url('assets/gateway/place-side.webp')!important}
.place-card[data-place="Belek"]:before{background-image:url('assets/gateway/place-belek.webp')!important}
.place-card[data-place="Alanya"]:before{background-image:url('assets/gateway/place-alanya.webp')!important}
.place-card[data-place="Kemer"]:before{background-image:url('assets/gateway/place-kemer.webp')!important}
.place-card[data-place="Antalya"]:before{background-image:url('assets/gateway/place-antalya.webp')!important}
.selection-summary{padding:12px 15px!important;border-radius:11px!important}.selection-summary strong{font-size:12px!important}
.continue-trip-button{min-height:52px!important;border-radius:11px!important;font-size:13px!important;background:linear-gradient(90deg,#5535df,#782ee8)!important}

@media(max-width:1180px){
 body:has(.destination-gateway:not([hidden])){overflow:auto}
 .destination-gateway{height:auto!important;min-height:100vh!important;grid-template-columns:210px minmax(430px,1fr)!important}
 .destination-picker{grid-column:1/-1!important;overflow:visible!important}
}
@media(max-width:760px){
 .destination-gateway{display:block!important}
 .destination-intro h1{max-width:none}
 .interactive-globe{max-height:none!important}
}


/* =========================================================
   TripPulse v4.21.2 — compact gateway + aktywny globus
   ========================================================= */
body:has(.destination-gateway:not([hidden])){
  overflow:auto!important;
  min-height:100vh;
  padding:18px 0 26px;
}
body:has(.destination-gateway:not([hidden])) main{
  min-height:auto!important;
}
.destination-gateway{
  width:min(1480px,calc(100vw - 36px))!important;
  height:min(820px,calc(100vh - 44px))!important;
  min-height:680px!important;
  margin:0 auto!important;
  grid-template-columns:minmax(210px,15.5%) minmax(430px,36%) minmax(540px,48.5%)!important;
  border:1px solid rgba(124,151,190,.18)!important;
  border-radius:24px!important;
  overflow:hidden!important;
  box-shadow:0 30px 90px rgba(0,0,0,.42)!important;
}
.destination-intro,.globe-stage,.destination-picker{
  padding:clamp(20px,1.7vw,30px)!important;
}
.destination-intro{gap:clamp(20px,3vh,34px)!important}
.destination-intro h1{font-size:clamp(25px,2vw,36px)!important}
.gateway-benefits{gap:clamp(14px,2vh,23px)!important}
.interactive-globe{
  width:min(100%,520px)!important;
  max-height:550px!important;
  transition:transform .35s ease,filter .35s ease!important;
  transform:scale(var(--globe-scale,1));
  transform-origin:center;
  cursor:grab;
}
.interactive-globe:active{cursor:grabbing}
.globe-controls{display:grid!important;overflow:hidden!important}
.globe-controls button{
  width:38px;height:38px;border:0;border-bottom:1px solid rgba(255,255,255,.1);
  color:#eaf1ff;background:transparent;font-size:18px;cursor:pointer;
  transition:background .18s ease,color .18s ease;
}
.globe-controls button:last-child{border-bottom:0}
.globe-controls button:hover{background:rgba(124,83,255,.2);color:#fff}
.country-hotspot{transition:transform .2s ease,opacity .2s ease!important}
.country-hotspot:hover{transform:scale(1.08)!important}
.country-hotspot.is-active i{animation:gatewayHotspotPulse 1.8s infinite}
@keyframes gatewayHotspotPulse{0%,100%{box-shadow:0 0 0 0 rgba(125,84,255,.5)}50%{box-shadow:0 0 0 10px rgba(125,84,255,0)}}
.region-photo{height:clamp(62px,7vh,88px)!important}
.place-card{min-height:62px!important}
.continue-trip-button{min-height:48px!important}
@media(max-height:760px) and (min-width:1181px){
  .destination-gateway{height:auto!important;min-height:650px!important}
  .destination-intro,.globe-stage,.destination-picker{padding:18px!important}
  .interactive-globe{width:min(100%,440px)!important}
  .gateway-benefits{gap:12px!important}
  .region-photo{height:60px!important}
}
@media(max-width:1180px){
  body:has(.destination-gateway:not([hidden])){padding:8px 0 18px}
  .destination-gateway{width:calc(100vw - 16px)!important;height:auto!important;min-height:100vh!important;border-radius:18px!important}
}

/* TripPulse v4.21.3 — wyższy globus i działający panel wyboru */
.globe-stage{
  justify-content:flex-start!important;
  padding-top:clamp(18px,2vw,30px)!important;
}
.interactive-globe{
  margin:0 auto!important;
  width:min(100%,430px)!important;
}
.destination-tools{
  width:100%;
  margin-top:clamp(18px,2.4vh,28px);
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.09);
  background:linear-gradient(180deg,rgba(7,17,29,0),rgba(7,17,29,.46));
}
.destination-search-row{
  margin-top:0!important;
  grid-template-columns:minmax(0,1.12fr) minmax(190px,.88fr)!important;
  gap:12px!important;
}
.destination-search-box{
  min-height:54px!important;
  padding:0 14px!important;
  border-color:rgba(118,152,206,.28)!important;
  background:rgba(3,10,20,.94)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.015);
}
.destination-search-box:focus-within{
  border-color:rgba(130,92,255,.75)!important;
  box-shadow:0 0 0 3px rgba(120,77,255,.12);
}
.destination-search-box input{font-size:12px!important}
.destination-search-box b{
  padding:5px 7px;
  border-radius:6px;
  color:#76839a;
  background:rgba(255,255,255,.05);
  font-size:8px;
  letter-spacing:.06em;
}
#destinationAiChoice{
  min-height:54px!important;
  display:grid!important;
  grid-template-columns:25px 1fr;
  align-items:center;
  gap:9px;
  padding:8px 13px!important;
  text-align:left;
  border-color:rgba(143,104,255,.3)!important;
  background:linear-gradient(145deg,rgba(22,17,52,.88),rgba(8,16,31,.94))!important;
}
#destinationAiChoice>span:first-child{color:#ffc84c;font-size:18px}
#destinationAiChoice strong,#destinationAiChoice small{display:block}
#destinationAiChoice strong{color:#eeeaff;font-size:10px}
#destinationAiChoice small{margin-top:2px;color:#9692b4;font-size:8px;line-height:1.35}
#destinationAiChoice:hover{border-color:rgba(154,119,255,.72)!important;transform:translateY(-1px)}
.destination-search-feedback{
  min-height:16px;
  margin:9px 4px 0;
  color:#8190a8;
  font-size:9px;
  line-height:1.45;
}
.destination-search-feedback.is-success{color:#70dfaf}
.destination-search-feedback.is-warning{color:#f4c966}
.database-legend{margin-top:8px!important}
@media(max-width:760px){
  .destination-search-row{grid-template-columns:1fr!important}
  .interactive-globe{width:min(100%,390px)!important}
}

/* TripPulse v4.21.4 — prawa kolumna zgodna z zaakceptowanym mockupem */
.destination-picker{
  padding:24px 28px 26px!important;
  gap:18px!important;
}
.picker-breadcrumb{
  min-height:42px!important;
  margin:-4px 0 2px;
  padding-bottom:12px;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
}
.picker-block{
  padding:0!important;
}
.picker-heading{
  align-items:center!important;
  margin-bottom:12px!important;
}
.picker-heading>div{display:flex;align-items:baseline;gap:12px}
.picker-heading h2{
  font-size:18px!important;
  line-height:1.15;
  letter-spacing:-.02em;
}
.picker-heading small{font-size:10px!important;color:#7e899b!important}
.region-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
}
.region-card{
  min-height:122px;
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  grid-template-rows:auto 1fr;
  column-gap:13px;
  align-items:start;
  padding:10px!important;
}
.region-card .region-photo{
  grid-row:1/3;
  width:112px;
  height:100px!important;
  margin:0!important;
}
.region-card strong{
  margin-top:7px;
  font-size:13px!important;
  line-height:1.25;
}
.region-card small{
  margin-top:7px!important;
  font-size:9.5px!important;
  line-height:1.5!important;
}
.photo-likya{
  background-image:linear-gradient(180deg,transparent,rgba(2,8,16,.14)),url('assets/gateway/region-aegean.webp')!important;
  background-position:65% center!important;
}
.place-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:9px!important;
  max-height:230px;
  overflow:auto;
  padding-right:4px;
}
.place-grid::-webkit-scrollbar{width:5px}.place-grid::-webkit-scrollbar-thumb{background:rgba(140,100,255,.34);border-radius:10px}
.place-card{
  min-height:72px!important;
  padding:10px 9px 10px 52px!important;
}
.place-card:before{
  width:32px!important;
  height:32px!important;
  top:18px!important;
}
.place-card strong{font-size:11px!important;line-height:1.2}
.place-card small{font-size:8.5px!important;line-height:1.35!important}
.selection-summary{
  margin-top:0!important;
  min-height:48px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.continue-trip-button{min-height:50px!important}
@media(max-width:1350px) and (min-width:1181px){
  .region-card{grid-template-columns:88px minmax(0,1fr);min-height:108px}
  .region-card .region-photo{width:88px;height:86px!important}
  .place-grid{max-height:205px}
}
@media(max-width:1180px){
  .region-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .place-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;max-height:none}
}
@media(max-width:720px){
  .region-grid,.place-grid{grid-template-columns:1fr!important}
  .region-card{grid-template-columns:100px minmax(0,1fr)}
  .region-card .region-photo{width:100px}
}


/* TripPulse v4.21.5 — realne zdjęcia i dopracowane proporcje */
.destination-gateway{
  grid-template-columns:minmax(250px,18.2%) minmax(390px,33.3%) minmax(560px,48.5%)!important;
}
.destination-intro{
  padding:clamp(24px,1.9vw,34px)!important;
}
.destination-intro h1{
  max-width:330px!important;
  font-size:clamp(27px,2.05vw,38px)!important;
}
.destination-intro>div>p{
  max-width:330px!important;
  font-size:clamp(12px,.9vw,14px)!important;
}
.gateway-benefits strong{font-size:clamp(11px,.85vw,13px)!important}
.gateway-benefits small{font-size:clamp(9px,.72vw,11px)!important;line-height:1.55!important}
.gateway-help{margin-top:auto!important}
.globe-stage{padding-left:clamp(18px,1.35vw,24px)!important;padding-right:clamp(18px,1.35vw,24px)!important}
.destination-picker{padding:24px 28px 26px!important}
.picker-heading h2{font-size:19px!important}
.region-grid{gap:13px!important}
.region-card{
  min-height:126px!important;
  grid-template-columns:124px minmax(0,1fr)!important;
  column-gap:14px!important;
}
.region-card .region-photo{
  width:124px!important;
  height:104px!important;
}
.region-card strong{
  margin-top:4px!important;
  font-size:13px!important;
}
.region-card small{
  margin-top:6px!important;
  font-size:10px!important;
  line-height:1.5!important;
  color:#aab4c8!important;
}
.photo-likya{background-image:linear-gradient(180deg,transparent,rgba(2,8,16,.14)),url('assets/gateway/region-likya.webp')!important;background-position:center!important}
.place-grid{gap:10px!important;max-height:254px!important}
.place-card{
  min-height:76px!important;
  padding:10px 10px 10px 56px!important;
}
.place-card:before{
  width:34px!important;
  height:34px!important;
  top:17px!important;
  left:11px!important;
  background-image:linear-gradient(145deg,rgba(55,189,231,.88),rgba(30,85,123,.96))!important;
  background-size:cover!important;
  background-position:center!important;
}
.place-card[style*="--place-image"]:before{
  background-image:var(--place-image)!important;
}
.place-card[data-place=""]:before{
  background-image:none!important;
}
.place-card strong{font-size:11px!important;line-height:1.2!important}
.place-card small{font-size:8.8px!important;line-height:1.38!important;color:#aab4c8!important}
@media(max-width:1400px) and (min-width:1181px){
  .destination-gateway{grid-template-columns:minmax(230px,18%) minmax(360px,32%) minmax(540px,50%)!important}
  .region-card{grid-template-columns:112px minmax(0,1fr)!important}
  .region-card .region-photo{width:112px!important;height:96px!important}
}


/* TripPulse v4.21.6 — dopasowanie bez suwaka, szerszy układ i lepsze proporcje */
body:has(.destination-gateway:not([hidden])){
  overflow-y:auto!important;
  padding:12px 0 18px!important;
}
.destination-gateway{
  width:min(1560px,calc(100vw - 24px))!important;
  height:min(790px,calc(100vh - 24px))!important;
  min-height:720px!important;
  grid-template-columns:minmax(280px,20.2%) minmax(430px,31.8%) minmax(610px,48%)!important;
}
.destination-intro,.globe-stage,.destination-picker{
  padding:22px 26px!important;
}
.destination-intro{
  gap:24px!important;
}
.destination-intro h1{
  max-width:360px!important;
  font-size:clamp(28px,2.05vw,40px)!important;
  line-height:1.1!important;
}
.destination-intro>div>p{
  max-width:350px!important;
  font-size:13px!important;
  line-height:1.65!important;
}
.gateway-benefits{gap:16px!important}
.gateway-benefits>div{grid-template-columns:38px 1fr!important}
.gateway-benefits strong{font-size:12px!important}
.gateway-benefits small{font-size:9.5px!important;line-height:1.5!important}
.gateway-help{padding:16px 17px!important}
.gateway-help strong{font-size:12px!important}
.gateway-help small{font-size:10px!important;line-height:1.5!important}
.globe-stage{
  padding-left:18px!important;
  padding-right:18px!important;
  justify-content:flex-start!important;
}
.interactive-globe{
  width:min(100%,470px)!important;
  max-height:470px!important;
  margin-top:6px!important;
}
.globe-halo{inset:6%!important}
.country-hotspot.is-active span{font-size:11px!important}
.destination-tools{
  margin-top:14px!important;
  padding-top:14px!important;
}
.destination-search-row{
  width:min(100%,560px)!important;
  gap:10px!important;
}
.destination-search-row label,.destination-search-row button{
  min-height:50px!important;
}
.destination-picker{
  overflow:hidden!important;
  gap:16px!important;
}
.picker-breadcrumb{
  min-height:38px!important;
  padding-bottom:10px!important;
  margin:0!important;
}
.picker-heading{margin-bottom:10px!important}
.picker-heading h2{font-size:18px!important}
.picker-heading small{font-size:10px!important}
.region-grid{
  gap:10px!important;
}
.region-card{
  min-height:112px!important;
  grid-template-columns:116px minmax(0,1fr)!important;
  column-gap:12px!important;
  padding:9px!important;
}
.region-card .region-photo{
  width:116px!important;
  height:94px!important;
}
.region-card strong{font-size:12.5px!important; margin-top:3px!important}
.region-card small{font-size:9px!important; line-height:1.45!important; margin-top:5px!important}
.place-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
  max-height:none!important;
  overflow:visible!important;
  padding-right:0!important;
}
.place-grid::-webkit-scrollbar{display:none!important}
.place-card{
  min-height:64px!important;
  padding:8px 8px 8px 50px!important;
}
.place-card:before{
  width:30px!important;
  height:30px!important;
  left:10px!important;
  top:16px!important;
}
.place-card strong{font-size:10.5px!important}
.place-card small{font-size:8.1px!important; line-height:1.32!important}
.selection-summary{
  min-height:44px!important;
  padding:10px 13px!important;
}
.selection-summary strong{font-size:11.5px!important}
.continue-trip-button{
  min-height:48px!important;
  margin-top:0!important;
}
@media(max-width:1400px) and (min-width:1181px){
  .destination-gateway{
    width:min(1520px,calc(100vw - 22px))!important;
    grid-template-columns:minmax(260px,19.5%) minmax(400px,31%) minmax(590px,49.5%)!important;
  }
  .interactive-globe{width:min(100%,450px)!important;max-height:450px!important}
}
@media(max-height:840px) and (min-width:1181px){
  .destination-gateway{
    height:min(760px,calc(100vh - 18px))!important;
    min-height:700px!important;
  }
  .destination-intro,.globe-stage,.destination-picker{padding:20px 22px!important}
  .interactive-globe{width:min(100%,440px)!important;max-height:440px!important}
  .region-card{min-height:106px!important}
  .region-card .region-photo{height:88px!important}
  .place-card{min-height:60px!important}
}
@media(max-width:1180px){
  .destination-gateway{
    width:calc(100vw - 16px)!important;
    height:auto!important;
    min-height:0!important;
    grid-template-columns:minmax(240px,24%) minmax(0,38%) minmax(0,38%)!important;
  }
  .destination-picker{overflow:visible!important}
}


/* TripPulse v4.21.7 — proporcje zablokowane zgodnie z zaakceptowanym szablonem */
body:has(.destination-gateway:not([hidden])){
  padding:10px 0 16px!important;
  overflow-y:auto!important;
}
.destination-gateway{
  width:min(1620px,calc(100vw - 20px))!important;
  height:min(800px,calc(100vh - 20px))!important;
  min-height:720px!important;
  grid-template-columns:minmax(280px,18%) minmax(500px,35%) minmax(680px,47%)!important;
  border-radius:22px!important;
}
.destination-intro{
  padding:24px 26px!important;
  gap:24px!important;
}
.destination-brandline strong{font-size:25px!important}
.destination-brandline small{font-size:10px!important}
.destination-intro h1{
  max-width:330px!important;
  font-size:clamp(28px,2vw,38px)!important;
  line-height:1.08!important;
}
.destination-intro>div>p{
  max-width:325px!important;
  font-size:12px!important;
  line-height:1.62!important;
}
.gateway-benefits{gap:18px!important}
.gateway-benefits>div{grid-template-columns:38px 1fr!important;gap:12px!important}
.gateway-benefits strong{font-size:12px!important}
.gateway-benefits small{font-size:9.5px!important;line-height:1.52!important}
.gateway-help{padding:16px!important;border-radius:14px!important}
.globe-stage{
  padding:18px 20px 22px!important;
  justify-content:flex-start!important;
}
.interactive-globe{
  width:min(100%,540px)!important;
  max-height:540px!important;
  margin:0 auto!important;
}
.globe-controls{right:3%!important;top:4%!important}
.destination-tools{
  width:100%!important;
  margin-top:10px!important;
  padding-top:14px!important;
}
.destination-search-row{
  width:100%!important;
  grid-template-columns:minmax(0,1.04fr) minmax(220px,.96fr)!important;
}
.destination-search-box,#destinationAiChoice{min-height:50px!important}
.destination-picker{
  padding:22px 26px 24px!important;
  gap:15px!important;
  overflow:hidden!important;
}
.picker-breadcrumb{min-height:38px!important;padding-bottom:10px!important}
.picker-heading{margin-bottom:9px!important}
.picker-heading h2{font-size:18px!important}
.region-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:11px!important;
}
.region-card{
  display:block!important;
  min-height:154px!important;
  padding:9px!important;
}
.region-card .region-photo{
  width:100%!important;
  height:70px!important;
  margin:0 0 9px!important;
}
.region-card strong{font-size:12px!important;line-height:1.25!important;margin:0!important}
.region-card small{font-size:9px!important;line-height:1.42!important;margin-top:5px!important}
.place-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
  max-height:none!important;
  overflow:visible!important;
}
.place-card{
  min-height:64px!important;
  padding:8px 8px 8px 51px!important;
}
.place-card:before{width:31px!important;height:31px!important;left:10px!important;top:16px!important}
.place-card strong{font-size:10.5px!important}
.place-card small{font-size:8.2px!important;line-height:1.32!important}
.selection-summary{min-height:44px!important;padding:9px 12px!important}
.continue-trip-button{min-height:48px!important}
@media(max-width:1450px) and (min-width:1181px){
  .destination-gateway{
    width:calc(100vw - 16px)!important;
    grid-template-columns:minmax(250px,18%) minmax(450px,35%) minmax(620px,47%)!important;
  }
  .interactive-globe{width:min(100%,500px)!important;max-height:500px!important}
  .region-card{min-height:148px!important}
}
@media(max-height:790px) and (min-width:1181px){
  .destination-gateway{height:calc(100vh - 14px)!important;min-height:690px!important}
  .destination-intro,.globe-stage,.destination-picker{padding-top:18px!important;padding-bottom:18px!important}
  .interactive-globe{width:min(100%,480px)!important;max-height:480px!important}
  .region-card{min-height:142px!important}
  .region-card .region-photo{height:64px!important}
  .place-card{min-height:60px!important}
}
@media(max-width:1180px){
  .destination-gateway{
    width:calc(100vw - 14px)!important;
    height:auto!important;
    min-height:0!important;
    grid-template-columns:1fr!important;
  }
  .destination-intro,.globe-stage,.destination-picker{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.08)!important}
  .region-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}


/* TripPulse v4.21.8 — podgląd 3 regionów i 6 miejscowości + slidery */
.destination-picker{
  gap:14px!important;
}
.picker-block{display:flex;flex-direction:column;gap:10px}
.slider-shell{
  display:grid;
  grid-template-columns:34px minmax(0,1fr) 34px;
  align-items:center;
  gap:8px;
}
.slider-nav{
  width:34px;
  height:34px;
  border-radius:10px;
  border:1px solid rgba(142,109,255,.28);
  background:rgba(8,16,29,.92);
  color:#d8def0;
  font-size:20px;
  line-height:1;
  cursor:pointer;
  transition:.18s ease;
}
.slider-nav:hover:not(:disabled){background:rgba(98,58,222,.22);color:#fff;border-color:rgba(162,115,255,.6)}
.slider-nav:disabled{opacity:.32;cursor:default}
.region-grid,
.place-grid{
  overflow:hidden!important;
  scroll-behavior:smooth;
  scrollbar-width:none;
}
.region-grid::-webkit-scrollbar,
.place-grid::-webkit-scrollbar{display:none}
.region-grid{
  display:grid!important;
  grid-auto-flow:column!important;
  grid-auto-columns:calc((100% - 20px)/3)!important;
  grid-template-columns:none!important;
  gap:10px!important;
  align-items:stretch;
}
.region-card{
  min-height:110px!important;
}
.place-grid{
  display:grid!important;
  grid-auto-flow:column!important;
  grid-template-rows:repeat(2,minmax(0,1fr))!important;
  grid-auto-columns:calc((100% - 16px)/3)!important;
  grid-template-columns:none!important;
  gap:8px!important;
  max-height:none!important;
  align-items:stretch;
}
.place-card{
  min-height:62px!important;
}
.selection-summary{margin-top:2px!important}
.continue-trip-button{margin-top:0!important}
@media(max-width:1180px){
  .slider-shell{grid-template-columns:30px minmax(0,1fr) 30px;gap:6px}
  .slider-nav{width:30px;height:30px;border-radius:9px}
  .region-grid{grid-auto-columns:calc((100% - 10px)/2)!important}
  .place-grid{grid-auto-columns:calc((100% - 8px)/2)!important}
}
@media(max-width:720px){
  .region-grid,.place-grid{grid-auto-columns:100%!important}
}


/* TripPulse v4.21.9 — wyrównanie dolnych akcji i rozciągnięcie kolumn */
.destination-gateway{
  align-items:stretch!important;
}
.globe-stage,
.destination-picker{
  min-height:100%!important;
}
.globe-stage{
  display:flex!important;
  flex-direction:column!important;
}
.interactive-globe{
  flex:0 0 auto!important;
}
.destination-tools{
  margin-top:auto!important;
  padding-top:16px!important;
}
.destination-picker{
  display:flex!important;
  flex-direction:column!important;
}
.destination-picker .picker-breadcrumb,
.destination-picker .picker-block{
  flex:0 0 auto!important;
}
.destination-picker .selection-summary{
  margin-top:auto!important;
}
.continue-trip-button{
  margin-top:10px!important;
}
.destination-search-row{
  align-items:stretch!important;
}
.destination-search-box,
#destinationAiChoice{
  min-height:58px!important;
}
.destination-search-feedback{
  margin-bottom:0!important;
}
.database-legend{
  margin-bottom:0!important;
}
@media(min-width:1181px){
  .globe-stage,
  .destination-picker{
    height:100%!important;
  }
  .destination-tools{
    padding-bottom:0!important;
  }
}


/* TripPulse v4.22.0 — większa przestrzeń dla regionów i miejscowości */
.destination-picker{
  gap:16px!important;
}
.destination-picker .picker-block{
  min-height:0;
}
.destination-picker .picker-block:nth-of-type(1){
  flex:1.08 1 0!important;
}
.destination-picker .picker-block:nth-of-type(2){
  flex:1 1 0!important;
}
.destination-picker .picker-block .slider-shell{
  flex:1 1 auto;
  min-height:0;
}
.region-grid,
.place-grid{
  height:100%!important;
}
.region-card{
  min-height:176px!important;
  height:100%!important;
  display:flex!important;
  flex-direction:column!important;
}
.region-card .region-photo{
  height:88px!important;
  flex:0 0 88px!important;
}
.region-card strong{font-size:12.5px!important}
.region-card small{font-size:9.3px!important;line-height:1.46!important}
.place-grid{
  grid-template-rows:repeat(2,minmax(78px,1fr))!important;
}
.place-card{
  min-height:78px!important;
  height:100%!important;
  padding:10px 10px 10px 56px!important;
}
.place-card:before{
  width:36px!important;
  height:36px!important;
  top:20px!important;
  left:11px!important;
}
.place-card strong{font-size:11px!important}
.place-card small{font-size:8.7px!important;line-height:1.38!important}
.selection-summary{
  min-height:50px!important;
  padding:11px 14px!important;
}
.continue-trip-button{
  min-height:52px!important;
}
@media(max-height:790px) and (min-width:1181px){
  .region-card{min-height:154px!important}
  .region-card .region-photo{height:74px!important;flex-basis:74px!important}
  .place-grid{grid-template-rows:repeat(2,minmax(68px,1fr))!important}
  .place-card{min-height:68px!important}
  .place-card:before{width:32px!important;height:32px!important;top:18px!important}
}

/* TripPulse v4.22.2 — internetowe zdjęcia Wikimedia Commons */
.photo-riviera{background-image:linear-gradient(180deg,transparent,rgba(2,8,16,.18)),url('assets/gateway/net-side.webp')!important}
.photo-likya{background-image:linear-gradient(180deg,transparent,rgba(2,8,16,.18)),url('assets/gateway/net-oludeniz.webp')!important}
.photo-aegean{background-image:linear-gradient(180deg,transparent,rgba(2,8,16,.18)),url('assets/gateway/net-bodrum.webp')!important}
.photo-north{background-image:linear-gradient(180deg,transparent,rgba(2,8,16,.18)),url('assets/gateway/net-kusadasi.webp')!important}


/* TripPulse v4.22.3 — dynamiczny aktywny globus */
.interactive-globe{
  --globe-scale:1.02;
  --globe-shift-x:0px;
  --globe-shift-y:0px;
  --hotspot-shift-x:0px;
  --hotspot-shift-y:0px;
  --globe-rotate:0deg;
  --globe-tilt:0deg;
  --globe-glow:.22;
  overflow:visible!important;
  background:
    radial-gradient(circle at 30% 24%,rgba(104,184,255,.42),transparent 22%),
    radial-gradient(circle at 50% 50%,rgba(51,96,179,.18),transparent 58%),
    radial-gradient(circle at 35% 28%,rgba(72,133,201,.56),rgba(10,34,66,.95) 40%,#04101e 71%)!important;
  box-shadow:
    inset -54px -34px 82px rgba(0,0,0,.78),
    inset 24px 18px 50px rgba(114,199,255,.15),
    0 0 60px rgba(43,123,255,var(--globe-glow))!important;
}
.interactive-globe::before{
  content:"";
  position:absolute;
  inset:3.5%;
  border-radius:50%;
  background:
    radial-gradient(circle at calc(33% + var(--globe-shift-x) * 0.02) calc(26% + var(--globe-shift-y) * 0.02), rgba(255,255,255,.18), transparent 18%),
    linear-gradient(120deg,rgba(255,255,255,.09),transparent 35%,transparent 64%,rgba(255,255,255,.05));
  mix-blend-mode:screen;
  pointer-events:none;
}
.interactive-globe.is-focused{filter:drop-shadow(0 0 24px rgba(96,119,255,.24))}
.interactive-globe.is-dragging{filter:drop-shadow(0 0 26px rgba(108,129,255,.30))}
.globe-halo{opacity:.95;transform:scale(1.02);transition:transform .35s ease, opacity .35s ease}
.interactive-globe.is-focused .globe-halo{transform:scale(1.07);opacity:1}
.globe-map{
  transform:translate(var(--globe-shift-x),var(--globe-shift-y)) rotate(var(--globe-rotate));
  transition:transform .28s ease-out, filter .28s ease-out;
  transform-origin:50% 52%;
}
.globe-map > *{
  transition:transform .25s ease-out, opacity .25s ease-out;
}
.continent,
.globe-line{
  transform:translate(calc(var(--globe-shift-x) * -0.18), calc(var(--globe-shift-y) * -0.12)) rotate(calc(var(--globe-tilt) * 0.7));
}
.globe-line{
  position:absolute;
  inset:-4% 0 0;
  border-top:1px solid rgba(143,208,255,.14);
  border-radius:50%;
}
.line-a{top:22%;left:-8%;width:116%;height:24%}
.line-b{top:46%;left:-7%;width:114%;height:24%}
.line-c{top:68%;left:-9%;width:118%;height:26%}
.country-hotspot{
  transition:transform .22s ease, opacity .22s ease, filter .22s ease!important;
  transform:translate(-50%,-50%) translate(var(--hotspot-shift-x), var(--hotspot-shift-y));
}
.country-hotspot:hover{transform:translate(-50%,-50%) translate(var(--hotspot-shift-x), var(--hotspot-shift-y)) scale(1.06)!important}
.country-hotspot i{
  backdrop-filter:blur(4px);
  box-shadow:0 0 0 6px rgba(126,79,255,.18),0 0 18px #6f4cff, 0 0 22px rgba(61,156,255,.24);
}
.country-hotspot span{
  background:rgba(6,12,22,.92)!important;
  border-color:rgba(126,169,255,.22)!important;
}
.country-hotspot.is-active i{animation:gatewayHotspotPulse 1.8s infinite}
.country-hotspot:not(.is-active){opacity:.82}
.country-hotspot[data-country="Turcja"]{z-index:10}
.country-hotspot[data-country="Turcja"] span::after{content:"  • Pełna baza"; color:#91c4ff; font-weight:700}
.country-hotspot[data-country="Grecja"] span::after,
.country-hotspot[data-country="Egipt"] span::after,
.country-hotspot[data-country="Hiszpania"] span::after,
.country-hotspot[data-country="Tunezja"] span::after{content:"  • Test"; color:#84a5d9; font-weight:700}
.globe-controls{
  backdrop-filter:blur(10px);
  box-shadow:0 10px 30px rgba(0,0,0,.28);
}
.globe-controls button:hover{background:rgba(124,83,255,.22);color:#fff;transform:translateY(-1px)}
.globe-controls button:active{transform:none}


/* TripPulse v4.22.5 — granice państw na globusie */
.interactive-globe.globe-3d-ready::after{
  content:"Ładowanie granic…";
  position:absolute;
  left:50%;
  bottom:7.5%;
  z-index:12;
  transform:translateX(-50%);
  padding:5px 9px;
  border:1px solid rgba(135,170,225,.18);
  border-radius:999px;
  color:#8d9db6;
  background:rgba(4,10,19,.72);
  font-size:8px;
  font-weight:700;
  letter-spacing:.04em;
  pointer-events:none;
  transition:opacity .25s ease;
}
.interactive-globe.has-country-borders::after{opacity:0}
.interactive-globe.has-country-borders .country-hotspot.is-active i{
  box-shadow:0 0 0 7px rgba(130,77,255,.18),0 0 22px #865cff,0 0 36px rgba(94,153,255,.26)!important;
}


/* TripPulse v4.22.6 — lekki globus wektorowy */
.interactive-globe.globe-3d-ready{background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important;transform:none!important;filter:none!important}
.interactive-globe.globe-3d-ready::before,.interactive-globe.globe-3d-ready::after,.interactive-globe.globe-3d-ready .globe-map{display:none!important}
.globe-canvas{position:absolute;inset:0;margin:auto;z-index:2;display:block;max-width:100%;max-height:100%;touch-action:none;cursor:grab;filter:drop-shadow(0 20px 42px rgba(0,0,0,.38))}
.interactive-globe.is-dragging .globe-canvas{cursor:grabbing!important}
.interactive-globe .country-hotspot{z-index:8!important;transform:translate(-50%,-50%)!important;transition:opacity .18s ease!important}
.interactive-globe .country-hotspot:not(.is-active){opacity:0!important;pointer-events:none!important}
.interactive-globe .country-hotspot.is-active i{width:10px!important;height:10px!important;border:2px solid #fff!important;background:#9b69ff!important;box-shadow:0 0 0 5px rgba(145,92,255,.18),0 0 15px rgba(151,104,255,.9)!important}
.interactive-globe .country-hotspot.is-active span{display:block!important;margin-top:7px!important;padding:7px 10px!important;font-size:10px!important;background:rgba(5,10,20,.88)!important;border:1px solid rgba(173,145,255,.35)!important;backdrop-filter:blur(8px)}
.interactive-globe .country-hotspot span::after{content:none!important}
.globe-controls{z-index:12!important}

/* TripPulse v4.23.0 — Globe Foundation polish */
.globe-stage{position:relative;isolation:isolate}
.globe-stage::before{content:"";position:absolute;left:50%;top:44%;width:min(90%,520px);height:min(72%,420px);transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(83,116,255,.10),rgba(20,45,94,.035) 45%,transparent 72%);filter:blur(12px);pointer-events:none;z-index:0}
.interactive-globe.globe-3d-ready{z-index:1}
.globe-canvas{filter:drop-shadow(0 28px 48px rgba(0,0,0,.48)) drop-shadow(0 0 30px rgba(70,110,255,.10));transition:filter .3s ease}
.interactive-globe.is-dragging .globe-canvas{filter:drop-shadow(0 34px 54px rgba(0,0,0,.54)) drop-shadow(0 0 38px rgba(89,126,255,.17))}
.interactive-globe .country-hotspot{opacity:0;pointer-events:none;z-index:9!important;transform:translate(-50%,-50%)!important}
.interactive-globe .country-hotspot.is-globe-visible{opacity:1!important;pointer-events:auto!important}
.interactive-globe .country-hotspot i{width:8px!important;height:8px!important;border:1.5px solid rgba(255,255,255,.95)!important;background:#8096ff!important;box-shadow:0 0 0 5px rgba(94,115,255,.13),0 0 14px rgba(106,139,255,.72)!important}
.interactive-globe .country-hotspot.is-active i{width:10px!important;height:10px!important;background:#9b69ff!important;box-shadow:0 0 0 6px rgba(145,92,255,.18),0 0 19px rgba(151,104,255,.95)!important}
.interactive-globe .country-hotspot.is-globe-hovered i{transform:scale(1.14);background:#8dadff!important}
.interactive-globe .country-hotspot span{display:block!important;min-width:max-content;margin-top:8px!important;padding:7px 10px 6px!important;border-radius:9px!important;background:rgba(4,10,21,.89)!important;border:1px solid rgba(159,184,255,.30)!important;color:#f5f7ff!important;font-size:10px!important;font-weight:850!important;line-height:1.1!important;box-shadow:0 10px 28px rgba(0,0,0,.35)!important;backdrop-filter:blur(10px)}
.interactive-globe .country-hotspot span::after{content:attr(data-status)!important;display:block;margin-top:4px;color:#91a5ca!important;font-size:7px!important;font-weight:700!important;letter-spacing:.02em}
.interactive-globe .country-hotspot.is-active span::after{color:#bca2ff!important}
.globe-controls{border:1px solid rgba(154,177,235,.15)!important;background:rgba(4,11,23,.72)!important;backdrop-filter:blur(14px)!important;box-shadow:0 14px 34px rgba(0,0,0,.34)!important}
.globe-controls button{transition:background .18s ease,color .18s ease,transform .18s ease!important}
@media (prefers-reduced-motion:reduce){.globe-canvas,.interactive-globe .country-hotspot,.globe-controls button{transition:none!important}}

/* TripPulse v4.23.2 — znaczniki są rysowane bezpośrednio na canvasie */
.interactive-globe .country-hotspot{opacity:0!important;pointer-events:none!important;visibility:hidden!important}


/* TripPulse v4.24.0 — premium polish globusa */

.interactive-globe.globe-3d-ready{width:min(100%,520px)!important;aspect-ratio:1!important;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important;isolation:isolate}
.globe-stage{background:radial-gradient(circle at 50% 42%,rgba(57,108,210,.11),transparent 45%),linear-gradient(180deg,rgba(8,14,27,.18),rgba(8,14,27,0))!important}
.globe-stage::before{width:min(92%,560px)!important;height:min(76%,440px)!important;top:45%!important;background:radial-gradient(circle,rgba(87,123,255,.13),rgba(24,45,96,.055) 43%,transparent 72%)!important;filter:blur(18px)!important}
.globe-halo{inset:2%!important;background:radial-gradient(circle,rgba(60,132,255,.24),rgba(36,86,194,.10) 38%,transparent 66%)!important;filter:blur(26px)!important;opacity:.98!important}
.globe-canvas{filter:drop-shadow(0 32px 52px rgba(0,0,0,.50)) drop-shadow(0 0 34px rgba(77,115,255,.10))!important;transition:filter .28s ease, transform .28s ease!important}
.interactive-globe.is-focused .globe-canvas{filter:drop-shadow(0 34px 58px rgba(0,0,0,.55)) drop-shadow(0 0 42px rgba(91,129,255,.16))!important}
.interactive-globe.is-dragging .globe-canvas{filter:drop-shadow(0 38px 62px rgba(0,0,0,.58)) drop-shadow(0 0 48px rgba(104,141,255,.20))!important}
.globe-controls{right:4%!important;top:5%!important;border:1px solid rgba(167,188,236,.16)!important;background:rgba(5,11,23,.66)!important;backdrop-filter:blur(14px)!important;box-shadow:0 18px 40px rgba(0,0,0,.36)!important}
.globe-controls button{width:36px!important;height:36px!important;color:#c8d5ff!important;font-weight:800!important}
.globe-controls button:hover{background:rgba(124,83,255,.18)!important;color:#fff!important}
.database-legend{margin-top:10px!important;color:#8fa7ca!important;letter-spacing:.01em}
.database-legend .full{background:#9b69ff!important;box-shadow:0 0 10px rgba(155,105,255,.95)!important}
.database-legend .basic{background:#7d91dd!important;box-shadow:0 0 8px rgba(125,145,221,.35)!important}


/* TripPulse v4.25.0 — moduł AI na pierwszym ekranie */
.gateway-ai-guide{position:relative;z-index:4;margin:14px auto 2px;width:min(100%,520px);padding:14px;border:1px solid rgba(145,171,232,.16);border-radius:16px;background:linear-gradient(145deg,rgba(8,17,34,.88),rgba(5,11,23,.80));box-shadow:0 16px 38px rgba(0,0,0,.22);backdrop-filter:blur(14px);transition:border-color .22s ease,transform .22s ease,box-shadow .22s ease}
.gateway-ai-guide.has-answer{border-color:rgba(151,116,255,.25);box-shadow:0 18px 42px rgba(0,0,0,.26),0 0 28px rgba(117,81,255,.06)}
.gateway-ai-guide.is-thinking{opacity:.82;transform:translateY(1px)}
.gateway-ai-head{display:flex;align-items:center;gap:10px}
.gateway-ai-avatar{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;color:#fff;background:linear-gradient(145deg,#8057ff,#3d79ff);box-shadow:0 0 22px rgba(111,82,255,.30)}
.gateway-ai-head div{min-width:0;flex:1}.gateway-ai-head strong,.gateway-ai-head small{display:block}.gateway-ai-head strong{font-size:11px;color:#fff}.gateway-ai-head small{margin-top:2px;color:#8fa7ca;font-size:8px}
.gateway-ai-live{padding:4px 7px;border:1px solid rgba(99,220,175,.22);border-radius:999px;color:#67ddb1;background:rgba(50,201,146,.08);font-size:7px;font-weight:900;letter-spacing:.1em}
.gateway-ai-guide>p{margin:11px 0 12px;color:#d9e4f5;font-size:10px;line-height:1.58}
.gateway-ai-suggestions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
.gateway-ai-suggestions button{min-width:0;padding:9px 8px;text-align:left;border:1px solid rgba(255,255,255,.10);border-radius:11px;background:rgba(255,255,255,.025);color:#eef4ff;transition:background .18s ease,border-color .18s ease,transform .18s ease}
.gateway-ai-suggestions button:hover,.gateway-ai-suggestions button.is-selected{transform:translateY(-1px);border-color:rgba(151,116,255,.34);background:rgba(124,83,255,.11)}
.gateway-ai-suggestions span,.gateway-ai-suggestions small{display:block}.gateway-ai-suggestions span{font-size:8px;font-weight:800}.gateway-ai-suggestions small{margin-top:3px;color:#91a5c7;font-size:7px;line-height:1.35}
.gateway-ai-compose{margin-top:8px;display:grid;grid-template-columns:1fr 34px;gap:7px}
.gateway-ai-compose input{min-width:0;height:34px;padding:0 11px;border:1px solid rgba(255,255,255,.10);border-radius:10px;outline:none;background:rgba(3,9,19,.70);color:#fff;font-size:8px}
.gateway-ai-compose input:focus{border-color:rgba(137,113,255,.42);box-shadow:0 0 0 3px rgba(113,83,255,.07)}
.gateway-ai-compose button{border:1px solid rgba(148,120,255,.28);border-radius:10px;color:#fff;background:linear-gradient(145deg,#7953ff,#3f77ff);font-size:12px}
.region-card{position:relative}.region-card.is-ai-recommended{border-color:rgba(150,112,255,.52)!important;box-shadow:0 0 0 1px rgba(150,112,255,.14),0 16px 34px rgba(44,24,110,.20)!important}
.ai-region-badge{position:absolute;left:10px;top:10px;z-index:3;padding:5px 7px;border:1px solid rgba(207,191,255,.32);border-radius:999px;color:#f1ebff;background:rgba(67,40,136,.82);font-size:7px!important;font-weight:850!important;line-height:1!important;box-shadow:0 8px 20px rgba(0,0,0,.22);backdrop-filter:blur(8px)}
@media(max-width:1100px){.gateway-ai-suggestions{grid-template-columns:1fr}.gateway-ai-guide{width:min(100%,470px)}}
@media(max-width:760px){.gateway-ai-guide{margin-top:10px}.gateway-ai-suggestions{grid-template-columns:1fr 1fr}.gateway-ai-suggestions button:last-child{grid-column:1/-1}}
@media(max-width:480px){.gateway-ai-suggestions{grid-template-columns:1fr}.gateway-ai-suggestions button:last-child{grid-column:auto}}


/* TripPulse v4.26.0 — pierwszy efekt: czytelny moduł AI i jasny podział ról */
@media(min-width:1181px){
  .destination-gateway{grid-template-columns:minmax(280px,18%) minmax(520px,36%) minmax(660px,46%)!important}
  .globe-stage{padding:16px 22px 20px!important;overflow:hidden!important}
  .interactive-globe{width:min(100%,430px)!important;max-height:430px!important;margin:0 auto!important}
}
.globe-legend{margin:0 auto 10px!important;position:relative;z-index:3;text-align:center!important}
.gateway-ai-guide{
  width:100%!important;
  margin:0!important;
  padding:17px 18px 15px!important;
  border-radius:18px!important;
  border:1px solid rgba(154,132,255,.28)!important;
  background:linear-gradient(145deg,rgba(10,19,38,.97),rgba(5,11,24,.94))!important;
  box-shadow:0 20px 48px rgba(0,0,0,.34),0 0 34px rgba(112,76,255,.08)!important;
  backdrop-filter:blur(18px)!important;
}
.gateway-ai-head{gap:12px!important;align-items:flex-start!important}
.gateway-ai-avatar{width:40px!important;height:40px!important;border-radius:13px!important;font-size:16px!important;flex:0 0 auto!important}
.gateway-ai-head>div{display:grid!important;gap:1px!important}
.gateway-ai-eyebrow{color:#9d87ff!important;font-size:7px!important;font-weight:900!important;letter-spacing:.14em!important}
.gateway-ai-head strong{font-size:15px!important;line-height:1.1!important}
.gateway-ai-head small{font-size:9px!important;margin-top:2px!important}
.gateway-ai-live{display:inline-flex!important;align-items:center!important;gap:5px!important;padding:5px 8px!important;font-size:7px!important}
.gateway-ai-live i{width:6px;height:6px;border-radius:50%;background:#60e0ad;box-shadow:0 0 8px rgba(96,224,173,.9)}
.gateway-ai-guide>p{margin:14px 0 14px!important;color:#e7eefb!important;font-size:12.5px!important;line-height:1.55!important;letter-spacing:-.01em!important}
.gateway-ai-suggestions{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important}
.gateway-ai-suggestions button{padding:11px 10px!important;min-height:58px!important;border-radius:12px!important;background:rgba(255,255,255,.035)!important}
.gateway-ai-suggestions span{font-size:9.5px!important;line-height:1.25!important}
.gateway-ai-suggestions small{font-size:7.5px!important;line-height:1.35!important;margin-top:4px!important}
.gateway-ai-compose{position:relative!important;margin-top:11px!important;grid-template-columns:1fr 40px!important;gap:8px!important}
.gateway-ai-input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);z-index:2;color:#9f83ff;font-size:12px}
.gateway-ai-compose input{height:42px!important;padding:0 13px 0 34px!important;border-radius:12px!important;font-size:9.5px!important;background:rgba(2,8,18,.84)!important}
.gateway-ai-compose button{border-radius:12px!important;font-size:14px!important}
.gateway-direction-tools{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-top:9px;padding-top:9px;border-top:1px solid rgba(255,255,255,.075)}
.gateway-direction-tools .destination-search-box{min-height:38px!important;padding:0 10px!important;border-radius:11px!important;background:rgba(255,255,255,.025)!important}
.gateway-direction-tools .destination-search-box input{font-size:8.5px!important}
.gateway-direction-tools .destination-search-box b{font-size:7px!important}
.gateway-direction-tools #destinationAiChoice{min-height:38px!important;padding:0 12px!important;display:flex!important;align-items:center!important;gap:7px!important;border-radius:11px!important;font-size:8px!important;background:rgba(124,83,255,.09)!important}
.gateway-direction-tools #destinationAiChoice>span{width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:rgba(155,105,255,.16);color:#c6b6ff}
.gateway-direction-tools #destinationAiChoice strong{font-size:8.5px!important;white-space:nowrap}
.destination-search-feedback{margin:8px 0 0!important;text-align:left!important;font-size:7.5px!important;color:#758aaa!important}
.destination-tools{display:none!important}
.ai-decision-strip{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:11px;align-items:center;padding:12px 13px;border:1px solid rgba(146,116,255,.22);border-radius:14px;background:linear-gradient(135deg,rgba(105,70,208,.10),rgba(39,82,170,.07));box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}
.ai-decision-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:11px;color:#fff;background:linear-gradient(145deg,#7d56ff,#427cff);box-shadow:0 0 20px rgba(112,82,255,.26)}
.ai-decision-strip>div{min-width:0}.ai-decision-strip small{display:block;color:#9f88ff;font-size:6.8px;font-weight:900;letter-spacing:.12em}.ai-decision-strip strong{display:block;margin-top:2px;color:#fff;font-size:13px}.ai-decision-strip p{margin:4px 0 0;color:#9fb1ce;font-size:8.3px;line-height:1.35}
.ai-decision-score{display:grid;place-items:center;min-width:64px;color:#fff;font-size:16px;font-weight:900}.ai-decision-score small{margin-top:1px;color:#7f94b7;font-size:6.5px;letter-spacing:0;text-transform:none}
.destination-picker{gap:12px!important}
.region-card.is-ai-recommended{border-color:rgba(157,116,255,.55)!important;box-shadow:0 0 0 1px rgba(157,116,255,.12),0 14px 34px rgba(77,47,161,.16)!important}
.ai-region-badge{font-size:6.8px!important;padding:4px 7px!important;border-radius:999px!important}
@media(max-height:820px) and (min-width:1181px){
  .interactive-globe{width:min(100%,390px)!important;max-height:390px!important}
  .gateway-ai-guide{padding:14px 15px 13px!important}
  .gateway-ai-guide>p{font-size:11.5px!important;margin:11px 0!important}
  .gateway-ai-suggestions button{min-height:50px!important;padding:9px!important}
}
@media(max-width:1180px){
  .gateway-ai-guide{width:min(100%,680px)!important;margin:0 auto!important}
  .ai-decision-strip{margin-bottom:2px}
}
@media(max-width:680px){
  .gateway-ai-suggestions{grid-template-columns:1fr!important}
  .gateway-direction-tools{grid-template-columns:1fr!important}
  .ai-decision-strip{grid-template-columns:32px minmax(0,1fr)}
  .ai-decision-score{grid-column:2;justify-self:start;display:flex;gap:6px;align-items:baseline}
}


/* TripPulse v4.27.0 — wspólny język rozmowy AI i czysta kula globusa */
.gateway-conversation-card{padding:18px!important;border:1px solid rgba(121,217,198,.14)!important;border-radius:22px!important;background:linear-gradient(145deg,rgba(10,22,34,.94),rgba(7,14,25,.96))!important;box-shadow:0 18px 44px rgba(0,0,0,.20)!important}
.gateway-assistant-heading{margin-bottom:12px!important}
.gateway-assistant-heading h2{margin:3px 0 0!important;font-size:19px!important;letter-spacing:-.035em!important}
.gateway-conversation-intro{margin:0 0 12px!important;min-height:114px!important;padding:16px!important}
.gateway-ai-context{display:block;margin:-3px 0 7px;color:#7f9eb1;font-size:9px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.gateway-conversation-intro .conversation-message{font-size:13px!important;line-height:1.62!important}
.gateway-response-status{margin:2px 4px 10px!important}
.gateway-smart-replies-wrap{margin:0 0 13px!important;transition:opacity .2s ease}
.gateway-smart-replies-wrap .conversation-helper-label{display:block;margin-bottom:7px}
.gateway-smart-replies-wrap .smart-replies{margin:0!important;display:flex!important;gap:7px!important}
.gateway-smart-replies-wrap .smart-replies button{padding:9px 11px!important;font-size:9px!important}
.gateway-ai-compose{margin:0!important}
.gateway-conversation-field{margin:0!important}
.gateway-chat-composer{min-height:84px!important;border-radius:17px!important}
.gateway-chat-composer textarea{min-height:56px!important;max-height:130px!important;font-size:12px!important;line-height:1.5!important;resize:none!important}
.gateway-direction-tools{margin-top:12px!important}
.gateway-conversation-card.is-thinking .gateway-chat-composer{opacity:.78}
.gateway-conversation-card.is-thinking .conversation-intro{border-color:rgba(87,239,255,.25)!important}

/* Globus: wyłącznie kula — bez halo, cienia i efektów wychodzących poza okrąg */
.globe-stage::before{display:none!important}
.globe-halo{display:none!important}
.interactive-globe.globe-3d-ready{filter:none!important}
.globe-canvas,.interactive-globe.is-focused .globe-canvas,.interactive-globe.is-dragging .globe-canvas{filter:none!important;box-shadow:none!important}


/* TripPulse v4.27.1 — zawsze widoczne pole rozmowy i nieklikalne przykłady */
body:has(.destination-gateway:not([hidden])){overflow-y:auto!important;overflow-x:hidden!important}
.destination-gateway{height:auto!important;min-height:100vh!important;align-items:stretch!important}
.globe-stage{justify-content:flex-start!important;overflow:visible!important;min-height:100vh!important;padding-top:14px!important;padding-bottom:18px!important}
.interactive-globe{flex:0 0 auto!important;width:min(100%,360px)!important;max-height:360px!important}
.globe-legend{flex:0 0 auto!important;margin:2px auto 8px!important}
.gateway-ai-guide{flex:0 0 auto!important;display:block!important;min-height:330px!important;overflow:visible!important;padding:16px 18px 14px!important}
.gateway-conversation-intro{min-height:82px!important}
.gateway-smart-replies-wrap{display:block!important;overflow:visible!important;margin-top:8px!important}
.gateway-ai-suggestions{display:grid!important;grid-template-columns:1fr!important;gap:6px!important;overflow:visible!important;max-height:none!important}
.gateway-ai-suggestions .gateway-suggestion-example{display:block!important;padding:7px 9px!important;border-left:2px solid rgba(155,105,255,.46)!important;border-radius:0 8px 8px 0!important;background:rgba(255,255,255,.025)!important;color:#9fb1cf!important;font-size:8.5px!important;line-height:1.4!important;cursor:default!important;white-space:normal!important}
.gateway-ai-compose{display:block!important;margin-top:11px!important;overflow:visible!important}
.gateway-conversation-field{display:block!important;visibility:visible!important;opacity:1!important;min-height:91px!important;margin:0!important}
.gateway-chat-composer{display:flex!important;min-height:54px!important;visibility:visible!important;opacity:1!important}
.gateway-chat-composer textarea{display:block!important;visibility:visible!important;opacity:1!important;min-height:52px!important;max-height:90px!important;padding-top:13px!important;padding-bottom:10px!important;font-size:10px!important;line-height:1.4!important;resize:none!important}
.gateway-chat-composer .composer-send{display:grid!important;visibility:visible!important;opacity:1!important;align-self:center!important;margin-right:7px!important}
.gateway-conversation-field .composer-meta,.gateway-conversation-field .composer-hint{display:block!important;visibility:visible!important;opacity:1!important}
.gateway-direction-tools{margin-top:8px!important}
@media(max-height:900px) and (min-width:1181px){
  .interactive-globe{width:min(100%,320px)!important;max-height:320px!important}
  .gateway-ai-guide{min-height:315px!important;padding:13px 15px 12px!important}
  .gateway-ai-suggestions .gateway-suggestion-example{padding:5px 8px!important;font-size:8px!important}
  .gateway-conversation-intro{min-height:70px!important}
}
@media(max-width:1180px){
  .globe-stage{min-height:auto!important}
  .interactive-globe{width:min(100%,390px)!important;max-height:390px!important}
  .gateway-ai-guide{min-height:340px!important}
}


/* TripPulse v4.27.2 — czysty composer AI bez dublujących sugestii */
.gateway-smart-replies-wrap,.gateway-ai-suggestions{display:none!important}
.gateway-ai-guide{min-height:270px!important}
.gateway-ai-compose{margin-top:13px!important}
.gateway-conversation-field .composer-label-caret{display:none!important;animation:none!important}
.gateway-conversation-field .composer-label{opacity:.76!important}
.gateway-chat-composer{min-height:70px!important;border-color:rgba(137,159,224,.18)!important;background:rgba(2,8,18,.86)!important;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease!important}
.gateway-chat-composer:focus-within{border-color:rgba(123,108,255,.55)!important;background:rgba(4,10,23,.94)!important;box-shadow:0 0 0 3px rgba(116,91,255,.10),0 14px 34px rgba(0,0,0,.24)!important}
.gateway-chat-composer textarea{min-height:66px!important;max-height:118px!important;font-size:11px!important;line-height:1.5!important;caret-color:#a88cff!important;color:#f5f7ff!important}
.gateway-chat-composer textarea::placeholder{color:#7487a7!important;opacity:.88!important}
.gateway-chat-composer textarea:focus{outline:none!important}
.gateway-conversation-field:focus-within .composer-label{color:var(--tp-color-primary)!important;opacity:1!important}
@media(max-width:1100px){.gateway-ai-guide{min-height:255px!important}.gateway-chat-composer textarea{min-height:62px!important}}


/* TripPulse v4.27.3 — skupiony composer i usunięty dolny blok kierunku */
.gateway-direction-tools,.destination-search-feedback{display:none!important}
.gateway-ai-guide{min-height:0!important}
.gateway-chat-composer textarea{caret-color:#c5a7ff!important;cursor:text!important;pointer-events:auto!important;user-select:text!important;-webkit-user-select:text!important}
.gateway-chat-composer textarea:focus{caret-color:#d8c6ff!important}
.gateway-chat-composer .control-icon{pointer-events:none!important}


/* TripPulse v4.30.0 — stan gotowości decyzji geograficznej */
.continue-trip-button.is-ready{background:linear-gradient(135deg,#7b50ff,#3f7cff)!important;box-shadow:0 14px 34px rgba(90,87,255,.28),0 0 0 1px rgba(181,164,255,.20) inset!important}
.continue-trip-button.is-ready b{animation:gatewayReadyArrow 1.4s ease-in-out infinite}
@keyframes gatewayReadyArrow{0%,100%{transform:translateX(0)}50%{transform:translateX(4px)}}

/* TripPulse v4.31.2 — jawny status trybu AI */
#gatewayAiMode{gap:7px!important}
#gatewayAiMode b{font:inherit;font-weight:800}
#gatewayAiMode.is-online{color:#7fe6c8!important;border-color:rgba(91,231,193,.22)!important;background:rgba(39,138,111,.10)!important}
#gatewayAiMode.is-online span{background:#55e2b7!important;box-shadow:0 0 10px rgba(85,226,183,.8)!important}
#gatewayAiMode.is-local{color:#9eb1cf!important;border-color:rgba(155,177,213,.18)!important;background:rgba(107,127,162,.08)!important}
#gatewayAiMode.is-local span{background:#91a5ca!important;box-shadow:none!important}


/* TripPulse v5.1.0 — kontrolowane przejście do szczegółów */
.continue-trip-hint{margin:0 2px -10px;text-align:center;color:var(--text-dim);font-size:10px;line-height:1.4;transition:.2s ease}
.continue-trip-hint.is-ready{color:#c8bcff;font-weight:700}
.continue-trip-button:disabled{cursor:not-allowed!important;opacity:.42!important;filter:saturate(.45)!important;box-shadow:none!important;transform:none!important}
.continue-trip-button.is-ready:not(:disabled){cursor:pointer;opacity:1!important}
.continue-trip-button.is-newly-ready{animation:continueTripReadyPulse 1.65s ease both}
@keyframes continueTripReadyPulse{0%,100%{transform:none}35%{transform:translateY(-2px) scale(1.018);box-shadow:0 16px 38px rgba(90,87,255,.42),0 0 0 5px rgba(123,80,255,.10)}65%{transform:translateY(0) scale(1)}}
/* v5.2.0 — prawdziwy status AI także na drugiej stronie */
#planningAiMode{gap:7px}
#planningAiMode b{font:inherit;font-weight:800}
#planningAiMode.is-online{color:#17865f;border-color:rgba(23,134,95,.24);background:rgba(23,134,95,.08)}
#planningAiMode.is-online span{background:#25b77d;box-shadow:0 0 10px rgba(37,183,125,.55)}
#planningAiMode.is-local{color:#7c879b;border-color:rgba(124,135,155,.22);background:rgba(124,135,155,.08)}
#planningAiMode.is-local span{background:#97a2b5;box-shadow:none}

/* TripPulse v5.2.9 — Spokojny Concierge: strona startowa */
body:has(.destination-gateway:not([hidden])){overflow:auto!important;background:var(--tp-color-bg-primary)!important}
body:has(.destination-gateway:not([hidden])) .ambient,
body:has(.destination-gateway:not([hidden])) .page-noise{display:none!important}
body:has(.destination-gateway:not([hidden])) .site-header{
  position:sticky!important;inset:0!important;z-index:40!important;width:100%!important;height:76px!important;
  display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;
  padding:0 max(24px,calc((100vw - 1280px)/2))!important;border:0!important;border-bottom:1px solid var(--tp-color-border)!important;
  background:rgba(255,255,255,.94)!important;box-shadow:0 8px 28px rgba(24,55,45,.06)!important;backdrop-filter:blur(14px)!important
}
body:has(.destination-gateway:not([hidden])) .site-header .brand{padding:0!important;border:0!important;gap:7px!important}
body:has(.destination-gateway:not([hidden])) .brand-mark,
body:has(.destination-gateway:not([hidden])) .version-badge,
body:has(.destination-gateway:not([hidden])) .sidebar-toggle,
body:has(.destination-gateway:not([hidden])) .sidebar-status,
body:has(.destination-gateway:not([hidden])) .main-nav,
body:has(.destination-gateway:not([hidden])) .sidebar-bottom>span{display:none!important}
.calm-brand-subtitle{display:none;color:#7f91a8;font-size:10px;font-weight:600}
body:has(.destination-gateway:not([hidden])) .calm-brand-subtitle{display:block;margin-left:9px;padding-left:16px;border-left:1px solid rgba(151,177,207,.18)}
body:has(.destination-gateway:not([hidden])) .sidebar-bottom{display:block!important;margin:0!important;padding:0!important;border:0!important}
body:has(.destination-gateway:not([hidden])) .my-trippulse-button{width:auto!important;padding:9px 14px!important;border:1px solid var(--tp-color-border)!important;border-radius:10px!important;background:rgba(255,255,255,.68)!important;color:var(--tp-color-text-primary)!important}

.destination-gateway{
  width:min(1280px,calc(100% - 48px))!important;min-height:0!important;height:auto!important;margin:42px auto 70px!important;
  display:grid!important;grid-template-columns:minmax(0,1fr) minmax(360px,390px)!important;gap:24px!important;
  overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important
}
.destination-gateway::before,.destination-intro{display:none!important}
.calm-saved-project{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:15px 18px;border:1px solid var(--tp-color-border);border-radius:14px;background:rgba(255,255,255,.88)}
.calm-saved-project[hidden]{display:none!important}.calm-saved-project div:first-child{display:grid;gap:3px}.calm-saved-project span,.calm-profile-heading>span,.calm-profile-project>span,.calm-conversation-heading>span{color:#65c7df;font-size:9px;font-weight:800;letter-spacing:.16em}.calm-saved-project strong{font-size:13px}.calm-saved-project small{color:#8294aa;font-size:9px}.calm-saved-actions{display:flex;gap:8px}.calm-saved-actions button{padding:9px 12px;border:1px solid rgba(83,191,219,.22);border-radius:9px;background:transparent;color:#c9dbe8;font-size:9px;font-weight:800}.calm-saved-actions button:first-child{background:#5fc4dc;color:#06121c}
.globe-stage.calm-conversation{display:block!important;min-width:0!important;min-height:640px!important;padding:30px!important;border:0!important;border-radius:18px!important;background:rgba(255,255,255,.82)!important;box-shadow:none!important}
.calm-conversation-heading{margin-bottom:24px}.calm-conversation-heading h1{margin:9px 0 6px;color:var(--tp-color-text-primary);font-size:clamp(30px,3.2vw,46px);line-height:1.12;letter-spacing:-.035em}.calm-conversation-heading p{margin:0;color:var(--tp-color-text-secondary);font-size:13px}
.gateway-conversation-card{padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.gateway-assistant-heading{display:none!important}.gateway-conversation-intro{min-height:150px!important;margin:0 0 18px!important;padding:20px!important;border:0!important;border-radius:14px!important;background:rgba(255,255,255,.78)!important}.gateway-conversation-intro .conversation-message{font-size:13px!important;line-height:1.65!important;color:var(--tp-color-text-primary)!important}.gateway-ai-context{color:var(--tp-color-text-muted)!important}.gateway-chat-composer{min-height:94px!important;border:1px solid var(--tp-color-border)!important;border-radius:14px!important;background:rgba(255,255,255,.94)!important;box-shadow:none!important}.gateway-chat-composer:focus-within{border-color:rgba(24,169,118,.55)!important;background:#fff!important;box-shadow:0 0 0 3px rgba(24,169,118,.09)!important}.gateway-chat-composer textarea{min-height:88px!important;max-height:150px!important;padding:17px 58px 15px 43px!important;font-size:12px!important;caret-color:var(--tp-color-primary)!important}.gateway-chat-composer .composer-send{background:var(--tp-color-primary)!important;color:#fff!important;box-shadow:none!important}.gateway-conversation-field .composer-hint{color:var(--tp-color-text-muted)!important}
.calm-conversation-prompts{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}.calm-conversation-prompts button{padding:9px 11px;border:1px solid var(--tp-color-border);border-radius:999px;background:rgba(255,255,255,.62);color:var(--tp-color-text-secondary);font-size:9px}.calm-conversation-prompts button:hover{border-color:rgba(24,169,118,.38);color:var(--tp-color-primary-strong)}
.destination-picker{display:none!important}
.calm-trip-profile{align-self:start;min-height:520px;padding:26px;border:1px solid var(--tp-color-border);border-radius:18px;background:rgba(255,255,255,.86)}.calm-profile-heading h2{margin:8px 0 4px;font-size:20px;color:var(--tp-color-text-primary)}.calm-profile-heading p{margin:0;color:var(--tp-color-text-muted);font-size:10px}.calm-profile-values{display:grid;gap:0;margin:26px 0}.calm-profile-values>div{display:grid;grid-template-columns:88px 1fr;gap:14px;padding:17px 0;border-bottom:1px solid var(--tp-color-border)}.calm-profile-values dt{color:var(--tp-color-text-muted);font-size:10px}.calm-profile-values dd{margin:0;color:var(--tp-color-text-primary);font-size:11px;font-weight:700;text-align:right}.calm-profile-project{display:grid;gap:7px;margin-top:30px;padding-top:22px;border-top:1px solid var(--tp-color-border)}.calm-profile-project strong{font-size:12px}.calm-profile-project small{min-height:28px;color:var(--tp-color-text-muted);font-size:9px;line-height:1.5}.calm-profile-project button{margin-top:8px;padding:11px;border:0;border-radius:10px;background:var(--tp-color-primary);color:#fff;font-size:10px;font-weight:900}
@media(max-width:1023px){.destination-gateway{grid-template-columns:1fr!important;width:min(760px,calc(100% - 32px))!important;margin-top:28px!important}.calm-saved-project{align-items:flex-start;flex-direction:column}.calm-trip-profile{min-height:0}.globe-stage.calm-conversation{min-height:0!important}}
@media(max-width:620px){body:has(.destination-gateway:not([hidden])) .site-header{height:66px!important;padding:0 16px!important}.calm-brand-subtitle{display:none!important}.destination-gateway{width:calc(100% - 20px)!important;margin-top:18px!important}.globe-stage.calm-conversation,.calm-trip-profile{padding:20px!important}.calm-conversation-prompts{display:grid}.calm-saved-actions{width:100%;flex-direction:column}.calm-saved-actions button{width:100%}}

/* Spokojny Concierge — subtelny travel ambient */
body:has(.destination-gateway:not([hidden])) main{position:relative;isolation:isolate}
body:has(.destination-gateway:not([hidden])) main::before{
  content:"";position:absolute;z-index:-2;left:0;right:0;top:0;height:min(780px,82vh);pointer-events:none;
  background:
    linear-gradient(90deg,rgba(7,16,28,.54) 0%,rgba(7,16,28,.68) 56%,rgba(7,16,28,.97) 92%),
    linear-gradient(180deg,rgba(7,16,28,.10) 0%,rgba(7,16,28,.54) 56%,#07101c 100%),
    url("assets/ambient/calm-coast-horizon.png") center 46% / cover no-repeat;
  opacity:.72;filter:saturate(.72) blur(.3px)
}
body:has(.destination-gateway:not([hidden])) main::after{
  content:"";position:absolute;z-index:-1;left:0;right:0;top:0;height:min(780px,82vh);pointer-events:none;opacity:.14;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
  mix-blend-mode:soft-light
}
.globe-stage.calm-conversation{
  position:relative;overflow:hidden!important;backdrop-filter:blur(12px);
  background:
    linear-gradient(90deg,rgba(7,17,29,.76),rgba(7,17,29,.90) 72%,rgba(7,17,29,.96)),
    linear-gradient(180deg,rgba(7,17,29,.38),rgba(7,17,29,.90)),
    url("assets/ambient/calm-coast-horizon.png") 29% 48% / cover no-repeat!important
}
.globe-stage.calm-conversation::before{
  content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(79,181,207,.055),transparent 38%);opacity:.9
}
.globe-stage.calm-conversation::after{
  content:"";position:absolute;right:9%;top:78px;width:190px;height:74px;pointer-events:none;
  border-top:1px solid rgba(105,201,222,.15);border-radius:50%;transform:rotate(-8deg);opacity:.8
}
.calm-trip-profile{background:rgba(8,19,31,.93);backdrop-filter:blur(15px)}
.calm-saved-project{background:rgba(9,22,36,.88);backdrop-filter:blur(12px)}
@media(max-width:1023px){body:has(.destination-gateway:not([hidden])) main::before,body:has(.destination-gateway:not([hidden])) main::after{height:760px}.globe-stage.calm-conversation::after{right:4%;opacity:.5}}
@media(max-width:620px){body:has(.destination-gateway:not([hidden])) main::before{background-position:35% 50%;opacity:.58}.globe-stage.calm-conversation::after{display:none}}

/* TripPulse — Living Travel Intelligence */
body:has(.destination-gateway:not([hidden])){background:var(--tp-color-bg-primary)!important}
body:has(.destination-gateway:not([hidden])) main::before,
body:has(.destination-gateway:not([hidden])) main::after{display:none!important}
.living-cinematic{position:fixed;z-index:-3;inset:76px 0 0;overflow:hidden;pointer-events:none;background:#f4f8f6 url("assets/ambient/calm-coast-horizon.png") 34% 50% / cover no-repeat}
.living-cinematic::before{content:"";position:absolute;z-index:2;inset:0;background:linear-gradient(90deg,rgba(248,251,249,.88) 0%,rgba(248,251,249,.80) 44%,rgba(247,250,248,.92) 82%,rgba(246,249,247,.98) 100%),linear-gradient(180deg,rgba(255,255,255,.62),rgba(247,250,248,.82) 62%,#f6f8f7 100%)}
.living-cinematic::after{content:"";position:absolute;z-index:3;inset:0;opacity:.11;mix-blend-mode:soft-light;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E")}
.living-cinematic-video{position:absolute;z-index:0;inset:-3%;width:106%;height:106%;object-fit:cover;object-position:34% 50%;opacity:.34;filter:saturate(.62) contrast(.88) brightness(1.16);animation:livingCinematicDrift 32s ease-in-out infinite alternate}
.living-cinematic-depth{position:absolute;z-index:1;inset:0;background:radial-gradient(ellipse at 30% 36%,rgba(80,184,207,.10),transparent 38%),linear-gradient(112deg,transparent 0 53%,rgba(255,255,255,.42) 72%)}
.living-journey-line{position:absolute;z-index:4;left:46%;top:22%;width:360px;height:145px;border-top:1px solid rgba(112,203,219,.14);border-radius:50%;transform:rotate(-7deg);animation:livingLineDrift 22s ease-in-out infinite alternate}
.living-journey-line::after{content:"";position:absolute;right:4px;top:-3px;width:5px;height:5px;border-radius:50%;background:rgba(118,207,222,.35)}
@keyframes livingCinematicDrift{from{transform:scale(1.01) translate3d(0,0,0)}to{transform:scale(1.045) translate3d(-.7%,.3%,0)}}
@keyframes livingLineDrift{from{transform:rotate(-7deg) translateX(0);opacity:.5}to{transform:rotate(-6deg) translateX(8px);opacity:.9}}

.destination-gateway{position:relative!important;z-index:1;min-height:calc(100vh - 118px)!important;margin:26px auto 42px!important;grid-template-columns:minmax(0,1fr) minmax(330px,370px)!important;grid-template-rows:auto 1fr!important;column-gap:clamp(42px,5vw,76px)!important;row-gap:14px!important}
.calm-saved-project{grid-column:1!important;grid-row:1!important;min-height:44px;padding:7px 0 9px!important;border:0!important;border-bottom:1px solid rgba(159,187,207,.14)!important;border-radius:0!important;background:transparent!important;backdrop-filter:none!important}
.calm-saved-project div:first-child{display:flex!important;align-items:baseline;gap:8px!important;min-width:0}.calm-saved-project span{display:none}.calm-saved-project strong{color:var(--tp-color-text-primary);font-size:10px;font-weight:650}.calm-saved-project strong b{font-weight:800}.calm-saved-project small{overflow:hidden;color:var(--tp-color-text-muted)!important;font-size:8px!important;text-overflow:ellipsis;white-space:nowrap}.calm-saved-actions{flex:0 0 auto}.calm-saved-actions button{padding:7px 10px!important;border-color:var(--tp-color-border)!important;border-radius:8px!important;background:rgba(255,255,255,.68)!important;color:var(--tp-color-primary-strong)!important}.calm-saved-actions button:first-child{background:rgba(24,169,118,.10)!important;color:var(--tp-color-primary-strong)!important}.calm-saved-actions #calmNewProject{display:none!important}
.globe-stage.calm-conversation{grid-column:1!important;grid-row:2!important;min-height:0!important;padding:clamp(28px,4vh,48px) 0 26px!important;overflow:visible!important;border-radius:0!important;background:transparent!important;backdrop-filter:none!important}
.globe-stage.calm-conversation::before,.globe-stage.calm-conversation::after{display:none!important}
.calm-conversation-heading{max-width:800px;margin-bottom:clamp(32px,5vh,54px)!important}.calm-conversation-heading>span{color:var(--tp-color-primary)!important}.calm-conversation-heading h1{max-width:760px;margin:12px 0 12px!important;font-size:clamp(43px,4.25vw,64px)!important;font-weight:500!important;line-height:1.04!important;letter-spacing:-.052em!important;text-wrap:balance}.calm-conversation-heading p{max-width:590px;color:var(--tp-color-text-secondary)!important;font-size:14px!important;line-height:1.65}
.gateway-conversation-card{position:relative;max-width:850px}.gateway-conversation-intro{min-height:88px!important;margin:0 0 14px!important;padding:0 4px!important;border:0!important;background:transparent!important}.gateway-conversation-intro .ai-avatar{width:32px;height:32px;border:1px solid rgba(114,199,215,.18)!important;background:rgba(7,20,31,.36)!important;box-shadow:none!important;color:#91d6e1!important}.gateway-conversation-intro .conversation-content>strong{font-size:10px}.gateway-conversation-intro .conversation-message{max-width:680px;color:#e0e8ed!important;font-size:13px!important}.gateway-ai-context{font-size:8px!important;letter-spacing:.08em;text-transform:uppercase}.gateway-response-status{display:none!important}.typing-dots span{width:4px!important;height:4px!important;background:#8bcbd7!important;box-shadow:none!important}
.gateway-ai-compose{margin-top:8px!important}.gateway-conversation-field .composer-meta{padding-left:3px}.gateway-conversation-field .composer-label{color:var(--tp-color-text-muted)!important;font-size:8px!important;letter-spacing:.13em}.gateway-chat-composer{min-height:104px!important;border:1px solid var(--tp-color-border)!important;border-radius:18px!important;background:rgba(255,255,255,.90)!important;box-shadow:0 18px 55px rgba(24,55,45,.08)!important;backdrop-filter:blur(10px)!important}.gateway-chat-composer:focus-within{border-color:rgba(24,169,118,.42)!important;background:#fff!important;box-shadow:0 0 0 3px rgba(24,169,118,.09),0 18px 55px rgba(24,55,45,.10)!important}.gateway-chat-composer textarea{min-height:98px!important;max-height:160px!important;padding:20px 66px 17px 47px!important;color:var(--tp-color-text-primary)!important;font-size:13px!important}.gateway-chat-composer textarea::placeholder{color:var(--tp-color-text-muted)!important}.gateway-chat-composer .composer-send{width:40px!important;height:40px!important;margin-right:10px!important;border-radius:12px!important;background:var(--tp-color-primary)!important;box-shadow:none!important}.gateway-conversation-field .composer-hint{color:var(--tp-color-text-muted)!important}
.calm-conversation-prompts{gap:4px!important;margin:0 12px!important;padding:10px 0 0!important;border-top:1px solid var(--tp-color-border)}.calm-conversation-prompts button{padding:7px 10px!important;border:0!important;border-radius:7px!important;background:transparent!important;color:var(--tp-color-text-secondary)!important;font-size:9px!important}.calm-conversation-prompts button+button::before{content:"·";margin-right:12px;color:var(--tp-color-border-strong)}.calm-conversation-prompts button:hover{background:rgba(24,169,118,.07)!important;color:var(--tp-color-primary-strong)!important}

.calm-trip-profile{grid-column:2!important;grid-row:1/3!important;align-self:center!important;min-height:540px!important;padding:38px 0 30px 34px!important;border:0!important;border-left:1px solid var(--tp-color-border)!important;border-radius:0!important;background:linear-gradient(90deg,rgba(255,255,255,.42),rgba(255,255,255,.78))!important;backdrop-filter:none!important}.calm-profile-heading>span{color:var(--tp-color-primary)!important}.calm-profile-heading h2{margin:10px 0 6px!important;color:var(--tp-color-text-primary);font-size:27px!important;font-weight:500!important;letter-spacing:-.03em}.calm-profile-heading p{color:var(--tp-color-text-secondary)!important;font-size:10px!important}.calm-profile-values{margin:34px 0 20px!important}.calm-profile-values>div{position:relative;display:grid!important;grid-template-columns:34px 1fr!important;grid-template-rows:auto auto!important;gap:4px 9px!important;padding:16px 0!important;border-bottom:1px solid var(--tp-color-border)!important}.calm-profile-values>div>span{grid-row:1/3;color:var(--tp-color-text-muted);font-size:9px;font-weight:800;letter-spacing:.08em}.calm-profile-values dt{grid-column:2;color:var(--tp-color-text-muted)!important;font-size:9px!important}.calm-profile-values dd{grid-column:2;margin:0!important;color:var(--tp-color-text-primary)!important;font-size:13px!important;font-weight:650!important;text-align:left!important;transition:color .3s ease,transform .3s ease,opacity .3s ease}.calm-profile-values dd:not(:empty){color:var(--tp-color-text-primary)!important}.calm-profile-values dd.is-memory-updated{animation:livingMemoryUpdate .48s ease both}.calm-profile-values>div:has(dd:not(:empty))>span{color:var(--tp-color-primary)}@keyframes livingMemoryUpdate{from{opacity:.25;transform:translateY(5px)}to{opacity:1;transform:none}}
.living-memory-note{display:flex;align-items:center;gap:7px;margin:19px 0 0;color:var(--tp-color-text-muted);font-size:8px}.living-memory-note i{width:6px;height:6px;border-radius:50%;background:var(--tp-color-primary)}
.calm-profile-project{gap:5px!important;margin-top:24px!important;padding-top:18px!important;border-top:1px solid var(--tp-color-border)!important}.calm-profile-project>span{display:none}.calm-profile-project strong{color:var(--tp-color-text-primary);font-size:10px!important}.calm-profile-project small{min-height:0!important}.calm-profile-project button{justify-self:start;margin-top:7px!important;padding:8px 11px!important;border:1px solid rgba(24,169,118,.18)!important;border-radius:8px!important;background:rgba(24,169,118,.10)!important;color:var(--tp-color-primary-strong)!important;font-size:9px!important}

@media(max-width:1023px){.living-cinematic{inset:76px 0 0}.destination-gateway{grid-template-columns:1fr!important;grid-template-rows:auto auto auto!important;width:min(820px,calc(100% - 40px))!important;row-gap:0!important}.calm-saved-project{grid-column:1!important;grid-row:1!important}.globe-stage.calm-conversation{grid-column:1!important;grid-row:2!important;padding-top:34px!important}.calm-trip-profile{grid-column:1!important;grid-row:3!important;align-self:auto!important;min-height:0!important;margin:18px 0 40px;padding:28px 0 10px!important;border-left:0!important;border-top:1px solid rgba(168,193,209,.14)!important;background:linear-gradient(180deg,rgba(6,16,26,.48),transparent)!important}.calm-profile-values{display:grid!important;grid-template-columns:1fr 1fr;column-gap:26px}.living-journey-line{left:52%;top:18%}}
@media(max-width:620px){.living-cinematic{inset:66px 0 0;background-position:26% 50%}.destination-gateway{width:calc(100% - 28px)!important;margin-top:14px!important}.calm-saved-project{align-items:flex-start!important}.calm-saved-project div:first-child{display:grid!important}.calm-conversation-heading h1{font-size:39px!important}.calm-conversation-heading p{font-size:12px!important}.calm-conversation-prompts{display:grid!important;margin:0 8px!important}.calm-conversation-prompts button{text-align:left}.calm-conversation-prompts button+button::before{display:none}.calm-profile-values{grid-template-columns:1fr}.living-journey-line{display:none}}
@media(prefers-reduced-motion:reduce){.living-cinematic-video{display:none}.living-journey-line,.calm-profile-values dd.is-memory-updated{animation:none!important}.living-cinematic{background-image:url("assets/ambient/calm-coast-horizon.png")}}
.calm-profile-values>div:not(.is-known) dd{color:#748793!important;font-weight:500!important}.calm-profile-values>div:not(.is-known)>span{color:#536d79!important}.calm-profile-values>div.is-known>span{color:#69bdcc!important}

/* Living Travel Intelligence — art direction polish */
body:has(.destination-gateway:not([hidden])) .site-header .brand{display:grid!important;grid-template-columns:auto auto;grid-template-rows:auto auto;column-gap:6px!important;row-gap:1px!important;align-items:center!important}
body:has(.destination-gateway:not([hidden])) .site-header .brand-name{grid-column:1;grid-row:1;color:#f1f5f7;font-size:15px!important;line-height:1!important;letter-spacing:-.025em}
body:has(.destination-gateway:not([hidden])) .site-header .brand-ai{grid-column:2;grid-row:1;align-self:center;margin:0!important;color:#86ccd8!important;font-size:10px!important;font-weight:800!important;line-height:1!important}
body:has(.destination-gateway:not([hidden])) .calm-brand-subtitle{grid-column:1/3;grid-row:2;display:block!important;margin:0!important;padding:0!important;border:0!important;color:#718590!important;font-size:8px!important;font-weight:550!important;letter-spacing:.025em}
.living-cinematic::before{background:linear-gradient(90deg,rgba(4,12,21,.52) 0%,rgba(4,12,21,.46) 44%,rgba(4,12,21,.82) 82%,rgba(4,12,21,.95) 100%),linear-gradient(180deg,rgba(4,12,21,.18),rgba(4,12,21,.48) 62%,#06101a 100%)}
.living-cinematic-video{filter:saturate(.76) contrast(.96) brightness(1.08)}
.living-cinematic-depth{background:radial-gradient(ellipse at 27% 35%,rgba(99,194,211,.17),transparent 41%),linear-gradient(112deg,transparent 0 50%,rgba(4,13,23,.33) 74%)}
.calm-saved-project{min-height:34px!important;padding:4px 0 6px!important}.calm-saved-project div:first-child{gap:6px!important}.calm-saved-project strong,.calm-saved-project strong b{color:#dce6ea!important;font-size:9px!important;font-weight:700!important}.calm-saved-project small{color:#81949e!important;font-size:8px!important}.calm-saved-actions button:first-child{padding:5px 9px!important;border:0!important;background:transparent!important;color:#9ed5df!important;font-size:8px!important}.calm-saved-actions button:first-child::after{content:"  →";margin-left:3px}.living-heading-meta{display:flex;align-items:center;gap:15px}.living-heading-meta>span{color:#85cbd7;font-size:9px;font-weight:800;letter-spacing:.16em}.living-ai-status{display:flex;align-items:center;gap:6px;color:#8297a1;font-size:8px;font-weight:600;letter-spacing:.025em}.living-ai-status i{width:5px;height:5px;border-radius:50%;background:#79c4d0;opacity:.75}.calm-conversation-heading h1{font-weight:430!important;letter-spacing:-.055em!important}.calm-conversation-heading h1 em{color:#e4eef1;font-family:Georgia,"Times New Roman",serif;font-size:.98em;font-weight:400;letter-spacing:-.045em}.gateway-chat-composer{border-color:rgba(177,204,218,.13)!important;background:radial-gradient(ellipse at 48% 40%,rgba(54,91,104,.27),rgba(8,22,33,.55) 58%,rgba(6,17,27,.67) 100%)!important;box-shadow:0 22px 65px rgba(0,0,0,.17),inset 0 1px 0 rgba(220,239,244,.035)!important;backdrop-filter:blur(13px)!important}.gateway-chat-composer:focus-within{border-color:rgba(102,196,212,.36)!important;background:radial-gradient(ellipse at 48% 40%,rgba(62,103,116,.31),rgba(8,22,33,.61) 60%,rgba(6,17,27,.72) 100%)!important;box-shadow:0 0 0 1px rgba(91,185,201,.045),0 24px 68px rgba(0,0,0,.18),inset 0 1px 0 rgba(222,241,245,.045)!important}.gateway-chat-composer .control-icon{color:#80bfc9!important;opacity:.72}.calm-trip-profile{padding-left:40px!important}.calm-profile-heading h2{font-size:28px!important;font-weight:450!important}.calm-profile-values{margin-top:38px!important;margin-bottom:24px!important}.calm-profile-values>div{gap:6px 11px!important;padding:19px 0!important}.calm-profile-values dt{color:#91a5af!important}.calm-profile-values>div.is-known dd{color:#f0f5f7!important;font-size:14px!important;font-weight:680!important}.calm-profile-values>div:not(.is-known) dd{color:#5f737e!important;font-size:12px!important;font-weight:450!important}.calm-profile-values dd.is-memory-updated{animation:livingMemoryAccent .58s ease both}@keyframes livingMemoryAccent{0%{color:#84d3df;opacity:.2;transform:translateY(6px)}45%{color:#a9e2e9;opacity:1}100%{transform:none}}
@media(max-width:1023px){.calm-trip-profile{padding-left:0!important}}
@media(max-width:620px){body:has(.destination-gateway:not([hidden])) .calm-brand-subtitle{display:none!important}.living-cinematic::before{background:linear-gradient(90deg,rgba(4,12,21,.57),rgba(4,12,21,.74)),linear-gradient(180deg,rgba(4,12,21,.24),rgba(4,12,21,.62) 65%,#06101a)}.calm-conversation-heading h1 em{font-family:inherit;font-style:normal}}
@media(prefers-reduced-motion:reduce){.calm-profile-values dd.is-memory-updated{animation:none!important}}

/* TripPulse Start v3 — From Feeling to Understanding */
.destination-gateway:not(.is-workspace){grid-template-columns:1fr!important;grid-template-rows:auto 1fr!important}
.destination-gateway:not(.is-workspace) .calm-saved-project{grid-column:1!important;width:min(820px,100%);justify-self:center}
.destination-gateway:not(.is-workspace) .calm-conversation{grid-column:1!important;grid-row:2!important;width:min(820px,100%);justify-self:center;align-self:center;padding:clamp(42px,8vh,86px) 0 42px!important;transition:width .7s ease,padding .7s ease,transform .7s ease}
.destination-gateway:not(.is-workspace) .calm-trip-profile{display:none!important}
.destination-gateway:not(.is-workspace) .calm-conversation-heading{max-width:820px;margin:0 auto clamp(34px,6vh,58px)!important;text-align:center;transition:margin .6s ease,transform .6s ease,opacity .4s ease}
.destination-gateway:not(.is-workspace) .living-heading-meta{justify-content:center}
.destination-gateway:not(.is-workspace) .calm-conversation-heading h1{max-width:820px;margin-left:auto!important;margin-right:auto!important}
.destination-gateway:not(.is-workspace) .calm-conversation-heading p{margin-left:auto;margin-right:auto}
.destination-gateway:not(.is-workspace) .gateway-conversation-card{max-width:820px;margin:0 auto}
.destination-gateway:not(.is-thinking):not(.is-workspace) .gateway-conversation-intro{display:none!important}
.destination-gateway:not(.is-thinking):not(.is-workspace) .living-conversation-history{display:none}
.destination-gateway.is-engaged:not(.is-workspace) .calm-conversation{align-self:start;transform:translateY(-12px)}
.destination-gateway.is-engaged:not(.is-workspace) .calm-conversation-heading{margin-bottom:30px!important;transform:translateY(-14px) scale(.91);transform-origin:center bottom}
.destination-gateway.is-engaged:not(.is-workspace) .calm-conversation-prompts{opacity:.45}
.destination-gateway.is-engaged:not(.is-workspace) .gateway-chat-composer{min-height:116px!important;background:linear-gradient(145deg,#fff,rgba(242,249,246,.96))!important}
.destination-gateway.is-engaged:not(.is-workspace) .gateway-chat-composer textarea{min-height:110px!important}
.destination-gateway.is-engaged .living-cinematic-depth{opacity:1;background:radial-gradient(ellipse at 27% 35%,rgba(80,184,207,.08),transparent 42%),linear-gradient(90deg,rgba(255,255,255,.08),rgba(255,255,255,.48) 70%);transition:opacity .8s ease,background .8s ease}
.destination-gateway.is-engaged .living-cinematic-video{filter:saturate(.62) contrast(.90) brightness(1.13)}
.living-conversation-history{display:grid;gap:10px;margin:0 0 12px}.living-history-message{max-width:680px;padding:10px 13px;border-radius:11px;animation:livingMessageIn .38s ease both}.living-history-message small{display:block;margin-bottom:3px;color:var(--tp-color-text-muted);font-size:8px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.living-history-message p{margin:0;color:var(--tp-color-text-primary);font-size:12px;line-height:1.55}.living-history-message.is-user{justify-self:end;background:rgba(24,169,118,.07);border:1px solid rgba(24,169,118,.12)}.living-history-message.is-ai{justify-self:start;padding-left:4px;background:transparent}@keyframes livingMessageIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
.destination-gateway.is-thinking .gateway-conversation-intro{display:flex!important;min-height:66px!important;margin-bottom:10px!important}.destination-gateway.is-thinking .gateway-ai-context{color:#86a6b1!important}.destination-gateway.is-thinking .typing-dots{display:flex!important}
.living-understanding{margin:10px 0 16px;padding:11px 0 11px 4px;border-top:1px solid var(--tp-color-border);border-bottom:1px solid var(--tp-color-border);animation:livingUnderstandingIn .48s ease both}.living-understanding[hidden]{display:none!important}.living-understanding>span{display:flex;align-items:center;gap:7px;color:var(--tp-color-primary-strong);font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.living-understanding>span i{width:5px;height:5px;border-radius:50%;background:var(--tp-color-primary)}.living-understanding p{margin:6px 0 0;color:var(--tp-color-text-primary);font-size:12px}@keyframes livingUnderstandingIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
.destination-gateway.is-understood:not(.is-workspace) .calm-conversation-heading{opacity:.78;transform:translateY(-22px) scale(.82)}
.destination-gateway.is-workspace{grid-template-columns:minmax(0,1fr) minmax(300px,340px)!important;column-gap:clamp(48px,5vw,72px)!important;transition:grid-template-columns .7s ease}
.destination-gateway.is-workspace .calm-saved-project{grid-column:1!important}.destination-gateway.is-workspace .calm-conversation{grid-column:1!important;width:min(820px,100%);padding-top:22px!important}.destination-gateway.is-workspace .calm-conversation-heading{margin-bottom:22px!important;text-align:left}.destination-gateway.is-workspace .living-heading-meta{justify-content:flex-start}.destination-gateway.is-workspace .calm-conversation-heading h1{max-width:620px;margin:8px 0 6px!important;font-size:clamp(25px,2.4vw,34px)!important;line-height:1.12!important}.destination-gateway.is-workspace .calm-conversation-heading p{font-size:11px!important}.destination-gateway.is-workspace .gateway-conversation-intro{display:flex!important}.destination-gateway.is-workspace .calm-trip-profile{display:block!important;grid-column:2!important;grid-row:1/3!important;width:100%;min-height:0!important;padding-top:30px!important;opacity:0;animation:livingProfileReveal .62s .08s ease forwards}.destination-gateway.is-workspace .calm-profile-heading{opacity:0;animation:livingProfilePart .42s .22s ease forwards}.destination-gateway.is-workspace .calm-profile-values,.destination-gateway.is-workspace .living-memory-note,.destination-gateway.is-workspace .calm-profile-project{opacity:0;animation:livingProfilePart .48s .38s ease forwards}@keyframes livingProfileReveal{from{opacity:0;transform:translateX(8px)}to{opacity:1;transform:none}}@keyframes livingProfilePart{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
@media(max-width:1023px){.destination-gateway.is-workspace{grid-template-columns:1fr!important}.destination-gateway.is-workspace .calm-trip-profile{grid-column:1!important;grid-row:3!important;width:100%;padding-top:28px!important}.destination-gateway:not(.is-workspace) .calm-conversation{padding-top:clamp(36px,7vh,68px)!important}}
@media(max-width:620px){.destination-gateway:not(.is-workspace) .calm-conversation-heading{text-align:left}.destination-gateway:not(.is-workspace) .living-heading-meta{justify-content:flex-start}.destination-gateway.is-engaged:not(.is-workspace) .calm-conversation-heading{transform:translateY(-8px) scale(.95);transform-origin:left bottom}.living-history-message{max-width:92%}}
@media(prefers-reduced-motion:reduce){.destination-gateway .calm-conversation,.destination-gateway .calm-conversation-heading,.destination-gateway.is-workspace .calm-trip-profile,.destination-gateway.is-workspace .calm-profile-heading,.destination-gateway.is-workspace .calm-profile-values,.destination-gateway.is-workspace .living-memory-note,.destination-gateway.is-workspace .calm-profile-project,.living-history-message,.living-understanding{transition:none!important;animation:none!important;transform:none!important;opacity:1!important}}

/* From Feeling to Understanding — photo ambient polish */
.living-cinematic{
  background-color:#f4f8f6;
  background-position:32% 49%;
}
.living-cinematic::before{
  background:
    linear-gradient(90deg,rgba(249,252,250,.76) 0%,rgba(249,252,250,.72) 47%,rgba(248,251,249,.88) 79%,rgba(247,250,248,.97) 100%),
    linear-gradient(180deg,rgba(255,255,255,.48) 0%,rgba(250,252,251,.70) 57%,rgba(246,248,247,.94) 100%);
}
.living-cinematic-video{
  object-position:32% 49%;
  filter:saturate(.88) contrast(1.01) brightness(1.18) sepia(.035);
  animation-duration:38s;
}
.living-cinematic-depth{
  background:
    radial-gradient(ellipse at 34% 38%,rgba(245,221,177,.10),transparent 32%),
    radial-gradient(ellipse at 22% 42%,rgba(80,184,207,.11),transparent 44%),
    linear-gradient(108deg,transparent 0 55%,rgba(255,255,255,.38) 76%);
}
@keyframes livingCinematicDrift{
  from{transform:scale(1.012) translate3d(.25%,0,0)}
  to{transform:scale(1.045) translate3d(-.65%,.22%,0)}
}
.globe-stage.calm-conversation{
  isolation:isolate;
}
.globe-stage.calm-conversation::before{
  content:"";
  display:block!important;
  position:absolute;
  z-index:-1;
  inset:-34px -70px -28px;
  pointer-events:none;
  background:radial-gradient(ellipse at 49% 51%,rgba(255,255,255,.78) 0%,rgba(248,251,249,.58) 47%,transparent 76%);
  opacity:.94;
}
.calm-conversation-heading h1{
  font-size:clamp(40px,3.8vw,58px)!important;
  font-weight:470!important;
  letter-spacing:-.045em!important;
}
.calm-conversation-heading h1 em{
  font-family:inherit!important;
  font-size:1em!important;
  font-style:normal!important;
  font-weight:450!important;
  letter-spacing:inherit!important;
}
body:has(.destination-gateway:not([hidden])) .site-header .brand-name{font-size:17px!important}
body:has(.destination-gateway:not([hidden])) .site-header .brand-ai{font-size:11px!important}
body:has(.destination-gateway:not([hidden])) .calm-brand-subtitle{font-size:9px!important}
.gateway-chat-composer{
  border-color:var(--tp-color-border)!important;
  background:rgba(255,255,255,.92)!important;
  box-shadow:0 22px 62px rgba(24,55,45,.09),inset 0 1px 0 rgba(255,255,255,.76)!important;
  backdrop-filter:blur(14px)!important;
}
.gateway-chat-composer:focus-within{
  border-color:rgba(24,169,118,.48)!important;
  background:#fff!important;
  box-shadow:0 0 0 3px rgba(24,169,118,.09),0 24px 66px rgba(24,55,45,.11),inset 0 1px 0 #fff!important;
}
.calm-trip-profile{
  background:linear-gradient(90deg,rgba(255,255,255,.38),rgba(255,255,255,.76))!important;
}
.calm-profile-values>div.is-known dd{
  color:var(--tp-color-text-primary)!important;
}
.calm-profile-values>div:not(.is-known) dd{
  color:#536a76!important;
}
.destination-gateway.is-engaged .living-cinematic-video{
  filter:saturate(.80) contrast(.99) brightness(1.03) sepia(.025);
}
@media(max-width:1023px){
  .calm-trip-profile{background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(255,255,255,.42) 72%,transparent)!important}
  .globe-stage.calm-conversation::before{inset:-28px -48px -24px}
}
@media(max-width:620px){
  .living-cinematic::before{background:linear-gradient(90deg,rgba(249,252,250,.82),rgba(247,250,248,.92)),linear-gradient(180deg,rgba(255,255,255,.58),rgba(248,251,249,.78) 64%,rgba(246,248,247,.96))}
  .globe-stage.calm-conversation::before{inset:-24px -20px -18px;opacity:.94}
}
@media(prefers-reduced-motion:reduce){
  .living-cinematic-video{animation:none!important}
  .living-cinematic{background-position:32% 49%}
}

/* Stage 8 — one human Decision Flow; domain complexity stays behind this surface */
.decision-flow-v2 .version-badge,.decision-flow-v2 .sidebar-bottom>span,.decision-flow-v2 .import-nav-item,.decision-flow-v2 .main-nav a[href="showcase.html"],.decision-flow-v2 .destination-intro,.decision-flow-v2 .destination-picker,.decision-flow-v2 .hero-globe,.decision-flow-v2 .travel-stage-tabs,.decision-flow-v2 .database-note,.decision-flow-v2 .needs-analysis-head,.decision-flow-v2 .stage-analysis-panel,.decision-flow-v2 .intelligence-dashboard,.decision-flow-v2 .smart-search-summary,.decision-flow-v2 .smart-refinements,.decision-flow-v2 .active-preferences,.decision-flow-v2 .expanded-results-block,.decision-flow-v2 .analysis-strip,.decision-flow-v2 .compare-bar{display:none!important}
.decision-flow-v2 .destination-gateway{grid-template-columns:minmax(0,1fr) minmax(280px,340px)!important;column-gap:clamp(28px,5vw,76px)!important}
.decision-flow-v2 .destination-gateway .calm-conversation{grid-column:1!important;max-width:830px;width:100%;padding-top:clamp(38px,8vh,82px)!important}
.decision-flow-v2 .destination-gateway .calm-trip-profile{display:block!important;grid-column:2!important;grid-row:1/3!important;padding-top:clamp(54px,9vh,104px)!important}
.decision-flow-v2 .calm-conversation-heading h1{font-size:clamp(34px,4vw,54px)!important}.decision-flow-v2 .calm-conversation-heading h1 em{color:var(--tp-color-primary)}
.decision-flow-v2 .gateway-direction-tools,.decision-flow-v2 .destination-search-feedback{display:none!important}
.decision-flow-v2 .results-shell{max-width:1180px}.decision-flow-v2 .results-header .section-kicker{color:#7fcfd9}.decision-flow-v2 .premium-results-block{margin-top:18px}.decision-flow-v2 .results-block-heading p{max-width:450px}
#decisionFlowPanel:empty{display:none}.decision-flow{display:grid;gap:14px;margin:22px 0 10px}.df-progress,.df-trip,.df-dialogue,.df-alert,.df-receipt,.df-finalist-note{border:1px solid rgba(255,255,255,.09);border-radius:18px;background:rgba(255,255,255,.026)}
.df-progress{display:grid;grid-template-columns:minmax(220px,.65fr) 1.35fr;gap:24px;padding:18px 20px}.df-progress>div{display:grid;gap:4px}.df-progress>div>span,.df-alert>span,.df-receipt>span{color:#72cad6;font-size:8px;font-weight:900;letter-spacing:.12em}.df-progress>div>strong{font-size:18px}.df-progress>div>small{color:#91a6b0;line-height:1.45}.df-progress ol{display:grid;grid-template-columns:repeat(6,1fr);align-items:start;margin:0;padding:0;list-style:none}.df-progress li{position:relative;display:grid;justify-items:center;gap:6px;color:#657983;text-align:center;font-size:7px;font-weight:750}.df-progress li:not(:last-child)::after{content:"";position:absolute;left:58%;right:-42%;top:10px;height:1px;background:rgba(255,255,255,.1)}.df-progress li i{position:relative;z-index:1;display:grid;place-items:center;width:21px;height:21px;border:1px solid rgba(255,255,255,.12);border-radius:50%;background:#0a1721;font-style:normal}.df-progress li.is-current{color:#e8fbfd}.df-progress li.is-current i{border-color:#69dce8;color:#06141d;background:#69dce8;box-shadow:0 0 0 4px rgba(105,220,232,.09)}.df-progress li.is-done{color:#8bcbd3}.df-progress li.is-done i{border-color:rgba(105,220,232,.5);color:#99e5ed}.df-progress li.is-done::after{background:rgba(105,220,232,.35)}
.df-trip{padding:0 18px 16px}.df-trip summary{display:flex;justify-content:space-between;gap:15px;padding:15px 0;cursor:pointer}.df-trip summary span{font-weight:850}.df-trip summary small{color:#859aa4}.df-trip dl,.df-receipt dl{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin:0}.df-trip dl>div,.df-receipt dl>div{padding:10px;border-radius:11px;background:rgba(255,255,255,.035)}.df-trip dt,.df-receipt dt{color:#718791;font-size:7px;font-weight:850;text-transform:uppercase}.df-trip dd,.df-receipt dd{margin:4px 0 0;font-size:10px;font-weight:800}.df-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.df-chips span{padding:6px 9px;border-radius:99px;color:#bfead7;background:rgba(71,207,148,.08);font-size:8px;font-weight:750}.df-chips.is-rejected span{color:#ffc7bc;background:rgba(255,119,99,.08)}.df-trip>button{margin-top:10px;padding:0;border:0;color:#8dd9e2;background:none;font-size:9px;font-weight:800;cursor:pointer}
.df-finalist-note{margin:0;padding:12px 15px;color:#9fb1b9;font-size:10px}.df-finalist-note strong{color:#e9f8fa}.df-dialogue{padding:19px;border-color:rgba(105,220,232,.2);background:linear-gradient(135deg,rgba(105,220,232,.065),rgba(107,126,213,.035))}.df-dialogue h3{margin:7px 0 6px;font-size:21px}.df-dialogue>p{color:#d6e6eb}.df-dialogue-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:13px}.df-dialogue-grid article,.df-tradeoff,.df-question{padding:12px;border-radius:12px;background:rgba(255,255,255,.035)}.df-dialogue-grid span,.df-tradeoff span,.df-question>span{display:block;color:#8197a1;font-size:7px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.df-dialogue-grid strong,.df-tradeoff strong,.df-question>strong{display:block;margin-top:5px;font-size:11px;line-height:1.45}.df-dialogue-grid article:first-child{background:rgba(255,178,94,.06)}.df-tradeoff{margin-top:9px}.df-question{margin-top:9px;border:1px solid rgba(105,220,232,.16)}.df-question>strong{font-size:13px}.df-question>div,.df-actions{display:flex;gap:8px;margin-top:11px}.df-question button,.df-alert button,.df-actions button{padding:10px 13px;border:0;border-radius:10px;color:#07161e;background:#75e2ec;font-size:9px;font-weight:900;cursor:pointer}.df-question button:last-child{color:#dff7f9;border:1px solid rgba(117,226,236,.25);background:rgba(117,226,236,.07)}
.df-alert,.df-receipt{padding:17px}.df-alert>strong{display:block;margin-top:5px;font-size:17px}.df-alert p{margin:6px 0 12px;color:#bdcbd1;font-size:10px}.df-alert.ok{border-color:rgba(69,211,149,.24);background:rgba(69,211,149,.045)}.df-alert.warning{border-color:rgba(255,184,94,.25);background:rgba(255,184,94,.045)}.df-alert.danger{border-color:rgba(255,109,96,.26);background:rgba(255,109,96,.045)}.df-alert button.secondary{margin-left:6px;color:#dcebef;border:1px solid rgba(255,255,255,.15);background:transparent}.df-receipt{border-color:rgba(69,211,149,.25);background:linear-gradient(135deg,rgba(69,211,149,.06),rgba(105,220,232,.035))}.df-receipt h3{margin:6px 0 3px;font-size:23px}.df-receipt>p{color:#bdccd2;font-size:10px}.df-receipt dl{margin:13px 0}.df-actions{justify-content:flex-end}.secondary-offer-action{padding:10px 12px;border:1px solid rgba(255,255,255,.13);border-radius:10px;color:#cce0e5;background:transparent;font-weight:800;cursor:pointer}
.decision-flow-v2 .v2-offer-card{border-color:rgba(255,255,255,.09);box-shadow:none}.decision-flow-v2 .v2-offer-card .offer-facts{grid-template-columns:1fr 1fr}.decision-flow-v2 .v2-offer-card .why-title{color:#76ccd6}.decision-flow-v2 .v2-offer-card .offer-actions{display:flex;gap:7px}
@media(max-width:1023px){.decision-flow-v2 .destination-gateway{grid-template-columns:1fr!important}.decision-flow-v2 .destination-gateway .calm-trip-profile{grid-column:1!important;grid-row:auto!important;padding-top:8px!important}.df-progress{grid-template-columns:1fr}.df-progress ol{margin-top:4px}}
@media(max-width:700px){.decision-flow-v2 .site-header{display:none}.decision-flow-v2 main{margin-left:0!important}.decision-flow-v2 .destination-gateway{padding:18px 14px!important}.decision-flow-v2 .destination-gateway .calm-conversation{padding-top:20px!important}.decision-flow-v2 .calm-trip-profile{max-height:56px;overflow:hidden;border-top:1px solid rgba(255,255,255,.08);transition:max-height .25s}.decision-flow-v2 .calm-trip-profile:focus-within,.decision-flow-v2 .calm-trip-profile:hover{max-height:520px}.df-progress{padding:15px}.df-progress ol{grid-template-columns:repeat(6,54px);overflow-x:auto;justify-content:start;padding-bottom:5px;scrollbar-width:none}.df-progress ol::-webkit-scrollbar{display:none}.df-progress li span{font-size:6px}.df-trip dl,.df-receipt dl,.df-dialogue-grid{grid-template-columns:1fr 1fr}.df-question>div,.df-actions{flex-direction:column}.df-question button,.df-alert button,.df-actions button{width:100%}.df-alert button.secondary{margin:6px 0 0}.decision-flow-v2 .offers-grid{grid-template-columns:1fr!important}.decision-flow-v2 .v2-offer-card .offer-actions{flex-direction:column;width:100%}.decision-flow-v2 .v2-offer-card .offer-actions button{width:100%}}
@media(max-width:430px){.df-trip dl,.df-receipt dl,.df-dialogue-grid{grid-template-columns:1fr}.df-trip summary{display:grid}.df-progress>div>strong{font-size:16px}}

/* Trip basics memory + stronger TripPulse wordmark */
.destination-gateway[hidden]{display:none!important}
body:has(.destination-gateway:not([hidden])) .site-header .brand-name{font-size:19px!important;font-weight:700!important}
body:has(.destination-gateway:not([hidden])) .site-header .brand-ai{font-size:12px!important}
body:has(.destination-gateway:not([hidden])) .calm-brand-subtitle{color:#8fa2ac!important;font-size:9px!important}
.calm-profile-values>div[hidden]{display:none!important}
.trip-basics-hint{margin:12px 0 0;color:#657b86;font-size:9px;line-height:1.55}
.trip-basics-ready{margin:16px 0 0;color:#a9dce3;font-size:10px;font-weight:750;letter-spacing:.02em}
.trip-basics-next,.planning-basics-next{margin-top:10px;padding:0;border:0;background:transparent;color:#9ed7e0;font-size:9px;font-weight:750;text-align:left;cursor:pointer}
.trip-basics-next:hover,.planning-basics-next:hover{color:#d2f0f4}
.planning-basics-memory{display:grid;gap:9px;padding:2px 1px 14px;border-bottom:1px solid rgba(255,255,255,.06)}
.planning-basics-memory>div{display:grid;gap:3px}.planning-basics-memory>div>span{color:#69c4d3;font-size:8px;font-weight:800;letter-spacing:.13em}.planning-basics-memory>div>strong{color:#edf4f6;font-size:15px}.planning-basics-memory>div>small{color:#8297a1;font-size:8px}.planning-basics-memory ul{display:grid;gap:6px;margin:2px 0 0;padding:0;list-style:none}.planning-basics-memory li{color:#dce8eb;font-size:10px;font-weight:650}.planning-basics-memory p{margin:2px 0 0;color:#71858f;font-size:9px;line-height:1.5}.planning-basics-ready{color:#a9dce3;font-size:10px}

/* Stage 6 — Candidate Offer Analysis (assessment UI opt-in) */
.candidate-analysis{padding:22px 24px 44px}.coa-top{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:20px;border:1px solid rgba(87,239,255,.18);border-radius:20px;background:linear-gradient(135deg,rgba(87,239,255,.08),rgba(126,156,255,.05))}.coa-top h2{max-width:470px;margin:7px 0 10px;font-size:25px}.coa-position{margin:8px 0 0;color:var(--cyan);font-size:16px;font-weight:900}.coa-confidence{display:inline-flex;padding:5px 9px;border-radius:999px;color:#c8fae6;background:rgba(80,238,176,.1);font-size:9px;font-weight:850}.coa-rank-nav{position:sticky;z-index:7;top:0;display:flex;gap:8px;margin:14px 0;padding:8px;border:1px solid var(--line);border-radius:15px;background:rgba(8,13,23,.95)}.coa-rank-nav button{width:42px;height:36px;border:1px solid var(--line);border-radius:10px;color:var(--text-muted);background:rgba(255,255,255,.03);font-weight:900}.coa-rank-nav button:hover,.coa-rank-nav button:focus-visible,.coa-rank-nav button.is-active{color:#071019;background:var(--cyan);outline:2px solid rgba(87,239,255,.25);outline-offset:2px}.coa-overview{display:grid;grid-template-columns:1.3fr .7fr;gap:14px;margin:14px 0}.coa-overview>div,.coa-overview>aside,.coa-section,.coa-receipt{padding:19px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.025)}.coa-overview ul,.coa-section ul{margin:12px 0 0;padding-left:18px;color:#c4cfdd}.coa-overview li,.coa-section li{margin:7px 0;font-size:11px}.coa-overview aside{border-color:rgba(255,193,94,.23);background:rgba(255,193,94,.055)}.coa-overview aside strong{display:block;margin-top:12px;color:#ffe0a7;font-size:13px}.coa-receipt{margin-bottom:14px;border-color:rgba(87,239,255,.24)}.coa-receipt p{color:#c9d8e7;font-size:11px}.coa-section{margin-top:14px}.coa-offer-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px;margin:0}.coa-offer-grid div{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--line);font-size:10px}.coa-offer-grid dt{color:var(--text-dim)}.coa-offer-grid dd{margin:0;text-align:right;font-weight:800}.coa-time-lead{display:flex;align-items:baseline;gap:12px;margin:10px 0 15px}.coa-time-lead strong{font-size:25px}.coa-time-lead span{color:var(--text-muted);font-size:10px}.coa-days,.coa-evidence-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.coa-days article{padding:14px;border-radius:13px;background:rgba(255,255,255,.025)}.coa-days p{color:var(--text-muted);font-size:10px}.coa-surprise{border-color:rgba(255,193,94,.28);background:rgba(255,193,94,.05)}.coa-surprise article{display:flex;justify-content:space-between;gap:15px;margin-top:10px;padding:12px;border-radius:12px;background:rgba(255,255,255,.035)}.coa-surprise .effect-exclude,.coa-surprise .effect-downrank{border-left:3px solid #ff8b78}.coa-surprise article span,.coa-source span,.coa-source small{color:var(--text-muted);font-size:8px}.coa-critical{margin-top:12px;padding:12px;border:1px solid rgba(255,102,102,.3);border-radius:12px;background:rgba(255,80,80,.06)}.coa-critical>strong{color:#ffb0a7}.coa-evidence summary{cursor:pointer;font-weight:850}.coa-evidence summary span{color:var(--cyan);font-size:9px}.coa-source{display:grid;gap:5px;padding:10px 0;border-bottom:1px solid var(--line)}.coa-source strong{font-size:10px}.coa-inference{margin-top:14px;padding:12px;border-radius:12px;background:rgba(126,156,255,.06)}.coa-empty,.coa-freshness{color:var(--text-dim);font-size:9px}.coa-freshness{padding:16px 4px 0;overflow-wrap:anywhere}
@media(max-width:760px){.hotel-panel{width:100%;border-left:0}.candidate-analysis{padding:14px 12px 32px}.coa-top{flex-direction:column}.coa-top .hotel-profile-link{width:100%;text-align:center}.coa-overview,.coa-days,.coa-evidence-grid,.coa-offer-grid{grid-template-columns:1fr}.coa-time-lead{align-items:flex-start;flex-direction:column}.hotel-gallery-stage{min-height:280px}}

/* Stage 6 UX polish — decision content before gallery dominance */
.hotel-panel.is-assessment-ui .hotel-gallery-stage{min-height:185px}.hotel-panel.is-assessment-ui .hotel-gallery-copy{bottom:16px}.hotel-panel.is-assessment-ui .hotel-gallery-copy h2{margin:4px 0;font-size:27px}.hotel-panel.is-assessment-ui .hotel-gallery-thumbs{gap:5px;padding:6px 10px}.hotel-panel.is-assessment-ui .hotel-gallery-thumb{height:38px}.hotel-panel.is-assessment-ui .hotel-gallery-counter{bottom:15px}.hotel-panel.is-assessment-ui .candidate-analysis{padding-top:12px}.hotel-panel.is-assessment-ui .coa-top{display:grid;grid-template-columns:1fr auto;gap:10px 18px;padding:15px 17px}.coa-top-main h2{margin:3px 0 6px;font-size:21px}.hotel-panel.is-assessment-ui .coa-position{margin:4px 0 0;font-size:14px}.coa-decision-why{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:8px}.coa-decision-why>div{padding:9px 11px;border-radius:11px;background:rgba(255,255,255,.035)}.coa-decision-why>div:last-child{background:rgba(255,193,94,.065)}.coa-decision-why span,.coa-key-metrics span{display:block;color:var(--text-dim);font-size:7px;font-weight:900;letter-spacing:.08em}.coa-decision-why strong{display:block;margin-top:4px;font-size:10px;line-height:1.35}.coa-key-metrics{grid-column:1/-1;display:grid;grid-template-columns:.8fr 1.2fr 1.2fr;gap:8px}.coa-key-metrics article{padding:9px 11px;border:1px solid rgba(87,239,255,.12);border-radius:11px;background:rgba(87,239,255,.035)}.coa-key-metrics strong{display:block;margin-top:3px;font-size:15px}.coa-key-metrics small{display:block;margin-top:3px;color:var(--text-muted);font-size:7px;line-height:1.35}.hotel-panel.is-assessment-ui .coa-rank-nav{position:relative;margin:9px 0;padding:5px}.hotel-panel.is-assessment-ui .coa-rank-nav button{height:30px}.coa-fit li span{color:#64efb8;font-weight:900}.coa-fit li strong{color:#e6f4f7}.coa-freshness{border-top:1px solid var(--line)}
@media(max-width:760px){.hotel-panel.is-assessment-ui .hotel-gallery-stage{min-height:160px}.hotel-panel.is-assessment-ui .hotel-gallery-thumbs{display:none}.hotel-panel.is-assessment-ui .hotel-gallery-copy h2{font-size:23px}.hotel-panel.is-assessment-ui .coa-top{grid-template-columns:1fr}.hotel-panel.is-assessment-ui .coa-top .hotel-profile-link{grid-row:auto}.coa-decision-why,.coa-key-metrics{grid-template-columns:1fr}.coa-key-metrics article{padding:10px 12px}}

/* Stage 7 — Decision Comparison, assessment mode only */
.decision-comparison{display:grid;gap:14px}.dc-hero,.dc-grid>section,.dc-runner,.dc-differences,.dc-counterfactual,.dc-evidence{padding:18px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.025)}.dc-hero{position:relative;border-color:rgba(87,239,255,.23);background:linear-gradient(135deg,rgba(87,239,255,.08),rgba(126,156,255,.05))}.dc-hero h3{margin:7px 0 8px;font-size:26px}.dc-hero ul,.dc-grid ul,.dc-difference-grid ul{margin:10px 0 0;padding-left:18px}.dc-hero li,.dc-grid li,.dc-difference-grid li{margin:6px 0;color:#c8d5df;font-size:11px}.dc-confidence{position:absolute;right:18px;top:18px;padding:6px 9px;border-radius:999px;color:#bff8dd;background:rgba(80,238,176,.09);font-size:8px;font-weight:900}.dc-hero aside{margin-top:13px;padding:11px 13px;border-radius:12px;background:rgba(255,193,94,.07)}.dc-hero aside span{display:block;color:var(--text-dim);font-size:7px;font-weight:900}.dc-hero aside strong{display:block;margin-top:4px;color:#ffe0a7;font-size:11px}.dc-candidates{display:flex;gap:8px}.dc-candidates button{padding:9px 12px;border:1px solid rgba(87,239,255,.25);border-radius:10px;color:#dffcff;background:rgba(87,239,255,.06);font-size:9px;font-weight:900}.dc-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.dc-runner p{color:#c8d5df;font-size:12px;line-height:1.5}.dc-runner>strong{display:block;margin-top:10px;color:var(--cyan)}.dc-difference-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}.dc-difference-grid article{padding:12px;border-radius:12px;background:rgba(255,255,255,.025)}.dc-difference-grid h4{margin:0}.dc-counterfactual article{display:grid;gap:5px;margin-top:9px;padding:12px;border-left:3px solid #9c8cff;border-radius:10px;background:rgba(126,108,255,.06)}.dc-counterfactual article strong{font-size:11px}.dc-counterfactual article small,.dc-evidence p,.dc-empty{color:var(--text-muted);font-size:9px}.dc-evidence summary{cursor:pointer;font-weight:850}
.dc-hero h3{margin-bottom:2px;font-size:20px}.dc-hero>h4{margin:0 0 10px;color:#fff;font-size:26px}.dc-decision-summary{max-width:820px;margin:8px 0;color:#eefbff;font-size:13px;line-height:1.55}
@media(max-width:720px){.compare-modal{width:calc(100vw - 18px);max-height:94vh;padding:14px;border-radius:18px}.dc-confidence{position:static;display:inline-flex;margin-bottom:8px}.dc-grid,.dc-difference-grid{grid-template-columns:1fr}.dc-candidates{overflow-x:auto}.dc-candidates button{flex:0 0 auto}.dc-hero h3{font-size:18px}.dc-hero>h4{font-size:21px}.dc-decision-summary{font-size:12px}}
.decision-resume{display:grid;gap:14px;margin-top:18px}.decision-resume h3{margin:0;font-size:24px}.decision-resume h4{margin:0;font-size:18px}.dr-when{margin:0;color:var(--text-muted);font-size:10px;font-weight:800}.dr-summary{margin:0;color:#dcebf3;line-height:1.55}.dr-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.dr-grid article,.dr-changes{padding:13px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:rgba(255,255,255,.025)}.dr-grid span{color:var(--text-dim);font-size:8px;font-weight:900}.dr-grid strong{display:block;margin-top:6px;color:#ffe0a7}.dr-grid p,.dr-changes p,.dr-changes li{color:#c8d5df;font-size:11px;line-height:1.5}.dr-resume{padding:13px;border:0;border-radius:12px;color:#06131c;background:linear-gradient(135deg,#57efff,#6effbd);font-weight:950}.decision-resume>small{color:var(--text-muted)}@media(max-width:720px){.dr-grid{grid-template-columns:1fr}.decision-resume h3{font-size:20px}}
.decision-commit{display:grid;gap:13px;margin-top:18px}.decision-commit h3,.decision-commit h4{margin:0}.decision-commit dl{display:grid;grid-template-columns:auto 1fr;gap:7px 12px}.decision-commit dt{color:var(--text-muted)}.decision-commit dd{margin:0;font-weight:800}.decision-commit button{padding:12px;border:0;border-radius:11px;background:linear-gradient(135deg,#57efff,#6effbd);font-weight:900}.decision-commit button.secondary{color:#dffcff;background:rgba(87,239,255,.08);border:1px solid rgba(87,239,255,.22)}.commit-blockers{padding:12px;border-radius:12px;background:rgba(255,128,128,.08)}@media(max-width:720px){.decision-commit dl{grid-template-columns:1fr}.decision-commit{overflow-wrap:anywhere}}
.decision-workspace-action{display:flex;justify-content:flex-end;padding:18px 24px 26px}.decision-workspace-action button{padding:13px 18px;border:0;border-radius:12px;color:#071222;background:#27e4ee;font-weight:850;cursor:pointer}.v2-offer-card .offer-body{width:100%}.v2-offer-card .coa-confidence{align-self:flex-start}.v2-offer-card .offer-footer{margin-top:18px}@media(max-width:720px){.decision-workspace-action{padding:14px}.decision-workspace-action button{width:100%}.v2-offer-card .offer-facts{grid-template-columns:1fr 1fr}}

/* Real Talk UX — bounded conversation and one living TripDNA; stage controls stay available to logic but are not presented as a form. */
.decision-flow-v2 .travel-stage-tabs,.decision-flow-v2 .needs-analysis-head,.decision-flow-v2 .stage-analysis-panel{display:grid!important}
.decision-flow-v2 .travel-stage-tabs,.decision-flow-v2 .stage-analysis-panel,.decision-flow-v2 .stage-skip-button{display:none!important}
.travel-stage-tabs{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.conversation-history-shell{display:block;margin:10px 0 12px;border:1px solid rgba(137,188,203,.12);border-radius:13px;background:rgba(4,14,23,.32)}
.conversation-history-shell>summary{padding:9px 12px;color:#87a3ad;font-size:8px;font-weight:800;letter-spacing:.04em;cursor:pointer;list-style:none}
.conversation-history-shell>summary::-webkit-details-marker{display:none}
.conversation-history,.living-conversation-history{display:grid!important;gap:8px!important;max-height:248px!important;min-height:0!important;margin:0!important;padding:5px 10px 10px!important;overflow-y:auto!important;overscroll-behavior:contain;scrollbar-width:thin}
.conversation-history-message,.living-history-message{display:grid;gap:3px;padding:8px 10px;border-radius:11px;background:rgba(255,255,255,.035)}
.conversation-history-message.is-user,.living-history-message.is-user{margin-left:12%;background:rgba(95,207,224,.08)}
.conversation-history-message small,.living-history-message small{color:#72c4d1;font-size:7px;font-weight:900;text-transform:uppercase}
.conversation-history-message p,.living-history-message p{margin:0;color:#d7e4e8;font-size:10px;line-height:1.45}
.gateway-history-shell{margin-top:4px}
.gateway-history-shell:not([open]) .living-conversation-history{display:none!important}
#travelForm{position:sticky!important;z-index:12;bottom:8px!important;padding-top:9px;background:linear-gradient(180deg,transparent 0,#07121c 22%)}
.assistant-workspace>.needs-analysis-rail,.calm-trip-profile{position:sticky!important;top:18px!important;align-self:start!important;max-height:calc(100vh - 36px);overflow-y:auto}
.unified-tripdna{display:grid;gap:10px;margin-top:14px;padding:14px;border:1px solid rgba(98,200,223,.15);border-radius:14px;background:rgba(98,200,223,.035)}
.unified-tripdna-heading{display:grid;gap:3px}.unified-tripdna-heading span{color:#69c4d3;font-size:7px;font-weight:900;letter-spacing:.13em}.unified-tripdna-heading strong{font-size:13px}
.unified-tripdna section{display:grid;gap:6px}.unified-tripdna section>strong{color:#8ca2ac;font-size:8px;text-transform:uppercase}
.tripdna-chip-list{display:flex;flex-wrap:wrap;gap:5px}.tripdna-chip-list span{padding:5px 7px;border-radius:999px;color:#d9edf0;background:rgba(255,255,255,.055);font-size:8px;line-height:1.25}.tripdna-chip-list span.is-empty{color:#667d87;background:transparent;border:1px dashed rgba(255,255,255,.09)}
.tripdna-tension{margin:2px 0 0;color:#edcf9a;font-size:8px;line-height:1.4}.planning-tripdna{margin-bottom:13px}
.stage-skip-button::after{content:none}

@media(max-width:700px){
  .travel-stage-tabs{grid-template-columns:1fr 1fr!important}
  .smart-replies,.gateway-smart-replies-wrap .smart-replies{display:flex!important;flex-wrap:wrap!important;overflow:visible!important}
  .smart-replies button,.gateway-smart-replies-wrap .smart-replies button{flex:1 1 calc(50% - 7px)!important;min-width:0!important;white-space:normal!important}
  .chat-composer textarea,.gateway-chat-composer textarea{min-height:78px!important;max-height:160px!important;overflow-y:auto!important;field-sizing:content}
  .assistant-workspace>.needs-analysis-rail,.calm-trip-profile,.decision-flow-v2 .calm-trip-profile{position:static!important;max-height:none!important;overflow:visible!important}
  .conversation-history,.living-conversation-history{max-height:220px!important}
  #travelForm{bottom:0!important;margin-inline:-4px;padding:9px 4px 4px}
}

/* Offer Inbox + Prawdziwy urlop */
.offer-inbox-entry{display:flex;justify-content:flex-end;margin:10px 0 2px}.offer-inbox-open{display:grid;grid-template-columns:auto auto;gap:1px 8px;align-items:center;border:1px solid #c9ddd7;border-radius:14px;background:#f6fbf9;color:#143d36;padding:10px 14px;text-align:left;cursor:pointer}.offer-inbox-open>span{grid-row:1/3;font-size:22px;color:#0d806f}.offer-inbox-open strong{font-size:13px}.offer-inbox-open small{font-size:11px;color:#67807b}.offer-inbox-open:hover,.offer-inbox-open:focus-visible{border-color:#0d806f;box-shadow:0 8px 24px rgba(19,74,65,.1)}
.offer-inbox-panel{margin:16px 0 22px;border:1px solid #bfd8d1;border-radius:22px;background:linear-gradient(145deg,#f8fcfb,#fff);padding:22px;box-shadow:0 18px 48px rgba(19,58,52,.11)}.offer-inbox-head{display:flex;justify-content:space-between;gap:20px}.offer-inbox-head h3{margin:4px 0 7px;color:#153d36;font-size:20px}.offer-inbox-head p{margin:0;color:#607772;line-height:1.5}.offer-inbox-close{border:0;background:transparent;color:#607772;font-size:28px;line-height:1;cursor:pointer}.offer-inbox-input-label{display:block;margin:18px 0 7px;color:#284f48;font-size:12px;font-weight:800}.offer-inbox-panel>textarea{box-sizing:border-box;width:100%;resize:vertical;border:1px solid #c6d9d4;border-radius:14px;background:#fff;padding:14px;color:#173d36;font:inherit;line-height:1.5}.offer-inbox-panel>textarea:focus{outline:2px solid rgba(13,128,111,.18);border-color:#0d806f}.offer-inbox-actions{display:flex;gap:9px;margin-top:12px}.offer-inbox-actions button{padding:10px 16px}.offer-inbox-actions .decision-secondary{border:1px solid #c6d9d4;background:#fff;color:#315b53}
.offer-inbox-review{margin-top:20px;border-top:1px solid #dce9e5;padding-top:18px}.offer-inbox-receipt{display:flex;justify-content:space-between;gap:16px;align-items:center;color:#173d36}.offer-inbox-receipt span{border-radius:999px;background:#fff2dc;color:#8b5a12;padding:6px 10px;font-size:11px;font-weight:800}.offer-inbox-boundary{margin:10px 0;color:#607772;font-size:12px}.offer-inbox-warning,.offer-inbox-error{border-radius:12px;background:#fff4df;color:#815414;padding:10px 12px}.offer-inbox-warning p{margin:0}.offer-inbox-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:15px}.offer-inbox-fields label{display:flex;flex-direction:column;gap:5px}.offer-inbox-fields label>span{color:#496b65;font-size:11px;font-weight:800}.offer-inbox-fields input,.offer-inbox-fields select{min-width:0;border:1px solid #ceded9;border-radius:10px;background:#fff;padding:9px 10px;color:#173d36}.offer-inbox-compare{display:flex;align-items:center;gap:14px;margin-top:18px}.offer-inbox-compare p{margin:0;color:#607772;font-size:12px}.offer-inbox-compare button:disabled{opacity:.48;cursor:not-allowed}.offer-inbox-verdict{margin-top:18px;border:1px solid #bfd8d1;border-left:4px solid #0d806f;border-radius:14px;background:#f3faf8;padding:16px}.offer-inbox-verdict.is-undecidable{border-left-color:#d3932d;background:#fffaf0}.offer-inbox-verdict.is-worse{border-left-color:#70827e}.offer-inbox-verdict h4{margin:4px 0;color:#173d36}.offer-inbox-verdict>p{margin:4px 0 10px;color:#55706a}.offer-inbox-verdict dl{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:12px 0}.offer-inbox-verdict dl>div{border-radius:10px;background:#fff;padding:10px}.offer-inbox-verdict dt{font-size:10px;font-weight:800;color:#718681;text-transform:uppercase}.offer-inbox-verdict dd{margin:4px 0 0;color:#254b44;font-weight:700}.offer-inbox-missing,.offer-inbox-proposal{border-radius:10px;background:#fff4df;padding:10px;color:#805517}.results-header-actions{display:flex;align-items:center;gap:10px}.results-offer-inbox{border:1px solid #bdd4ce;border-radius:999px;background:#fff;color:#1b544a;padding:9px 13px;font-weight:800;cursor:pointer}
.true-vacation-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin:8px 0 18px}.true-vacation-head h3{margin:0;color:#153d36;font-size:25px}.true-vacation-head p{margin:5px 0 0;color:#607772}.true-vacation-quality{border-radius:999px;background:#e7f5f1;color:#286258;padding:8px 12px;font-size:12px;white-space:nowrap}.true-vacation-timeline{display:grid;grid-template-columns:repeat(4,1fr);position:relative;gap:9px}.true-vacation-timeline:before{content:"";position:absolute;left:11%;right:11%;top:17px;height:2px;background:#bed8d1}.true-vacation-timeline article{position:relative;border:1px solid #d4e5e0;border-radius:12px;background:#fff;padding:11px;text-align:center}.true-vacation-timeline span{display:block;position:relative;color:#558078;font-size:10px;font-weight:900}.true-vacation-timeline strong{display:block;margin-top:12px;color:#234a43;font-size:12px}.true-vacation-days{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.true-vacation-days article{border-radius:12px;background:#eef7f4;padding:12px}.true-vacation-days article.is-lost{background:#fff0e6}.true-vacation-days article.is-partial{background:#fff7e7}.true-vacation-days span{display:block;color:#6b817d;font-size:10px;font-weight:800;text-transform:uppercase}.true-vacation-days strong{display:block;margin-top:4px;color:#234a43}.true-vacation-costs{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin:14px 0}.true-vacation-costs>div{border-radius:10px;background:#f5f9f8;padding:10px}.true-vacation-costs dt{color:#70827e;font-size:10px}.true-vacation-costs dd{margin:4px 0 0;color:#183f38;font-weight:800}.true-vacation-missing{border-left:3px solid #d3932d;background:#fff8e9;padding:10px 12px}.true-vacation-missing p{margin:3px 0 0}.true-vacation-source{display:block;margin-top:12px;color:#70827e}
@media(max-width:760px){.offer-inbox-fields,.offer-inbox-verdict dl,.true-vacation-days,.true-vacation-costs{grid-template-columns:1fr}.offer-inbox-compare,.true-vacation-head{align-items:stretch;flex-direction:column}.true-vacation-quality{white-space:normal}.true-vacation-timeline{grid-template-columns:1fr 1fr}.true-vacation-timeline:before{display:none}.results-header-actions{align-items:flex-end;flex-direction:column}.results-offer-inbox{font-size:11px}.offer-inbox-panel{padding:16px}}

/* Element 2/3 — Top 3 Premium White decision screen */
.decision-flow-v2 .search-results-section{width:min(1320px,calc(100% - 48px));margin-top:42px;color:#173d36}
.decision-flow-v2 .results-shell{max-width:1320px;padding:clamp(28px,4vw,54px);border:1px solid #dce9e5;border-radius:28px;background:#f8fbfa;box-shadow:0 28px 80px rgba(36,79,69,.12);backdrop-filter:none}
.decision-flow-v2 .results-header{align-items:center}.decision-flow-v2 .results-header .section-kicker{color:#0d806f}.decision-flow-v2 .results-header h2{margin:8px 0 10px;color:#123b34;font-size:clamp(36px,5vw,58px);letter-spacing:-.055em}.decision-flow-v2 .results-header p{max-width:700px;color:#58716c;font-size:15px;line-height:1.65}
.decision-flow-v2 .results-close{color:#315c54;border-color:#c9ddd7;background:#fff}.decision-flow-v2 .results-offer-inbox{color:#1b544a;border-color:#c8dcd6;background:#fff}
.top3-decision-context{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;margin:26px 0 30px;padding:20px 22px;border:1px solid #d8e8e3;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(39,90,77,.055)}.top3-decision-context[hidden]{display:none}
.top3-trip-line,.top3-preference-line{display:flex;flex-wrap:wrap;gap:8px}.top3-trip-line span{position:relative;padding-right:15px;color:#173d36;font-size:13px;font-weight:800}.top3-trip-line span:not(:last-child)::after{content:"•";position:absolute;right:3px;color:#94aaa4}.top3-preference-line{margin-top:10px}.top3-preference-line span{padding:6px 10px;border-radius:999px;color:#256257;background:#edf7f4;font-size:11px;font-weight:750}
.top3-profile-disclosure{margin-top:12px;color:#5b746f;font-size:12px}.top3-profile-disclosure summary{width:max-content;color:#0d806f;font-weight:800;cursor:pointer}.top3-profile-disclosure div{max-width:720px;margin-top:10px;padding:12px 14px;border-radius:12px;background:#f4f9f7}.top3-profile-disclosure p{margin:0 0 5px}.top3-profile-disclosure small{color:#6b817d}
.top3-compare-action{flex:0 0 auto;padding:13px 18px;border:0;border-radius:13px;color:#fff;background:#087865;box-shadow:0 10px 24px rgba(8,120,101,.2);font-weight:850;cursor:pointer}.top3-compare-action:hover{background:#066b59;transform:translateY(-1px)}
.decision-flow-v2 .premium-results-block{margin-top:0}.decision-flow-v2 .premium-results-block>.results-block-heading{display:none}.decision-flow-v2 .offers-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:20px}
.top3-premium-card{overflow:hidden;border:1px solid #dce8e4;border-radius:24px;color:#173d36;background:#fff;box-shadow:0 15px 40px rgba(35,76,66,.08);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.top3-premium-card:hover{transform:translateY(-4px);border-color:#b9d9d0;box-shadow:0 22px 50px rgba(35,76,66,.13)}.top3-premium-card.is-leader{border-color:#9bcfc1;box-shadow:0 20px 50px rgba(13,128,111,.13)}
.top3-card-media{position:relative;height:230px;overflow:hidden;background:linear-gradient(145deg,#dcece7,#eef6f3)}.top3-card-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.top3-media-placeholder{position:absolute;inset:0;display:grid;place-content:center;justify-items:center;gap:8px;color:#58766f}.top3-media-placeholder strong{display:grid;place-items:center;width:68px;height:68px;border:1px solid rgba(13,128,111,.2);border-radius:50%;color:#0d806f;background:rgba(255,255,255,.7);font-size:24px}.top3-media-placeholder span{font-size:10px;font-weight:750}.top3-rank{position:absolute;z-index:2;left:16px;top:16px;display:flex;align-items:center;gap:9px;padding:7px 10px 7px 8px;border-radius:999px;color:#173d36;background:rgba(255,255,255,.94);box-shadow:0 8px 22px rgba(27,72,62,.14);backdrop-filter:blur(8px)}.top3-rank strong{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;color:#fff;background:#0d806f;font-size:13px}.top3-rank span{font-size:10px;font-weight:850}
.top3-card-body{padding:22px}.top3-hotel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.top3-hotel-head h3{margin:0;color:#163e36;font-size:21px;line-height:1.15;letter-spacing:-.035em}.top3-hotel-head p{margin:6px 0 0;color:#6b817c;font-size:11px}.top3-hotel-head>span{flex:0 0 auto;color:#6c817d;font-size:10px;font-weight:800}
.top3-offer-line{display:flex;align-items:center;justify-content:space-between;gap:9px;margin:16px 0;padding:10px 0;border-block:1px solid #edf2f0;color:#607872;font-size:10px}.top3-offer-line strong{color:#1a554a}.top3-evidence{padding:5px 8px;border-radius:999px;font-weight:850;white-space:nowrap}.top3-evidence.is-supported{color:#096b58;background:#e7f6f0}.top3-evidence.is-partial,.top3-evidence.is-unknown{color:#8a611e;background:#fff5e4}.top3-evidence.is-conflicted{color:#9d443c;background:#fff0ee}
.top3-card-body section h4{margin:0 0 10px;color:#254b44;font-size:11px;letter-spacing:.02em}.top3-fit ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}.top3-fit li{display:flex;gap:8px;color:#365f57;font-size:11px;line-height:1.5}.top3-fit li span{color:#0c8a72;font-weight:900}.top3-fit>p,.top3-must-know>p{margin:0;color:#6f817d;font-size:11px}
.top3-verdict{display:grid;gap:7px;margin-top:15px;padding:13px;border-radius:13px;background:#f1f8f5}.top3-verdict p{margin:0;color:#4f6d66;font-size:10px;line-height:1.5}.top3-verdict strong{color:#23564c}
.top3-must-know{margin-top:17px}.top3-must-know>div{display:grid;grid-template-columns:1fr 1fr;gap:7px}.top3-must-know article{min-width:0;padding:9px;border:1px solid #e4eeeb;border-radius:11px;background:#fbfdfc}.top3-must-know article strong,.top3-must-know article span{display:block}.top3-must-know article strong{color:#315c54;font-size:9px;line-height:1.35}.top3-must-know article span{margin-top:4px;color:#738782;font-size:8px}.top3-must-know article.is-conflicted{border-color:#f0c7c2;background:#fff8f7}.top3-must-know article.is-conflicted span{color:#9d443c}.top3-must-know article.is-unknown,.top3-must-know article.is-partial{border-color:#efdfbf;background:#fffcf5}
.top3-tradeoff{margin-top:17px;padding:13px;border-left:3px solid #dfb260;border-radius:0 12px 12px 0;background:#fffaf0}.top3-tradeoff p{margin:0;color:#715d39;font-size:10px;line-height:1.55}
.top3-card-footer{display:grid;gap:14px;margin-top:18px;padding-top:17px;border-top:1px solid #e8efed}.top3-card-footer>div:first-child>span,.top3-card-footer>div:first-child>small{display:block}.top3-card-footer>div:first-child>span{color:#6b817c;font-size:9px}.top3-card-footer>div:first-child>strong{display:block;margin:3px 0;color:#173d36;font-size:20px}.top3-card-footer>div:first-child>small{color:#718681;font-size:8px;line-height:1.45}.top3-card-footer .offer-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.top3-card-footer .secondary-offer-action,.top3-card-footer .offer-action{width:100%;padding:11px;border-radius:11px;font-size:9px;font-weight:850}.top3-card-footer .secondary-offer-action{color:#0d806f;border:1px solid #bdd8d1;background:#fff}.top3-card-footer .offer-action{color:#fff;border:1px solid #0d806f;background:#0d806f}
.decision-flow-v2 #decisionFlowPanel,.decision-flow-v2 #finalistDecisionMapPanel{margin-top:28px}.decision-flow-v2 #decisionFlowPanel .decision-flow{color:var(--text)}
@media(max-width:1020px){.decision-flow-v2 .offers-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.top3-premium-card.is-leader{grid-column:1/-1}.top3-premium-card.is-leader .top3-card-media{height:280px}}
@media(max-width:700px){.decision-flow-v2 .search-results-section{width:100%;margin:0}.decision-flow-v2 .results-shell{padding:22px 14px;border:0;border-radius:0}.decision-flow-v2 .results-header{align-items:flex-start}.decision-flow-v2 .results-header h2{font-size:38px}.decision-flow-v2 .results-header p{font-size:13px}.decision-flow-v2 .results-header-actions{gap:7px}.decision-flow-v2 .results-offer-inbox{display:none}.top3-decision-context{align-items:stretch;flex-direction:column;margin:20px 0 24px;padding:16px}.top3-compare-action{width:100%}.decision-flow-v2 .offers-grid{grid-template-columns:1fr}.top3-premium-card.is-leader{grid-column:auto}.top3-card-media,.top3-premium-card.is-leader .top3-card-media{height:220px}.top3-card-body{padding:19px}.top3-card-footer .offer-actions{grid-template-columns:1fr}.top3-trip-line span{font-size:11px}}
.alpha-tester-panel{position:fixed;right:16px;bottom:16px;z-index:1200;width:min(390px,calc(100vw - 32px));max-height:78vh;overflow:auto;padding:12px 14px;border:1px solid rgba(40,112,94,.28);border-radius:16px;background:#fff;box-shadow:0 18px 48px rgba(16,44,37,.2);font:500 13px/1.45 Manrope,sans-serif}.alpha-tester-panel summary{cursor:pointer;font-weight:800;color:#174f43}.alpha-tester-panel p{overflow-wrap:anywhere;color:#4f625d}.alpha-tester-panel label{display:grid;gap:4px;margin:9px 0;color:#344c46}.alpha-tester-panel select,.alpha-tester-panel textarea,.alpha-tester-panel input{width:100%;box-sizing:border-box;border:1px solid #cad9d5;border-radius:9px;padding:8px;background:#fff}.alpha-tester-panel textarea{min-height:52px;resize:vertical}.alpha-rating-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.alpha-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.alpha-actions button{border:0;border-radius:999px;padding:8px 11px;background:#1c6b59;color:#fff;font-weight:700;cursor:pointer}

/* Element 3/3 — Hotel Profile Premium White decision page */
.hotel-panel-backdrop.is-open{background:rgba(17,45,38,.30);backdrop-filter:blur(10px)}
.hotel-panel.is-assessment-ui{top:18px;right:18px;width:min(1180px,calc(100vw - 36px));height:calc(100vh - 36px);border:1px solid #d7e6e1;border-radius:28px;color:#173d36;background:#f4f8f6;box-shadow:-24px 30px 90px rgba(26,65,56,.22)}
.hotel-panel.is-assessment-ui .hotel-panel-close{position:fixed;right:34px;top:34px;width:44px;height:44px;border:1px solid rgba(22,78,67,.18);color:#174f45;background:rgba(255,255,255,.93);box-shadow:0 8px 26px rgba(24,66,57,.14);backdrop-filter:blur(10px)}
.hotel-panel.is-assessment-ui .candidate-analysis{display:grid;gap:22px;max-width:1144px;margin:0 auto;padding:18px 22px 46px;color:#173d36}
.hotel-profile-premium .section-kicker{color:#0d806f}
.hp-hero{display:grid;grid-template-columns:minmax(360px,.92fr) minmax(440px,1.08fr);min-height:420px;overflow:hidden;border:1px solid #d7e7e2;border-radius:24px;background:#fff;box-shadow:0 22px 58px rgba(31,76,65,.11)}
.hp-hero-media{position:relative;min-height:420px;overflow:hidden;background:linear-gradient(145deg,#d6e9e3,#edf6f3)}.hp-hero-media img{width:100%;height:100%;object-fit:cover}.hp-hero-placeholder{position:absolute;inset:0;display:grid;place-content:center;justify-items:center;gap:13px;color:#55766e}.hp-hero-placeholder:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.75),transparent 34%),linear-gradient(145deg,transparent,rgba(13,128,111,.08))}.hp-hero-placeholder strong,.hp-hero-placeholder span{position:relative}.hp-hero-placeholder strong{display:grid;place-items:center;width:104px;height:104px;border:1px solid rgba(13,128,111,.22);border-radius:50%;color:#0d806f;background:rgba(255,255,255,.72);font-size:34px;font-weight:700}.hp-hero-placeholder span{font-size:12px;font-weight:750}
.hp-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(34px,5vw,68px)}.hp-hero-copy h1{max-width:650px;margin:10px 0 8px;color:#123b34;font-size:clamp(38px,4.3vw,62px);font-weight:560;line-height:1.02;letter-spacing:-.055em}.hp-location{margin:0;color:#6a817b;font-size:13px}.hp-verdict-line{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:30px;padding-top:22px;border-top:1px solid #e4ece9}.hp-verdict-line strong{color:#15594d;font-size:21px;line-height:1.25}.hp-verdict-line span{flex:0 0 auto;padding:7px 10px;border-radius:999px;color:#28675c;background:#edf7f4;font-size:10px;font-weight:800}.hp-personal-summary{max-width:680px;margin:14px 0 0;color:#46655e;font-size:14px;line-height:1.65}.hp-hero-trust{display:flex;align-items:center;gap:10px;margin-top:19px}.hp-hero-trust>span:last-child{color:#6e827e;font-size:10px;font-weight:750}
.hp-evidence-state{display:inline-flex;width:max-content;padding:6px 9px;border-radius:999px;font-size:9px;font-weight:850;white-space:nowrap}.hp-evidence-state.is-supported{color:#096b58;background:#e6f5ef}.hp-evidence-state.is-partial{color:#80601f;background:#fff5e4}.hp-evidence-state.is-unknown{color:#667773;background:#f0f3f2}.hp-evidence-state.is-conflicted{color:#8b5242;background:#fff0eb}
.hp-profile-actions{position:sticky;z-index:8;top:0;display:flex;align-items:center;justify-content:space-between;gap:10px;margin:-4px 0 0;padding:10px 12px;border:1px solid rgba(199,220,214,.9);border-radius:16px;background:rgba(255,255,255,.92);box-shadow:0 9px 30px rgba(26,71,60,.08);backdrop-filter:blur(14px)}.hp-profile-actions>button,.hp-final-actions button{padding:10px 14px;border:1px solid #c8dcd6;border-radius:11px;color:#1b6457;background:#fff;font-size:10px;font-weight:850;cursor:pointer}.hp-profile-actions .coa-rank-nav{position:static;margin:0;padding:0;border:0;background:transparent}.hp-profile-actions .coa-rank-nav button{height:34px;color:#53706a;border-color:#d6e5e1;background:#f7faf9}.hp-profile-actions .coa-rank-nav button.is-active{color:#fff;background:#0d806f;outline:0}
.hp-scopes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.hp-scopes article{padding:17px 18px;border:1px solid #dbe8e4;border-radius:17px;background:#fff}.hp-scopes article>span{color:#0d806f;font-size:8px;font-weight:900;letter-spacing:.08em}.hp-scopes article>strong{display:block;margin-top:7px;color:#183f38;font-size:13px}.hp-scopes article>p{margin:6px 0 0;color:#607872;font-size:10px;line-height:1.5}.hp-scopes article.is-unknown{border-color:#eadfc9;background:#fffcf6}
.hp-personal-verdict,.hp-must-know-preview,.hp-practical-reality,.hp-first-last,.hp-risks,.hp-conflicts,.hp-decision-summary{padding:clamp(22px,3vw,34px);border:1px solid #dce9e5;border-radius:22px;background:#fff;box-shadow:0 13px 36px rgba(36,79,69,.055)}
.hp-personal-verdict>header h2,.hp-must-know-preview h2,.hp-practical-reality h2,.hp-first-last h2,.hp-risks h2,.hp-conflicts h2,.hp-decision-summary h2{margin:6px 0;color:#153d36;font-size:clamp(23px,2.7vw,34px);letter-spacing:-.035em}.hp-personal-verdict>header p,.hp-practical-reality>header p,.hp-first-last>header p,.hp-risks>header p{max-width:760px;margin:8px 0 0;color:#617872;font-size:12px;line-height:1.6}
.hp-personal-verdict>div{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:20px}.hp-personal-verdict article{padding:20px;border-radius:17px;background:#f2f9f6}.hp-personal-verdict article.is-caution{background:#fffaf1}.hp-personal-verdict h3{margin:0 0 13px;color:#214e46;font-size:15px}.hp-personal-verdict ul{display:grid;gap:9px;margin:0;padding:0;list-style:none}.hp-personal-verdict li{display:flex;gap:8px;color:#3e615a;font-size:12px;line-height:1.5}.hp-personal-verdict li span{color:#0d806f;font-weight:900}.hp-personal-verdict .is-caution li:before{content:"—";color:#b3833d}
.hp-must-know-preview>header{display:flex;align-items:end;justify-content:space-between;gap:20px}.hp-must-know-preview>header a{color:#0d806f;font-size:11px;font-weight:850}.hp-must-know-preview>div{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin-top:20px}.hp-must-know-preview article,.hp-practical-priority article,.hp-practical-all article{min-width:0;padding:14px;border:1px solid #e0ebe8;border-radius:14px;background:#fbfdfc}.hp-must-know-preview article>div,.hp-practical-priority article>div,.hp-practical-all article>div{display:grid;align-content:start;gap:8px}.hp-must-know-preview article strong,.hp-practical-priority article strong,.hp-practical-all article strong{color:#234d45;font-size:11px;line-height:1.35}.hp-must-know-preview article p,.hp-practical-priority article p,.hp-practical-all article p{margin:10px 0 0;color:#5b746e;font-size:10px;line-height:1.5}.hp-must-know-preview article footer,.hp-practical-priority article footer,.hp-practical-all article footer{display:grid;gap:3px;margin-top:10px;color:#748681;font-size:8px}.hp-must-know-preview article.is-conflicted,.hp-practical-priority article.is-conflicted,.hp-practical-all article.is-conflicted{border-color:#efd5ce;background:#fff9f7}.hp-must-know-preview article.is-unknown,.hp-practical-priority article.is-unknown,.hp-practical-all article.is-unknown{border-color:#e4e7e5;background:#f7f9f8}
.hp-practical-priority,.hp-practical-all{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin-top:20px}.hp-practical-reality details{margin-top:13px}.hp-practical-reality details>summary{color:#0d806f;font-size:11px;font-weight:850;cursor:pointer}.hp-practical-all{margin-top:12px}
.hp-first-last>div{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:20px}.hp-first-last article{padding:20px;border:1px solid #e0ebe8;border-radius:17px;background:#fbfdfc}.hp-day-title{display:flex;align-items:center;gap:10px}.hp-day-title>span:first-child{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;color:#fff;background:#0d806f;font-size:10px;font-weight:900}.hp-day-title h3{margin:0 auto 0 0;color:#1b493f;font-size:17px}.hp-first-last article>p{color:#46655e;font-size:11px;line-height:1.65}.hp-day-services{margin-top:14px;padding:12px;border-radius:12px;background:#eef7f4}.hp-day-services p{margin:5px 0;color:#4d6a64;font-size:10px;line-height:1.55}.hp-conflict-note{padding:10px;border-left:3px solid #c88d61;background:#fff4eb;color:#76523b!important}
.hotel-profile-premium .coa-section,.hotel-profile-premium .coa-receipt{margin:0;padding:clamp(20px,3vw,30px);border-color:#dce9e5;border-radius:22px;color:#173d36;background:#fff;box-shadow:0 13px 36px rgba(36,79,69,.045)}.hotel-profile-premium .coa-section h2,.hotel-profile-premium .coa-section h3{color:#153d36}.hotel-profile-premium .coa-section h2{margin:6px 0;font-size:27px}.hotel-profile-premium .coa-section ul{color:#3f6059}.hotel-profile-premium .coa-offer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px}.hotel-profile-premium .coa-offer-grid div{border-color:#e7efed;color:#315c54;font-size:11px}.hotel-profile-premium .coa-offer-grid dt{color:#718681}.hotel-profile-premium .coa-key-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:20px 0}.hotel-profile-premium .coa-key-metrics article{padding:14px;border:1px solid #deebe7;border-radius:13px;background:#f6faf8}.hotel-profile-premium .coa-key-metrics span{display:block;color:#70847f;font-size:9px;font-weight:850}.hotel-profile-premium .coa-key-metrics strong{display:block;margin-top:5px;color:#17463d;font-size:18px}.hotel-profile-premium .coa-key-metrics small{display:block;margin-top:5px;color:#69817b;font-size:9px}.hp-offer-head{display:flex;align-items:end;justify-content:space-between;gap:20px}.hp-offer-head h2{margin:7px 0 0}.hp-offer-head p{margin:5px 0 0;color:#667e78}.hp-offer-head>strong{color:#0d806f;font-size:24px}.hp-offer .hotel-profile-link{display:inline-flex;margin-top:18px;color:#0d806f;font-weight:850}
.hp-risks>div,.hp-conflicts>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}.hp-risks article,.hp-conflicts article{padding:16px;border:1px solid #eadfc9;border-radius:14px;background:#fffcf5}.hp-risks article strong,.hp-risks article span{display:block}.hp-risks article strong{color:#5f5037;font-size:12px;line-height:1.5}.hp-risks article span{margin-top:7px;color:#89785e;font-size:9px}.hp-conflicts article{border-color:#efd7d0;background:#fff9f7}.hp-conflicts h3{margin:0;color:#694a42}.hp-conflicts article p{margin:8px 0;color:#6b5650;font-size:10px;line-height:1.55}.hp-conflicts article>span{color:#9a5e4a;font-size:9px;font-weight:850}
.hotel-profile-premium .trip-pulse-analysis{margin:0}.hotel-profile-premium .coa-unknowns li{color:#46635d}.hotel-profile-premium .coa-unknowns [data-evidence-check]{color:#0d806f;border-color:#bdd8d1;background:#f1f8f6}.hotel-profile-premium .coa-critical{border-color:#efd4c8;background:#fff8f4}.hotel-profile-premium .coa-critical>strong{color:#8e513e}.hotel-profile-premium .coa-evidence summary{display:flex;justify-content:space-between;gap:16px;color:#204e45}.hotel-profile-premium .coa-evidence summary span{color:#0d806f}.hp-source-intro{color:#637a74;font-size:11px}.hotel-profile-premium .coa-source{border-color:#e5eeeb}.hotel-profile-premium .coa-source strong{color:#2b5149;font-size:11px}.hotel-profile-premium .coa-source span,.hotel-profile-premium .coa-source small{color:#72837f;font-size:9px}.hotel-profile-premium .coa-inference{background:#f1f7f5}.hotel-profile-premium .coa-inference h4,.hotel-profile-premium .coa-inference p{color:#315b53}
.hp-decision-summary{border-color:#bcd9d1;background:linear-gradient(145deg,#edf8f4,#fff)}.hp-decision-summary dl{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:20px 0}.hp-decision-summary dl>div{padding:14px;border-radius:13px;background:#fff}.hp-decision-summary dt{color:#718681;font-size:9px;font-weight:850;text-transform:uppercase}.hp-decision-summary dd{margin:6px 0 0;color:#214d45;font-size:12px;font-weight:800;line-height:1.45}.hp-final-actions{display:flex;justify-content:flex-end;gap:9px}.hp-final-actions button.is-primary{color:#fff;border-color:#0d806f;background:#0d806f;box-shadow:0 9px 22px rgba(13,128,111,.18)}.hotel-profile-premium .coa-freshness{padding:4px 2px;color:#71837f;border:0}.hp-mode-note{color:#81918d;font-size:9px;text-align:center}
@media(max-width:920px){.hp-hero{grid-template-columns:1fr}.hp-hero-media{min-height:300px}.hp-scopes,.hp-must-know-preview>div,.hp-practical-priority,.hp-practical-all{grid-template-columns:repeat(2,minmax(0,1fr))}.hp-decision-summary dl{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.hotel-panel.is-assessment-ui{inset:0;width:100%;height:100vh;border:0;border-radius:0}.hotel-panel.is-assessment-ui .hotel-panel-close{position:fixed;right:12px;top:12px;width:40px;height:40px}.hotel-panel.is-assessment-ui .candidate-analysis{gap:14px;padding:8px 10px 28px}.hp-hero{min-height:0;border-radius:19px}.hp-hero-media{min-height:184px}.hp-hero-placeholder strong{width:72px;height:72px;font-size:25px}.hp-hero-copy{padding:22px 18px}.hp-hero-copy h1{font-size:34px}.hp-location{padding-right:34px;font-size:11px}.hp-verdict-line{align-items:flex-start;flex-direction:column;margin-top:20px;padding-top:17px}.hp-verdict-line strong{font-size:18px}.hp-personal-summary{font-size:12px}.hp-profile-actions{top:0;overflow-x:auto;padding:8px}.hp-profile-actions>button{flex:0 0 auto}.hp-profile-actions .coa-rank-nav{display:none}.hp-scopes{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.hp-scopes article{flex:0 0 82%;scroll-snap-align:start}.hp-personal-verdict,.hp-must-know-preview,.hp-practical-reality,.hp-first-last,.hp-risks,.hp-conflicts,.hp-decision-summary,.hotel-profile-premium .coa-section{padding:18px;border-radius:18px}.hp-personal-verdict>div,.hp-first-last>div,.hp-risks>div,.hp-conflicts>div{grid-template-columns:1fr}.hp-must-know-preview>header{align-items:flex-start;flex-direction:column}.hp-must-know-preview>div,.hp-practical-priority,.hp-practical-all{grid-template-columns:1fr}.hp-must-know-preview article:nth-child(n+4),.hp-practical-priority article:nth-child(n+4){display:none}.hotel-profile-premium .coa-offer-grid,.hotel-profile-premium .coa-key-metrics,.hp-decision-summary dl{grid-template-columns:1fr}.hp-offer-head{align-items:flex-start;flex-direction:column}.hp-final-actions{flex-direction:column}.hp-final-actions button{width:100%}.hotel-profile-premium .coa-evidence summary{display:grid}.hotel-profile-premium .coa-evidence-grid{grid-template-columns:1fr}.hotel-profile-premium .trip-pulse-analysis{padding:10px}.hotel-profile-premium .must-know{padding:14px}.hp-mode-note{text-align:left}}

/* TripPulse v6 — visual consistency and main-flow UX polish */
.decision-flow-v2 .destination-gateway,
.decision-flow-v2 .search-results-section,
.decision-flow-v2 .results-shell,
.hotel-panel.is-assessment-ui .candidate-analysis{
  max-width:var(--tp-content-max,1180px);
}
.decision-flow-v2 .destination-gateway{
  width:min(var(--tp-content-max,1180px),calc(100% - 48px))!important;
}
.decision-flow-v2 .search-results-section{
  width:min(var(--tp-content-max,1180px),calc(100% - 48px));
}
.decision-flow-v2 .results-shell{
  max-width:var(--tp-content-max,1180px);
}
.gateway-conversation-intro .conversation-message{
  color:var(--tp-color-text-primary)!important;
}
.gateway-conversation-intro .ai-avatar{
  color:#fff!important;
  background:var(--tp-color-primary)!important;
}
.gateway-chat-composer .composer-send{
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  min-height:44px!important;
}
.tripdna-control-center{
  overflow:hidden;
}
.tripdna-control-center>summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:0;
  cursor:pointer;
  list-style:none;
}
.tripdna-control-center>summary::-webkit-details-marker{display:none}
.tripdna-control-center>summary>small{max-width:220px;color:var(--tp-color-text-muted);font-size:9px;text-align:right;line-height:1.45}
.tripdna-control-center>summary>b{color:var(--tp-color-primary);font-size:18px;transition:transform var(--tp-motion-fast) ease}
.tripdna-control-center[open]>summary>b{transform:rotate(180deg)}
.tripdna-control-center[open]>.tripdna-receipt-grid{margin-top:14px}

.decision-flow-v2 .offers-grid{align-items:stretch}
.top3-premium-card{display:flex;min-height:100%;flex-direction:column;border-radius:var(--tp-radius-lg);box-shadow:var(--tp-shadow-card)}
.top3-card-media{height:auto;aspect-ratio:16/10}
.top3-card-body{display:flex;flex:1;flex-direction:column}
.top3-fit{padding:14px;border-left:3px solid var(--tp-color-primary);border-radius:0 var(--tp-radius-sm) var(--tp-radius-sm) 0;background:#f2f9f6}
.top3-fit h4{color:#15594d!important;font-size:12px!important}
.top3-verdict{background:#f7faf8}
.top3-card-footer{margin-top:auto}
.top3-must-know-mobile{display:none}
.top3-evidence,.hp-evidence-state{border:1px solid transparent}
.top3-evidence.is-supported,.hp-evidence-state.is-supported{color:#096b58;border-color:#cde9df;background:#e8f6f1}
.top3-evidence.is-partial,.hp-evidence-state.is-partial{color:#80601f;border-color:#f0dfba;background:#fff7e8}
.top3-evidence.is-unknown,.hp-evidence-state.is-unknown{color:#5f716c;border-color:#dfe7e4;background:#f1f4f3}
.top3-evidence.is-conflicted,.hp-evidence-state.is-conflicted{color:#8b5242;border-color:#efd8d1;background:#fff2ee}
.top3-compare-action,
.top3-card-footer .secondary-offer-action,
.top3-card-footer .offer-action,
.hp-profile-actions>button,
.hp-final-actions button{
  min-height:44px;
  border-radius:var(--tp-radius-sm);
}

.hotel-panel.is-assessment-ui{width:min(var(--tp-content-max,1180px),calc(100vw - 36px))}
.hotel-panel.is-assessment-ui .candidate-analysis{gap:20px}
.hp-personal-verdict,.hp-must-know-preview,.hp-practical-reality,.hp-first-last,.hp-risks,.hp-conflicts,.hp-decision-summary,.hotel-profile-premium .coa-section,.hp-full-analysis-disclosure,.hp-depth-disclosure{
  border-radius:var(--tp-radius-lg);
  box-shadow:var(--tp-shadow-card);
}
.hp-full-analysis-disclosure,.hp-depth-disclosure{
  overflow:hidden;
  border:1px solid #dce9e5;
  background:#fff;
}
.hp-full-analysis-disclosure>summary,.hp-depth-disclosure>summary{
  display:flex;
  min-height:56px;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:16px 20px;
  color:#204e45;
  cursor:pointer;
  font-size:13px;
  font-weight:800;
  list-style:none;
}
.hp-full-analysis-disclosure>summary::-webkit-details-marker,.hp-depth-disclosure>summary::-webkit-details-marker{display:none}
.hp-full-analysis-disclosure>summary span,.hp-depth-disclosure>summary span{color:#0d806f;font-size:10px}
.hp-full-analysis-disclosure[open]>summary,.hp-depth-disclosure[open]>summary{border-bottom:1px solid #e6efec;background:#f7fbf9}
.hp-full-analysis-disclosure>div,.hp-depth-disclosure>div{display:grid;gap:18px;padding:18px}
.hp-full-analysis-disclosure .trip-pulse-analysis,.hp-full-analysis-disclosure .must-know{margin:0}
.coa-unknowns-more{margin-top:10px;border-top:1px solid #e5eeeb}
.coa-unknowns-more>summary{display:flex;min-height:44px;align-items:center;justify-content:space-between;gap:12px;color:#0d806f;cursor:pointer;font-size:10px;font-weight:800;list-style:none}
.coa-unknowns-more>summary::-webkit-details-marker{display:none}
.coa-unknowns-more>summary span{display:grid;min-width:24px;height:24px;place-items:center;border-radius:999px;background:#edf7f4}
.coa-unknowns-more>ul{margin-top:0!important}

@media(max-width:700px){
  .decision-flow-v2 .destination-gateway,.decision-flow-v2 .search-results-section{width:100%!important}
  .decision-flow-v2 .results-shell{padding:20px 14px}
  .decision-flow-v2 .results-header h2{font-size:clamp(32px,9vw,38px)}
  .top3-decision-context{gap:18px;margin:18px 0 22px;padding:15px;border-radius:var(--tp-radius-md)}
  .top3-card-media,.top3-premium-card.is-leader .top3-card-media{height:auto;aspect-ratio:16/9}
  .top3-card-body{padding:18px}
  .top3-must-know{display:none}
  .top3-must-know-mobile{display:block;margin-top:16px;border:1px solid #dfeae7;border-radius:12px;background:#fbfdfc}
  .top3-must-know-mobile>summary{display:flex;min-height:44px;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;color:#254b44;cursor:pointer;font-size:11px;font-weight:800;list-style:none}
  .top3-must-know-mobile>summary::-webkit-details-marker{display:none}
  .top3-must-know-mobile>summary span{color:#718681;font-size:9px;font-weight:700}
  .top3-must-know-mobile>div{display:grid;gap:7px;padding:0 10px 10px}
  .top3-must-know-mobile article{padding:10px;border:1px solid #e4eeeb;border-radius:10px;background:#fff}
  .top3-must-know-mobile article strong,.top3-must-know-mobile article span{display:block}
  .top3-must-know-mobile article strong{color:#315c54;font-size:10px}
  .top3-must-know-mobile article span{margin-top:4px;color:#738782;font-size:9px}
  .tripdna-control-center>summary{align-items:flex-start}
  .tripdna-control-center>summary>small{max-width:150px;text-align:left}
}

@media(max-width:600px){
  .hotel-panel.is-assessment-ui .candidate-analysis{gap:12px;padding:8px 10px 24px}
  .hotel-panel.is-assessment-ui .hotel-panel-close{width:44px;height:44px}
  .hp-hero-media{min-height:138px}
  .hp-hero-placeholder strong{width:62px;height:62px;font-size:22px}
  .hp-hero-copy{padding:18px 17px}
  .hp-hero-copy h1{font-size:30px;line-height:1.05}
  .hp-verdict-line{margin-top:16px;padding-top:14px}
  .hp-verdict-line strong{font-size:17px}
  .hp-personal-summary{margin-top:11px;font-size:11px;line-height:1.55}
  .hp-hero-trust{margin-top:13px}
  .hp-profile-actions{margin:0;padding:6px}
  .hp-profile-actions>button{min-width:max-content}
  .hp-personal-verdict,.hp-must-know-preview,.hp-practical-reality,.hp-first-last,.hp-risks,.hp-conflicts,.hp-decision-summary,.hotel-profile-premium .coa-section{padding:17px}
  .hp-personal-verdict>header h2,.hp-must-know-preview h2,.hp-practical-reality h2,.hp-first-last h2,.hp-risks h2,.hp-conflicts h2,.hp-decision-summary h2{font-size:24px}
  .hp-full-analysis-disclosure>summary,.hp-depth-disclosure>summary{align-items:flex-start;flex-direction:column;gap:3px;padding:15px 17px}
  .hp-full-analysis-disclosure>div,.hp-depth-disclosure>div{padding:12px}
}

@media(prefers-reduced-motion:reduce){
  .top3-premium-card:hover{transform:none}
}
