@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{font-family:'Space Grotesk',Arial,sans-serif;color:#f5f3ed;background:#141414;font-size:16px}*{box-sizing:border-box}body{margin:0;background:#141414}button,input{font:inherit}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #ecff67;outline-offset:4px}.app{max-width:1600px;margin:auto;padding:0 clamp(18px,4vw,70px)}header{height:89px;border-bottom:1px solid #515151;display:flex;justify-content:space-between;align-items:center;gap:15px}.wordmark{font-weight:700;letter-spacing:-.085em;font-size:2rem;color:#f5f3ed;text-decoration:none}.wordmark>span:first-child{color:#c3ff52}.wordmark-small{font:500 .68rem 'DM Mono',monospace;letter-spacing:.05em;color:#b6b6b1;vertical-align:middle}.edition,.eyebrow,legend,.preview-top,.preview-bottom,footer{font-family:'DM Mono',monospace;letter-spacing:.08em;font-size:.72rem}.edition{color:#c8c9c0}.edition span{background:#c3ff52;color:#171717;padding:7px 9px;margin-left:10px}.heading{display:flex;justify-content:space-between;align-items:end;gap:30px;padding:49px 0 45px}.eyebrow{color:#c3ff52}.heading h1{font-size:clamp(3.5rem,6.5vw,7rem);line-height:.91;letter-spacing:-.095em;margin:23px 0 0}.heading h1 i{font-style:normal;color:#c3ff52}.heading>p{color:#c4c6c0;line-height:1.5;max-width:285px;margin:0 0 4px}.workspace{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:20px;align-items:start}.preview{background:#202020;border:1px solid #4c4c4c;padding:16px}.preview-top,.preview-bottom{display:flex;justify-content:space-between;gap:15px;color:#b9bbb2}.preview-top{padding:3px 3px 15px}.preview-bottom{padding:16px 3px 3px}.canvas-wrap{background:#070a24;aspect-ratio:1;display:grid;place-items:center;overflow:hidden}canvas{width:100%;height:100%;display:block}.controls{background:#e8e9e2;color:#20211f;padding:clamp(23px,3vw,42px);border:1px solid #f3f3ed}.control-heading .eyebrow{color:#657a25}.controls h2{font-size:clamp(2rem,3vw,3rem);line-height:1;letter-spacing:-.065em;margin:13px 0 31px}.group{border:0;border-top:1px solid #adb3a8;padding:23px 0 26px;margin:0;min-width:0}.group legend{padding:0;float:left;width:100%;margin-bottom:20px;color:#59635d;font-weight:500}.mode-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.mode-buttons label{cursor:pointer}.mode-buttons input,.palette-options input{position:absolute;opacity:0;width:1px;height:1px}.mode-buttons span{display:block;border:1px solid #9aa49a;padding:13px 4px;text-align:center;background:#f4f4ef;font-size:.92rem}.mode-buttons input:checked+span{background:#20211f;color:white;border-color:#20211f}.mode-buttons input:focus-visible+span,.palette-options input:focus-visible+.swatch{outline:3px solid #547615;outline-offset:3px}.palette-options{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.palette-options label{display:flex;flex-direction:column;gap:9px;cursor:pointer;font-size:.82rem;color:#4d554e}.swatch{height:49px;display:block;border:3px solid transparent}.electric{background:linear-gradient(135deg,#0b1238 15%,#a7f05c 15% 43%,#f77fa0 43% 72%,#8bb5fc 72%)}.heat{background:linear-gradient(135deg,#44152c 15%,#fcb749 15% 45%,#e74d51 45% 72%,#f3e2bd 72%)}.mono{background:linear-gradient(135deg,#131719 15%,#edefe7 15% 45%,#9ca3a4 45% 72%,#525859 72%)}.palette-options input:checked+.swatch{border-color:#151515;box-shadow:0 0 0 2px #e8e9e2 inset}.range-row{display:flex;justify-content:space-between;font-size:.92rem;font-weight:600;margin:0 0 12px}.range-row output{font-family:'DM Mono',monospace;color:#59635d}.range-row.second{margin-top:24px}.group input[type=range]{width:100%;accent-color:#141414;cursor:pointer}.actions{display:grid;gap:9px;margin-top:13px}.actions button{padding:16px 18px;display:flex;align-items:center;justify-content:space-between;border:1px solid #20211f;font-weight:700}.secondary{background:transparent;color:#20211f}.secondary:hover{background:#d5dbcb}.primary{background:#c3ff52;color:#20211f}.primary:hover{background:#b1ed3e}.note{font-size:.82rem;color:#68716b;line-height:1.5;margin:17px 0 0}footer{margin-top:70px;border-top:1px solid #515151;display:flex;justify-content:space-between;gap:20px;color:#aeb0aa;padding:28px 0 43px}@media(max-width:980px){.workspace{grid-template-columns:1fr 380px}.heading h1{font-size:clamp(3.4rem,7vw,5.5rem)}}@media(max-width:750px){.heading{display:block;padding:40px 0 35px}.heading h1{font-size:clamp(3.5rem,11vw,6rem)}.heading>p{margin:22px 0 0}.workspace{grid-template-columns:1fr}.controls{order:2}.preview{order:1}footer{margin-top:45px;flex-direction:column}.edition{font-size:.62rem}}@media(max-width:420px){.wordmark{font-size:1.55rem}.wordmark-small{font-size:.6rem}.edition{display:none}}
