:root{font-family:system-ui,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:#e8eaed;background-color:#0f1115;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}.app{max-width:720px;margin:0 auto;padding:2rem 1.25rem 3rem}.app h1{font-size:1.5rem;font-weight:600;margin:0 0 .35rem;letter-spacing:-.02em}.subtitle{margin:0 0 1.75rem;color:#9aa0a6;font-size:.95rem}.panel{background:#1a1d24;border:1px solid #2d323c;border-radius:12px;padding:1.25rem;margin-bottom:1.25rem}.field-label{font-size:.8rem;font-weight:600;color:#bdc1c6;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.04em}.left-bg-row{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem}.select-input{flex:1;min-width:200px;max-width:100%;padding:.5rem .65rem;font-size:.9rem;color:#e8eaed;background:#0f1115;border:1px solid #3c4043;border-radius:8px;cursor:pointer}.select-input:focus{outline:2px solid #8ab4f8;outline-offset:2px}.color-input{width:44px;height:36px;padding:2px;border:1px solid #3c4043;border-radius:8px;background:#1a1d24;cursor:pointer}.color-input::-webkit-color-swatch-wrapper{padding:0}.color-input::-webkit-color-swatch{border:none;border-radius:6px}.upload-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.file-input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.file-label{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1rem;background:#3c4043;color:#e8eaed;border-radius:8px;font-size:.9rem;cursor:pointer;border:none;transition:background .15s ease}.file-label:hover{background:#5f6368}.file-label:focus-within{outline:2px solid #8ab4f8;outline-offset:2px}.hint{font-size:.85rem;color:#9aa0a6}.preview-wrap{margin-top:1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.preview-wrap canvas{display:block;max-width:100%;height:auto;border-radius:12px;box-shadow:0 8px 32px #00000059}.actions{display:flex;flex-wrap:wrap;gap:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.1rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;border:1px solid transparent;transition:background .15s ease,border-color .15s ease}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:#8ab4f8;color:#202124}.btn-primary:hover:not(:disabled){background:#aecbfa}.btn-secondary{background:transparent;color:#e8eaed;border-color:#5f6368}.btn-secondary:hover:not(:disabled){background:#2d323c}.error{margin:.75rem 0 0;font-size:.875rem;color:#f28b82}
