:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#202225;background:#eef1f3;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}button{font:inherit}.app{min-height:100vh;padding:14px 22px 28px}.topbar{display:flex;position:sticky;top:0;z-index:10;align-items:flex-start;justify-content:space-between;gap:12px;padding:10px 0 14px;background:#eef1f3}.topbar>div:first-child{min-width:0;flex:1}.topbar h1{margin:0;font-size:1.05rem;line-height:1.1}.topbar p{margin:4px 0 0;color:#61676f;font-size:.8rem}.actions{display:flex;flex-shrink:0;gap:8px}.actions button{min-width:48px;min-height:36px;border:1px solid #c5cbd3;border-radius:8px;background:#fff;color:#202225;cursor:pointer}.actions button:disabled{opacity:.45;cursor:not-allowed}.actions .primary{border-color:#176f64;background:#176f64;color:#fff;font-weight:700}.workspace{display:grid;gap:14px;width:100%;max-width:720px;margin:0 auto}.board{position:relative;width:100%;max-width:720px;aspect-ratio:1;overflow:hidden;border:2px solid #202225;border-radius:8px;background:linear-gradient(45deg,#f7f8f9 25%,transparent 25%),linear-gradient(-45deg,#f7f8f9 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#f7f8f9 75%),linear-gradient(-45deg,transparent 75%,#f7f8f9 75%);background-color:#fff;background-position:0 0,0 8px,8px -8px,-8px 0;background-size:16px 16px;box-shadow:0 8px 24px #1f23281f;touch-action:pan-y}.board:after{position:absolute;inset:0;z-index:1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='%23939aa3' stroke-width='1.5' stroke-dasharray='8 8' opacity='0.75'%3E%3Cpath d='M100 0V400M200 0V400M300 0V400M0 66.667H400M0 133.333H400M0 200H400M0 266.667H400M0 333.333H400'/%3E%3C/g%3E%3C/svg%3E");background-size:100% 100%;content:"";pointer-events:none}.placed-item{position:absolute;display:grid;z-index:2;place-items:center;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none}.placed-item:active{cursor:grabbing}.placed-item img{display:block;width:100%;height:100%;object-fit:contain;pointer-events:none}.placed-item.selected{outline:2px solid #176f64;outline-offset:3px}.item-remove{position:absolute;top:-14px;right:-14px;display:grid;width:28px;height:28px;place-items:center;border:2px solid #ffffff;border-radius:50%;background:#c4362e;color:#fff;font-size:20px;line-height:1;cursor:pointer}.resize-handle{position:absolute;right:-14px;bottom:-14px;width:28px;height:28px;border:3px solid #ffffff;border-radius:50%;background:#f2b84b;box-shadow:0 2px 8px #1f232840;cursor:nwse-resize;touch-action:none}.palette{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:4px 0 12px;touch-action:pan-y}.asset-button{display:grid;width:100%;aspect-ratio:1;place-items:center;border:1px solid #c5cbd3;border-radius:8px;background:#fff;cursor:pointer;touch-action:pan-y}.asset-button:active{transform:translateY(1px)}.asset-button img{max-width:80%;max-height:80%;pointer-events:none}.copyright{max-width:720px;margin:18px auto 0;color:#61676f;font-size:.78rem;line-height:1.5;text-align:center}.toast{position:fixed;left:50%;bottom:18px;z-index:30;max-width:calc(100vw - 44px);transform:translate(-50%,12px);border-radius:8px;background:#202225eb;color:#fff;font-size:.9rem;line-height:1.4;opacity:0;padding:10px 14px;pointer-events:none;transition:opacity .16s ease,transform .16s ease;white-space:nowrap}.toast.visible{opacity:1;transform:translate(-50%)}@media(min-width:900px){.app{padding:24px}.topbar{max-width:1040px;margin:0 auto}.workspace{grid-template-columns:minmax(480px,720px) 292px;align-items:start;justify-content:center;max-width:1040px}.board{width:min(68vw,720px)}.palette{grid-template-columns:repeat(3,84px);grid-auto-flow:row;max-height:min(720px,calc(100vh - 112px));overflow-y:auto;overflow-x:hidden;padding:0 8px 10px 0}.asset-button{width:84px;height:84px}.asset-button img{max-width:70px;max-height:70px}.copyright{max-width:1040px}}
