:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{display:flex;flex-direction:column;height:100vh;background-color:#f8f9fa}.app-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 8px #0000001a}.app-header h1{font-size:1.5rem;font-weight:600}.header-actions{display:flex;gap:1rem;align-items:center}.template-name-input{padding:.5rem 1rem;border:2px solid rgba(255,255,255,.3);border-radius:8px;background:#ffffff1a;color:#fff;font-size:1rem;min-width:200px}.template-name-input::placeholder{color:#ffffffb3}.btn{padding:.5rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 8px #0003}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:#667eea;color:#fff}.btn-secondary{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3)}.btn-success{background:#48bb78;color:#fff}.btn-danger{background:#f56565;color:#fff}.app-content{display:flex;flex:1;overflow:hidden}.sidebar{width:280px;background:#fff;border-right:1px solid #e2e8f0;padding:1.5rem;overflow-y:auto;box-shadow:2px 0 8px #0000000d}.sidebar h2{font-size:1.25rem;margin-bottom:1rem;color:#2d3748}.background-list{display:flex;flex-direction:column;gap:1rem}.background-item{cursor:pointer;border:2px solid #e2e8f0;border-radius:8px;padding:.5rem;transition:all .3s ease;background:#fff}.background-item:hover{border-color:#667eea;box-shadow:0 4px 8px #667eea33}.background-item.active{border-color:#667eea;background:#f7fafc}.background-item img{width:100%;height:150px;object-fit:cover;border-radius:4px;margin-bottom:.5rem}.background-item span{display:block;font-size:.875rem;color:#4a5568;text-align:center;word-break:break-word}.main-content{flex:1;overflow:auto;padding:2rem;background:#f8f9fa;display:flex;justify-content:center;align-items:flex-start}.empty-state{display:flex;justify-content:center;align-items:center;height:100%;font-size:1.25rem;color:#a0aec0}.canvas-container{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:100%}.toolbar{display:flex;gap:1rem;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d}.canvas-wrapper{display:inline-block;background:#fff;border-radius:8px;padding:1rem;box-shadow:0 2px 16px #0000001a;max-width:100%;overflow:visible}.properties-panel{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000000d;max-width:400px}.properties-panel h3{font-size:1.125rem;margin-bottom:1rem;color:#2d3748}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#4a5568;font-size:.875rem}.form-group input{width:100%;padding:.5rem;border:2px solid #e2e8f0;border-radius:6px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#667eea}.form-group input[type=color]{height:40px;cursor:pointer}.preview-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.preview-modal{width:90vw;height:90vh;background:#fff;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 8px 32px #0000004d}.preview-modal-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #e2e8f0;font-weight:600;color:#2d3748}
