:root{--primary-start:#f83;--primary-end:#f65656;--primary-gradient:linear-gradient(90deg,var(--primary-start) 0%,var(--primary-end) 100%);--bg-light:#f8f9fb;--bg-white:#fff;--text-primary:#1a1a2e;--text-secondary:#4a5568;--text-muted:#a0aec0;--border-color:#e2e8f0;--shadow-sm:0 1px 3px rgba(0,0,0,.06);--shadow-md:0 4px 12px rgba(0,0,0,.08);--shadow-lg:0 8px 24px rgba(0,0,0,.12);--shadow-xl:0 12px 32px rgba(0,0,0,.15);--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-full:50px;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.35s ease;--header-height:64px;--container-max:1400px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{background-color:var(--bg-light);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none;transition:color var(--transition-fast)}button{background:transparent;border:none;cursor:pointer;font-family:inherit;outline:none}img{display:block;height:auto;max-width:100%}ol,ul{list-style:none}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:600;line-height:1.3}.container{max-width:1200px}.container,.container-wide{margin:0 auto;padding:0 var(--space-lg);width:100%}.container-wide{max-width:1400px}section[id]{scroll-margin-top:var(--header-height)}@media(max-width:768px){.container,.container-wide{padding:0 var(--space-md)}html{font-size:14px}}
