.cobe-globe-wrap{position:relative;aspect-ratio:1/1;user-select:none}.cobe-globe-canvas{width:100%;height:100%;cursor:grab;opacity:0;transition:opacity 1.2s ease;border-radius:50%;touch-action:none}.cobe-polaroid{position:absolute;margin-bottom:8px;background:#fff;padding:6px 6px 24px;box-shadow:0 2px 8px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.1);pointer-events:none;transition:opacity .3s,filter .3s}.cobe-polaroid-img{display:block;width:60px;height:60px;object-fit:cover}.cobe-polaroid-caption{position:absolute;bottom:5px;left:0;right:0;text-align:center;font-family:system-ui,sans-serif;font-size:.5rem;color:#333;letter-spacing:.02em}@media (prefers-reduced-motion:reduce){.cobe-globe-canvas{transition:none;opacity:1}.cobe-polaroid{transition:none}}.profile-page{min-height:100vh;background:#f8f6f4;padding:6.5rem 1.5rem 3rem;position:relative;overflow-x:hidden;font-family:var(--font-sans)}.profile-ambient-bg{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}.profile-ambient-bg:before{content:"";position:absolute;top:-10%;left:-10%;width:60%;height:60%;border-radius:50%;background:radial-gradient(circle,rgba(255,120,82,.15) 0,transparent 70%);filter:blur(120px)}.profile-ambient-bg:after{content:"";position:absolute;top:20%;right:-10%;width:50%;height:50%;border-radius:50%;background:radial-gradient(circle,rgba(255,195,192,.12) 0,transparent 70%);filter:blur(100px)}.profile-ambient-blob{position:fixed;bottom:-10%;left:20%;width:40%;height:40%;border-radius:50%;background:radial-gradient(circle,rgba(224,148,248,.08) 0,transparent 70%);filter:blur(100px);pointer-events:none;z-index:0}.profile-content{position:relative;z-index:1;max-width:1100px;margin:0 auto;opacity:0;transform:translateY(20px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.profile-visible{opacity:1;transform:translateY(0)}.profile-top-row{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:start;margin-bottom:2rem}.profile-header{background:rgba(255,255,255,.7);backdrop-filter:blur(24px) saturate(140%);-webkit-backdrop-filter:blur(24px) saturate(140%);border:1px solid rgba(255,255,255,.4);border-radius:1rem;padding:2.5rem 2rem;box-shadow:0 24px 48px -12px rgba(172,44,0,.08);display:flex;flex-direction:column;align-items:center;text-align:center;gap:.25rem}.profile-avatar-wrap{position:relative;width:7rem;height:7rem;margin-bottom:1rem;flex-shrink:0}.profile-avatar-ring{position:absolute;inset:0;border-radius:50%;border:2px dashed #ac2c00;padding:.25rem;animation:profileOrbitSpin 20s linear infinite}.profile-avatar-wrap:hover .profile-avatar-ring{border-color:rgba(255,69,0,.5);animation-duration:6s}@keyframes profileOrbitSpin{to{transform:rotate(1turn)}}.profile-avatar{width:100%;height:100%;border-radius:50%;background:linear-gradient(145deg,#ff7a45,#ff4500 50%,#e83e00);color:#fff;font-family:var(--font-display);font-size:2rem;font-weight:700;display:flex;align-items:center;justify-content:center;border:4px solid #fff;box-shadow:0 12px 32px rgba(255,69,0,.2);user-select:none;position:relative;z-index:1;transition:transform .35s cubic-bezier(.16,1,.3,1)}.profile-avatar-wrap:hover .profile-avatar{transform:scale(1.05)}.profile-avatar--img{object-fit:cover;background:none;box-shadow:0 12px 32px rgba(0,0,0,.1)}.profile-pro-badge{position:absolute;bottom:.25rem;right:.25rem;background:#ac2c00;color:#fff;font-family:var(--font-display);font-size:.6rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:.2rem .6rem;border-radius:999px;box-shadow:0 2px 8px rgba(172,44,0,.3);border:2px solid #fff;z-index:2;line-height:1.2}.profile-identity{display:flex;flex-direction:column;align-items:center;gap:.15rem;margin-bottom:.25rem}.profile-name-row{display:flex;align-items:center;gap:.5rem}.profile-settings-link{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;color:#5b5b5a;background:transparent;border:none;transition:color .2s ease,transform .25s cubic-bezier(.4,0,.2,1);flex-shrink:0}.profile-settings-link:hover{color:#ac2c00;transform:rotate(45deg)}.profile-display-name{font-family:var(--font-display);font-size:clamp(1.5rem,5vw,1.75rem);font-weight:800;color:#2e2f2e;margin:0;letter-spacing:-.02em;line-height:1.15}.profile-username{font-size:.88rem;color:#5b5b5a;margin:0;font-weight:500}.profile-bio{font-size:.92rem;color:#5b5b5a;line-height:1.65;margin:.5rem auto 0;max-width:300px;text-wrap:pretty}.profile-meta{display:flex;justify-content:center;gap:.5rem;margin-top:1rem;flex-wrap:wrap}.profile-meta-chip{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;color:#2e2f2e;font-weight:500;padding:.4rem .85rem;background:#f2f0ee;border-radius:999px}.profile-meta-chip span[aria-hidden]{font-size:.85rem;color:#ac2c00}.profile-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem;width:100%;margin-top:1.5rem}.profile-stat{display:flex;flex-direction:column;align-items:center;padding:.85rem .35rem .7rem;background:rgba(255,255,255,.5);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.6);border-radius:.85rem;gap:.2rem;animation:profileStatPop .45s cubic-bezier(.16,1,.3,1) both;cursor:default;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s ease,background .25s}.profile-stat.stat-trips{background:linear-gradient(145deg,rgba(255,120,60,.12),rgba(255,69,0,.06));border-color:rgba(255,120,60,.25)}.profile-stat.stat-trips .profile-stat-value{color:#d94800}.profile-stat.stat-countries{background:linear-gradient(145deg,rgba(34,139,230,.12),rgba(34,100,200,.06));border-color:rgba(34,139,230,.25)}.profile-stat.stat-countries .profile-stat-value{color:#1971c2}.profile-stat.stat-cities{background:linear-gradient(145deg,rgba(81,207,102,.12),rgba(55,178,77,.06));border-color:rgba(81,207,102,.25)}.profile-stat.stat-cities .profile-stat-value{color:#2b9a3e}.profile-stat.stat-cotravelers{background:linear-gradient(145deg,rgba(190,75,219,.12),rgba(156,54,181,.06));border-color:rgba(190,75,219,.25)}.profile-stat.stat-cotravelers .profile-stat-value{color:#9c36b5}.profile-stat:hover{transform:translateY(-3px);box-shadow:0 6px 16px rgba(0,0,0,.06)}.profile-stat-icon{display:block;font-size:1.25rem;line-height:1;margin-bottom:.1rem}.profile-stat-value{font-family:var(--font-display);font-size:1.35rem;font-weight:800;color:#ac2c00;line-height:1.1}.profile-stat-label{font-size:.55rem;color:#5b5b5a;font-weight:700;letter-spacing:.06em;text-transform:uppercase}@keyframes profileStatPop{0%{opacity:0;transform:translateY(6px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.profile-globe-section{background:rgba(255,255,255,.5);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.4);border-radius:1rem;padding:1.25rem;box-shadow:0 4px 16px rgba(0,0,0,.03)}.profile-globe-container{display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:.75rem;background:linear-gradient(135deg,rgba(255,120,82,.06),#f2f0ee)}.profile-globe{width:100%;max-width:360px}.profile-section-title{font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:#2e2f2e;margin:0 0 .75rem;padding:0 .25rem;letter-spacing:-.01em}.profile-globe-section .profile-section-title{margin-bottom:.5rem;padding:0}.profile-trips-header{display:flex;align-items:center;justify-content:space-between;padding:0 .25rem;margin-bottom:1rem}.profile-trips-header .profile-section-title{margin:0;font-size:1.3rem;padding:0}.profile-trips-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.profile-trip-entrance{animation:profileTripReveal .55s cubic-bezier(.16,1,.3,1) both}@keyframes profileTripReveal{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.profile-trip-card{border-radius:1rem;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:inherit;background:rgba(255,255,255,.7);backdrop-filter:blur(24px) saturate(140%);-webkit-backdrop-filter:blur(24px) saturate(140%);border:1px solid rgba(255,255,255,.4);box-shadow:0 4px 16px rgba(0,0,0,.04);transition:box-shadow .3s ease,transform .3s ease;will-change:transform}.profile-trip-card:hover{box-shadow:0 16px 40px rgba(0,0,0,.08);transform:translateY(-2px)}.profile-trip-image{width:100%;height:140px;background-size:cover;background-position:50%;background-color:rgba(255,120,82,.04);position:relative;overflow:hidden}.profile-trip-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.profile-trip-card:hover .profile-trip-image img{transform:scale(1.08)}.profile-trip-image--placeholder{display:flex;align-items:center;justify-content:center;font-size:2rem;background:linear-gradient(135deg,rgba(255,120,82,.06),#f2f0ee)}.profile-trip-info{padding:.85rem 1rem 1rem;display:flex;flex-direction:column;gap:.15rem}.profile-trip-name{font-family:var(--font-display);font-size:.92rem;font-weight:700;color:#2e2f2e;line-height:1.3}.profile-trip-location,.profile-trip-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-trip-location{font-size:.72rem;color:#ac2c00;font-weight:600;display:flex;align-items:center;gap:.2rem}.profile-trip-duration-badge{position:absolute;top:.5rem;right:.5rem;font-size:.65rem;font-weight:700;color:#ac2c00;background:rgba(255,255,255,.9);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:.2rem .5rem;border-radius:999px;z-index:1;letter-spacing:.01em;box-shadow:0 2px 8px rgba(0,0,0,.08)}.profile-trip-description{font-size:.75rem;color:#5b5b5a;line-height:1.5;margin:.2rem 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.profile-trip-pills{display:flex;gap:.3rem;flex-wrap:wrap;margin-top:.35rem}.profile-trip-pill{font-size:.6rem;font-weight:700;text-transform:uppercase;padding:.15rem .45rem;border-radius:999px;white-space:nowrap}.profile-trip-pill:first-child{color:#972500;background:rgba(255,120,82,.1)}.profile-trip-pill:not(:first-child){color:#5b5b5a;background:#e3e2e0}.profile-empty{background:rgba(255,255,255,.7);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.4);border-radius:1rem;padding:3rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.4rem}.profile-empty-icon{font-size:2.5rem;margin-bottom:.25rem}.profile-empty-title{font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:#2e2f2e;margin:0}.profile-empty-text{font-size:.9rem;color:#5b5b5a;margin:0;font-weight:500;line-height:1.5;max-width:300px}.profile-not-found,.profile-restricted{background:rgba(255,255,255,.7);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.4);border-radius:1rem;padding:3.5rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;max-width:640px;margin:0 auto}.profile-not-found-orbit{position:relative;width:5rem;height:5rem;margin-bottom:1.25rem}.profile-not-found-orbit:before{content:"";position:absolute;width:6px;height:6px;background:#ac2c00;border-radius:50%;top:-3px;left:50%;margin-left:-3px;animation:profileOrbitSpin 6s linear infinite;transform-origin:3px calc(2.5rem + 3px)}.profile-not-found-icon,.profile-restricted-icon{font-size:3rem;line-height:1}.profile-not-found-icon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.profile-restricted-icon{margin-bottom:1rem}.profile-not-found-title,.profile-restricted-title{font-family:var(--font-display);font-size:1.4rem;font-weight:800;color:#2e2f2e;margin:0 0 .4rem;letter-spacing:-.02em}.profile-not-found-text,.profile-restricted-text{font-size:.92rem;color:#5b5b5a;margin:0;line-height:1.6;max-width:340px}.profile-skeleton{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:3rem 2rem 2.5rem;background:rgba(255,255,255,.7);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.4);border-radius:1rem;max-width:640px;margin:0 auto}.profile-skeleton-ring{width:7rem;height:7rem;border-radius:50%;border:2px dashed rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;padding:6px}.profile-skeleton-avatar{width:100%;height:100%;border-radius:50%;background:linear-gradient(90deg,#ede9e4 25%,#f5f2ef 50%,#ede9e4 75%);background-size:200% 100%;animation:profileShimmer 1.8s ease-in-out infinite}.profile-skeleton-lines{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%}.profile-skeleton-line{height:.75rem;border-radius:999px;background:linear-gradient(90deg,#ede9e4 25%,#f5f2ef 50%,#ede9e4 75%);background-size:200% 100%;animation:profileShimmer 1.8s ease-in-out infinite}.profile-skeleton-line--wide{width:50%;animation-delay:.1s}.profile-skeleton-line--medium{width:30%;animation-delay:.2s}.profile-skeleton-badges{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;width:100%}.profile-skeleton-badge{height:2.5rem;border-radius:.75rem;background:linear-gradient(90deg,#ede9e4 25%,#f5f2ef 50%,#ede9e4 75%);background-size:200% 100%;animation:profileShimmer 1.8s ease-in-out infinite}.profile-skeleton-badge:first-child{animation-delay:.05s}.profile-skeleton-badge:nth-child(2){animation-delay:.1s}.profile-skeleton-badge:nth-child(3){animation-delay:.15s}.profile-skeleton-badge:nth-child(4){animation-delay:.2s}@keyframes profileShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (min-width:1024px){.profile-top-row{grid-template-columns:1fr 1fr}}@media (min-width:768px){.profile-trips-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.profile-trips-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.profile-empty,.profile-globe-section,.profile-header,.profile-not-found,.profile-restricted,.profile-skeleton,.profile-trip-card{backdrop-filter:none;-webkit-backdrop-filter:none;background:rgba(255,255,255,.92)}.profile-stat{backdrop-filter:none;-webkit-backdrop-filter:none}.profile-stat.stat-trips{background:linear-gradient(145deg,rgba(255,120,60,.15),rgba(255,69,0,.08))}.profile-stat.stat-countries{background:linear-gradient(145deg,rgba(34,139,230,.15),rgba(34,100,200,.08))}.profile-stat.stat-cities{background:linear-gradient(145deg,rgba(81,207,102,.15),rgba(55,178,77,.08))}.profile-stat.stat-cotravelers{background:linear-gradient(145deg,rgba(190,75,219,.15),rgba(156,54,181,.08))}.profile-trip-duration-badge{backdrop-filter:none;-webkit-backdrop-filter:none;background:rgba(255,255,255,.95)}.profile-ambient-bg:after,.profile-ambient-bg:before{filter:none;opacity:.2}.profile-bio{max-width:100%}}@media (max-width:640px){.profile-page{padding:5.5rem 1rem 2rem}.profile-header{padding:1.75rem 1.25rem 1.5rem}.profile-avatar-wrap{width:6rem;height:6rem}.profile-avatar{font-size:1.6rem}.profile-settings-link{width:44px;height:44px}.profile-stats{gap:.35rem}.profile-stat{padding:.5rem .15rem}.profile-stat-value{font-size:1rem}.profile-trips-grid{grid-template-columns:1fr}.profile-trip-image{height:170px}}@media (max-width:380px){.profile-page{padding:5rem .75rem 1.5rem}.profile-header{padding:1.5rem .85rem 1.25rem}.profile-display-name{font-size:1.35rem}.profile-stats{grid-template-columns:repeat(2,1fr)}.profile-meta{flex-direction:column;align-items:center;gap:.35rem}}@media (hover:none){.profile-trip-card{transform:none!important}.profile-trip-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.04);transform:none}.profile-trip-card:active{box-shadow:0 2px 8px rgba(0,0,0,.06)}.profile-stat:hover{transform:none}.profile-stat:active{transform:scale(.97);background:rgba(255,255,255,.7)}.profile-avatar-wrap:hover .profile-avatar{transform:none}.profile-avatar-wrap:hover .profile-avatar-ring{border-color:rgba(172,44,0,.3);animation-duration:20s}.profile-settings-link:hover{transform:none}.profile-settings-link:active{color:#ac2c00;transform:scale(.92)}}@media (max-height:500px) and (orientation:landscape){.profile-page{padding-top:3rem}.profile-avatar-wrap{width:4.5rem;height:4.5rem;margin-bottom:.5rem}.profile-avatar{font-size:1.3rem}.profile-header{padding:1.5rem 1.25rem;gap:.15rem}.profile-stats{margin-top:1rem}.profile-trips-grid{grid-template-columns:repeat(2,1fr)}.profile-trip-image{height:100px}}@media (prefers-reduced-motion:reduce){.profile-content{transition:none;opacity:1;transform:none}.profile-ambient-bg:after,.profile-ambient-bg:before,.profile-avatar-ring,.profile-not-found-orbit:before,.profile-stat,.profile-trip-entrance{animation:none}.profile-skeleton-avatar,.profile-skeleton-badge,.profile-skeleton-line{animation:none;background:#ede9e4}.profile-stat:hover,.profile-trip-card:hover{transform:none}.profile-trip-card{transform:none!important}.profile-settings-link:hover{transform:none}.profile-trip-image img{transition:none}}.ptd-page{min-height:100vh;background:#faf8f6;padding:6.5rem 1.5rem 3rem;position:relative;overflow-x:hidden;font-family:var(--font-sans)}.ptd-ambient-bg{position:fixed;inset:0;z-index:0;pointer-events:none}.ptd-ambient-bg:after,.ptd-ambient-bg:before{content:"";position:absolute;border-radius:50%;filter:blur(120px);opacity:.35;animation:ptdFloat 20s ease-in-out infinite alternate;will-change:transform}.ptd-ambient-bg:before{top:-10%;left:-15%;width:60vw;height:60vw;max-width:700px;max-height:700px;background:#ff7a45}.ptd-ambient-bg:after{bottom:-10%;right:-10%;width:50vw;height:50vw;max-width:600px;max-height:600px;background:#b8a9e8;animation-delay:-10s;animation-duration:24s}@keyframes ptdFloat{0%{transform:translate(0) scale(1)}to{transform:translate(40px,-30px) scale(1.08)}}.ptd-content{position:relative;z-index:1;max-width:640px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem;opacity:0;transform:translateY(20px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.ptd-visible{opacity:1;transform:translateY(0)}.ptd-back-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.88rem;font-weight:600;color:#8c7a68;text-decoration:none;transition:color .2s;padding:.25rem 0}.ptd-back-link:hover{color:#ff4500}.ptd-hero{border-radius:24px;overflow:hidden;display:flex;flex-direction:column}.ptd-hero-image{width:100%;height:220px;background-size:cover;background-position:50%;background-color:rgba(255,122,69,.04);position:relative}.ptd-hero-image--placeholder{display:flex;align-items:center;justify-content:center;font-size:3rem;background:linear-gradient(145deg,rgba(255,122,69,.08),rgba(184,169,232,.08))}.ptd-hero-body{padding:1.5rem 1.75rem 1.75rem;display:flex;flex-direction:column;gap:.4rem}.ptd-trip-name{font-family:var(--font-display);font-size:clamp(1.4rem,4vw,1.8rem);font-weight:800;color:#1a1207;margin:0;letter-spacing:-.03em;line-height:1.15}.ptd-location{font-size:.92rem;color:#8c7a68;margin:0;font-weight:500}.ptd-meta{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:.5rem}.ptd-meta-pill{display:inline-flex;align-items:center;gap:.3rem;font-size:.78rem;color:#6b5c4f;font-weight:600;padding:.3rem .75rem;background:rgba(255,69,0,.05);border:1px solid rgba(255,69,0,.1);border-radius:999px}.ptd-description{font-size:.95rem;color:#44362a;line-height:1.65;margin:.5rem 0 0;text-wrap:pretty}.ptd-itinerary{border-radius:24px;padding:1.5rem 1.75rem 1.75rem}.ptd-section-title{font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:#1a1207;margin:0 0 1rem;letter-spacing:-.01em}.ptd-days{gap:1.25rem}.ptd-day,.ptd-days{display:flex;flex-direction:column}.ptd-day{gap:.5rem}.ptd-day-label{font-family:var(--font-display);font-size:.85rem;font-weight:700;color:#ff4500;margin:0;letter-spacing:-.01em}.ptd-day-items{display:flex;flex-direction:column;gap:.15rem}.ptd-plan-item{display:flex;align-items:flex-start;gap:.6rem;padding:.5rem .6rem;border-radius:12px;transition:background .15s}.ptd-plan-item:hover{background:rgba(255,69,0,.03)}.ptd-plan-icon{font-size:.9rem;line-height:1;flex-shrink:0;margin-top:.15rem}.ptd-plan-text{display:flex;flex-direction:column;gap:.1rem;min-width:0}.ptd-plan-title{font-size:.9rem;font-weight:600;color:#1a1207;line-height:1.35}.ptd-plan-desc{font-size:.82rem;color:#8c7a68;line-height:1.5}.ptd-not-found{padding:3rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem;border-radius:24px}.ptd-not-found-icon{font-size:2.5rem;margin-bottom:.25rem}.ptd-not-found-title{font-family:var(--font-display);font-size:1.3rem;font-weight:800;color:#1a1207;margin:0}.ptd-not-found-text{font-size:.9rem;color:#8c7a68;margin:0;line-height:1.6;max-width:300px}.ptd-skeleton{border-radius:24px;overflow:hidden;padding:0}.ptd-skeleton-image{width:100%;height:220px;background:linear-gradient(90deg,#ede9e4 25%,#f5f2ef 50%,#ede9e4 75%);background-size:200% 100%;animation:ptdShimmer 1.8s ease-in-out infinite}.ptd-skeleton-lines{padding:1.5rem 1.75rem;display:flex;flex-direction:column;gap:.6rem}.ptd-skeleton-line{height:.85rem;border-radius:999px;background:linear-gradient(90deg,#ede9e4 25%,#f5f2ef 50%,#ede9e4 75%);background-size:200% 100%;animation:ptdShimmer 1.8s ease-in-out infinite}.ptd-skeleton-line--wide{width:60%}.ptd-skeleton-line--medium{width:35%;animation-delay:.15s}@keyframes ptdShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){.ptd-hero,.ptd-itinerary,.ptd-not-found,.ptd-skeleton{backdrop-filter:none;-webkit-backdrop-filter:none;background:rgba(255,255,255,.9)}.ptd-ambient-bg:after,.ptd-ambient-bg:before{filter:none}.ptd-ambient-bg:before{background:radial-gradient(circle,rgba(255,122,69,.35) 0,transparent 70%)}.ptd-ambient-bg:after{background:radial-gradient(circle,rgba(184,169,232,.35) 0,transparent 70%)}}@media (max-width:640px){.ptd-page{padding:5.5rem 1rem 2rem}.ptd-hero-image{height:180px}.ptd-hero-body{padding:1.25rem 1.25rem 1.5rem}.ptd-itinerary{padding:1.25rem}}@media (max-width:380px){.ptd-page{padding:5rem .75rem 1.5rem}.ptd-hero-image{height:150px}}@media (prefers-reduced-motion:reduce){.ptd-content{transition:none;opacity:1;transform:none}.ptd-ambient-bg:after,.ptd-ambient-bg:before{animation:none}.ptd-skeleton-image,.ptd-skeleton-line{animation:none;background:#ede9e4}}