.generator-wrapper{padding:1.5rem}.tabs{display:flex;border-bottom:2px solid#eee;margin-bottom:1.5rem}.tab-button{padding:1rem 1.5rem;cursor:pointer;border:none;background-color:transparent;font-weight:700;color:#606770;position:relative;transition:color 0.3s;border-bottom:3px solid transparent}.tab-button.active{color:var(--primary-blue);border-bottom-color:var(--primary-blue)}.tab-content{display:none}.tab-content.active{display:block}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{margin-bottom:1rem}.full-width{grid-column:1/-1}label{display:block;margin-bottom:0.5rem;font-weight:600;color:#444}input[type="color"]{padding:4px;height:46px;cursor:pointer;background-color:#fff}input[type="color"]::-webkit-color-swatch-wrapper{padding:0}input[type="color"]::-webkit-color-swatch{border:1px solid#ddd;border-radius:4px}input,select{width:100%;padding:0.75rem;border:1px solid#ccd0d5;border-radius:6px;box-sizing:border-box;font-size:1rem}.generate-button{padding:0.7rem;background:linear-gradient(45deg,#2a6ac4,#1d4a8c);color:white;border:none;border-radius:6px;cursor:pointer;font-weight:700;transition:all 0.2s;display:flex;align-items:center;justify-content:center;gap:10px}.generate-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(42,106,196,0.3)}.generate-button:disabled{background:#9db2bf;cursor:not-allowed}.spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,0.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite;display:none}@keyframes spin{to{transform:rotate(360deg)}}.preview-section{margin-top:2rem;text-align:center}.preview-grid{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap;background-color:#f8f9fa;padding:1rem;border-radius:8px;min-height:50px}.preview-grid img{background-color:#fff;padding:5px;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,0.1);transition:all 0.2s}.preview-item{display:flex;flex-direction:column;align-items:center;gap:10px}.preview-item canvas{background:white;box-shadow:0 2px 5px rgba(0,0,0,0.1);max-width:64px}.preview-label{font-size:12px;color:#666}.drop-zone{max-width:100%;height:150px;padding:25px;display:flex;align-items:center;justify-content:center;text-align:center;cursor:pointer;color:#cccccc;border:2px dashed#2a6ac4;border-radius:10px;transition:background 0.3s ease;background:#f8f9fa;position:relative}.drop-zone--over{background:#e1ecf4;border-style:solid}.drop-zone__input{display:none}.drop-zone__prompt i{font-size:2.5rem;color:#2a6ac4;margin-bottom:10px}