:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{color:#e6e9ef;background:#0d1117}.app{width:100vw;height:100vh;display:flex;overflow:hidden}.viewport{flex:1;min-width:0;position:relative}.sidebar{background:#161b22;border-left:1px solid #262d38;flex-shrink:0;width:340px;overflow-y:auto}.panel{border-bottom:1px solid #262d38;flex-direction:column;gap:20px;padding:20px;display:flex}.panel:last-child{border-bottom:none}.panel h1{margin:0;font-size:18px}.panel h2{text-transform:uppercase;letter-spacing:.06em;color:#9aa4b2;margin:0 0 12px;font-size:13px}section{border-top:1px solid #262d38;padding-top:16px}section:first-of-type{border-top:none;padding-top:0}.field{flex-direction:column;gap:6px;margin-bottom:14px;font-size:13px;display:flex}.field-label-row{color:#c7ccd4;justify-content:space-between;display:flex}.field-value{color:#7fb3ff;font-variant-numeric:tabular-nums}.field input[type=range]{accent-color:#4c8dff;width:100%}.field select,.field input[type=text]{color:#e6e9ef;background:#0d1117;border:1px solid #303a48;border-radius:6px;padding:8px;font-size:13px}.field-color{flex-direction:row;justify-content:space-between;align-items:center}.field-checkbox{color:#c7ccd4;flex-direction:row;align-items:center;gap:8px}.field-checkbox input[type=checkbox]{accent-color:#4c8dff;width:16px;height:16px}.field-color input[type=color]{background:0 0;border:1px solid #303a48;border-radius:6px;width:40px;height:28px;padding:0}.color-row{flex-direction:column;gap:8px;margin-top:4px;display:flex}.swatches{gap:10px;margin-bottom:10px;display:flex}.swatch{cursor:pointer;border:2px solid #0000;border-radius:50%;width:34px;height:34px}.swatch-selected{border-color:#fff}.readout{color:#9aa4b2;flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;display:flex}.badge{color:#9adf9a;background:#2c3a2c;border-radius:999px;padding:2px 8px;font-size:11px}.export-row{flex-direction:column;gap:8px;display:flex}button{color:#e6e9ef;cursor:pointer;background:#22293a;border:1px solid #364157;border-radius:6px;padding:9px 12px;font-size:13px}button:hover:not(:disabled){background:#2b3450}button:disabled{opacity:.5;cursor:not-allowed}.status{color:#9aa4b2;font-size:12px}.error{color:#ff8a8a;white-space:pre-wrap;background:#2c1414;border:1px solid #4a1f1f;border-radius:6px;padding:8px 10px;font-size:12px}.design-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.design-card{flex-direction:column;gap:6px;display:flex}.design-thumb{aspect-ratio:1;background:#0d1117;border-radius:8px;padding:0;overflow:hidden}.design-thumb img{object-fit:cover;width:100%;height:100%;display:block}.design-thumb-placeholder{background:linear-gradient(135deg,#1c2230,#232b3a);width:100%;height:100%}.design-name{color:#c7ccd4;text-overflow:ellipsis;white-space:nowrap;cursor:text;font-size:12px;overflow:hidden}.design-rename-input{color:#e6e9ef;background:#0d1117;border:1px solid #364157;border-radius:4px;width:100%;padding:2px 4px;font-size:12px}.design-actions{gap:6px;display:flex}.design-actions button{flex:1;padding:4px 6px;font-size:11px}@media (width<=760px){.app{flex-direction:column}.sidebar{border-top:1px solid #262d38;border-left:none;width:100%;max-height:55vh}.viewport{min-height:40vh}}
