:root{--color-bg: #F9F9F9;--color-bg-alt: #ffffff;--color-text: #9E5333;--color-body: #212529;--color-text-muted: #6b7075;--color-accent: #E5644E;--color-accent-hover: #cf5239;--color-accent-soft: #F5A265;--color-border: #e8d6cb;--color-surface: #ffffff;--color-error-bg: #fde6dc;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 40px;--font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100vh}body{background-color:var(--color-bg);color:var(--color-body);font-family:var(--font-sans);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--color-accent);text-decoration:none}a:hover{color:var(--color-accent-hover);text-decoration:underline}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4{color:var(--color-text);margin:0 0 var(--space-md) 0;line-height:1.25}.info-bar-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;max-width:1200px;margin:0 auto}.info-bar-left{display:flex;flex-wrap:wrap;gap:4px 16px;align-items:center;min-width:0}.info-bar-right{display:flex;align-items:center;gap:12px;flex-shrink:0}@media (max-width: 640px){.info-bar-inner{flex-direction:column;align-items:stretch;gap:6px}.info-bar-left{justify-content:center;text-align:center}.info-bar-right{justify-content:center}.info-bar-date-sep{display:none}}.header-nav-row{display:flex}.header-nav-desktop{display:flex;gap:8px}.header-hamburger{display:none;position:absolute;right:16px;top:50%;transform:translateY(-50%);width:40px;height:40px;background:transparent;border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:0;align-items:center;justify-content:center;cursor:pointer;z-index:20}.header-hamburger-lines{position:relative;width:20px;height:14px}.header-hamburger-lines span{position:absolute;left:0;right:0;height:2px;background:var(--color-accent);border-radius:2px;transition:transform .25s ease,top .25s ease,opacity .2s ease}.header-hamburger-lines span:nth-child(1){top:0}.header-hamburger-lines span:nth-child(2){top:6px}.header-hamburger-lines span:nth-child(3){top:12px}.header-hamburger[data-open=true] .header-hamburger-lines span:nth-child(1){top:6px;transform:rotate(45deg)}.header-hamburger[data-open=true] .header-hamburger-lines span:nth-child(2){opacity:0}.header-hamburger[data-open=true] .header-hamburger-lines span:nth-child(3){top:6px;transform:rotate(-45deg)}.header-nav-mobile{display:none;flex-direction:column;background-color:var(--color-bg-alt);border-bottom:1px solid var(--color-border);overflow:hidden;max-height:0;transition:max-height .3s ease}.header-nav-mobile[data-open=true]{display:flex;max-height:500px}.header-nav-mobile a{padding:14px 20px;border-bottom:1px solid var(--color-border);font-weight:500;color:var(--color-body)}.header-nav-mobile a:last-child{border-bottom:none}.header-nav-mobile a.active{color:var(--color-accent);font-weight:600}@media (max-width: 768px){.header-nav-row,.header-nav-desktop{display:none}.header-hamburger{display:inline-flex}.header-title-row{padding-left:60px!important;padding-right:60px!important}.header-title{font-size:18px!important;text-align:center}.header-logo{width:44px!important;height:44px!important}}
