:root{color-scheme:light;--ink:#2b3f37;--paper:#f6f2e7;font-family:"Microsoft YaHei","PingFang SC",sans-serif;color:var(--ink);background:var(--paper)}
*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button,a{touch-action:manipulation}button{font:inherit;cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid #617d88;outline-offset:4px}
header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:23px max(25px,calc((100vw - 1280px)/2));border-bottom:1px solid #43504733;background:#faf8f0}
.brand{display:flex;align-items:center;gap:12px;font-family:KaiTi,STKaiti,serif;font-size:23px}.brand b{display:grid;place-items:center;background:#a45241;color:#fff4dd;width:35px;height:38px;transform:rotate(-5deg);font-size:24px;font-weight:400}.brand span{font:11px "Microsoft YaHei",sans-serif;color:#738171;margin-left:15px}
.download-all{font-size:12px;border:1px solid #667565;padding:11px 15px;border-radius:2px}main{max-width:1280px;margin:auto;padding:28px 0 30px}.intro{display:flex;justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:23px}.eyebrow{font-size:11px;letter-spacing:.25em;color:#9c6952;margin:0 0 10px}h1{font:38px KaiTi,STKaiti,serif;margin:0 0 10px}.lead{font-size:12px;color:#7a8273;margin:0}.view-tools{display:flex;gap:6px;flex-wrap:wrap}.view-tools button{padding:8px 13px;font-size:12px;color:#59695e;border:1px solid #83937b;background:transparent;border-radius:2px}.view-tools button[aria-pressed=true]{background:#506855;color:#fff9ea}
#loading{font-size:13px;color:#8d6d55}.palette-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.palette-card{min-width:0;border:1px solid #65705b55;background:#fffcf3;position:relative;overflow:hidden}.palette-card:before{content:"";position:absolute;left:0;top:0;width:100%;height:3px;background:var(--color)}.model-window{height:255px;background:radial-gradient(ellipse at 50% 70%,var(--wash),transparent 67%)}.palette-copy{padding:10px 18px 14px;position:relative;z-index:3}.palette-title{display:flex;align-items:center;gap:8px}.palette-title i{width:12px;height:12px;border-radius:50%;border:1px solid #4c625555;background:var(--color)}.palette-title h2{font:24px KaiTi,STKaiti,serif;margin:0}.palette-title span{margin-left:auto;color:#a6a391;font-size:11px;letter-spacing:.12em}.palette-copy p{font-size:11px;color:#7c8173;line-height:1.7;margin:6px 0 9px}.palette-actions{display:flex;gap:15px;align-items:center}.palette-actions button{font-size:11px;border:0;border-bottom:1px solid #7c8a7180;padding:4px 0;background:transparent;color:#3d6654}.palette-actions a{font-size:11px;color:#927154}.footer-note{font-size:11px;text-align:center;color:#7c8676;margin:24px 0 0;line-height:1.8}.gallery-canvas{position:fixed;inset:0;width:100%;height:100%;pointer-events:none;z-index:2}
@media(max-width:1340px){main{padding:25px}header{padding:20px 25px}}@media(max-width:800px){.palette-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.intro{align-items:flex-start;flex-direction:column;gap:17px}h1{font-size:31px}.model-window{height:230px}.brand span{display:none}.palette-copy{padding:9px 12px 13px}.palette-copy p{min-height:37px}.download-all{padding:9px;font-size:11px}}@media(max-width:450px){main{padding:22px 13px}header{padding:15px 13px;gap:8px}.brand{font-size:20px;gap:8px}.brand b{width:29px;height:32px}.model-window{height:204px}.palette-actions{gap:9px}.palette-title h2{font-size:21px}.palette-copy{padding:8px 10px 12px}.palette-title span{font-size:9px}.view-tools button{padding:8px 11px}.footer-note{text-align:left}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto}}
