:root{--rsj-red: #b91c1c;--rsj-red-dark: #7f1d1d;--rsj-white: #ffffff;--rsj-slate: #0f172a;--rsj-slate-light: #64748b;--rsj-border: #e2e8f0;--rsj-bg: #f8fafc;--font-sans: "Plus Jakarta Sans", system-ui, sans-serif}*{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);background:var(--rsj-bg);color:var(--rsj-slate);line-height:1.5}#root{min-height:100vh}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit}.visitor-header{background:var(--rsj-white);border-bottom:1px solid var(--rsj-border)}.visitor-header__inner{max-width:1100px;margin:0 auto;padding:1rem 1.25rem;width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.visitor-header__logo-wrap{display:block;text-decoration:none;color:inherit}.visitor-header__logo{max-height:56px;max-width:220px;width:auto;height:auto;object-fit:contain;display:block}.visitor-header__logo-text{color:var(--rsj-slate);font-size:1.15rem}.visitor-header__nav{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem 1.25rem}.visitor-header__link{white-space:nowrap}.visitor-header__menu-btn{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;background:none;border:none;cursor:pointer;border-radius:6px}.visitor-header__menu-btn span{display:block;width:22px;height:2px;background:var(--rsj-slate);border-radius:1px}@media (max-width: 768px){.visitor-header__inner{padding:.75rem 1rem}.visitor-header__logo{max-height:44px;max-width:160px}.visitor-header__logo-text{font-size:1rem}.visitor-header__menu-btn{display:flex;order:2}.visitor-header__logo-wrap{order:1}.visitor-header__nav{order:3;display:none;width:100%;flex-direction:column;align-items:stretch;gap:0;padding-top:.5rem;border-top:1px solid var(--rsj-border)}.visitor-header__nav--open{display:flex}.visitor-header__link{padding:.75rem .5rem!important;min-height:44px;border-radius:6px}.visitor-header__link:hover{background:var(--rsj-bg)}}
