:root{--bg:#f7f8fc;--surface:#ffffff;--text:#10233d;--muted:#43566f;--line:#dbe3ee;--accent:#275efe;--accentSoft:#e6edff;--green:#e5f7ef;--radius:24px}*{box-sizing:border-box}body,html{margin:0;padding:0;background:linear-gradient(180deg,#f7f8fc,#eef4ff);color:var(--text);font-family:Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #10233d;outline-offset:3px}.skipLink{position:absolute;left:16px;top:-48px;background:#10233d;color:white;padding:10px 14px;border-radius:12px;z-index:50}.skipLink:focus{top:16px}.detailShell,.pageShell{width:min(1200px,calc(100% - 32px));margin:0 auto;padding:32px 0 56px}.cardSurface,.heroPanel{background:rgba(255,255,255,.92);border:1px solid rgba(219,227,238,.9);border-radius:var(--radius);box-shadow:0 20px 60px rgba(16,35,61,.08)}.heroPanel{padding:32px}.eyebrow,.sectionMini{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#61748d;font-weight:700}h1,h2{margin:0;letter-spacing:-.04em}h1{font-size:clamp(2.4rem,6vw,4.6rem);max-width:10ch;line-height:.95;margin-top:12px}h2{font-size:clamp(1.5rem,4vw,2.2rem)}.heroCopy{max-width:60ch;font-size:1.05rem;color:var(--muted);margin:16px 0 28px;line-height:1.6}.promptGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.promptGrid label,.wide{display:flex;flex-direction:column;gap:8px}.promptGrid .wide{grid-column:1/-1}.promptGrid span{font-size:.9rem;color:var(--muted)}.promptGrid input,.promptGrid select{border:1px solid var(--line);border-radius:16px;padding:14px 16px;background:white;min-height:52px}.cardActions,.heroActions,.stackButtons{display:flex;gap:12px;flex-wrap:wrap}.heroActions{margin-top:20px}.pillButton,.primaryButton,.primaryInline,.secondaryButton{border-radius:999px;border:0;padding:12px 18px;cursor:pointer}.primaryButton,.primaryInline{background:var(--accent);color:white}.pillButton,.secondaryButton{background:var(--accentSoft);color:var(--text)}.resultsSection{margin-top:28px}.sectionHead{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:16px}.sectionHead p{margin:8px 0 0;color:var(--muted)}.cardGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px}.tripCard{background:rgba(255,255,255,.92);border:1px solid rgba(219,227,238,.9);border-radius:var(--radius);overflow:hidden;box-shadow:0 20px 50px rgba(16,35,61,.06)}.heroImage{position:relative;min-height:210px;padding:18px;display:flex;flex-direction:column;justify-content:space-between;color:white;background-size:cover}.eventChip,.scoreChip{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;font-size:.82rem;font-weight:700;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.28)}.heroLabel{font-size:2rem;font-weight:800;letter-spacing:-.04em}.cardBody{padding:18px}.cardTopLine{display:flex;justify-content:space-between;gap:12px;align-items:baseline}.cardTopLine span,.teaser{color:var(--muted)}.teaser{line-height:1.55;min-height:72px}.budgetBox,.costList{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;background:#f4f7fb;border-radius:18px;padding:14px;margin:16px 0}.budgetBox div,.costList div{display:flex;justify-content:space-between;gap:8px}.budgetBox span,.costList span{color:var(--muted)}.detailHero{min-height:280px;border-radius:28px;color:white;display:flex;align-items:flex-end;padding:28px;background-size:cover;box-shadow:0 20px 60px rgba(16,35,61,.1)}.detailHeroInner{max-width:60ch}.detailHeroInner p{max-width:55ch;line-height:1.6}.detailGrid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(320px,.9fr);grid-gap:20px;gap:20px;margin-top:24px}.detailNarrative{padding:24px}.detailNarrative p{color:#30445f;line-height:1.75;font-size:1.02rem}.dayPlan{padding-left:20px;color:#30445f;line-height:1.7}.detailSidebar{display:flex;flex-direction:column;gap:20px}.cardSurface{padding:22px}.mapCard{min-height:220px}.mapPlaceholder{margin-top:14px;border-radius:20px;min-height:160px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;background:linear-gradient(135deg,#ebf1ff,#dff5ef);color:#3e566e;position:relative;overflow:hidden}.mapPlaceholder:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(255,255,255,.6) 1px,transparent 0),linear-gradient(rgba(255,255,255,.6) 1px,transparent 0);background-size:42px 42px;opacity:.65}.mapMarker{width:18px;height:18px;border-radius:999px;background:#ff6b6b;position:relative;z-index:1;box-shadow:0 0 0 8px rgba(255,107,107,.15)}.backLink{display:inline-block;margin-bottom:14px;color:var(--muted)}.embedPage{padding:0;margin:0}.embedShell{background:linear-gradient(180deg,#f8fbff,#eef5ff);border:1px solid rgba(219,227,238,.9);border-radius:24px;padding:18px;color:var(--text)}.embedHeader{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:16px}.embedHeader h1{font-size:clamp(1.6rem,4vw,2.2rem);max-width:none}.sourcePill{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:var(--surface);border:1px solid var(--line);color:var(--muted);font-size:.85rem}.embedControls{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:16px}.embedControls input,.embedControls select{border:1px solid var(--line);border-radius:14px;padding:12px 14px;background:white;min-height:48px}.embedGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.embedCard{background:rgba(255,255,255,.92);border:1px solid rgba(219,227,238,.9);border-radius:20px;overflow:hidden;box-shadow:0 16px 36px rgba(16,35,61,.06)}.embedCardHero{min-height:112px;padding:12px;display:flex;justify-content:space-between;align-items:flex-start;color:white}.embedCardBody{padding:14px}.embedTitleRow{display:flex;justify-content:space-between;gap:8px;align-items:baseline;margin-bottom:10px}.embedCardBody p,.embedTitleRow span{color:var(--muted)}.embedCardBody p{min-height:68px;line-height:1.5;margin:0 0 12px}.embedSourceBanner{font-size:.82rem;color:var(--muted);margin:0 0 8px;padding:0 4px}.topNav{width:min(1200px,calc(100% - 32px));margin:0 auto;padding:18px 0 0;display:flex;justify-content:space-between;align-items:center;gap:16px}.navBrand{font-weight:800;letter-spacing:-.04em;font-size:1.1rem}.navLinks{display:flex;gap:16px;color:var(--muted)}.savedTitle{max-width:none;margin-top:10px}.variantTabs{display:inline-flex;gap:10px;margin:14px 0 10px;flex-wrap:wrap}.variantTab{padding:9px 14px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.75);color:var(--muted);font-weight:600}.variantTab.active{background:var(--accent);color:white;border-color:var(--accent)}@media (max-width:900px){.cardGrid,.detailGrid,.embedControls,.embedGrid,.promptGrid{grid-template-columns:1fr}.detailShell,.pageShell,.topNav{width:min(100% - 24px,1200px)}.embedHeader{flex-direction:column}h1{max-width:12ch}}@media (max-width:640px){.topNav{padding-top:12px;flex-direction:column;align-items:flex-start}.cardSurface,.heroPanel,.tripCard{border-radius:20px}.detailShell,.pageShell{padding-top:20px}.budgetBox,.costList,.promptGrid{grid-template-columns:1fr}.cardTopLine,.embedTitleRow{flex-direction:column;align-items:flex-start}.heroImage{min-height:180px}}.docsShell{max-width:1100px}.docsTitle{max-width:none}.docsSection{margin-top:20px}.docsSectionHeader{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.docsList{color:#30445f;line-height:1.75;padding-left:20px}.docsText{color:#30445f;line-height:1.7}.codeBlock{margin:16px 0 0;padding:18px;border-radius:18px;background:#0f1728;color:#f8fbff;overflow-x:auto;font-size:.92rem;line-height:1.6}.inlineNote{margin-top:14px;color:var(--muted);line-height:1.6}@media (max-width:640px){.codeBlock{font-size:.84rem}}