.product-form{display:flex;flex-direction:column;gap:.75rem}.product-form h2{color:#333;margin-bottom:.25rem;font-size:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#555;font-size:.9rem}.form-group input,.form-group textarea{padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-group textarea{resize:vertical;min-height:80px;max-height:120px}.image-preview{width:100%;max-height:200px;object-fit:contain;border-radius:8px;margin-top:.5rem;border:2px solid #e0e0e0}.asin-input-group{display:flex;gap:.5rem}.asin-input-group input{flex:1}.amazon-fetch-btn{padding:.75rem 1rem;background:#f90;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.amazon-fetch-btn:hover:not(:disabled){background:#e68900}.amazon-fetch-btn:disabled{opacity:.6;cursor:not-allowed}.generate-btn{padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:1rem}.generate-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.generate-btn:disabled{opacity:.6;cursor:not-allowed}.callout-box{word-wrap:break-word;position:relative}.callout-handle{cursor:move}.resize-handle{position:absolute;background:#667eea;border:2px solid white;z-index:1001}.resize-handle.resize-nw{top:-6px;left:-6px;width:12px;height:12px;cursor:nwse-resize;border-radius:50%}.resize-handle.resize-ne{top:-6px;right:-6px;width:12px;height:12px;cursor:nesw-resize;border-radius:50%}.resize-handle.resize-sw{bottom:-6px;left:-6px;width:12px;height:12px;cursor:nesw-resize;border-radius:50%}.resize-handle.resize-se{bottom:-6px;right:-6px;width:12px;height:12px;cursor:nwse-resize;border-radius:50%}.resize-handle.resize-n{top:-4px;left:50%;transform:translate(-50%);width:40px;height:8px;cursor:ns-resize;border-radius:4px}.resize-handle.resize-s{bottom:-4px;left:50%;transform:translate(-50%);width:40px;height:8px;cursor:ns-resize;border-radius:4px}.resize-handle.resize-e{right:-4px;top:50%;transform:translateY(-50%);width:8px;height:40px;cursor:ew-resize;border-radius:4px}.resize-handle.resize-w{left:-4px;top:50%;transform:translateY(-50%);width:8px;height:40px;cursor:ew-resize;border-radius:4px}.style-controls{display:flex;flex-direction:column;gap:1rem}.style-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.style-controls h3{color:#333;font-size:1rem;margin:0}.apply-all-btn{padding:.4rem .8rem;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s}.apply-all-btn:hover{background:#5568d3}.control-group{display:flex;flex-direction:column;gap:.5rem}.control-group label{font-weight:600;color:#555;font-size:.9rem}.control-group input[type=range]{width:100%}.control-group input[type=color]{width:100%;height:40px;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer}.control-group select{padding:.5rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;cursor:pointer;transition:border-color .2s}.control-group select:focus{outline:none;border-color:#667eea}.image-editor{display:contents}.editor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid #e0e0e0;flex-shrink:0}.editor-header h2{color:#333;font-size:1.25rem}.export-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.export-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.export-btn:disabled{opacity:.6;cursor:not-allowed}.editor-controls{display:flex;flex-direction:column;gap:.5rem;height:100%;overflow:hidden}.style-controls-panel{background:#f9f9f9;border-radius:8px;padding:.75rem;overflow-y:auto;flex:1;min-height:0}.canvas-container{flex:1;overflow:visible;background:transparent;display:flex;align-items:center;justify-content:center;position:relative;min-height:400px;width:100%}.canvas-wrapper{position:relative;width:400px;height:400px;display:flex;align-items:center;justify-content:center;overflow:visible}.canvas{border:2px solid #333;box-shadow:0 4px 20px #0000004d;width:2000px;height:2000px;position:relative;background-repeat:no-repeat;isolation:isolate;transform:scale(.2);transform-origin:center center;flex-shrink:0}@media (max-width: 1200px){.editor-content{flex-direction:column}.style-controls-panel{width:100%;position:relative}}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 2rem;text-align:center;box-shadow:0 2px 10px #0000001a;flex-shrink:0}.app-header h1{font-size:1.75rem;margin-bottom:.25rem;font-weight:700}.app-header p{font-size:.9rem;opacity:.9}.app-container{display:grid;grid-template-columns:280px 280px 1fr;gap:.5rem;padding:.5rem;overflow:hidden;height:calc(100vh - 140px);max-height:calc(100vh - 140px)}.sidebar{background:#fff;border-radius:8px;padding:.75rem;box-shadow:0 2px 4px #0000001a;overflow-y:auto}.editor-area{background:#fff;border-radius:8px;padding:.5rem;box-shadow:0 2px 4px #0000001a;overflow:hidden;display:flex;flex-direction:column}.placeholder{display:flex;align-items:center;justify-content:center;height:600px;color:#999;font-size:1.2rem}@media (max-width: 1200px){.app-container{flex-direction:column}.sidebar{width:100%;position:relative;top:0}}*{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;background:#f5f5f5}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
