:root { color-scheme:light; --blue:#3568d4; --blue-dark:#214da9; --ink:#17191d; --muted:#70757e; --line:#d9dde3; --panel:#fff; --surface:#f1f3f5; }
* { box-sizing:border-box; }
body { margin:0; min-height:100vh; color:var(--ink); background:var(--surface); font-family:"Helvetica Neue",Arial,sans-serif; -webkit-font-smoothing:antialiased; }
button,a { font:inherit; }
button { cursor:pointer; }
.topbar { height:104px; padding:0 max(5vw,32px); display:flex; align-items:center; justify-content:space-between; background:#fafbfc; border-bottom:1px solid var(--line); }
.brand { color:var(--ink); text-decoration:none; font-size:1.14rem; font-weight:750; letter-spacing:-.02em; }
.top-actions { display:flex; align-items:center; gap:12px; }
.language-switcher { display:flex; padding:3px; background:#e9ebee; border:1px solid #d6dae0; border-radius:7px; }
.language-switcher button { min-width:76px; padding:11px 14px; border:0; border-radius:5px; color:#61656d; background:transparent; }
.language-switcher button.active { color:#181a1e; background:#fff; box-shadow:0 1px 4px rgba(21,32,48,.12); }
.primary-button,.secondary-button { border:0; border-radius:7px; font-weight:700; transition:.18s; }
.primary-button { padding:15px 25px; color:#fff; background:var(--blue); }
.primary-button:hover { background:var(--blue-dark); transform:translateY(-1px); }
main { width:min(1780px,88vw); margin:0 auto; padding:76px 0 90px; }
.hero { display:grid; grid-template-columns:minmax(0,1fr) 480px; gap:7vw; align-items:end; }
.eyebrow { display:block; margin-bottom:25px; color:var(--blue); font-size:1rem; font-weight:650; }
.hero h1 { max-width:820px; margin:0 0 25px; font-size:clamp(3.2rem,5.3vw,6rem); line-height:1; letter-spacing:-.055em; }
.hero-copy p { max-width:870px; margin:0; color:var(--muted); font-size:clamp(1.05rem,1.4vw,1.35rem); line-height:1.65; }
.stats { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; padding:11px; border:1px solid #d5d9df; border-radius:12px; background:#fff; box-shadow:0 3px 16px rgba(20,35,55,.04); }
.stats div { min-height:126px; padding:24px 20px; display:flex; flex-direction:column; justify-content:center; gap:11px; border-radius:10px; background:#f5f5f7; }
.stats strong { font-size:2rem; font-weight:500; }
.stats span { color:#74777e; line-height:1.35; }
.maps-section { margin-top:64px; }
.section-heading { display:flex; align-items:center; justify-content:space-between; margin-bottom:22px; }
.section-heading h2 { margin:0; font-size:1.55rem; }
.section-heading span { color:#8a8e96; }
.maps-container { min-height:380px; padding:30px; border:1px solid #d6dae0; border-radius:12px; background:rgba(255,255,255,.82); }
.empty-state { min-height:320px; display:grid; grid-template-columns:minmax(0,1.7fr) minmax(250px,.8fr); gap:34px; align-items:center; }
.empty-state img { width:100%; max-height:310px; object-fit:contain; image-rendering:auto; }
.empty-state h3 { margin:0 0 12px; font-size:1.45rem; }
.empty-state p { margin:0 0 22px; color:var(--muted); line-height:1.65; }
.secondary-button { padding:12px 18px; color:var(--blue); background:#edf3ff; border:1px solid #c7d7f8; }
.project-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.project-card { overflow:hidden; border:1px solid #dce0e5; border-radius:12px; background:#fff; box-shadow:0 8px 25px rgba(27,42,62,.06); }
.project-preview { aspect-ratio:16/9; width:100%; display:block; object-fit:cover; background-image:linear-gradient(#dfe3e8 1px,transparent 1px),linear-gradient(90deg,#dfe3e8 1px,transparent 1px); background-size:12px 12px; background-color:#f7f8f9; }
.project-info { padding:18px; }
.project-info h3 { margin:0 0 7px; font-size:1.05rem; }
.project-info time { color:#858991; font-size:.85rem; }
.project-actions { display:flex; gap:9px; margin-top:16px; }
.project-actions button { padding:9px 12px; border-radius:6px; border:1px solid #d9dde3; background:#fff; }
.project-actions .open { color:#fff; border-color:var(--blue); background:var(--blue); }
.project-actions .yard { color:#177459; border-color:#b7ded2; background:#eaf8f3; }
.project-actions .delete { color:#b33b3b; }
.error-banner { margin-bottom:18px; padding:13px 16px; border:1px solid #f0b8b8; border-radius:7px; color:#9f2727; background:#fff1f1; }
@media(max-width:1050px){ .hero{grid-template-columns:1fr}.stats{max-width:560px}.project-grid{grid-template-columns:repeat(2,1fr)} }
@media(max-width:720px){ .topbar{height:auto;padding:18px 5%;align-items:flex-start}.top-actions{align-items:stretch;flex-direction:column}.language-switcher button{min-width:63px;padding:8px}.primary-button{padding:11px 16px}main{width:90vw;padding-top:50px}.hero h1{font-size:3.3rem}.stats{grid-template-columns:1fr}.stats div{min-height:88px}.empty-state{grid-template-columns:1fr}.project-grid{grid-template-columns:1fr}.maps-container{padding:18px} }
