:root{--rosa: #df1683;--azul-cielo: #009ade;--azul-marino: #000f9f;--amarillo: #fde021;--bg: #07111f;--bg-soft: #0d1b31;--surface: rgba(13, 27, 49, .9);--surface-2: rgba(9, 20, 38, .92);--surface-3: rgba(255, 255, 255, .03);--text: #eef4ff;--muted: #b6c3de;--border: rgba(146, 180, 255, .14);--shadow: 0 24px 64px rgba(0, 0, 0, .34);--radius-xl: 30px;--radius-lg: 22px;--radius-md: 18px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg)}*{box-sizing:border-box}html{scroll-behavior:smooth}body,#root{margin:0;min-height:100vh;background:radial-gradient(circle at top left,rgba(223,22,131,.18),transparent 32%),radial-gradient(circle at top right,rgba(0,154,222,.16),transparent 30%),linear-gradient(180deg,#050d1a,#091425 40%,#060d18)}body{color:var(--text)}a{color:inherit;text-decoration:none}img{display:block;width:100%}button,input{font:inherit}.app-shell{width:min(1360px,calc(100% - 32px));margin:0 auto;padding:20px 0 40px}.topbar{position:sticky;top:12px;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;margin-bottom:20px;background:#07111fe0;border:1px solid rgba(255,255,255,.08);border-radius:22px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:14px;min-width:0}.brand__logo,.footer__logo{width:52px;height:52px;object-fit:contain;flex:0 0 auto}.brand__copy{display:grid;gap:2px}.brand__copy span,.hero__panel-head small,.intro-card__label,.modal-kicker{color:var(--amarillo);font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.brand__copy strong,.hero h1,.section h2,.place-card h3,.modal-content h3,.footer strong,.hero__panel-head strong,.hero__overlay-card strong{color:#fff}.topbar__nav{display:flex;gap:18px;flex-wrap:wrap}.topbar__nav a{color:var(--muted);font-size:.95rem;font-weight:700;transition:color .2s ease}.topbar__nav a:hover{color:#fff}.hero{display:grid;grid-template-columns:1.08fr .92fr;gap:24px;align-items:stretch}.hero__content,.hero__panel,.section--framed,.place-card,.modal-panel{border:1px solid var(--border);box-shadow:var(--shadow)}.hero__content,.hero__panel,.section--framed{background:linear-gradient(180deg,#0b182bf2,#081222eb)}.hero__content,.hero__panel{border-radius:var(--radius-xl);padding:28px}.hero__content{display:flex;flex-direction:column;justify-content:center;gap:18px}.hero__eyebrow-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.eyebrow{margin:0;color:var(--rosa);font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:.8rem}.theme-badge{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:#fde0211f;color:var(--amarillo);border:1px solid rgba(253,224,33,.24);font-size:.82rem;font-weight:700}.hero h1{margin:0;font-size:clamp(2.5rem,5vw,4.8rem);line-height:.95}.hero__lead,.hero__support,.section__heading p,.intro-card p,.place-card p,.modal-content p,.footer p,.place-card__meta small{color:var(--muted)}.hero__lead{margin:0;font-size:1.08rem;max-width:64ch}.hero__support{margin:0;max-width:68ch;line-height:1.7}.hero__actions,.place-card__actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:999px;font-weight:800;border:1px solid transparent;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{color:#fff;background:linear-gradient(135deg,var(--rosa),var(--azul-marino));box-shadow:0 16px 34px #000f9f40}.btn-outline{color:#fff;background:#ffffff05;border-color:#ffffff1f}.btn-outline:hover{border-color:#009ade66;background:#009ade14}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:8px}.stat-card{padding:18px;border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#ffffff0b,#ffffff05);display:grid;gap:6px}.stat-card strong{font-size:1.55rem;color:#fff}.stat-card span{color:var(--muted);font-size:.93rem}.hero__panel{display:flex;flex-direction:column;gap:18px}.hero__panel-head{display:flex;align-items:center;gap:14px}.hero__seal{width:70px;height:70px;object-fit:contain;flex:0 0 auto}.hero__visual{position:relative;min-height:auto;border-radius:26px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:linear-gradient(135deg,#df168329,#009ade1f)}.hero__visual img{display:block;width:100%;height:auto;object-fit:contain}.hero__placeholder{width:100%;height:460px;object-fit:cover}.hero__visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0408100f,#040810b8)}.hero__overlay-card{position:static;margin-top:18px;padding:18px;border-radius:22px;background:#07111fd1;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero__overlay-card span,.place-card__tags span,.footer__badges span{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;font-size:.82rem;font-weight:800}.hero__overlay-card span{margin-bottom:8px;background:#fde02124;color:var(--amarillo)}.hero__overlay-card p{margin:8px 0 0;color:#d5e1f6;line-height:1.6}.section{margin-top:28px}.section--framed{padding:24px;border-radius:var(--radius-xl)}.section__heading{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px}.section__heading h2{margin:6px 0 0;font-size:clamp(1.65rem,3vw,2.35rem)}.section__heading p{max-width:58ch;margin:0;line-height:1.7}.category-row{display:flex;gap:12px;flex-wrap:wrap}.category-pill{min-height:44px;padding:0 16px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff08;color:#d8e7ff;font-weight:800;cursor:pointer}.category-pill.active{color:#fff;border-color:transparent;background:linear-gradient(135deg,var(--azul-cielo),var(--azul-marino))}.intro-card{margin-top:18px;padding:18px;border-radius:24px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(145deg,#ffffff08,#ffffff04);display:grid;grid-template-columns:1.12fr .88fr;gap:16px}.intro-card strong{display:block;margin-top:8px;font-size:1.15rem;color:#fff}.searchbox{display:flex;flex-direction:column;gap:10px;color:#fff;font-weight:800}.searchbox input{min-height:50px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#040a16b8;color:#fff;padding:0 14px;outline:none}.searchbox input::placeholder{color:#95a6c7}.searchbox input:focus{border-color:#df168373;box-shadow:0 0 0 4px #df16831f}.places-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.place-card{display:grid;grid-template-columns:.92fr 1.08fr;min-height:330px;border-radius:26px;overflow:hidden;background:linear-gradient(180deg,#0a1527fa,#07101efa)}.place-card__media img,.modal-media img{width:100%;height:100%;object-fit:cover}.place-card__content{display:flex;flex-direction:column;gap:14px;padding:20px}.place-card__tags{display:flex;gap:8px;flex-wrap:wrap}.place-card__tags span,.footer__badges span{background:#df16831f;color:#ff8fcb;border:1px solid rgba(223,22,131,.18)}.place-card h3,.modal-content h3{margin:0;font-size:1.38rem}.place-card p,.modal-summary{margin:0;line-height:1.65}.place-card__meta{display:grid;gap:8px;margin-top:auto}.gallery-carousel{display:grid;gap:16px}.gallery-carousel__tabs{display:flex;gap:12px;flex-wrap:wrap}.gallery-carousel__stage{position:relative;overflow:hidden;aspect-ratio:16 / 7;min-height:360px;border-radius:24px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;outline:none}.gallery-carousel__stage:focus-visible{box-shadow:0 0 0 4px #009ade38}.gallery-carousel__viewport,.gallery-carousel__track,.gallery-carousel__slide{height:100%}.gallery-carousel__viewport{overflow:hidden}.gallery-carousel__track{display:flex;transition:transform .36s ease}.gallery-carousel__slide{flex:0 0 100%;margin:0}.gallery-carousel__slide img{width:100%;height:100%;object-fit:cover}.carousel-control{position:absolute;top:50%;z-index:2;display:grid;place-items:center;width:48px;height:48px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#07111fc2;color:#fff;cursor:pointer;font-size:1.4rem;font-weight:900;line-height:1;transform:translateY(-50%);transition:background .2s ease,border-color .2s ease,transform .2s ease}.carousel-control:hover{border-color:#009ade80;background:#000f9fd1;transform:translateY(-50%) scale(1.04)}.carousel-control--prev{left:16px}.carousel-control--next{right:16px}.gallery-carousel__meta{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:4px 2px 0}.gallery-carousel__meta div{display:grid;gap:4px;min-width:0}.gallery-carousel__meta span,.gallery-carousel__meta small{color:var(--amarillo);font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.gallery-carousel__meta strong{color:#fff;font-size:1.15rem}.gallery-carousel__meta small{flex:0 0 auto;color:var(--muted)}.gallery-carousel__thumbs{display:flex;gap:10px;overflow-x:auto;padding:2px 2px 8px;scrollbar-width:thin;scrollbar-color:rgba(0,154,222,.6) rgba(255,255,255,.08)}.gallery-carousel__thumb{flex:0 0 118px;width:118px;height:72px;padding:0;border-radius:14px;overflow:hidden;border:2px solid rgba(255,255,255,.12);background:#ffffff0a;cursor:pointer;opacity:.72}.gallery-carousel__thumb.active{border-color:var(--amarillo);opacity:1}.gallery-carousel__thumb img{width:100%;height:100%;object-fit:cover}.footer{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-top:34px;padding:24px 8px 10px}.footer__brand{display:flex;align-items:center;gap:16px}.footer__badges{display:flex;gap:10px;flex-wrap:wrap;justify-content:end}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#030812c2;display:grid;place-items:center;padding:24px;z-index:90}.modal-panel{position:relative;width:min(1040px,100%);display:grid;grid-template-columns:.95fr 1.05fr;border-radius:28px;overflow:hidden;background:linear-gradient(180deg,#091426fa,#07101efa)}.modal-content{padding:24px;display:flex;flex-direction:column;gap:14px}.modal-close{position:absolute;top:14px;right:14px;width:42px;height:42px;border-radius:999px;border:0;font-size:1.5rem;background:#ffffffe6;color:var(--azul-marino);cursor:pointer}.modal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:14px 0}.modal-grid strong{color:#fff}.alert,.empty-state{padding:14px 16px;border-radius:18px;background:#df16831a;border:1px solid rgba(223,22,131,.16);color:#fff}@media (max-width: 1120px){.hero,.intro-card,.place-card,.modal-panel{grid-template-columns:1fr}.hero__visual{min-height:360px}.stats-grid,.places-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section__heading,.footer{flex-direction:column;align-items:start}}@media (max-width: 760px){.app-shell{width:min(100% - 20px,100%)}.topbar{flex-direction:column;align-items:start}.brand{width:100%}.stats-grid,.places-grid,.modal-grid{grid-template-columns:1fr}.gallery-carousel__stage{aspect-ratio:4 / 3;min-height:260px}.carousel-control{width:42px;height:42px}.carousel-control--prev{left:10px}.carousel-control--next{right:10px}.gallery-carousel__meta{align-items:start;flex-direction:column}.gallery-carousel__thumb{flex-basis:92px;width:92px;height:58px}.hero__content,.hero__panel,.section--framed,.place-card__content,.modal-content{padding:20px}.hero h1{font-size:clamp(2rem,10vw,3.1rem)}.footer__brand{align-items:start;flex-direction:column}}
