:root{font-family:Arial Rounded MT Bold,PingFang SC,system-ui,sans-serif;background:#f6d95b;color:#25221f}*{box-sizing:border-box}body{margin:0;overflow:hidden}button,input{font:inherit}button{cursor:pointer}main{height:100vh;padding:18px 26px;display:flex;flex-direction:column;background-image:radial-gradient(#00000018 1px,transparent 1px);background-size:18px 18px}header{height:74px;display:flex;align-items:center;justify-content:space-between}h1{font-size:35px;letter-spacing:-.1em;margin:0;transform:rotate(-2deg)}h1 span{color:#e24d35}header small{font-family:Kaiti SC,serif}.history{display:flex;gap:8px}.history button{border:2px solid #25221f;background:#fff7d2;padding:9px 14px;box-shadow:3px 3px #25221f}.history button:active{transform:translate(2px,2px);box-shadow:1px 1px}.history button:disabled{opacity:.35}.history .export{background:#25221f;color:#fff}section{flex:1;min-height:0;display:grid;grid-template-columns:116px 1fr;gap:22px}aside{display:flex;flex-direction:column;justify-content:space-between}.toolset{display:grid;grid-template-columns:1fr 1fr;gap:8px}.toolset button{border:2px solid #25221f;background:#fff7d2;padding:7px 3px;box-shadow:3px 3px #25221f}.toolset b{font:25px Georgia;display:block}.toolset span{font-size:10px}.toolset button.active{background:#e24d35;color:#fff;transform:rotate(-3deg)}.options{background:#fff7d2;border:2px solid;padding:10px;box-shadow:4px 4px}.options label{display:block;font-size:11px;margin:7px 0}.options label:first-child{display:flex;justify-content:space-between;align-items:center}.options input[type=color]{width:30px;height:30px;border:0;background:none}.options input[type=range]{width:100%;accent-color:#e24d35}.colors{display:flex;gap:5px}.colors button{width:16px;height:16px;border:1px solid}.paper{position:relative;min-height:0;background:#fffdf7;box-shadow:8px 10px #25221f55;transform:rotate(.15deg)}canvas{display:block;width:100%;height:100%;touch-action:none;cursor:crosshair}.tape{position:absolute;width:90px;height:28px;background:#fff8;top:-10px;pointer-events:none}.tape.one{left:8%;transform:rotate(-4deg)}.tape.two{right:8%;transform:rotate(5deg)}.dimensions{position:absolute;right:8px;bottom:6px;font:10px monospace;color:#aaa;pointer-events:none}footer{height:42px;display:flex;justify-content:space-between;align-items:end;font:11px monospace}footer span{color:#9c2b21}footer p{margin:0}@media(max-width:650px){body{overflow:auto}main{height:100svh;padding:10px}header{height:64px}h1{font-size:27px}header small{display:none}.history button{padding:7px 9px}.history button:nth-child(3){display:none}section{grid-template-columns:1fr;grid-template-rows:auto 1fr;gap:9px}aside{flex-direction:row}.toolset{display:flex}.toolset button{width:48px}.toolset span{display:none}.options{display:flex;align-items:center;gap:8px;padding:5px}.options>label:first-child,.colors{display:none}.options label{width:90px}.paper{min-height:0}footer{height:32px}footer p{display:none}}
