:root{--font-base:"Source Sans 3","Segoe UI",sans-serif;--font-head:"Manrope","Segoe UI",sans-serif;--color-bg:#f4f6f8;--color-bg-soft:#fff;--color-text:#10212f;--color-text-muted:#5f6d79;--color-brand:#17635a;--color-brand-dark:#0f4e47;--color-brand-soft:#e6f3ef;--color-border:#dbe2e8;--color-error-bg:#fff2f2;--color-error-border:#f7c6c6;--radius-s:10px;--radius-m:14px;--radius-l:20px;--shadow-soft:0 10px 24px rgba(16,33,47,.08);--shadow-card:0 8px 18px rgba(16,33,47,.06);--container:1160px}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:var(--font-base);color:var(--color-text);background:radial-gradient(900px 400px at 10% -10%,#d6ebe6 0,transparent 55%),radial-gradient(900px 400px at 90% -20%,#d6e2ef 0,transparent 50%),var(--color-bg)}a{color:inherit;text-decoration:none}h1,h2,h3,h4{margin:0;font-family:var(--font-head);letter-spacing:-.02em}p{margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}.site-root{min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 16px}.page-root{width:100%;flex:1 1;padding-top:28px;padding-bottom:44px}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(244,246,248,.85);border-bottom:1px solid rgba(219,226,232,.7)}.site-header-row{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:68px}.brand-mark{font-family:var(--font-head);font-weight:700;font-size:20px;color:var(--color-brand-dark)}.primary-nav,.secondary-nav{display:flex;gap:10px;flex-wrap:wrap}.secondary-nav{justify-content:flex-end}.nav-link{display:inline-flex;align-items:center;gap:6px;border-radius:999px;border:1px solid transparent;padding:8px 12px;color:#263640;transition:.2s ease}.nav-link:hover{border-color:var(--color-border);background:var(--color-bg-soft)}.nav-link-disabled{color:#8b97a2;background:#eef2f5;cursor:not-allowed}.soon-pill{font-size:11px;border-radius:999px;background:#d8e0e7;padding:1px 7px}.site-footer{border-top:1px solid var(--color-border);background:#f0f4f7}.site-footer-row{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--color-text-muted);font-size:14px}.hero{position:relative;border-radius:var(--radius-l);overflow:hidden;background:linear-gradient(140deg,#143e3f,#1d6d63 55%,#3b867a);color:#fff;padding:28px;box-shadow:var(--shadow-soft)}.hero h1{font-size:clamp(30px,4vw,50px);line-height:1.05;margin-bottom:10px}.hero p{color:hsla(0,0%,100%,.9);max-width:700px}.hero-search-wrap{margin-top:20px;background:hsla(0,0%,100%,.14);border-radius:var(--radius-m);padding:16px}.hero-search-form label{display:inline-block;font-size:14px;opacity:.9;margin-bottom:8px}.hero-search-row{display:grid;grid-template-columns:1fr auto auto;grid-gap:10px;gap:10px}.field input,.field select,.field textarea,.hero-search-row input{width:100%;border:1px solid var(--color-border);border-radius:var(--radius-s);min-height:42px;padding:10px 12px;background:#fff;color:var(--color-text)}.hero-search-row button,.primary-btn,button{border:0;border-radius:var(--radius-s);background:var(--color-brand);color:#fff;min-height:42px;padding:0 14px;transition:.2s ease}.hero-search-row button:hover,.primary-btn:hover,button:hover{background:var(--color-brand-dark)}.secondary-btn,button.secondary-btn{background:#fff;color:#123f3a;border:1px solid #d2e5e1}.secondary-btn:hover,button.secondary-btn:hover{background:#eef7f4}.chips{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.chip{border:1px solid hsla(0,0%,100%,.36);color:#fff;background:hsla(0,0%,100%,.12);border-radius:999px;padding:5px 10px;font-size:13px}.public-section{margin-top:26px}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:14px}.section-head h2{font-size:clamp(24px,2.6vw,34px)}.section-head p{margin-top:6px;color:var(--color-text-muted)}.catalog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:12px;gap:12px}.catalog-card{background:var(--color-bg-soft);border:1px solid var(--color-border);border-radius:var(--radius-m);overflow:hidden;box-shadow:var(--shadow-card)}.thumb{min-height:150px}.thumb-place{background:linear-gradient(130deg,#89c6b0,#4f9a84)}.thumb-tour{background:linear-gradient(130deg,#8da8d4,#5b789f)}.catalog-card-body{padding:14px;display:grid;grid-gap:8px;gap:8px}.catalog-card-body h3{font-size:21px}.catalog-card-body h3 a:hover{color:var(--color-brand)}.muted{color:var(--color-text-muted)}.meta-row{display:flex;gap:8px;flex-wrap:wrap}.meta-pill{display:inline-block;font-size:12px;border-radius:999px;background:var(--color-brand-soft);color:#11433b;padding:3px 8px}.filter-layout{display:grid;grid-template-columns:280px 1fr;grid-gap:14px;gap:14px;align-items:start}.filter-shell{position:-webkit-sticky;position:sticky;top:86px;border:1px solid var(--color-border);background:var(--color-bg-soft);border-radius:var(--radius-m);padding:12px;box-shadow:var(--shadow-card)}.filter-shell h3{font-size:18px;margin-bottom:10px}.field{display:grid;grid-gap:6px;gap:6px;margin-bottom:10px}.field label{font-size:13px;color:var(--color-text-muted)}.field-actions{display:flex;gap:8px;flex-wrap:wrap}.status-block{border-radius:var(--radius-m);background:var(--color-bg-soft);border:1px solid var(--color-border);padding:14px;color:var(--color-text-muted)}.status-error{background:var(--color-error-bg);border-color:var(--color-error-border);color:#7a1f1f}.detail-hero{border-radius:var(--radius-l);background:var(--color-bg-soft);border:1px solid var(--color-border);box-shadow:var(--shadow-card);padding:18px;display:grid;grid-gap:12px;gap:12px}.detail-grid{margin-top:16px;display:grid;grid-template-columns:2fr 1fr;grid-gap:12px;gap:12px}.placeholder-box{border:1px dashed #b4c0cb;border-radius:var(--radius-s);padding:12px;color:var(--color-text-muted);background:#fbfdff}.hero-row-actions{display:flex;gap:10px;flex-wrap:wrap}.card,.form-card{border-radius:var(--radius-m);background:var(--color-bg-soft);border:1px solid var(--color-border);box-shadow:var(--shadow-card);padding:14px}.grid{display:grid;grid-gap:12px;gap:12px}.grid-2{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}pre{white-space:pre-wrap;word-break:break-word;margin:0}@media (max-width:1060px){.site-header-row{flex-direction:column;align-items:flex-start;justify-content:center;padding:10px 0}.secondary-nav{justify-content:flex-start}}@media (max-width:900px){.filter-layout{grid-template-columns:1fr}.filter-shell{position:static}.detail-grid,.hero-search-row{grid-template-columns:1fr}.site-footer-row{flex-direction:column;justify-content:center;text-align:center;padding:10px 0}}