*{box-sizing:border-box;margin:0;padding:0}body{font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#0f172a;color:#f1f5f9;line-height:1.5;-webkit-font-smoothing:antialiased}.app{max-width:1440px;margin:0 auto;padding:2rem;min-height:100vh;display:flex;flex-direction:column;gap:1.5rem}.app-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem;border-bottom:1px solid #334155;padding-bottom:1.5rem}h1{font-size:1.8rem;font-weight:700;color:#fff;letter-spacing:-.02em;background:linear-gradient(135deg,#60a5fa,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.subtitle{color:#94a3b8;font-size:.95rem;margin-top:.25rem;max-width:750px}.header-actions{display:flex;align-items:center;gap:.75rem}button{font-family:inherit;font-size:.875rem;font-weight:600;padding:.5rem 1rem;border-radius:8px;border:1px solid #475569;background-color:#1e293b;color:#cbd5e1;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center;gap:.5rem}button:hover:not(:disabled){background-color:#334155;color:#fff;border-color:#64748b}button:disabled{opacity:.5;cursor:not-allowed}button.primary{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;color:#fff;box-shadow:0 4px 12px #2563eb33}button.primary:hover:not(:disabled){background:linear-gradient(135deg,#60a5fa,#3b82f6);box-shadow:0 4px 16px #2563eb4d}.lock-toggle{min-width:220px}.lock-toggle.locked{background-color:#ef4444;border-color:#ef4444;color:#fff;box-shadow:0 4px 12px #ef444440}.lock-toggle.locked:hover{background-color:#f87171;border-color:#f87171}.lock-toggle.unlocked{background-color:#10b981;border-color:#10b981;color:#fff;box-shadow:0 4px 12px #10b98140}.lock-toggle.unlocked:hover{background-color:#34d399;border-color:#34d399}.layout{display:grid;grid-template-columns:1fr 380px;gap:2rem;align-items:start}.main-content{display:flex;flex-direction:column;gap:1rem}.hint-banner{background-color:#1e293b;border-left:4px solid #3b82f6;padding:.75rem 1.25rem;border-radius:6px;font-size:.85rem;color:#cbd5e1}.canvas-container{background-color:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.5rem;display:flex;justify-content:center;align-items:center;overflow:auto;box-shadow:0 10px 25px -5px #0000004d}.status-footer{display:flex;gap:.75rem;align-items:center}.badge{background-color:#1e293b;border:1px solid #334155;padding:.25rem .75rem;border-radius:20px;font-size:.78rem;font-weight:600;color:#94a3b8}.badge.dirty{background-color:#f59e0b26;border-color:#f59e0b;color:#fbbf24}.sidebar{display:flex;flex-direction:column;gap:1.5rem}.sidebar-section{background-color:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.25rem;box-shadow:0 4px 6px -1px #0000001a}.sidebar-section.highlight{border-color:#4f46e5;background:linear-gradient(180deg,#1e293b,#151d30);box-shadow:0 4px 20px #4f46e51a}.sidebar-section h2{font-size:.95rem;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin-bottom:1rem;font-weight:700;border-bottom:1px solid #334155;padding-bottom:.5rem}.form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.form-group:last-child{margin-bottom:0}.form-group label{font-size:.8rem;font-weight:600;color:#cbd5e1}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}input[type=text]{width:100%;padding:.5rem .75rem;background-color:#0f172a;border:1px solid #475569;border-radius:6px;color:#fff;font-size:.85rem;outline:none;transition:border-color .2s}input[type=text]:focus:not(:disabled){border-color:#3b82f6}input[type=text]:disabled{opacity:.6;cursor:not-allowed}input[type=range]{width:100%;accent-color:#3b82f6;background:#475569;height:6px;border-radius:3px;outline:none}input[type=color]{width:100%;height:36px;border:1px solid #475569;border-radius:6px;background:none;cursor:pointer;outline:none;padding:0}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;color:#cbd5e1;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-label input[type=checkbox]{accent-color:#3b82f6;width:16px;height:16px;cursor:pointer}.radio-group{display:grid;grid-template-columns:repeat(3,1fr);background-color:#0f172a;padding:.25rem;border-radius:8px;border:1px solid #334155}.btn-toggle{padding:.35rem;border:none;background:transparent;color:#94a3b8;font-size:.78rem;border-radius:6px;font-weight:700}.btn-toggle.active{background-color:#3b82f6;color:#fff}.btn-toggle:hover:not(.active){color:#fff;background-color:#1e293b}.cat-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.cat-btn{background-color:#0f172a;border:1px solid #334155;color:#cbd5e1;padding:.5rem;justify-content:flex-start;border-radius:6px;font-size:.8rem}.cat-btn.active{border-color:var(--border-color, #3b82f6);background-color:#ffffff0d;color:#fff;box-shadow:inset 0 0 0 1px var(--border-color)}.cat-btn .swatch{width:10px;height:10px;border-radius:50%;display:inline-block;border:1px solid rgba(255,255,255,.1)}.coords-grid{display:grid;grid-template-columns:repeat(4,1fr);background-color:#0f172a;padding:.5rem;border-radius:6px;border:1px solid #334155;font-size:.75rem;text-align:center;color:#94a3b8}.coords-grid strong{color:#fff}.code-id{background-color:#0f172a;border:1px solid #334155;padding:.25rem .5rem;border-radius:4px;font-family:monospace;font-size:.75rem;color:#f472b6;word-break:break-all}.bulk-selection{background-color:#4f46e51a;border:1px solid #4f46e5;padding:.75rem;border-radius:6px;text-align:center;margin-bottom:1rem}.bulk-desc{font-size:.85rem}.btn-danger{background-color:#ef44441a;border:1px solid #ef4444;color:#f87171}.btn-danger:hover:not(:disabled){background-color:#ef4444;border-color:#ef4444;color:#fff;box-shadow:0 4px 12px #ef444433}.w-full{width:100%}.mt-sm{margin-top:.75rem}.json-pre{background-color:#0f172a;border:1px solid #334155;padding:.75rem;border-radius:6px;font-family:Fira Code,Courier New,Courier,monospace;font-size:.72rem;color:#38bdf8;overflow:auto;max-height:250px}.muted{color:#64748b;font-size:.8rem;font-style:italic;text-align:center}.event-logs-section{border-color:#f59e0b}.logs-feed{background-color:#0f172a;border:1px solid #334155;border-radius:6px;padding:.75rem;font-family:monospace;font-size:.75rem;max-height:180px;overflow-y:auto;display:flex;flex-direction:column;gap:.35rem}.log-line{color:#fbbf24;border-left:2px solid #fbbf24;padding-left:.5rem;white-space:pre-wrap;word-break:break-all}.log-line.empty{color:#64748b;border:none;padding:0;font-style:italic}.category-editor-list{display:flex;flex-direction:column;gap:.75rem}.category-item-editor{background-color:#0f172a;border:1px solid #334155;border-radius:8px;padding:.65rem .85rem}.cat-header-label{display:flex;align-items:center;gap:.5rem;font-size:.85rem;margin-bottom:.5rem}.swatch-indicator{width:10px;height:10px;border-radius:50%;display:inline-block}.cat-inputs-row{display:grid;grid-template-columns:80px 1fr;gap:1rem;align-items:center}.cat-input-item{display:flex;flex-direction:column;gap:.25rem}.cat-input-item label{font-size:.7rem;color:#64748b;font-weight:700;text-transform:uppercase}
