.scrap-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.scrap-hero h1{margin:.15rem 0}.scrap-grid{display:grid;gap:12px}.scrap-card{display:grid;grid-template-columns:110px 1fr auto;gap:16px;align-items:center}.scrap-shape{width:110px;height:90px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:8px}.scrap-shape polygon{fill:rgba(23,50,77,.12);stroke:#17324d;stroke-width:2}.scrap-capture{display:grid;gap:14px}.scrap-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.scrap-board{grid-template-columns:repeat(3,minmax(0,1fr))}.scrap-instructions{padding:12px 14px;border-radius:10px;background:#eff6ff;border:1px solid #bfdbfe;font-weight:600}.scrap-canvas-wrap{background:#0f172a;border-radius:12px;padding:8px;overflow:hidden}.scrap-canvas-wrap canvas{width:100%;height:auto;display:block;touch-action:manipulation;border-radius:8px}@media(max-width:650px){.scrap-hero{display:grid}.scrap-card{grid-template-columns:84px 1fr}.scrap-card .btn{grid-column:1/-1}.scrap-shape{width:84px;height:74px}.scrap-meta,.scrap-board{grid-template-columns:1fr}.scrap-hero .toolbar{width:100%}.scrap-hero .toolbar .btn{flex:1}}
