:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f3eee3;--bg-soft:#e9dfce;--surface:#fffdf9;--text:#232019;--muted:#6b6256;--accent:#0f7a8c;--border:#dfd2bf}*{box-sizing:border-box}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#11151c;--bg-soft:#1a212c;--surface:#1f2733;--text:#edf2f7;--muted:#9da9b8;--accent:#6cb2eb;--border:#303a49}html[data-theme=sepia]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f5ead7;--bg-soft:#efe3cd;--surface:#fbf3e2;--text:#3b2f23;--muted:#76604a;--accent:#9a5b2e;--border:#decdb6}body{background:linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 100%);color:var(--text);margin:0;font-family:Nunito Sans,Segoe UI,sans-serif}main{max-width:1080px;margin:0 auto;padding:1.2rem 1rem 3rem}button,select,input{font:inherit}button{cursor:pointer;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:10px;padding:.55rem .8rem}button:disabled{opacity:.6;cursor:not-allowed}input,select{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:10px;padding:.55rem .7rem}a{color:var(--accent)}.signin-page{background:#fff;place-items:center;max-width:none;min-height:100vh;margin:0;padding:1.5rem;display:grid}.signin-card{background:#fff;border:1px solid #e6e8eb;border-radius:12px;width:min(100%,25rem);padding:2rem;box-shadow:0 18px 45px #0f172a14}.loading-card .signin-brand{margin-bottom:0}.loading-card{text-align:center}.loading-card h1{color:#111827;margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.8rem;line-height:1}.admin-settings-loading{place-items:center;min-height:18rem;display:grid}.signin-brand{align-items:center;gap:.9rem;margin-bottom:1.6rem;display:flex}.signin-brand .home-brand-mark{color:#17241c;border-color:#d7dde5}.signin-brand h1{color:#111827;margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.8rem;line-height:1}.signin-brand p{color:#667085;margin:.35rem 0 0;font-size:.92rem;font-weight:700}.signin-button{color:#fff;background:#111827;border:0;border-radius:8px;width:100%;min-height:2.9rem;font-weight:800}.signin-button:hover{background:#263244}.app-header{justify-content:flex-end;max-width:1080px;margin:0 auto;padding:.8rem 1rem 0;display:flex}.home-header{z-index:20;background:0 0;border-bottom:0;justify-content:space-between;align-items:center;max-width:none;margin:0;padding:1.6rem clamp(1rem,3vw,2rem) 1.2rem;position:absolute;inset:0 0 auto}.home-header-left,.home-header-right{align-items:center;gap:.95rem;display:inline-flex}.home-brand{color:#f5f7f9;align-items:center;gap:.8rem;display:inline-flex}.home-brand-link{text-decoration:none}.home-brand-mark{color:#c9dfd7;border:1px solid #ebf2ff80;border-radius:999px;flex:0 0 3.4rem;place-items:center;width:3.4rem;height:3.4rem;font-size:1.5rem;display:inline-grid;overflow:hidden}.home-brand-mark img{object-fit:cover;width:100%;height:100%;display:block}.home-brand p{margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.7rem;font-style:italic;line-height:1}.home-brand span{letter-spacing:.08em;text-transform:uppercase;margin-top:.35rem;font-size:.72rem;font-weight:700;display:block}.home-nav{align-items:center;gap:1.6rem;display:inline-flex}.home-nav-filters{align-items:center;gap:.8rem;display:inline-flex}.home-filter-group{position:relative}.home-nav a,.home-nav button,.home-nav select{color:#f5f7f9;letter-spacing:0;cursor:pointer;text-transform:uppercase;background:0 0;border:0;border-radius:0;padding:0;font-size:.88rem;font-weight:700;text-decoration:none}.home-nav a:hover,.home-nav button:hover,.home-nav .active{color:#d2f4dd}.home-filter-trigger{box-shadow:none;color:#f5f7f9;background:0 0;border:0;border-radius:0;flex-direction:column;justify-content:center;align-items:flex-start;gap:.2rem;padding:0;transition:color .18s,transform .18s;display:inline-flex}.home-filter-trigger:hover,.home-filter-trigger.active{color:#d2f4dd;box-shadow:none;background:0 0;transform:translateY(-1px)}.home-filter-trigger:disabled{opacity:.48;cursor:not-allowed}.home-filter-label,.home-filter-value{display:block}.home-filter-label{letter-spacing:.12em;text-transform:uppercase;color:#c0cad6;font-size:.68rem;font-weight:800}.home-filter-value{color:#f5f7f9;text-transform:none;padding-right:1rem;font-size:.88rem;font-weight:700;position:relative}.home-filter-value:after{content:"▾";color:#d2f4dd;font-size:.8rem;transition:transform .18s;position:absolute;top:50%;right:0;transform:translateY(-52%)}.home-filter-trigger[aria-expanded=true] .home-filter-value:after{transform:translateY(-52%)rotate(180deg)}.home-filter-menu{z-index:30;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transform-origin:0 0;background:#0b131ef0;border:1px solid #e2ecf947;border-radius:18px;gap:.22rem;min-width:100%;padding:.45rem;animation:.18s home-filter-menu-in;display:grid;position:absolute;top:calc(100% + .65rem);left:0;box-shadow:0 18px 44px #080f1757}.home-filter-option{text-align:left;color:#ebf1f7;text-transform:none;border-radius:14px;width:100%;padding:.72rem .85rem;font-size:.88rem;font-weight:700}.home-filter-option:hover,.home-filter-option.active{color:#d2f4dd;background:#d2f4dd1c}@keyframes home-filter-menu-in{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.home-main{background:#fff;max-width:none;min-height:calc(100vh - 56px);padding:0 clamp(1rem,3vw,2rem) 2.5rem}.home-empty-state{text-align:center;background:#f8fbff;border:1px solid #d7e0eb;border-radius:20px;max-width:40rem;margin:7rem auto 1.5rem;padding:1.4rem}.home-empty-state h2{color:#1c2735;margin:0 0 .45rem}.home-empty-state p{color:#5d6878;margin:0 0 1rem}.home-search{color:#e8eef7;background:#0d1b2b70;border:1px solid #e2ecf973;border-radius:999px;align-items:center;gap:.55rem;min-width:15rem;height:2.8rem;padding:0 1rem;display:inline-flex;box-shadow:0 10px 30px #080f1738}.home-search span{font-size:1.2rem;line-height:1}.home-search input{color:#f5f7f9;background:0 0;border:0;outline:none;width:100%;padding:0;font-size:1.05rem}.home-search input::placeholder{color:#fff;opacity:1}.theme-switcher{color:var(--muted);align-items:center;gap:.5rem;display:inline-flex}.surface{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:.8rem}.toolbar{flex-wrap:wrap;gap:.5rem;display:flex}.home-hero{color:#fff;background:#d8d2c3;border-radius:0;height:min(72svh,46rem);max-height:calc(100svh - 7rem);margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);position:relative;overflow:hidden;box-shadow:0 18px 45px #3a2c171f}.home-hero:after{content:"";background:linear-gradient(90deg,#101c1aa8,#101c1a38 50%,#101c1a0a);position:absolute;inset:0}.home-hero img{object-fit:cover;width:100%;height:100%;display:block}.home-hero-content{z-index:1;max-width:44rem;position:absolute;bottom:clamp(1.5rem,4vw,3rem);left:clamp(1.4rem,4vw,3rem)}.home-pill{color:#1d2d24;letter-spacing:.06em;text-transform:uppercase;background:#fff;border-radius:999px;width:fit-content;margin:0 0 1.2rem;padding:.48rem .8rem;font-size:.78rem;font-weight:800}.home-hero-tag{color:#fff;margin:0 0 .35rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,7vw,5rem);line-height:.98}.home-hero h1{color:#fff;margin:0 0 1.8rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.8rem,3.2vw,2.7rem);font-weight:500}.home-hero-button{color:#fff;background:#17241c;border-radius:999px;align-items:center;gap:.8rem;padding:.9rem 1.35rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 10px 20px #0000002e}.home-section{margin-top:2.2rem}.home-section-header{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.25rem;display:flex}.home-section-header h2{color:#171612;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.7rem,3vw,2.1rem)}.home-section-header h2:after{content:"";background:#477254;width:1.55rem;height:2px;margin-top:.42rem;display:block}.home-section-header button,.home-section-header a{color:#171612;text-transform:uppercase;background:0 0;border:0;padding:0;font-size:.82rem;font-weight:800;text-decoration:none}.latest-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;display:grid}.latest-card{color:#171612;background:#ffffffb8;border:1px solid #e4dccd;border-radius:10px;text-decoration:none;overflow:hidden;box-shadow:0 10px 25px #48361c17}.latest-image{aspect-ratio:4/3;background:#e8dfcf;position:relative}.latest-image img,.destination-card img{object-fit:cover;width:100%;height:100%;display:block}.latest-body{padding:1rem}.latest-body h3{color:#171612;margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.12rem;line-height:1.22}.latest-meta{color:#2e2b24;margin:.55rem 0;font-size:.88rem}.latest-excerpt{color:#4b463d;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.92rem;line-height:1.45;display:-webkit-box;overflow:hidden}.destination-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.destinations-index-main{padding-top:0}.destinations-index-section{margin-top:2rem}.destinations-index-section h1{color:#17241c;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.4rem,5vw,4.5rem);line-height:1}.index-hero{color:#fff;background:#d8d2c3;min-height:min(46svh,30rem);margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);position:relative;overflow:hidden}.index-hero>img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.index-hero-overlay{background:linear-gradient(90deg,#101c1ab8,#101c1a3d 60%,#101c1a14);position:absolute;inset:0}.index-hero-content{z-index:1;max-width:52rem;position:absolute;bottom:clamp(2rem,5vw,4rem);left:clamp(1.4rem,5vw,4rem);right:clamp(1.4rem,5vw,4rem)}.index-hero-content h1{color:#fff;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,8vw,6rem);line-height:.96}.index-hero-content p:last-child{color:#f0f6fff0;margin:1rem 0 0;font-size:1.05rem;font-weight:800}.destinations-index-grid .destination-card{min-height:clamp(13rem,24vw,19rem)}.articles-index-grid{margin-top:1.25rem}.destination-card{color:#fff;text-align:left;background:#d7cebd;border:0;border-radius:10px;min-height:14rem;padding:0;text-decoration:none;display:block;position:relative;overflow:hidden}.destination-card:after{content:"";background:linear-gradient(#0000 35%,#000000b8);position:absolute;inset:0}.destination-favorite{z-index:1;color:#fff;font-size:1.7rem;position:absolute;top:.8rem;right:.9rem}.destination-overlay{z-index:1;position:absolute;bottom:1rem;left:1.15rem;right:1.15rem}.destination-overlay strong{font-family:Georgia,Times New Roman,serif;font-size:1.8rem;line-height:1.1;display:block}.destination-overlay span{margin-top:.4rem;font-size:.92rem;font-weight:700;display:block}.destination-page{background:#fff;min-height:100vh}.destination-hero{color:#fff;background:#d8d2c3;min-height:min(70svh,42rem);position:relative;overflow:hidden}.destination-hero>img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.destination-hero-overlay{background:linear-gradient(90deg,#101c1aad,#101c1a33 58%,#101c1a0d);position:absolute;inset:0}.destination-hero-head{z-index:1}.destination-hero-content{z-index:1;position:absolute;bottom:clamp(2rem,6vw,4.5rem);left:clamp(1.4rem,5vw,4rem);right:clamp(1.4rem,5vw,4rem)}.destination-hero-content h1{color:#fff;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,8vw,6.4rem);line-height:.95}.destination-post-count{color:#f0f6fff0;margin:1rem 0 0;font-size:1.05rem;font-weight:700}.destination-subtag-filter{flex-wrap:wrap;gap:.55rem;max-width:min(100%,52rem);margin-top:1.2rem;display:flex}.destination-subtag-filter button{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f191661;border:1px solid #ffffff70;border-radius:999px;min-height:2.25rem;padding:.38rem .85rem;font-size:.9rem;font-weight:800}.destination-subtag-filter button.active,.destination-subtag-filter button:hover{color:#17241c;background:#fff;border-color:#fff}.destination-main{max-width:1180px;margin:0 auto;padding:2rem 1rem 3rem}.destination-back-link{color:#17241c;font-weight:800;text-decoration:none}.destination-post-grid{margin-top:1rem}.home-footer{background:#ffffffbf;border:1px solid #e4dccd;border-radius:14px;grid-template-columns:1.2fr 1fr 1fr 1.2fr;align-items:start;gap:1.2rem;margin-top:2.2rem;padding:1.4rem 1.2rem;display:grid}.home-footer-brand{align-items:center;gap:.7rem;display:inline-flex}.home-footer-brand p{color:#171612;margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.8rem;font-style:italic;line-height:1}.home-footer-brand span{letter-spacing:.08em;text-transform:uppercase;color:#4b463d;margin-top:.35rem;font-size:.72rem;font-weight:700;display:block}.home-footer-nav{gap:.35rem;display:grid}.home-footer-nav h3{letter-spacing:.08em;color:#4b463d;margin:0 0 .35rem;font-size:.8rem}.home-footer-nav a{color:#171612;font-size:.96rem;text-decoration:none}.home-footer-quote{color:#1d2d24;align-items:center;height:5.8rem;margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.55rem;font-style:italic;line-height:1.25;display:flex;overflow:hidden}.home-footer-quote-image{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.post-cover-hero{object-fit:cover;border-radius:14px;width:100%;max-height:56vh;margin:.5rem 0 1rem}.post-page-excerpt{color:var(--muted);margin:.2rem 0 1.2rem;font-size:1.05rem}.article-page{background:#fff}.article-hero{color:#f5f7f9;min-height:68vh;position:relative;overflow:hidden}.article-hero>img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.article-hero-overlay{background:linear-gradient(#0f243b66 0%,#0c162394 76%,#0c1623bd 100%);position:absolute;inset:0}.article-hero-head,.article-hero-content{z-index:2;max-width:none;margin:0;padding-left:clamp(1rem,3vw,2rem);padding-right:clamp(1rem,3vw,2rem);position:relative}.article-hero-head{justify-content:space-between;align-items:center;min-height:5.5rem;padding-top:1rem;display:flex}.article-brand .home-brand-mark{color:#c9dfd7;border-color:#ebf2ff80}.article-brand p,.article-brand span{color:#f5f7f9}.article-top-nav a{color:#f5f7f9;letter-spacing:.06em;font-size:.86rem;font-weight:700;text-decoration:none}.article-hero-content{padding-top:16vh;padding-bottom:3.2rem}.article-pill{color:#19392a;background:#ffffffe6;border-radius:999px;align-items:center;gap:.45rem;margin:0 0 1rem;padding:.45rem .9rem;font-size:.86rem;font-weight:700;display:inline-flex}.article-hero h1{max-width:12ch;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,5.6vw,4.9rem);line-height:.98}.article-meta{color:#f0f6fff0;margin:1rem 0 0;font-size:1rem;font-weight:600}.article-layout{grid-template-columns:minmax(0,1fr) 320px;gap:2rem;max-width:1200px;margin:0 auto;padding:1.7rem 1.2rem 2.6rem;display:grid}.article-layout-full{grid-template-columns:minmax(0,1fr)}.article-content{min-width:0}.article-intro{color:#201c15;margin:0 0 1.4rem;font-size:1.08rem;line-height:1.8}.article-body{color:#1d1a15;font-size:1.08rem;line-height:1.8}.article-body img{cursor:zoom-in;border-radius:14px;max-width:100%;height:auto;display:block}.article-image-lightbox{z-index:1000;cursor:zoom-out;background:#0c0e10e6;place-items:center;padding:clamp(1rem,3vw,2rem);display:grid;position:fixed;inset:0}.article-image-lightbox img{object-fit:contain;cursor:default;border-radius:8px;width:auto;max-width:min(100%,1200px);height:auto;max-height:92vh;display:block;box-shadow:0 24px 70px #00000059}.article-image-lightbox-close{color:#15171a;background:#ffffffeb;border:0;border-radius:999px;place-items:center;width:2.6rem;height:2.6rem;padding:0;font-size:1.8rem;line-height:1;display:grid;position:fixed;top:1rem;right:1rem;box-shadow:0 8px 24px #0000003d}.article-image-lightbox-close:hover{background:#fff}.article-body iframe[data-video-embed],.article-body video[data-video-embed],.editor-content .ProseMirror iframe[data-video-embed],.editor-content .ProseMirror video[data-video-embed]{aspect-ratio:16/9;background:#111;border:0;border-radius:12px;width:100%;max-width:760px;margin:1.2rem 0;display:block}.article-body blockquote{color:#3c352c;border-left:3px solid #335140;margin:1.2rem 0;padding-left:1rem}.article-body pre{color:#f5f0e6;background:#171612;border-radius:8px;padding:.95rem;overflow-x:auto}.article-body code{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.article-body table,.editor-content .ProseMirror table{border-collapse:collapse;width:100%;margin:1.2rem 0}.article-body th,.article-body td,.editor-content .ProseMirror th,.editor-content .ProseMirror td{text-align:left;vertical-align:top;border:1px solid #d8ccba;padding:.55rem .7rem}.article-body th,.editor-content .ProseMirror th{background:#efe8dc;font-weight:800}.article-tags{flex-wrap:wrap;gap:.55rem;margin:1.8rem 0 1.4rem;display:flex}.article-tags span{color:#4a463f;background:#f0ece4;border:1px solid #ddd3c4;border-radius:999px;padding:.36rem .72rem;font-size:.82rem}.article-sidebar{background:#ffffffbd;border:1px solid #e5dccd;border-radius:14px;align-self:start;padding:1.1rem 1rem;position:sticky;top:1rem}.article-sidebar h2{color:#1b1a16;margin:0 0 1.2rem;font-family:Georgia,Times New Roman,serif;font-size:1.95rem}.article-sidebar-group+.article-sidebar-group{border-top:1px solid #ece4d7;margin-top:1.05rem;padding-top:1.05rem}.article-sidebar-group h3{letter-spacing:.05em;color:#625949;text-transform:uppercase;margin:0 0 .72rem;font-size:.84rem}.article-sidebar-item{color:#1f1b15;border-radius:10px;grid-template-columns:72px 1fr;align-items:center;gap:.66rem;padding:.4rem;text-decoration:none;display:grid}.article-sidebar-item:hover{background:#edf3e9d9}.article-sidebar-thumb{background:#e3dbc9;border-radius:10px;width:72px;height:62px;overflow:hidden}.article-sidebar-thumb img{object-fit:cover;width:100%;height:100%}.article-sidebar-item p{color:#615a50;margin:0;font-size:.78rem}.article-sidebar-item strong{margin-top:.15rem;line-height:1.35;display:block}.comments-panel{margin-top:2.2rem}.comments-panel h2{color:#171612;margin:0 0 .9rem;font-family:Georgia,Times New Roman,serif;font-size:2rem}.comments-form{grid-template-columns:42px minmax(0,1fr);align-items:center;gap:.6rem;margin-bottom:1rem;display:grid}.comments-form input{color:#1f1b15;background:#fff;border:1px solid #ddd3c4;border-radius:12px;width:100%;min-height:2.8rem;padding:.55rem .85rem}.comments-error{color:#a40000;margin:0 0 .9rem}.comments-list{gap:.8rem;margin:0;padding:0;list-style:none;display:grid}.comments-item{grid-template-columns:42px minmax(0,1fr);align-items:start;gap:.6rem;display:grid;position:relative}.comments-avatar{color:#335140;background:#dde9dd;border-radius:999px;place-items:center;width:42px;height:42px;font-size:.86rem;font-weight:700;display:grid}.comments-avatar-input{color:#31513f;background:#e8efe4}.comments-body{min-width:0}.comments-item-manageable .comments-body{padding-right:2.3rem}.comments-author-row{align-items:baseline;gap:.5rem;margin:0;display:inline-flex}.comments-author-row strong{color:#1f1b15}.comments-author-row span{color:#756d62;font-size:.86rem}.comments-content{color:#2a261f;margin:.18rem 0 0;line-height:1.45}.comments-delete{color:#756d62;cursor:pointer;background:0 0;border:0;place-items:center;width:1.8rem;height:1.8rem;font-size:1.15rem;line-height:1;display:grid;position:absolute;top:0;right:0}.comments-delete:hover,.comments-delete:focus-visible{color:#a40000}.admin-app{--admin-bg:#15171a;--admin-bg-deep:#0f1012;--admin-panel:#1f2125;--admin-panel-soft:#25282d;--admin-border:#34383f;--admin-text:#f4f5f6;--admin-muted:#9b9fa6;--admin-faint:#71767f;--admin-green:#30cf43;--admin-green-dark:#1fa832;--admin-yellow:#f6c344;background:var(--admin-bg);color:var(--admin-text);min-height:100vh}.admin-app a{color:var(--admin-text);text-underline-offset:.18em;text-decoration-color:#f4f5f652}.admin-app a:hover{color:#fff;-webkit-text-decoration-color:var(--admin-green);text-decoration-color:var(--admin-green)}.admin-shell{grid-template-columns:252px minmax(0,1fr);min-height:100vh;display:grid}.admin-sidebar{background:var(--admin-bg-deep);border-right:1px solid #24272c;flex-direction:column;gap:1.2rem;height:100vh;padding:1.1rem .8rem;display:flex;position:sticky;top:0}.admin-brand{color:#fff;letter-spacing:0;align-items:center;gap:.65rem;padding:.2rem .45rem .9rem;font-size:1rem;font-weight:700;display:flex}.admin-brand-mark{background:var(--admin-green);color:#061009;border-radius:6px;place-items:center;width:30px;height:30px;font-weight:800;display:inline-grid}.admin-sidebar nav{gap:.15rem;display:grid}.admin-sidebar nav a{color:#c9cdd3;border-radius:6px;padding:.62rem .7rem;font-size:.94rem;font-weight:600;text-decoration:none}.admin-sidebar nav a:hover{color:#fff;background:#1b1d21}.admin-sidebar nav a.active{background:var(--admin-panel);color:#fff}.admin-sidebar button{border-color:var(--admin-border);color:#d7dadf;background:0 0;border-radius:6px;width:100%;margin-top:auto}.admin-sidebar button:hover{background:var(--admin-panel)}.admin-content{min-width:0;padding:2rem clamp(1rem,4vw,3.25rem) 4rem}.admin-page{max-width:1180px;margin:0 auto}.admin-content h1{color:#fff;letter-spacing:0;margin:0;font-family:Inter,"Source Sans 3",Segoe UI,sans-serif;font-size:clamp(1.65rem,3vw,2.45rem);line-height:1.05}.admin-kicker{color:var(--admin-faint);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .28rem;font-size:.75rem;font-weight:800}.admin-topbar,.editor-topbar{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.35rem;display:flex}.admin-create-form{gap:.55rem;display:flex}.admin-app input,.admin-app select{color:var(--admin-text);border:1px solid var(--admin-border);background:#111316;border-radius:6px;outline:none}.admin-app input:focus,.admin-app select:focus,.admin-app button:focus-visible,.admin-app a:focus-visible{border-color:var(--admin-green);outline:none;box-shadow:0 0 0 3px #30cf432e}.admin-primary,.editor-actions button{background:var(--admin-green);border-color:var(--admin-green);color:#061009;border-radius:6px;font-weight:800}.admin-primary:hover,.editor-actions button:hover{background:var(--admin-green-dark);border-color:var(--admin-green-dark)}.admin-filters{gap:.55rem;margin-bottom:1rem;display:flex}.admin-filters input{min-width:min(360px,100%)}.admin-table-wrap{border:1px solid var(--admin-border);background:var(--admin-panel);border-radius:8px;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;min-width:720px}.admin-table th,.admin-table td{border-bottom:1px solid var(--admin-border);text-align:left;padding:.88rem .95rem;font-size:.93rem}.admin-table th{color:var(--admin-muted);letter-spacing:.08em;text-transform:uppercase;background:#1a1c20;font-size:.76rem;font-weight:800}.admin-table tr:last-child td{border-bottom:0}.admin-table tbody tr:hover{background:var(--admin-panel-soft)}.admin-pagination{color:var(--admin-muted);justify-content:flex-end;align-items:center;gap:.8rem;margin-top:1rem;display:flex}.admin-pagination button{border-color:var(--admin-border);background:var(--admin-panel);color:var(--admin-text);border-radius:6px}.admin-pagination button:disabled{color:var(--admin-faint);cursor:not-allowed}.admin-table-title{color:#fff;font-weight:700}.admin-table-taxonomy{color:var(--admin-muted)}.admin-tag-cover-cell{min-width:12rem}.admin-tag-cover-preview{aspect-ratio:16/10;border:1px solid var(--admin-border);width:5.5rem;color:var(--admin-faint);background:#111316;border-radius:6px;place-items:center;font-size:.76rem;display:grid;overflow:hidden}.admin-tag-cover-preview img{object-fit:cover;width:100%;height:100%}.admin-cover-upload{color:var(--admin-green);cursor:pointer;margin-top:.45rem;font-size:.86rem;display:inline-flex}.admin-cover-upload input{display:none}.admin-tag-cover-cell button{color:var(--admin-muted);background:0 0;border:0;margin-top:.35rem;padding:0;display:block}.admin-link-button{color:var(--admin-green);font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.admin-link-button:disabled{color:var(--admin-muted);cursor:not-allowed}.admin-taxonomy-badges{flex-wrap:wrap;gap:.45rem;display:flex}.admin-taxonomy-badge{color:#9fd2ff;letter-spacing:.04em;background:#6cb2eb24;border-radius:999px;align-items:center;padding:.22rem .55rem;font-size:.72rem;font-weight:700;display:inline-flex}.admin-taxonomy-badge-subtag{color:#d0b1ff;background:#bd94ff24}.admin-taxonomy-empty{color:var(--admin-muted)}.pill{text-transform:uppercase;letter-spacing:.08em;border-radius:999px;padding:.2rem .48rem;font-size:.68rem;font-weight:800;display:inline-block}.pill-draft{color:var(--admin-yellow);background:#f6c34424}.pill-published{color:#7bed87;background:#30cf4324}.admin-editor-page{max-width:1040px;margin:0 auto}.editor-actions{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.editor-actions a{color:var(--admin-muted);font-size:.9rem;font-weight:700;text-decoration:none}.editor-actions>div{display:inline-flex}.editor-workspace{border:1px solid var(--admin-border);background:#16181c;border-radius:6px;padding:clamp(1rem,4vw,3rem);box-shadow:0 28px 84px #00000047}.editor-title-input{color:#fff;letter-spacing:0;background:0 0;border:0;border-radius:0;width:100%;padding:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.6rem,3.4vw,2.8rem);font-weight:700;line-height:1.08}.editor-title-input::placeholder{color:#7b8088}.editor-title-input:focus{box-shadow:none}.editor-meta-row{border-bottom:1px solid var(--admin-border);justify-content:space-between;align-items:center;gap:1rem;min-height:42px;margin:1rem 0 1.65rem;padding-bottom:1rem;display:flex}.editor-meta-left{align-items:center;display:inline-flex}.save-indicator{color:#8f949d;letter-spacing:.01em;min-height:1.2rem;margin:0;font-size:.8rem;font-weight:600}.editor-toolbar button{border-color:var(--admin-border);color:#eceef1;background:#1f2228;border-radius:6px;font-weight:700}.editor-toolbar{flex-wrap:wrap;gap:.5rem;display:flex}.editor-toolbar-group{flex-wrap:wrap;gap:.35rem;display:inline-flex}.editor-content .ProseMirror{color:#f0f1f2;background:0 0;border:0;outline:none;max-width:760px;min-height:58vh;padding:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.16rem,2.2vw,1.3rem);line-height:1.86}.editor-content .ProseMirror p{margin:0 0 1.05em}.editor-content .ProseMirror h1,.editor-content .ProseMirror h2,.editor-content .ProseMirror h3{color:#fff;max-width:760px;line-height:1.14}.editor-content .ProseMirror blockquote{border-left:3px solid var(--admin-green);color:#cfd2d7;margin-left:0;padding-left:1rem}.editor-content .ProseMirror code,.editor-content .ProseMirror pre{border:1px solid var(--admin-border);background:#101215;border-radius:6px}.editor-content .ProseMirror table{max-width:760px}.editor-content .ProseMirror th{color:#fff;background:#20242a}.editor-content .ProseMirror td{color:#f0f1f2}.editor-content .ProseMirror img.ProseMirror-selectednode,.editor-content .ProseMirror iframe.ProseMirror-selectednode,.editor-content .ProseMirror video.ProseMirror-selectednode{outline:2px solid var(--admin-green);outline-offset:3px}.editor-cover-panel{border:1px solid var(--admin-border);background:#16181c;border-radius:6px;margin-top:1rem;padding:1rem}.editor-cover-panel h2{margin:0 0 .75rem;font-size:1.05rem}.editor-cover-preview{aspect-ratio:16/9;object-fit:cover;border-radius:6px;width:100%;max-width:720px}.editor-cover-empty{color:var(--admin-muted);margin:0}.editor-cover-actions{align-items:center;gap:.65rem;margin-top:.75rem;display:flex}.editor-cover-upload{justify-content:center;align-items:center;display:inline-flex;position:relative;overflow:hidden}.editor-cover-upload input{opacity:0;cursor:pointer;position:absolute;inset:0}.editor-taxonomy-panel{border:1px solid var(--admin-border);background:#16181c;border-radius:6px;margin-top:1rem;padding:1rem}.editor-taxonomy-panel h2{margin:0 0 .75rem;font-size:1.05rem}.editor-taxonomy-fields{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:.8rem;display:grid}.editor-date-fields{grid-template-columns:minmax(0,1fr) auto auto;align-items:end;gap:.8rem;display:grid}.admin-settings-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-settings-fields textarea{resize:vertical;min-height:6rem}.admin-settings-media-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.admin-settings-media-item{gap:.75rem;display:grid}.admin-settings-media-item h3,.admin-settings-media-item p{margin:0}.admin-settings-media-item img{aspect-ratio:16/9;object-fit:cover;border-radius:8px;width:100%;display:block}.admin-tags-create{grid-template-columns:minmax(0,1fr) auto}.admin-subtags-create{grid-template-columns:minmax(0,.8fr) minmax(0,1fr) auto}.admin-settings-preview{color:var(--admin-muted);margin:.9rem 0 0}.editor-taxonomy-fields label,.editor-date-fields label{color:var(--admin-muted);gap:.38rem;font-size:.9rem;display:grid}.editor-panel-note{color:var(--admin-muted);margin:.8rem 0 0;font-size:.9rem}.admin-tag-actions{gap:.55rem;display:flex}.admin-tag-actions button{white-space:nowrap}.slash-list{border:1px solid var(--admin-border);background:#111316;border-radius:8px;gap:.25rem;max-width:520px;margin:0 0 1rem;padding:.35rem;display:grid;box-shadow:0 18px 54px #0000005c}.slash-item{text-align:left;color:#d9dce1;background:0 0;border:0;border-radius:6px;width:100%}.slash-item.active,.slash-item:hover{background:var(--admin-panel-soft);color:#fff}@media (width<=768px){main{padding:.75rem .8rem 2rem}.home-main{min-height:auto;padding:0 .8rem 1.8rem}.home-header{z-index:auto;background:var(--surface);border:1px solid var(--border);border-radius:18px;flex-direction:column;align-items:stretch;gap:.9rem;padding:.8rem;position:static;inset:auto;box-shadow:0 10px 28px #2d241814}.home-header-left{flex-direction:column;align-items:flex-start}.home-nav{flex-wrap:wrap;gap:.75rem;width:100%}.home-brand{color:var(--text)}.home-brand-mark{color:var(--accent);border-color:var(--border)}.home-brand span{color:var(--muted)}.home-nav a,.home-nav button,.home-nav select,.home-filter-trigger,.home-filter-label,.home-filter-value{color:var(--text)}.home-nav a:hover,.home-nav button:hover,.home-nav .active,.home-filter-trigger:hover,.home-filter-trigger.active{color:var(--accent)}.home-search{background:var(--bg);border-color:var(--border);width:100%;min-width:0;box-shadow:none;color:var(--text)}.home-search input{color:var(--text)}.home-search input::placeholder{color:var(--muted)}.home-nav-filters{flex-direction:column;align-items:stretch;width:100%}.home-filter-group{width:100%}.home-filter-trigger{width:100%;min-width:0}.home-filter-menu{min-width:0;right:0}.home-search{width:100%;min-width:0}.home-hero{border-radius:18px;height:min(62svh,34rem)}.home-hero-content{bottom:1.3rem;left:1.2rem;right:1.2rem}.latest-grid,.destination-grid{grid-template-columns:1fr;gap:1rem}.home-footer{grid-template-columns:1fr}.home-footer-quote-image{height:100%}.home-footer-quote{height:clamp(5rem,24vw,8rem)}.home-nav a,.home-nav button{font-size:.78rem}.home-section-header{flex-direction:column;align-items:flex-start}.destination-card{min-height:12rem}.article-hero{min-height:56vh}.article-hero-content{padding-top:10vh}.article-layout{grid-template-columns:1fr;gap:1.2rem}.article-sidebar{position:static}.toolbar button{flex:auto}.editor-content .ProseMirror{min-height:250px}.admin-shell{grid-template-columns:1fr}.admin-sidebar{border-bottom:1px solid #1d2330;border-right:0;height:auto;position:static}.admin-sidebar nav{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-sidebar nav a{text-align:center}.admin-topbar,.editor-topbar,.editor-meta-row,.admin-create-form,.admin-filters{flex-direction:column;align-items:stretch}.editor-actions{align-items:stretch}.editor-actions>div,.editor-actions button{width:100%}.editor-cover-actions{flex-direction:column;align-items:stretch}.editor-cover-upload,.editor-cover-actions button{width:100%}.editor-taxonomy-fields,.editor-date-fields,.admin-settings-fields,.admin-settings-media-grid,.admin-tags-create,.admin-subtags-create{grid-template-columns:1fr}.editor-title-input{font-size:clamp(1.5rem,9vw,2.3rem)}}
