:root{--primary-red:#ed2124;--primary-red-dark:#cb1013;--link-blue:#0072bc;--text-black:#000;--text-dark:#333;--text-gray:#666;--text-light:#999;--bg-white:#fff;--bg-gray:#eee;--bg-light-gray:#f8f8f8;--border-gray:#e6e6e6;--border-light:#eee;--success-green:#28a745;--error-red:#dc3545;--price-color:#c30}html,body{max-width:100vw;overflow-x:hidden}body{background:var(--bg-white);color:var(--text-black);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Verdana,Geneva,sans-serif;font-size:11px;font-weight:400}*{box-sizing:border-box;margin:0;padding:0}a{color:var(--link-blue);cursor:pointer;text-decoration:underline}a:hover{text-decoration:none}strong{font-weight:700}h1,h2,h3,h4,h5,h6{font-family:Verdana,Geneva,serif;font-weight:400}h1{color:var(--text-black)}h2{color:var(--text-black);font-size:16px;font-weight:700}h3{color:var(--primary-red);margin:1em 0;font-size:14px;font-weight:700}p{line-height:1.6em}.main-content{background:var(--bg-white);width:980px;min-height:calc(100vh - 160px);margin:0 auto;padding:20px 0 0}
