.profile-page{min-height:100vh;background:#faf8f6;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}.profile-ambient-bg:after,.profile-ambient-bg:before{content:"";position:absolute;border-radius:50%;filter:blur(120px);opacity:.35;animation:profileFloat 20s ease-in-out infinite alternate;will-change:transform}.profile-ambient-bg:before{top:-10%;left:-15%;width:60vw;height:60vw;max-width:700px;max-height:700px;background:#ff7a45}.profile-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 profileFloat{0%{transform:translate(0) scale(1)}to{transform:translate(40px,-30px) scale(1.08)}}.profile-content{position:relative;z-index:1;max-width:640px;margin:0 auto;display:flex;flex-direction:column;gap:2rem;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-header{padding:3rem 2rem 2.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.25rem}.profile-avatar-wrap{position:relative;width:6.5rem;height:6.5rem;margin-bottom:.75rem}.profile-avatar-ring{position:absolute;inset:-6px;border-radius:50%;border:2px dashed rgba(255,69,0,.2);animation:profileOrbitSpin 30s linear infinite}.profile-avatar-wrap:hover .profile-avatar-ring{border-color:rgba(255,69,0,.4);animation-duration:8s}@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;box-shadow:0 0 0 4px rgba(255,255,255,.7),0 12px 32px rgba(255,69,0,.25);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 0 0 4px rgba(255,255,255,.7),0 12px 32px rgba(0,0,0,.12)}.profile-identity{display:flex;flex-direction:column;align-items:center;gap:.1rem;margin-bottom:.25rem}.profile-name-row{display:flex;align-items:center;gap:.5rem}.profile-pro-tag{display:inline-flex;align-items:center;padding:.2rem .6rem;font-family:var(--font-display);font-size:.65rem;font-weight:800;letter-spacing:.08em;color:#fff;background:linear-gradient(135deg,#ff4500,#ff6b35);border-radius:20px;box-shadow:0 2px 8px rgba(255,69,0,.3);line-height:1}.profile-settings-link{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;color:#8c7a68;background:rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.06);transition:color .2s ease,background .2s ease,transform .25s cubic-bezier(.4,0,.2,1);flex-shrink:0}.profile-settings-link:hover{color:#ff4500;background:rgba(255,69,0,.08);border-color:rgba(255,69,0,.15);transform:rotate(45deg)}.profile-display-name{font-family:var(--font-display);font-size:clamp(1.5rem,5vw,2rem);font-weight:800;color:#1a1207;margin:0;letter-spacing:-.03em;line-height:1.15}.profile-username{font-size:.92rem;color:#8c7a68;margin:0;font-weight:500}.profile-bio{font-size:.98rem;color:#44362a;line-height:1.65;margin:.5rem auto 0;max-width:420px;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:.3rem;font-size:.82rem;color:#6b5c4f;font-weight:500;padding:.35rem .85rem;background:rgba(255,69,0,.05);border:1px solid rgba(255,69,0,.08);border-radius:999px}.profile-stats{display:flex;justify-content:center;gap:.4rem;flex-wrap:wrap;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.5)}.profile-stat{display:flex;align-items:center;gap:.35rem;padding:.55rem 1rem;background:rgba(255,255,255,.5);border:1px solid rgba(255,255,255,.7);border-radius:999px;transition:transform .2s cubic-bezier(.16,1,.3,1),background .2s;animation:profileStatPop .45s cubic-bezier(.16,1,.3,1) both;cursor:default}.profile-stat:hover{transform:translateY(-2px);background:rgba(255,255,255,.75)}.profile-stat-icon{font-size:.9rem;line-height:1}.profile-stat-value{font-family:var(--font-display);font-size:1.05rem;font-weight:800;color:#ff4500;line-height:1}.profile-stat-label{font-size:.76rem;color:#8c7a68;font-weight:600;letter-spacing:.01em}@keyframes profileStatPop{0%{opacity:0;transform:translateY(6px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.profile-section-title{font-family:var(--font-display);font-size:1.2rem;font-weight:700;color:#1a1207;margin:0 0 .75rem;padding:0 .25rem;letter-spacing:-.01em}.profile-trips-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.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:20px;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:inherit;background:rgba(255,255,255,.6);backdrop-filter:blur(12px) saturate(140%);-webkit-backdrop-filter:blur(12px) saturate(140%);border:1px solid rgba(255,255,255,.75);box-shadow:0 8px 24px rgba(0,0,0,.04),inset 0 1px 0 rgba(255,255,255,.9);transition:box-shadow .3s cubic-bezier(.16,1,.3,1);will-change:transform;transform-style:preserve-3d}.profile-trip-card:hover{box-shadow:0 20px 48px rgba(0,0,0,.08),inset 0 1px 0 rgba(255,255,255,.95)}.profile-trip-image{width:100%;height:130px;background-size:cover;background-position:50%;background-color:rgba(255,122,69,.04);position:relative}.profile-trip-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.06));pointer-events:none}.profile-trip-image--placeholder{display:flex;align-items:center;justify-content:center;font-size:2rem;background:linear-gradient(145deg,rgba(255,122,69,.05),rgba(184,169,232,.05))}.profile-trip-info{padding:.7rem .9rem .8rem;display:flex;flex-direction:column;gap:.1rem}.profile-trip-name{font-family:var(--font-display);font-size:.9rem;font-weight:700;color:#1a1207;line-height:1.3}.profile-trip-location,.profile-trip-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-trip-location{font-size:.78rem;color:#8c7a68;font-weight:500}.profile-trip-duration-badge{position:absolute;top:.5rem;right:.5rem;font-size:.7rem;font-weight:700;color:#fff;background:rgba(0,0,0,.45);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:.2rem .55rem;border-radius:999px;z-index:1;letter-spacing:.01em}.profile-trip-description{font-size:.78rem;color:#6b5c4f;line-height:1.5;margin:.25rem 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:.68rem;font-weight:600;color:#8c7a68;background:rgba(255,69,0,.06);border:1px solid rgba(255,69,0,.1);border-radius:999px;padding:.15rem .5rem;white-space:nowrap}.profile-empty{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:#1a1207;margin:0}.profile-empty-text{font-size:.9rem;color:#8c7a68;margin:0;font-weight:500;line-height:1.5;max-width:300px}.profile-not-found,.profile-restricted{padding:3.5rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center}.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:#ff4500;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:#1a1207;margin:0 0 .4rem;letter-spacing:-.02em}.profile-not-found-text,.profile-restricted-text{font-size:.92rem;color:#8c7a68;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}.profile-skeleton-ring{width:6.5rem;height:6.5rem;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:flex;gap:.4rem;flex-wrap:wrap;justify-content:center}.profile-skeleton-badge{width:5.5rem;height:2rem;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-badge:first-child{animation-delay:.05s}.profile-skeleton-badge:nth-child(2){animation-delay:.1s;width:6rem}.profile-skeleton-badge:nth-child(3){animation-delay:.15s;width:4.5rem}.profile-skeleton-badge:nth-child(4){animation-delay:.2s;width:7rem}@keyframes profileShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (min-width:768px) and (max-width:1024px){.profile-content{max-width:720px}.profile-trips-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.profile-empty,.profile-header,.profile-not-found,.profile-restricted,.profile-skeleton,.profile-trip-card{backdrop-filter:none;-webkit-backdrop-filter:none;background:rgba(255,255,255,.9)}.profile-ambient-bg:after,.profile-ambient-bg:before{filter:none}.profile-ambient-bg:before{background:radial-gradient(circle,rgba(255,122,69,.35) 0,transparent 70%)}.profile-ambient-bg:after{background:radial-gradient(circle,rgba(184,169,232,.35) 0,transparent 70%)}.profile-bio{max-width:100%}.profile-trip-duration-badge{backdrop-filter:none;-webkit-backdrop-filter:none;background:rgba(0,0,0,.55)}}@media (max-width:640px){.profile-page{padding:5.5rem 1rem 2rem}.profile-header{padding:2.25rem 1.25rem 2rem}.profile-avatar-wrap{width:5.5rem;height:5.5rem}.profile-avatar{font-size:1.6rem}.profile-settings-link{width:44px;height:44px}.profile-stats{gap:.3rem}.profile-stat{padding:.45rem .75rem;gap:.25rem}.profile-stat-value{font-size:.95rem}.profile-stat-label{font-size:.7rem}.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:2rem 1rem 1.75rem}.profile-display-name{font-size:1.35rem}.profile-stats{display:grid;grid-template-columns:1fr 1fr;gap:.35rem;width:100%}.profile-stat{justify-content:center}.profile-meta{flex-direction:column;align-items:center;gap:.35rem}}@media (hover:none){.profile-trip-card{transform:none!important}.profile-stat:hover{transform:none}.profile-stat:active{transform:scale(.97);background:rgba(255,255,255,.85)}.profile-avatar-wrap:hover .profile-avatar{transform:none}.profile-avatar-wrap:hover .profile-avatar-ring{border-color:rgba(255,69,0,.2);animation-duration:30s}.profile-settings-link:hover{transform:none}.profile-settings-link:active{color:#ff4500;background:rgba(255,69,0,.1);transform:scale(.92)}.profile-trip-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.04),inset 0 1px 0 rgba(255,255,255,.9)}.profile-trip-card:active{box-shadow:0 4px 12px rgba(0,0,0,.06),inset 0 1px 0 rgba(255,255,255,.95)}}@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.75rem 1.5rem 1.5rem;gap:.15rem}.profile-stats{margin-top:1rem;padding-top:1rem}.profile-trips-grid{grid-template-columns:repeat(3,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}}.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}}