.feature-section-generator h3{font-size:1.15rem;font-weight:700;color:var(--gray-900);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid var(--primary);letter-spacing:.03em}.feature-section-generator{min-height:auto;background:var(--gray-50);padding:24px}.fsg-header{text-align:center;margin-bottom:32px}.fsg-header h1{font-size:32px;font-weight:700;color:var(--gray-800);margin:0 0 8px}.fsg-header p{color:var(--gray-500);margin:0}.fsg-layout{display:grid;grid-template-columns:var(--tool-controls-width, 420px) 1fr;gap:24px;max-width:1800px;margin:0 auto}.fsg-controls{display:flex;flex-direction:column;gap:16px;max-height:none;overflow-y:auto;padding-right:8px}.fsg-controls::-webkit-scrollbar{width:6px}.fsg-controls::-webkit-scrollbar-track{background:var(--gray-200);border-radius:3px}.fsg-controls::-webkit-scrollbar-thumb{background:var(--gray-400);border-radius:3px}.fsg-panel{background:var(--white);border-radius:12px;padding:20px;border:1px solid var(--gray-200)}.fsg-panel h3{font-size:14px;font-weight:600;color:var(--gray-700);margin:0 0 16px;text-transform:uppercase;letter-spacing:.5px}.fsg-toggle-header{display:flex;align-items:center;gap:8px;cursor:pointer}.fsg-toggle-header input{width:16px;height:16px}.fsg-presets{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.fsg-preset-btn{display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:8px;cursor:pointer;transition:all .2s;font-size:12px}.fsg-preset-btn:hover{border-color:var(--info-color);background:#eff6ff}.preset-swatch{width:20px;height:20px;border-radius:4px;border:1px solid rgba(0,0,0,.1)}.preset-name{color:var(--gray-700);font-weight:500}.fsg-row{display:flex;align-items:center;gap:12px;margin-bottom:12px}.fsg-row:last-child{margin-bottom:0}.fsg-row label{min-width:100px;font-size:13px;color:var(--gray-500)}.fsg-row input[type=range]{flex:1;height:6px;background:var(--gray-200);border-radius:3px;-webkit-appearance:none}.fsg-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;background:var(--info-color);border-radius:50%;cursor:pointer}.fsg-row input[type=text],.fsg-row textarea,.fsg-row select{flex:1;padding:8px 12px;border:1px solid var(--gray-200);border-radius:6px;font-size:13px;background:var(--white)}.fsg-row input[type=text]:focus,.fsg-row textarea:focus,.fsg-row select:focus{outline:none;border-color:var(--info-color);box-shadow:0 0 0 3px #3b82f61a}.fsg-row textarea{resize:vertical}.fsg-row span{min-width:50px;text-align:right;font-size:12px;color:var(--gray-400)}.fsg-row input[type=checkbox]{width:16px;height:16px;margin-right:4px}.fsg-btn-group{display:flex;gap:4px}.fsg-btn-group button{padding:6px 12px;border:1px solid var(--gray-200);background:var(--white);border-radius:6px;font-size:12px;cursor:pointer;text-transform:capitalize;transition:all .2s}.fsg-btn-group button:hover{border-color:var(--info-color)}.fsg-btn-group button.active{background:var(--info-color);color:var(--white);border-color:var(--info-color)}.fsg-color-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.fsg-color-row{display:flex;align-items:center;gap:8px}.fsg-color-row label{flex:1;font-size:12px;color:var(--gray-500)}.fsg-color-row input[type=color]{width:32px;height:32px;border:none;border-radius:6px;cursor:pointer;background:none}.fsg-features-list{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.fsg-feature-item{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:8px}.fsg-feature-header{display:flex;justify-content:space-between;align-items:center}.fsg-feature-header select{flex:1;padding:6px 10px;border:1px solid var(--gray-200);border-radius:4px;font-size:12px;text-transform:capitalize}.fsg-remove-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#fee2e2;color:#dc2626;border:none;border-radius:4px;cursor:pointer;font-size:16px;font-weight:700;margin-left:8px}.fsg-remove-btn:hover{background:#fecaca}.fsg-feature-item input,.fsg-feature-item textarea{width:100%;padding:8px 10px;border:1px solid var(--gray-200);border-radius:4px;font-size:13px;background:var(--white)}.fsg-feature-item input:focus,.fsg-feature-item textarea:focus{outline:none;border-color:var(--info-color)}.fsg-feature-item textarea{resize:vertical;min-height:40px}.fsg-add-feature-btn{width:100%;padding:10px;background:#eff6ff;color:var(--info-color);border:1px dashed var(--info-color);border-radius:8px;cursor:pointer;font-size:13px;font-weight:500;transition:all .2s}.fsg-add-feature-btn:hover{background:#dbeafe}.fsg-preview-area{display:flex;flex-direction:column;gap:24px}.fsg-preview-area h3{font-size:14px;font-weight:600;color:var(--gray-700);margin:0;text-transform:uppercase;letter-spacing:.5px}.fsg-preview{background:#f9fafb;border-radius:12px;border:2px solid #d1d5db;overflow:hidden;min-height:400px}.feature-preview-header{margin-bottom:48px}.feature-preview-badge{display:inline-block;padding:6px 16px;background:#f9fafb;font-size:14px;font-weight:600;border:2px solid #d1d5db;border-radius:9999px;margin-bottom:16px;box-shadow:0 1px 3px #0000001a}.feature-preview-title{font-weight:700;margin:0 0 16px;line-height:1.2}.feature-preview-subtitle{margin:0;max-width:600px;line-height:1.6}.feature-preview-grid{display:grid;margin:0 auto}.feature-preview-card{transition:transform .2s,box-shadow .2s}.feature-preview-card:hover{transform:translateY(-4px)}.feature-preview-card.card-elevated:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.feature-preview-card.icon-left{display:flex;gap:20px;align-items:flex-start}.feature-preview-card.icon-left .feature-preview-icon{flex-shrink:0}.feature-preview-icon{display:flex;align-items:center;justify-content:center;margin-bottom:20px}.feature-preview-card.icon-left .feature-preview-icon{margin-bottom:0}.feature-preview-content h3{font-weight:600;margin:0 0 12px}.feature-preview-content p{margin:0;line-height:1.6}@keyframes previewFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fsg-preview .feature-preview-card{animation:previewFadeUp .6s ease-out forwards}.fsg-code-output{background:var(--white);border-radius:12px;border:1px solid var(--gray-200);overflow:hidden}.fsg-code-tabs{display:flex;gap:4px;padding:12px 16px;background:var(--gray-50);border-bottom:1px solid var(--gray-200)}.fsg-code-tabs button{padding:8px 16px;background:transparent;border:none;border-radius:6px;cursor:pointer;font-size:13px;color:var(--gray-500);transition:all .2s}.fsg-code-tabs button:hover{background:var(--gray-200)}.fsg-code-tabs button.active{background:var(--info-color);color:var(--white)}.fsg-code-actions{display:flex;gap:8px;padding:12px 16px;border-bottom:1px solid var(--gray-200);flex-wrap:wrap}.fsg-code-actions button{padding:8px 16px;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:6px;cursor:pointer;font-size:13px;color:var(--gray-700);transition:all .2s}.fsg-code-actions button:hover{background:var(--gray-200)}.fsg-code{margin:0;padding:16px;background:var(--gray-800);color:var(--gray-200);font-family:Monaco,Menlo,monospace;font-size:12px;line-height:1.6;overflow-x:auto;max-height:300px}.fsg-code code{white-space:pre}@media (max-width: 1200px){.fsg-layout{grid-template-columns:1fr}.fsg-controls{max-height:none;overflow:visible;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width: 768px){.feature-section-generator h3{font-size:1.15rem;font-weight:700;color:var(--gray-900);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid var(--primary);letter-spacing:.03em}.feature-section-generator{padding:16px}.feature-section-generator:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.fsg-controls,.fsg-color-grid,.fsg-presets{grid-template-columns:1fr}}
