:root{--color-bg:#f5f5f7;--color-surface:#ffffff;--color-surface-hover:#f0f0f2;--color-border:#e0e0e4;--color-text:#1d1d1f;--color-text-secondary:#6e6e73;--color-accent:#0071e3;--color-accent-hover:#0077ed;--color-star:#f5a623;--color-cta:#0071e3;--color-cta-hover:#0077ed;--radius:0;--max-width:1200px;--shadow-sm:0 1px 3px rgba(0,0,0,0.08);--shadow-md:0 2px 8px rgba(0,0,0,0.1)}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Noto Sans JP,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.6;min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}main{max-width:var(--max-width);margin:0 auto;padding:0 16px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}