:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;padding:0}body{overflow:hidden}.app-shell{color:#e7e5ea;background:#11131a;width:100vw;height:100vh;font-family:system-ui,Segoe UI,Roboto,sans-serif;display:flex;overflow:hidden}.sidebar{box-sizing:border-box;background:#15171f;border-right:1px solid #262a37;flex-direction:column;flex-shrink:0;gap:14px;width:300px;padding:18px;display:flex;overflow-y:auto}.app-title{letter-spacing:-.2px;color:#f5f4f8;margin:4px 0 6px;font-size:19px;font-weight:600}.app-subtitle{color:#8b8fa3;margin:-8px 0 4px;font-size:13px;line-height:1.4}.save-status{color:#6b93d6;margin:-4px 0 4px;font-size:12px;line-height:1.4}.canvas-area{flex:1;position:relative}.panel{background:#1b1e29;border:1px solid #2a2e3d;border-radius:10px;padding:14px}.panel-title{letter-spacing:.6px;text-transform:uppercase;color:#9298ab;margin:0 0 10px;font-size:12px;font-weight:600}.panel-hint{color:#a7abbc;margin:8px 0 0;font-size:13px;line-height:1.45}.hint-panel{background:#191d2c}.toolbar-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.toolbar-button{color:#e7e5ea;cursor:grab;background:#20232f;border:1px solid #313648;border-radius:8px;flex-direction:column;align-items:center;gap:6px;padding:12px 6px;font-size:12px;line-height:1.25;transition:background-color .15s,border-color .15s;display:flex}.toolbar-button:hover:not(:disabled){background:#282c3c;border-color:#454c66}.toolbar-button:active:not(:disabled){cursor:grabbing}.toolbar-button:disabled{opacity:.4;cursor:not-allowed}.toolbar-icon{color:#dcc186;font-size:20px}.segmented{border:1px solid #313648;border-radius:8px;display:flex;overflow:hidden}.segmented-option{color:#b7bbcb;cursor:pointer;background:#20232f;border:none;border-right:1px solid #313648;flex:1;padding:9px 0;font-size:13px}.segmented-option:last-child{border-right:none}.segmented-option.is-active{color:#fff;background:#4b5bd6}.segmented-option:disabled{opacity:.4;cursor:not-allowed}.primary-button{color:#fff;cursor:pointer;background:#4b5bd6;border:none;border-radius:8px;width:100%;margin-bottom:8px;padding:11px 0;font-size:14px;font-weight:600}.primary-button:hover:not(:disabled){background:#5a6ae0}.primary-button:disabled{opacity:.4;cursor:not-allowed}.primary-button.is-active{background:#d64b5b}.primary-button.is-active:hover{background:#e05a6a}.ghost-button{color:#a7abbc;cursor:pointer;background:0 0;border:1px solid #313648;border-radius:8px;width:100%;padding:9px 0;font-size:13px}.ghost-button:hover{color:#e7e5ea;border-color:#454c66}.inventory-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.inventory-row{color:#c4c7d4;background:#20232f;border-radius:6px;justify-content:space-between;padding:6px 8px;font-size:13px;display:flex}.inventory-size{color:#8b8fa3}.inventory-count{font-variant-numeric:tabular-nums;color:#e7e5ea;font-weight:600}.shape-row{color:#c4c7d4;cursor:pointer;background:#20232f;border:1px solid #0000;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:6px 6px 6px 10px;font-size:13px;display:flex}.shape-row:hover{border-color:#313648}.shape-row.is-selected{background:#23273a;border-color:#4b5bd6}.shape-row-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.shape-row-delete{color:#a7abbc;cursor:pointer;background:0 0;border:1px solid #313648;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:15px;line-height:1;display:flex}.shape-row-delete:hover:not(:disabled){color:#fff;background:#d64b5b;border-color:#d64b5b}.shape-row-delete:disabled{opacity:.4;cursor:not-allowed}.inventory-total{color:#f5f4f8;border-top:1px solid #2a2e3d;justify-content:space-between;margin-top:10px;padding-top:10px;font-size:13px;font-weight:600;display:flex}
