*{box-sizing:border-box}html,body,#root{height:100%;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}body{background:#f5f6f8;color:#1b1f24}.layout{display:grid;grid-template-rows:56px 1fr;min-height:100vh}.header{display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:#fff;border-bottom:1px solid #e5e7eb}.header h1{font-size:18px;margin:0}.body{display:grid;grid-template-columns:240px 1fr}.sidebar{background:#fff;border-right:1px solid #e5e7eb;padding:16px}.sidebar nav ul{list-style:none;padding:0;margin:0}.sidebar nav li{margin-bottom:4px}.sidebar nav a{display:block;padding:8px 12px;border-radius:6px;color:#1b1f24;text-decoration:none}.sidebar nav a:hover{background:#f0f1f4}.main{padding:24px}.lang-switcher{display:inline-flex;gap:4px}.lang-switcher button{padding:4px 10px;border:1px solid #d1d5db;background:#fff;border-radius:6px;cursor:pointer;font-size:12px}.lang-switcher button[aria-pressed=true]{background:#1b1f24;color:#fff;border-color:#1b1f24}.lang-switcher button[disabled]{opacity:.5;cursor:progress}.lang-switcher-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.lang-switcher-error{font-size:11px;color:#c0392b}@media (max-width: 767px){.body{grid-template-columns:1fr}.sidebar{display:none}}
