.css-keyframes-generator{max-width:var(--tool-container-max-width, 1600px);margin:0 auto;padding:2rem}.css-keyframes-generator h1{text-align:center;margin-bottom:.5rem;color:#1a1a2e}.css-keyframes-generator .tool-description{text-align:center;color:#666;margin-bottom:2rem}.generator-layout{display:grid;grid-template-columns:300px 1fr;gap:var(--tool-content-gap, 2rem);margin-bottom:2rem}.controls-panel{background:#f8f9fa;border-radius:12px;padding:1.5rem}.control-group{margin-bottom:1.5rem}.control-group label{display:block;color:var(--gray-900);font-size:1rem;margin-bottom:.5rem;font-weight:600;line-height:1.5;letter-spacing:.3px}.control-group input[type=text],.control-group select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem}.control-group input[type=range]{width:100%}.presets-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;max-height:200px;overflow-y:auto}.preset-btn{padding:.5rem;font-size:.75rem;border:1px solid #ddd;background:var(--white);border-radius:6px;cursor:pointer;transition:all .2s;text-transform:capitalize}.preset-btn:hover{background:#ff5722;border-color:#ff5722;color:var(--white)}.main-panel{display:flex;flex-direction:column;gap:1.5rem}.preview-section{background:var(--white);border:2px solid #d1d5db;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;box-shadow:0 1px 3px #0000001a}.preview-section h3{margin:0 0 1rem;font-size:1.1rem;color:#333}.preview-container{background:#f9fafb;background-size:20px 20px;background-position:0 0,0 10px,10px -10px,-10px 0px;border:2px solid #d1d5db;border-radius:8px;height:150px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;overflow:hidden}.preview-element{width:80px;height:80px;background:linear-gradient(135deg,#ff5722,#ff9800);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:600;box-shadow:0 4px 15px #ff572266}.preview-controls{display:flex;gap:1rem}.preview-controls button{flex:1;padding:.75rem;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s}.preview-controls button:first-child{background:#4caf50;color:var(--white)}.preview-controls button:first-child:hover:not(:disabled){background:#43a047}.preview-controls button:first-child:disabled{opacity:.6;cursor:not-allowed}.preview-controls button:last-child{background:#f44336;color:var(--white)}.preview-controls button:last-child:hover{background:#d32f2f}.timeline-section{background:var(--white);border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.timeline-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.timeline-header h3{margin:0;font-size:1.1rem;color:#333}.timeline-header button{padding:.5rem 1rem;background:#ff5722;color:var(--white);border:none;border-radius:6px;cursor:pointer}.timeline-header button:hover{background:#e64a19}.timeline{margin-bottom:1.5rem}.timeline-track{position:relative;height:40px;background:#f0f0f0;border-radius:20px;margin-bottom:.5rem}.timeline-marker{position:absolute;top:50%;transform:translate(-50%,-50%);width:20px;height:20px;background:#ff5722;border-radius:50%;cursor:pointer;transition:all .2s;z-index:1}.timeline-marker:hover,.timeline-marker.selected{width:30px;height:30px;background:#e64a19}.marker-label{position:absolute;top:-25px;left:50%;transform:translate(-50%);font-size:.75rem;font-weight:600;color:#333;white-space:nowrap}.timeline-labels{display:flex;justify-content:space-between;font-size:.75rem;color:#999}.keyframes-list{display:flex;flex-direction:column;gap:1rem;max-height:300px;overflow-y:auto}.keyframe-item{background:#f8f9fa;border-radius:8px;padding:1rem;border:2px solid transparent;transition:border-color .2s;cursor:pointer}.keyframe-item:hover{border-color:#ffccbc}.keyframe-item.selected{border-color:#ff5722}.keyframe-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.percentage-input{width:60px;padding:.25rem .5rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-weight:600}.keyframe-header span{font-weight:600;color:#666}.remove-keyframe{margin-left:auto;padding:.25rem .5rem;background:#f44336;color:var(--white);border:none;border-radius:4px;cursor:pointer;font-size:.75rem}.keyframe-properties{display:flex;flex-direction:column;gap:.5rem}.property-row{display:flex;align-items:center;gap:.5rem}.prop-name{min-width:100px;font-size:.875rem;color:#666}.property-row input{flex:1;padding:.4rem;border:1px solid #ddd;border-radius:4px;font-family:Monaco,Consolas,monospace;font-size:.8rem}.remove-prop{padding:.25rem .5rem;background:#e0e0e0;border:none;border-radius:4px;cursor:pointer;font-size:.75rem}.remove-prop:hover{background:#f44336;color:var(--white)}.add-property select{width:100%;padding:.5rem;border:1px dashed #ddd;border-radius:4px;background:var(--white);cursor:pointer}.output-section{margin-bottom:2rem}.output-tabs{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}.output-tab{background:var(--white);border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.output-tab h3{margin:0 0 1rem;font-size:1rem;color:#333}.output-tab pre{background:#1a1a2e;color:#e0e0e0;padding:1rem;border-radius:8px;overflow-x:auto;font-size:.8rem;line-height:1.6;margin:0 0 1rem;max-height:200px}.output-tab button{width:100%;padding:.75rem;background:#ff5722;color:var(--white);border:none;border-radius:8px;font-weight:500;cursor:pointer}.output-tab button:hover{background:#e64a19}.full-output{background:var(--white);border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.full-output h3{margin:0 0 1rem;font-size:1rem;color:#333}.full-output pre{background:#1a1a2e;color:#e0e0e0;padding:1rem;border-radius:8px;overflow-x:auto;font-size:.8rem;line-height:1.6;margin:0 0 1rem;max-height:300px}.output-actions{display:flex;gap:1rem}.output-actions button{flex:1;padding:.75rem;border:none;border-radius:8px;font-weight:500;cursor:pointer}.output-actions button:first-child{background:#ff5722;color:var(--white)}.output-actions button:first-child:hover{background:#e64a19}.output-actions button:last-child{background:#4caf50;color:var(--white)}.output-actions button:last-child:hover{background:#43a047}.saved-section{background:var(--white);border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.saved-section h3{margin:0 0 1rem;font-size:1.1rem;color:#333}.saved-list{display:flex;flex-direction:column;gap:.5rem}.saved-item{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#f8f9fa;border-radius:8px}.saved-name{flex:1;font-weight:500}.saved-item button{padding:.4rem .8rem;background:#ff5722;color:var(--white);border:none;border-radius:4px;cursor:pointer;font-size:.8rem}.saved-item button:hover{background:#e64a19}.saved-item .delete-btn{background:#f44336}.saved-item .delete-btn:hover{background:#d32f2f}.tips-section{background:linear-gradient(135deg,#fff3e0,#ffe0b2);border-radius:12px;padding:1.5rem}.tips-section h3{margin:0 0 1rem;color:#333}.tips-section ul{margin:0;padding-left:1.5rem}.tips-section li{margin-bottom:.5rem;line-height:1.6;color:#555}.tips-section li strong{color:#333}.control-panel{background-color:#1f2937f2!important;border:2px solid var(--gray-400)!important;border-radius:6px}[data-theme=dark] .control-section{background-color:#1f2937e6!important;border-color:var(--gray-400)!important;border-width:2px}[data-theme=dark] .control-group input,[data-theme=dark] .control-group select,[data-theme=dark] .control-group textarea{background-color:#0f172acc!important;border:2px solid var(--gray-500)!important;color:var(--text-primary)}[data-theme=dark] .control-group label{display:block;color:var(--gray-900);font-size:1rem;margin-bottom:.5rem;font-weight:600;line-height:1.5;letter-spacing:.3px}@media (max-width: 900px){.generator-layout,.output-tabs{grid-template-columns:1fr}}@media (max-width: 600px){.css-keyframes-generator{padding:1rem}.presets-grid{grid-template-columns:1fr}.keyframe-header,.property-row{flex-wrap:wrap}.prop-name{min-width:100%;margin-bottom:.25rem}.output-actions{flex-direction:column}}
