:root{color-scheme:light;--bg: #f8f4ed;--surface: #fffdf9;--surface-soft: #f5ede2;--surface-strong: #fff7eb;--text: #16354c;--muted: #6a7482;--line: #e4d7c4;--primary: #166ea8;--primary-dark: #0d5a8f;--primary-soft: #dcedf8;--accent: #f39222;--accent-dark: #d97a11;--accent-soft: #fff1de;--danger: #b42318;--warning: #b96806;--sidebar: #103f63;--sidebar-deep: #0b314d;--radius: 10px;--shadow: 0 18px 40px rgba(18, 40, 61, .1);--shadow-soft: 0 10px 25px rgba(18, 40, 61, .08);font-family:Segoe UI,Tahoma,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body,#app{margin:0;min-height:100%;background:var(--bg);color:var(--text);direction:rtl}body{line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}button{cursor:pointer}.page-slide-enter-active,.page-slide-leave-active{transition:opacity .36s ease,transform .36s ease,filter .36s ease}.page-slide-enter-from,.page-slide-leave-to{opacity:0;transform:translateY(18px);filter:blur(8px)}.reveal-block{opacity:0;transform:translateY(34px);transition:opacity .7s ease,transform .7s ease;will-change:opacity,transform}.reveal-block.is-visible{opacity:1;transform:translateY(0)}.gallery-fade-enter-active,.gallery-fade-leave-active,.lightbox-fade-enter-active,.lightbox-fade-leave-active{transition:opacity .28s ease,transform .28s ease}.gallery-fade-enter-from,.gallery-fade-leave-to,.lightbox-fade-enter-from,.lightbox-fade-leave-to{opacity:0;transform:scale(.985)}.primary-button,.secondary-button,.danger-button,.text-link,.carousel-button{border:1px solid transparent;border-radius:var(--radius);transition:background-color .24s ease,border-color .24s ease,color .24s ease,transform .24s ease,box-shadow .24s ease}.primary-button,.secondary-button,.danger-button,.carousel-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:42px;padding:0 1rem;font-weight:700}.primary-button{background:linear-gradient(135deg,var(--accent),#f6a746);color:#fff;box-shadow:0 14px 28px #f3922238}.primary-button:hover{background:linear-gradient(135deg,var(--accent-dark),var(--accent));transform:translateY(-1px)}.secondary-button,.carousel-button{background:#ffffffe0;border-color:#166ea82e;color:var(--primary)}.secondary-button:hover,.carousel-button:hover{border-color:#f3922280;color:var(--accent-dark);transform:translateY(-1px)}.danger-button{background:#fff;border-color:#b4231833;color:var(--danger)}.danger-button:hover{background:#b423180f}.compact-button{min-height:36px;padding:0 .85rem;font-size:.9rem}.full-width{width:100%}.icon-button,.ghost-button{background:transparent;border:none;color:inherit}.text-link{color:var(--primary);font-weight:700}.text-input{width:100%;min-height:44px;padding:.78rem .95rem;border:1px solid var(--line);border-radius:var(--radius);background:#fffffff0;color:var(--text);transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.text-input:focus{outline:none;border-color:#166ea880;box-shadow:0 0 0 3px #166ea81f;background:#fff}.textarea-input{resize:vertical;min-height:96px}.field-label{display:flex;flex-direction:column;gap:.45rem;color:var(--text);font-weight:700}.field-label span{font-size:.92rem}.stack-section,.stack-form,.stack-list{display:grid;gap:1rem}.panel-card,.list-card,.stat-card,.contact-card,.gallery-card,.story-card,.login-panel,.modal-card,.program-card,.fact-chip,.gallery-feature,.gallery-thumb{background:var(--surface);border:1px solid rgba(228,215,196,.82);border-radius:var(--radius);box-shadow:var(--shadow-soft)}.panel-card,.login-panel,.modal-card{padding:1.25rem}.section-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.section-head h2,.section-head h3,.section-head h4,.topbar-title,.hero-content h1,.section-copy h2{margin:0;letter-spacing:0}.section-tag,.topbar-eyebrow,.hero-kicker{margin:0 0 .35rem;color:var(--accent);font-size:.82rem;font-weight:800}.section-text,.muted-text,.panel-hint,.panel-caption{color:var(--muted)}.admin-shell{display:grid;grid-template-columns:320px minmax(0,1fr);min-height:100vh;background:radial-gradient(circle at top right,rgba(243,146,34,.12),transparent 28%),var(--bg)}.admin-sidebar{background:linear-gradient(180deg,var(--sidebar) 0%,var(--sidebar-deep) 100%);color:#f8fafc;padding:1.4rem 1.15rem;display:grid;align-content:start;gap:1.5rem;position:sticky;top:0;min-height:100vh;border-left:1px solid rgba(255,255,255,.08)}.brand-block,.site-brand,.login-brand,.hero-badge{display:flex;align-items:center;gap:.95rem}.brand-logo{object-fit:contain;flex-shrink:0}.admin-logo{width:74px;height:74px;padding:.2rem;border-radius:18px;background:#fffffffa;box-shadow:0 16px 32px #00000029}.public-logo{width:100%;height:100%;object-fit:contain}.login-logo{width:88px;height:88px}.hero-badge-logo{width:104px;height:auto;max-height:74px;border-radius:20px;background:#fffffff5;padding:.2rem;box-shadow:0 18px 36px #00000029;object-fit:contain}.brand-mark{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#fff;font-weight:800;font-size:1.2rem}.brand-name,.site-name{margin:0;font-weight:800;font-size:1.08rem}.brand-subtitle,.site-subtitle,.hero-kicker{margin:0;color:#f8fafcc7;font-size:.88rem;line-height:1.45}.site-brand-copy{display:grid;gap:.08rem;overflow:hidden}.site-brand .site-name{color:var(--primary)}.site-brand .site-subtitle{color:var(--muted);white-space:nowrap;max-width:230px;transition:opacity .22s ease,max-width .28s ease}.site-subtitle{color:#16354cb8}.admin-brand-copy,.site-brand-copy{display:grid;gap:.15rem}.sidebar-nav{display:grid;gap:.4rem}.sidebar-link{padding:.92rem 1rem;border-radius:12px;color:#f8fafceb;transition:background-color .22s ease,transform .22s ease,color .22s ease}.sidebar-link.router-link-exact-active,.sidebar-link.router-link-active{background:linear-gradient(135deg,#f3922238,#ffffff14);color:#fff;box-shadow:inset 0 0 0 1px #ffffff14}.sidebar-link:hover{transform:translate(-2px)}.admin-main{min-width:0}.admin-topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;background:#fffcf6e6;border-bottom:1px solid rgba(228,215,196,.9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:5}.topbar-title{color:var(--primary)}.admin-content{padding:1.5rem}.topbar-actions,.section-actions,.table-actions,.filters-row,.hero-actions,.gallery-controls,.merge-buttons{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.topbar-user{display:grid;gap:.3rem;justify-items:end}.user-name{font-weight:800}.status-pill{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 .7rem;border-radius:999px;background:var(--surface-soft);color:var(--text);font-size:.82rem;font-weight:800}.success-pill{background:var(--primary-soft);color:var(--primary-dark)}.warning-pill{background:#f3922224;color:var(--accent-dark)}.muted-pill{background:#ece6dc;color:#5f6670}.stats-grid,.gallery-grid,.contact-grid,.admin-grid,.grid-form,.merge-grid,.program-grid,.gallery-stage,.story-grid{display:grid;gap:1rem}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-stats-grid,.analytics-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.stat-card{padding:1.35rem;background:linear-gradient(180deg,#fffffffa,#faf4ebf5)}.stat-label{display:block;color:var(--muted);margin-bottom:.7rem;font-weight:700}.stat-value{font-size:2rem;font-weight:800;color:var(--primary)}.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-columns{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr)}.grid-form{grid-template-columns:repeat(2,minmax(0,1fr))}.span-2{grid-column:span 2}.form-card{align-content:start}.list-card{padding:1rem;display:flex;align-items:start;justify-content:space-between;gap:1rem;transition:transform .22s ease,box-shadow .22s ease}.list-card:hover,.program-card:hover,.gallery-thumb:hover,.gallery-card:hover,.contact-card:hover,.fact-chip:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.list-card h3,.merge-column h4,.program-card h3,.gallery-feature h3{margin:0 0 .3rem}.list-card p,.merge-cell p,.program-card p,.gallery-feature-copy p{margin:0}.table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;min-width:720px}.data-table th,.data-table td{padding:.9rem .75rem;text-align:right;border-bottom:1px solid rgba(228,215,196,.9);vertical-align:top}.data-table thead th{color:var(--muted);font-size:.85rem}.empty-block,.notice-banner{padding:1rem;border-radius:var(--radius);background:var(--surface-soft);color:var(--muted)}.subtle-banner{padding:.85rem 1rem}.notice-banner{background:#f392221f;color:var(--accent-dark)}.photo-upload-block{display:grid;gap:1rem}.photo-preview{width:160px;aspect-ratio:1;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line)}.photo-preview img{width:100%;height:100%;object-fit:cover}.suggestion-list{display:grid;gap:.4rem;margin-top:.5rem}.suggestion-item{width:100%;text-align:right;padding:.8rem .9rem;border:1px solid var(--line);border-radius:var(--radius);background:#fff;display:grid;gap:.15rem;transition:border-color .2s ease,transform .2s ease}.suggestion-item:hover{border-color:#f3922273;transform:translateY(-1px)}.suggestion-item span{color:var(--muted);font-size:.85rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a213575;display:grid;place-items:center;padding:1rem;z-index:20}.modal-card{width:min(720px,100%)}.merge-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:1rem}.merge-row{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:.75rem;padding:1rem 0;border-top:1px solid rgba(228,215,196,.9)}.merge-cell,.merge-actions-cell{display:grid;gap:.55rem;align-content:start}.merge-label,.contact-label{color:var(--muted);font-size:.82rem;font-weight:800}.public-page{position:relative;overflow:clip;background:radial-gradient(circle at top left,rgba(243,146,34,.13),transparent 25%),radial-gradient(circle at bottom right,rgba(22,110,168,.1),transparent 24%),#fbf7f0;color:var(--text)}.public-page:before,.public-page:after{content:"";position:fixed;z-index:0;pointer-events:none;border-radius:999px;filter:blur(70px);opacity:.42;animation:drift 16s ease-in-out infinite alternate}.public-page:before{inset:8rem auto auto -6rem;width:17rem;height:17rem;background:#f392221f}.public-page:after{inset:auto -4rem 10rem auto;width:15rem;height:15rem;background:#166ea81f;animation-duration:20s}.public-page>*{position:relative;z-index:1}.site-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1.5rem;position:sticky;top:0;z-index:5;background:#fbf7f0e6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(228,215,196,.8);transition:padding .28s ease,background-color .28s ease,box-shadow .28s ease}.site-header-scrolled{padding-top:.45rem;padding-bottom:.45rem;background:#fffffff5;box-shadow:0 14px 30px #0b314d14}.site-logo-frame{display:grid;place-items:center;width:94px;height:72px;padding:.35rem;border-radius:18px;background:#fff;box-shadow:0 10px 28px #0b314d1a;transition:width .28s ease,height .28s ease,border-radius .28s ease}.site-header-scrolled .site-logo-frame{width:68px;height:52px;border-radius:14px}.site-header-scrolled .site-subtitle{opacity:0;max-width:0}.site-nav{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.site-nav-link{padding:.55rem .2rem;color:var(--primary);font-weight:700;position:relative}.site-nav-link:after{content:"";position:absolute;inset-inline:0;bottom:-.15rem;height:2px;background:linear-gradient(90deg,var(--accent),var(--primary));transform:scaleX(0);transform-origin:center;transition:transform .22s ease}.site-nav-link:hover:after{transform:scaleX(1)}.site-nav-link.router-link-active:after,.site-nav-link.router-link-exact-active:after{transform:scaleX(1)}.hero-section{position:relative;min-height:calc(100vh - 86px);display:grid;align-items:end}.hero-image,.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.hero-image{width:100%;height:100%;object-fit:cover}.hero-overlay{background:linear-gradient(180deg,#0b314d57,#0b314dd1),radial-gradient(circle at top right,rgba(243,146,34,.22),transparent 28%)}.hero-content{position:relative;color:#fff;padding:3rem 1.5rem 4rem}.hero-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:1.5rem;align-items:end;max-width:1240px;margin:0 auto}.hero-copy{display:grid;gap:1rem;max-width:760px}.hero-content h1{font-size:clamp(2.2rem,4vw,4.2rem);line-height:1.1;margin-bottom:.25rem}.hero-content p{margin:0;max-width:680px;font-size:1.05rem}.hero-badge,.brand-ribbon,.fact-chip,.gallery-feature,.program-card{animation:fadeUp .7s ease both}.hero-badge{align-items:center}.hero-facts{display:grid;gap:.85rem}.fact-chip{padding:1rem;background:#ffffff24;border-color:#ffffff29;box-shadow:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.fact-chip strong{display:block;margin-bottom:.3rem;color:#fff}.fact-chip p{color:#ffffffd6;font-size:.94rem}.light-button{background:#ffffff24;border-color:#fff3;color:#fff}.light-button:hover{background:#fff3;color:#fff}.content-section{padding:4rem 1.5rem}.page-hero{padding-top:3rem;padding-bottom:2.25rem}.page-title{margin:0;color:var(--primary);font-size:clamp(2rem,3vw,3.1rem);line-height:1.12}.page-lead{max-width:920px;font-size:1.02rem}.section-top-gap{margin-top:1.5rem}.section-surface{background:linear-gradient(180deg,#fff7ebcc,#fff0)}.split-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,460px);gap:2rem;align-items:center}.brand-ribbon{margin-top:1.5rem;padding:1rem;background:linear-gradient(135deg,#fff1def5,#dcedf8e0)}.brand-ribbon-logo{width:76px;height:76px;object-fit:contain}.brand-ribbon p{margin:.25rem 0 0;color:var(--muted)}.media-frame{border-radius:18px;overflow:hidden;border:1px solid rgba(228,215,196,.8);box-shadow:var(--shadow)}.media-frame-tall{position:relative}.section-image{width:100%;aspect-ratio:4 / 5;object-fit:cover}.program-grid,.story-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.story-card{display:grid;overflow:hidden}.story-card-link{color:inherit;text-decoration:none;cursor:pointer}.story-card-link:focus-visible,.hostel-overview-card:focus-visible,.hostel-showcase-card:focus-visible,.contact-action-card:focus-visible,.footer-social-link:focus-visible{outline:3px solid rgba(243,146,34,.55);outline-offset:4px}.story-card-media{position:relative;aspect-ratio:16 / 10;min-height:0;overflow:hidden}.story-card-image{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.story-card:hover .story-card-image{transform:scale(1.03)}.story-card-copy{display:grid;gap:.75rem;padding:1rem}.story-card-copy h3,.story-card-copy p{margin:0}.story-meta{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap;color:var(--muted);font-size:.92rem}.facts-grid,.timeline-grid{display:grid;gap:1rem}.facts-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1.5rem}.fact-panel strong{color:var(--primary)}.timeline-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.timeline-card{display:grid;gap:.65rem}.timeline-card h3,.info-panel h3,.timeline-card p,.info-panel p{margin:0}.timeline-year{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:32px;padding:0 .75rem;border-radius:999px;background:var(--accent-soft);color:var(--accent-dark);font-weight:800}.program-card{padding:1.25rem;position:relative;overflow:hidden}.analytics-breakdown-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.breakdown-list{display:grid;gap:.8rem}.breakdown-list-scroll{max-height:360px;overflow:auto;padding-inline-end:.25rem}.breakdown-item{display:grid;gap:.45rem}.breakdown-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.breakdown-row strong{color:var(--text)}.breakdown-row span{color:var(--muted);font-size:.85rem;white-space:nowrap}.breakdown-track{height:10px;border-radius:999px;background:#166ea814;overflow:hidden}.breakdown-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--accent),var(--primary))}.analytics-program-list{display:grid;gap:1rem}.analytics-program-card{padding:1rem;border:1px solid rgba(228,215,196,.82);border-radius:18px;background:linear-gradient(180deg,#fffffffa,#faf4ebf0);box-shadow:var(--shadow-soft)}.analytics-program-head{align-items:start;margin-bottom:.85rem}.analytics-program-meta{display:grid;justify-items:end;gap:.35rem;text-align:right}.analytics-chip-list{display:flex;flex-wrap:wrap;gap:.5rem;max-height:260px;overflow:auto;padding-inline-end:.25rem}.analytics-chip{display:grid;gap:.15rem;min-width:0;padding:.6rem .75rem;border-radius:14px;background:#fffffff0;border:1px solid rgba(228,215,196,.82);box-shadow:var(--shadow-soft)}.analytics-chip strong{font-size:.9rem;overflow-wrap:anywhere}.analytics-chip small{color:var(--muted);font-size:.75rem}.analytics-table td{vertical-align:middle}.table-subtext{margin-top:.2rem;color:var(--muted);font-size:.82rem}.import-profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;margin-top:1rem}.import-profile-item{padding:.85rem .95rem;border-radius:14px;background:#ffffffeb;border:1px solid rgba(228,215,196,.82);box-shadow:var(--shadow-soft)}.import-profile-item span{display:block;color:var(--muted);font-size:.82rem;margin-bottom:.25rem}.import-profile-item strong{display:block;font-size:.95rem;overflow-wrap:anywhere}.program-accent{width:54px;height:4px;border-radius:999px;background:linear-gradient(90deg,var(--accent),var(--primary));margin-bottom:1rem}.gallery-stage{grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);align-items:start}.gallery-feature{overflow:hidden;padding:0}.gallery-feature-shell{position:relative}.gallery-feature-media{position:relative;width:100%;border:0;padding:0;overflow:hidden;background:#0b314d}.gallery-feature-image{width:100%;aspect-ratio:16 / 10;object-fit:cover;transform:none;animation:none}.gallery-feature-glow{position:absolute;inset:auto auto 0 0;width:42%;height:44%;background:radial-gradient(circle,rgba(243,146,34,.3),transparent 68%);pointer-events:none}.gallery-feature-action{position:absolute;top:1rem;left:1rem;display:inline-flex;align-items:center;min-height:34px;padding:0 .8rem;border-radius:999px;background:#0b314db8;color:#fff;font-size:.84rem;font-weight:700;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.gallery-feature-copy{padding:1.25rem;display:grid;gap:.5rem}.gallery-summary{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}.gallery-sidebar{min-width:0;display:grid;gap:.7rem}.gallery-track{display:grid;gap:.75rem;max-height:39rem;overflow:auto;padding-inline-end:.3rem}.gallery-rail-control{width:100%;min-height:42px;border:1px solid rgba(228,215,196,.82);border-radius:14px;background:#ffffffdb;color:var(--primary);font-size:1.25rem;font-weight:900;box-shadow:var(--shadow-soft);transition:transform .22s ease,border-color .22s ease,background .22s ease}.gallery-rail-control:hover{transform:translateY(-2px);border-color:#f3922273;background:#fff}.gallery-thumb{width:100%;padding:.75rem;display:grid;grid-template-columns:110px minmax(0,1fr);gap:.85rem;align-items:center;text-align:right}.gallery-thumb-copy{display:grid;gap:.2rem;justify-items:start}.gallery-thumb-image{width:110px;aspect-ratio:4 / 3;object-fit:cover;border-radius:12px;transition:transform .28s ease}.gallery-thumb span{color:var(--text);font-weight:600;font-size:.88rem}.gallery-thumb strong{color:var(--text);font-size:.96rem}.gallery-thumb:hover .gallery-thumb-image,.lightbox-thumb:hover img{transform:scale(1.04)}.gallery-thumb-active{border-color:#f3922266;background:linear-gradient(135deg,#fff1def5,#dcedf8b8)}.contact-band{background:linear-gradient(180deg,#103f63f5,#0b314d),var(--sidebar);color:#fff}.contact-band .section-tag,.contact-band .section-text,.contact-band .contact-label,.contact-band .section-head h2{color:inherit}.contact-card-light{background:var(--surface);color:var(--text);box-shadow:var(--shadow-soft);border-color:#e4d7c4d1}.contact-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.contact-card{padding:1rem;background:#ffffff14;border-color:#ffffff1f;box-shadow:none}.contact-action-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.contact-action-card{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.9rem;min-height:120px;padding:1.1rem;color:var(--text);text-decoration:none;background:#ffffffeb;border:1px solid rgba(228,215,196,.84);border-radius:18px;box-shadow:var(--shadow-soft);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.contact-action-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#f3922275}.contact-action-card-dark{background:#ffffff1f;color:#fff;border-color:#ffffff2e}.contact-action-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#fff;font-weight:900}.contact-action-copy{display:grid;gap:.25rem;min-width:0}.contact-action-copy strong{font-size:1rem;line-height:1.55;overflow-wrap:anywhere}.hostels-hero,.hostel-spotlight,.hostel-detail-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:1.5rem;align-items:start}.hostels-hero-facts,.hostel-detail-facts,.hostel-detail-sections,.hostel-spotlight-details,.hostels-values{display:grid;gap:1rem}.hostels-hero-facts{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1.25rem}.hostels-mosaic{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(180px,.8fr);gap:.85rem;min-height:100%}.hostels-mosaic-primary,.hostels-mosaic-secondary,.hostel-spotlight-frame,.hostel-detail-cover,.hostel-directory-media{position:relative;overflow:hidden;border-radius:18px;border:1px solid rgba(228,215,196,.82);box-shadow:var(--shadow-soft);background:#fff}.hostels-mosaic-primary{min-height:420px}.hostels-mosaic-stack{display:grid;gap:.85rem}.hostels-mosaic-secondary{min-height:202px}.hostels-mosaic-image,.hostel-spotlight-image,.hostel-detail-cover-image,.hostel-directory-image{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.hostels-mosaic-primary:hover .hostels-mosaic-image,.hostels-mosaic-secondary:hover .hostels-mosaic-image,.hostel-spotlight-frame:hover .hostel-spotlight-image,.hostel-directory-card:hover .hostel-directory-image,.hostel-detail-cover:hover .hostel-detail-cover-image{transform:scale(1.04)}.hostels-hero-refined{grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr)}.hostels-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.hostel-overview-card{position:relative;min-height:170px;aspect-ratio:16 / 10;overflow:hidden;border-radius:18px;border:1px solid rgba(228,215,196,.82);background:#fff;box-shadow:var(--shadow-soft);color:#fff;text-decoration:none}.hostel-overview-image,.hostel-showcase-image{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.hostel-overview-card:hover .hostel-overview-image,.hostel-showcase-card:hover .hostel-showcase-image{transform:scale(1.045)}.hostel-overview-overlay{position:absolute;inset:auto 0 0;display:grid;gap:.15rem;padding:1rem;background:linear-gradient(180deg,transparent,rgba(11,49,77,.84))}.hostel-overview-overlay small,.hostel-showcase-badge{font-weight:800}.hostel-overview-overlay strong{font-size:1rem;line-height:1.35}.hostel-showcase-list{display:grid;gap:1.25rem}.hostel-showcase-card{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);gap:1.25rem;padding:1rem;color:inherit;text-decoration:none;background:#ffffffe6;border:1px solid rgba(228,215,196,.82);border-radius:22px;box-shadow:var(--shadow-soft);transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease}.hostel-showcase-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#f3922270}.hostel-showcase-card-alt{grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr)}.hostel-showcase-card-alt .hostel-showcase-media{order:2}.hostel-showcase-media{position:relative;min-height:280px;aspect-ratio:16 / 10;overflow:hidden;border-radius:18px;background:#fff}.hostel-showcase-badge{position:absolute;right:1rem;bottom:1rem;padding:.45rem .8rem;border-radius:999px;color:#fff;background:#0b314dc7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hostel-showcase-copy{display:grid;gap:.85rem;align-content:center}.hostel-showcase-copy h3,.hostel-showcase-copy p{margin:0}.hostel-showcase-meta{display:grid;gap:.75rem;margin:0}.hostel-showcase-meta dt{margin:0 0 .15rem;color:var(--primary);font-weight:800}.hostel-showcase-meta dd{margin:0;color:var(--muted);line-height:1.7}.hostel-showcase-thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}.hostel-showcase-thumbs img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:12px;border:1px solid rgba(228,215,196,.82)}.hostels-mosaic-copy,.hostel-spotlight-badge,.hostel-detail-cover-note,.hostel-directory-overlay{position:absolute;right:1rem;left:1rem;bottom:1rem;display:flex;align-items:end;justify-content:space-between;gap:.75rem;color:#fff;z-index:1}.hostels-mosaic-copy:before,.hostel-spotlight-badge:before,.hostel-detail-cover-note:before,.hostel-directory-overlay:before{content:"";position:absolute;top:-1rem;right:-1rem;bottom:-1rem;left:-1rem;background:linear-gradient(180deg,transparent 0%,rgba(11,49,77,.8) 72%);z-index:-1}.hostels-mosaic-copy strong,.hostel-spotlight-badge strong,.hostel-detail-cover-note strong{font-size:.98rem}.hostel-spotlight{align-items:center;padding:1.5rem;background:linear-gradient(135deg,#fff1dec2,#dcedf88f);border:1px solid rgba(228,215,196,.82);border-radius:22px;box-shadow:var(--shadow-soft)}.hostel-spotlight-copy,.hostel-detail-copy,.hostel-directory-copy{display:grid;gap:1rem}.hostel-spotlight-copy h2,.hostel-directory-copy h3,.hostel-detail-copy p,.hostel-detail-sections h3,.hostel-detail-sections p{margin:0}.hostel-spotlight-frame{aspect-ratio:16 / 11;max-height:460px}.hostel-spotlight-image{max-height:460px}.hostel-spotlight-thumbs,.hostel-detail-thumbs,.hostel-directory-thumbs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.hostel-spotlight-thumb,.hostel-directory-thumb,.hostel-detail-thumb{width:100%;aspect-ratio:1.15;border:1px solid rgba(228,215,196,.82);border-radius:14px;overflow:hidden;background:#fff;box-shadow:var(--shadow-soft)}.hostel-spotlight-thumb,.hostel-directory-thumb,.hostel-detail-thumb img{width:100%;height:100%;object-fit:cover}.hostel-spotlight-detail{padding:1rem;background:#ffffffe0;border:1px solid rgba(228,215,196,.82);border-radius:var(--radius)}.hostel-spotlight-detail p{margin:.25rem 0 0}.hostel-directory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.hostel-directory-card{display:grid;overflow:hidden;background:#ffffffdb;border:1px solid rgba(228,215,196,.82);border-radius:20px;box-shadow:var(--shadow-soft);transition:transform .28s ease,box-shadow .28s ease}.hostel-directory-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.hostel-directory-media{aspect-ratio:16 / 10;min-height:0}.hostel-directory-image{max-height:280px}.hostel-directory-copy{padding:1.1rem}.hostel-directory-meta{display:grid;gap:.85rem;margin:0}.hostel-directory-meta dt{margin:0 0 .2rem;color:var(--primary);font-size:.88rem;font-weight:800}.hostel-directory-meta dd{margin:0;color:var(--muted)}.hostel-values{grid-template-columns:repeat(3,minmax(0,1fr))}.hostels-value-card h3,.hostels-value-card p{margin:0}.hostel-detail-media{display:grid;gap:.9rem}.hostel-detail-cover{aspect-ratio:16 / 11}.hostel-detail-cover-image{max-height:500px}.hostel-detail-thumb{padding:0;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.hostel-detail-thumb-active{border-color:#f39222b8;box-shadow:0 0 0 2px #f392222e;transform:translateY(-2px)}.hostel-detail-sections{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer{padding:2rem 1.5rem 1.25rem;background:linear-gradient(180deg,#f7efe4,#fdfaf4);color:var(--muted);border-top:1px solid rgba(228,215,196,.9)}.footer-grid{display:grid;grid-template-columns:1.15fr repeat(3,minmax(0,1fr));gap:1.25rem;max-width:1240px;margin:0 auto}.footer-column{display:grid;align-content:start;gap:.5rem;text-align:right}.footer-contact-list{display:grid;gap:.35rem;text-align:right}.footer-heading{margin:0;color:var(--primary);font-size:.96rem;font-weight:800}.footer-link{color:var(--text);transition:color .22s ease,transform .22s ease}.footer-link:hover{color:var(--accent-dark);transform:translate(-2px)}.latin-flow{direction:ltr;unicode-bidi:isolate;text-align:right;display:block;width:100%}.footer-contact-link{display:grid;gap:.12rem;padding:.45rem 0}.footer-contact-link span{color:var(--muted);font-size:.78rem;font-weight:800}.footer-contact-link strong{font-size:.9rem;font-weight:800}.footer-social-list,.social-card-grid{display:flex;flex-wrap:wrap;gap:.55rem}.footer-social-link,.social-card{display:inline-flex;align-items:center;gap:.45rem;min-height:40px;padding:.45rem .65rem;border:1px solid rgba(228,215,196,.82);border-radius:999px;background:#ffffffb8;color:var(--text);text-decoration:none;transition:transform .22s ease,border-color .22s ease,background .22s ease}.footer-social-link:hover,.social-card:hover{transform:translateY(-2px);border-color:#f3922270;background:#fff}.footer-social-link span,.social-card span{display:grid;place-items:center;min-width:28px;height:28px;border-radius:999px;background:var(--primary);color:#fff;font-size:.75rem;font-weight:900;text-transform:uppercase}.footer-social-link strong,.social-card strong{font-size:.86rem}.footer-copy{margin:0;line-height:1.8}.footer-note{margin:.35rem 0 0;color:var(--primary);font-size:.88rem;font-weight:700}.footer-meta{max-width:1240px;margin:1.5rem auto 0;padding-top:1rem;border-top:1px solid rgba(228,215,196,.82);display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;color:var(--muted)}.info-panel{display:grid;gap:.75rem;align-content:start}.search-phrases{margin:0;padding-right:1.2rem;display:grid;gap:.45rem;color:var(--muted)}.login-page{min-height:100vh;display:grid;place-items:center;padding:1.5rem;background:radial-gradient(circle at top right,rgba(243,146,34,.16),transparent 26%),radial-gradient(circle at bottom left,rgba(22,110,168,.14),transparent 24%),linear-gradient(135deg,#ffffffd6,#f9f1e4eb),var(--bg)}.login-panel{width:min(480px,100%);background:#fffffff5}.login-panel h1{margin:1rem 0 .35rem;color:var(--primary)}.gallery-admin-list{display:grid;gap:.75rem;margin-top:1rem}.gallery-admin-card{display:grid;grid-template-columns:110px minmax(0,1fr) auto;gap:.75rem;align-items:center;padding:.75rem;border:1px solid var(--line);border-radius:var(--radius)}.gallery-admin-image{width:110px;aspect-ratio:1.2;object-fit:cover;border-radius:var(--radius)}.gallery-admin-copy{display:grid;gap:.2rem}.footer-link-admin-list{display:grid;gap:.85rem;margin:.85rem 0}.footer-link-admin-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr) 120px 120px auto;gap:.75rem;align-items:end;padding:.9rem;border:1px solid var(--line);border-radius:var(--radius);background:#ffffffd9}.inline-field{flex-direction:row;align-items:center;gap:.6rem}.span-2.inline-field{grid-column:span 2}.toast-stack{position:fixed;top:1rem;left:1rem;display:grid;gap:.75rem;z-index:40}.toast-item{min-width:260px;max-width:420px;padding:.85rem 1rem;border-radius:var(--radius);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:1rem;box-shadow:var(--shadow)}.toast-success{background:var(--primary)}.toast-error{background:var(--danger)}.lightbox-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#071623eb;display:grid;place-items:center;padding:1rem}.lightbox-shell{width:min(1240px,100%);max-height:calc(100vh - 2rem);display:grid;gap:1rem;padding:1.25rem;border-radius:18px;background:#103f63f5;color:#fff;box-shadow:0 24px 60px #00000057}.lightbox-topbar,.lightbox-actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.lightbox-topbar h3{margin:0}.lightbox-stage{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:1rem;align-items:center;min-height:0}.lightbox-image-wrap{min-height:60vh;border-radius:16px;background:#ffffff0f;overflow:auto;display:grid;place-items:center}.lightbox-image{max-width:100%;max-height:70vh;object-fit:contain;transition:transform .24s ease}.lightbox-nav{min-width:88px;min-height:46px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#ffffff14;color:#fff;transition:background-color .22s ease,transform .22s ease}.lightbox-nav:hover{background:#ffffff29;transform:translateY(-1px)}.lightbox-strip{display:grid;grid-auto-flow:column;grid-auto-columns:112px;gap:.75rem;overflow-x:auto;padding-bottom:.2rem}.lightbox-thumb{border:1px solid rgba(255,255,255,.16);border-radius:14px;overflow:hidden;padding:0;background:#ffffff14}.lightbox-thumb img{width:100%;aspect-ratio:4 / 3;object-fit:cover;transition:transform .28s ease}.lightbox-thumb-active{border-color:#f39222e6;box-shadow:0 0 0 2px #f3922247}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes drift{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(1.5rem,-1rem,0) scale(1.08)}}@media (max-width: 1180px){.hero-shell,.program-grid,.gallery-stage,.hostels-hero,.hostels-hero-refined,.hostel-showcase-card,.hostel-showcase-card-alt,.hostel-spotlight,.hostel-detail-hero{grid-template-columns:1fr}.hostel-showcase-card-alt .hostel-showcase-media{order:0}.hero-facts{grid-template-columns:repeat(3,minmax(0,1fr))}.hostels-hero-facts,.hostels-values,.hostel-directory-grid,.hostels-mosaic,.hostels-overview-grid{grid-template-columns:1fr}.hostel-overview-card:first-child{grid-row:auto;aspect-ratio:16 / 10}.footer-grid,.timeline-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1100px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:static;min-height:auto}.detail-columns,.two-columns,.split-section,.contact-grid,.contact-action-grid,.gallery-grid,.stats-grid,.dashboard-stats-grid,.analytics-stats-grid,.analytics-breakdown-grid,.merge-row,.merge-grid,.facts-grid,.story-grid,.hostel-detail-sections,.lightbox-stage{grid-template-columns:1fr}.lightbox-nav{width:100%}}@media (max-width: 720px){.admin-topbar,.site-header,.section-head,.list-card,.hero-shell{align-items:start;flex-direction:column}.admin-content,.content-section,.hero-content,.site-header,.site-footer{padding-left:1rem;padding-right:1rem}.grid-form,.gallery-admin-card,.footer-link-admin-card,.gallery-thumb,.hero-facts,.contact-action-grid,.hostels-hero-facts,.footer-grid,.timeline-grid,.story-grid,.hostel-directory-thumbs,.hostel-spotlight-thumbs,.hostel-detail-thumbs,.hostel-showcase-thumbs{grid-template-columns:1fr}.site-logo-frame{width:72px;height:56px}.site-header-scrolled .site-logo-frame{width:60px;height:46px}.site-brand-copy{display:none}.span-2{grid-column:span 1}.hero-section{min-height:82vh}.gallery-track{max-height:none}.footer-meta,.gallery-summary,.lightbox-topbar,.lightbox-actions{align-items:start;flex-direction:column}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal-block{opacity:1;transform:none}}
