:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg: #0f1419;--header-bg: #131b24;--sidebar-bg: #0d1218;--surface: #1a2332;--surface-hover: #243044;--border: #2d3a4d;--border-hover: #3d4f66;--text: #e6edf3;--text-muted: #8b9cb3;--accent: #2d7d4a;--viewer-bg: #0a0e12;--viewer-shadow: 0 8px 32px rgba(0, 0, 0, .35)}@media(prefers-color-scheme:light){:root{--bg: #f0f4f8;--header-bg: #e8eef4;--sidebar-bg: #e2e8f0;--surface: #fff;--surface-hover: #e8eef4;--border: #cbd6e2;--border-hover: #a8b8cc;--text: #1a2332;--text-muted: #5a6c7d;--accent: #1e6b3a;--viewer-bg: #e2e8f0;--viewer-shadow: 0 4px 20px rgba(0, 0, 0, .08)}}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg);color:var(--text)}#root{min-height:100vh}button,input,select{font-family:inherit}.app{min-height:100vh;display:flex;flex-direction:column;background:var(--bg);color:var(--text)}.app-header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1rem 1.25rem;border-bottom:1px solid var(--border);flex-shrink:0;background:var(--header-bg)}.app-header-inner{flex:1;min-width:0}.app-header h1{margin:0 0 .35rem;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.app-header p{margin:0;font-size:.9rem;opacity:.9;max-width:42ch;line-height:1.45}.view-toggle{display:flex;gap:.35rem;flex-shrink:0}.view-toggle button{padding:.5rem 1rem;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:.9rem;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.view-toggle button:hover{background:var(--surface-hover);border-color:var(--border-hover)}.view-toggle button.active{background:var(--accent);border-color:var(--accent);color:#fff}.app-body{flex:1;display:flex;min-height:0}.sidebar{width:300px;flex-shrink:0;border-right:1px solid var(--border);overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:1.25rem;background:var(--sidebar-bg)}.viewer{flex:1;min-width:0;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:var(--viewer-bg)}.viewer-2d{width:100%;max-width:900px;aspect-ratio:16/10;max-height:70vh;border-radius:12px;overflow:hidden;box-shadow:var(--viewer-shadow)}.field-2d{width:100%;height:100%;display:block;background:#1a1a1a}.field-3d-container{width:100%;height:100%;min-height:400px;border-radius:12px;overflow:hidden;background:#1a1a1a;box-shadow:var(--viewer-shadow)}.control-section{background:var(--surface);border-radius:10px;padding:1rem;border:1px solid var(--border)}.control-section h3{margin:0 0 .75rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.control-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.6rem;font-size:.875rem}.control-row:last-child{margin-bottom:0}.control-row.toggle{margin-bottom:.75rem}.control-row span{flex-shrink:0}.control-row input[type=color]{width:2.5rem;height:1.75rem;padding:2px;border:1px solid var(--border);border-radius:6px;cursor:pointer;background:var(--bg)}.control-row input[type=text],.control-row select{width:120px;padding:.4rem .6rem;border:1px solid var(--border);border-radius:6px;font-size:.875rem;background:var(--bg);color:var(--text)}.control-row input[type=range]{width:100px;accent-color:var(--accent)}.toggle-group{display:flex;gap:.5rem;flex-wrap:wrap}.toggle-option{display:flex;align-items:center;gap:.4rem;cursor:pointer;font-size:.875rem}.toggle-option input{accent-color:var(--accent)}.logo-upload{flex-wrap:wrap;gap:.5rem}.upload-btn{padding:.4rem .75rem;border-radius:6px;border:1px dashed var(--border);background:var(--surface-hover);font-size:.875rem;cursor:pointer;transition:border-color .15s,background .15s}.upload-btn:hover{border-color:var(--accent);background:var(--bg)}.clear-btn{padding:.3rem .6rem;font-size:.8rem;border-radius:6px;border:1px solid var(--border);background:transparent;color:var(--text-muted);cursor:pointer}.clear-btn:hover{color:var(--text);border-color:var(--text-muted)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.specs-panel{background:var(--surface);border-radius:10px;padding:1rem;border:1px solid var(--border)}.specs-panel h3{margin:0 0 .75rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.specs-panel dl{margin:0}.specs-panel dt{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-top:.6rem}.specs-panel dt:first-child{margin-top:0}.specs-panel dd{margin:.15rem 0 0;font-size:.85rem;display:flex;align-items:center;gap:.4rem}.color-swatch{width:14px;height:14px;border-radius:4px;border:1px solid var(--border);flex-shrink:0}@media(max-width:768px){.app-header{flex-direction:column;align-items:stretch;text-align:center}.app-header p{max-width:none}.view-toggle{justify-content:center}.app-body{flex-direction:column}.sidebar{width:100%;border-right:none;border-bottom:1px solid var(--border);flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:flex-start}.control-section,.specs-panel{min-width:260px;flex:1}.viewer-2d{aspect-ratio:16/10;max-height:50vh}.field-3d-container{min-height:300px}}
