main[data-astro-cid-sahthylw]{width:100%;max-width:1200px;margin:0 auto;padding:2rem 1rem}.page-header[data-astro-cid-sahthylw]{text-align:center;margin-bottom:3rem;position:relative}.page-header[data-astro-cid-sahthylw]:after{content:"";display:block;width:80px;height:4px;background:linear-gradient(90deg,#2563eb,#22c55e);margin:1rem auto 0;border-radius:2px}.page-title[data-astro-cid-sahthylw]{font-size:2.8rem;font-weight:700;background:linear-gradient(135deg,#2563eb,#22c55e,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem;letter-spacing:-.02em}.page-subtitle[data-astro-cid-sahthylw]{font-size:1.1rem;color:rgb(var(--gray))}.section[data-astro-cid-sahthylw]{margin-bottom:4rem}.section-header[data-astro-cid-sahthylw]{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:3px solid rgba(37,99,235,.1);position:relative}.section-header[data-astro-cid-sahthylw]:before{content:"";position:absolute;bottom:-3px;left:0;width:60px;height:3px;background:linear-gradient(90deg,#2563eb,#22c55e);border-radius:3px}.section-icon[data-astro-cid-sahthylw]{font-size:2rem;animation:iconFloat 3s ease-in-out infinite}@keyframes iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.section-title[data-astro-cid-sahthylw]{font-size:1.9rem;font-weight:700;color:rgb(var(--black));letter-spacing:-.02em}.section-count[data-astro-cid-sahthylw]{font-size:1rem;color:rgb(var(--gray));margin-left:.5rem;background:linear-gradient(135deg,#2563eb1a,#22c55e1a);padding:.25rem .75rem;border-radius:8px}.travel-grid[data-astro-cid-sahthylw]{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:2rem}.travel-card[data-astro-cid-sahthylw]{background:#fff;border:1px solid rgba(var(--gray-light),.6);border-radius:20px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;text-decoration:none;color:inherit;position:relative}.travel-card[data-astro-cid-sahthylw]:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2563eb,#22c55e);opacity:0;transition:opacity .3s ease}.travel-card[data-astro-cid-sahthylw]:hover:before{opacity:1}.travel-card[data-astro-cid-sahthylw]:hover{transform:translateY(-8px);box-shadow:0 15px 35px #0000001f;border-color:#2563eb4d}.travel-background[data-astro-cid-sahthylw]{height:200px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.travel-background[data-astro-cid-sahthylw][data-index="0"]{background:linear-gradient(135deg,#667eea,#764ba2)}.travel-background[data-astro-cid-sahthylw][data-index="1"]{background:linear-gradient(135deg,#f093fb,#f5576c)}.travel-background[data-astro-cid-sahthylw][data-index="2"]{background:linear-gradient(135deg,#4facfe,#00f2fe)}.travel-background[data-astro-cid-sahthylw][data-index="3"]{background:linear-gradient(135deg,#43e97b,#38f9d7)}.travel-background[data-astro-cid-sahthylw][data-index="4"]{background:linear-gradient(135deg,#fa709a,#fee140)}.travel-background[data-astro-cid-sahthylw]:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.15) 0%,transparent 50%);animation:bgShine 6s linear infinite}@keyframes bgShine{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.travel-background[data-astro-cid-sahthylw]:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(255,255,255,.2) 0%,transparent 60%),radial-gradient(circle at 70% 80%,rgba(255,255,255,.15) 0%,transparent 50%)}.travel-icon[data-astro-cid-sahthylw]{font-size:4rem;position:relative;z-index:1;animation:iconFloat 4s ease-in-out infinite;filter:drop-shadow(0 5px 15px rgba(0,0,0,.2))}.travel-info[data-astro-cid-sahthylw]{padding:1.5rem;position:relative}.travel-card-title[data-astro-cid-sahthylw]{font-size:1.5rem;font-weight:700;color:rgb(var(--black));margin-bottom:.75rem;letter-spacing:-.01em}.travel-card-meta[data-astro-cid-sahthylw]{display:flex;gap:1rem;margin-bottom:1rem;font-size:.88rem;color:rgb(var(--gray));flex-wrap:wrap}.travel-card-meta[data-astro-cid-sahthylw] span[data-astro-cid-sahthylw]{display:flex;align-items:center;gap:.3rem}.travel-card-description[data-astro-cid-sahthylw]{font-size:.95rem;color:rgb(var(--gray-dark));line-height:1.65;margin-bottom:1rem}.travel-highlights[data-astro-cid-sahthylw]{display:flex;flex-wrap:wrap;gap:.5rem}.highlight-badge[data-astro-cid-sahthylw]{padding:.35rem .8rem;background:linear-gradient(135deg,#2563eb1a,#22c55e1a);color:#2563eb;border-radius:6px;font-size:.78rem;font-weight:500;border:1px solid rgba(37,99,235,.15);transition:all .3s ease}.highlight-badge[data-astro-cid-sahthylw]:hover{background:linear-gradient(135deg,#2563eb,#22c55e);color:#fff;border-color:transparent;transform:translateY(-2px)}.photos-grid[data-astro-cid-sahthylw]{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.photo-card[data-astro-cid-sahthylw]{background:#fff;border:1px solid rgba(var(--gray-light),.6);border-radius:16px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.photo-card[data-astro-cid-sahthylw]:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#f59e0b,#ef4444);opacity:0;transition:opacity .3s ease}.photo-card[data-astro-cid-sahthylw]:hover:before{opacity:1}.photo-card[data-astro-cid-sahthylw]:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 30px #00000026;border-color:#f59e0b4d}.photo-image-container[data-astro-cid-sahthylw]{position:relative;height:220px;overflow:hidden;background:linear-gradient(135deg,#f59e0b,#ef4444,#f59e0b)}.photo-image-container[data-astro-cid-sahthylw][data-photo-index="0"]{background:linear-gradient(135deg,#f59e0b,#ef4444)}.photo-image-container[data-astro-cid-sahthylw][data-photo-index="1"]{background:linear-gradient(135deg,#667eea,#764ba2)}.photo-image-container[data-astro-cid-sahthylw][data-photo-index="2"]{background:linear-gradient(135deg,#4facfe,#00f2fe)}.photo-image-container[data-astro-cid-sahthylw][data-photo-index="3"]{background:linear-gradient(135deg,#43e97b,#38f9d7)}.photo-image-container[data-astro-cid-sahthylw][data-photo-index="4"]{background:linear-gradient(135deg,#fa709a,#fee140)}.photo-image[data-astro-cid-sahthylw]{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.photo-card[data-astro-cid-sahthylw]:hover .photo-image[data-astro-cid-sahthylw]{transform:scale(1.08)}.photo-overlay[data-astro-cid-sahthylw]{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(transparent,#000000b3);color:#fff;opacity:0;transition:opacity .3s ease}.photo-card[data-astro-cid-sahthylw]:hover .photo-overlay[data-astro-cid-sahthylw]{opacity:1}.photo-category[data-astro-cid-sahthylw]{position:absolute;top:.75rem;right:.75rem;padding:.3rem .6rem;background:#ffffffe6;border-radius:6px;font-size:.75rem;font-weight:600;color:#f59e0b}.photo-info[data-astro-cid-sahthylw]{padding:1rem 1.25rem}.photo-title[data-astro-cid-sahthylw]{font-size:1.1rem;font-weight:600;color:rgb(var(--black));margin-bottom:.5rem}.photo-meta[data-astro-cid-sahthylw]{display:flex;gap:.75rem;font-size:.85rem;color:rgb(var(--gray));flex-wrap:wrap}.photo-meta[data-astro-cid-sahthylw] span[data-astro-cid-sahthylw]{display:flex;align-items:center;gap:.25rem}.photo-description[data-astro-cid-sahthylw]{font-size:.88rem;color:rgb(var(--gray-dark));line-height:1.5;margin-top:.5rem}@media(max-width:768px){.page-title[data-astro-cid-sahthylw]{font-size:2.2rem}.section-title[data-astro-cid-sahthylw]{font-size:1.5rem}.travel-grid[data-astro-cid-sahthylw]{grid-template-columns:1fr;gap:1.5rem}.travel-background[data-astro-cid-sahthylw]{height:180px}.travel-icon[data-astro-cid-sahthylw]{font-size:3.2rem}.travel-card-title[data-astro-cid-sahthylw]{font-size:1.35rem}.photos-grid[data-astro-cid-sahthylw]{grid-template-columns:1fr;gap:1.25rem}.photo-image-container[data-astro-cid-sahthylw]{height:180px}.section-header[data-astro-cid-sahthylw]{flex-wrap:wrap}}@media(max-width:480px){.page-header[data-astro-cid-sahthylw]{padding:1rem 0;margin-bottom:2rem}.page-title[data-astro-cid-sahthylw]{font-size:1.9rem}.travel-background[data-astro-cid-sahthylw]{height:160px}.travel-info[data-astro-cid-sahthylw]{padding:1.25rem}.photo-card[data-astro-cid-sahthylw]{border-radius:12px}.photo-info[data-astro-cid-sahthylw]{padding:1rem}.photo-title[data-astro-cid-sahthylw]{font-size:1rem}}
