.css-transition-generator{padding:2rem;max-width:var(--tool-container-max-width, 1600px);margin:0 auto}.css-transition-generator h1{margin-bottom:.5rem;color:var(--gray-800)}.css-transition-generator .tool-description{color:var(--gray-500);margin-bottom:2rem}.transition-layout{display:grid;grid-template-columns:1fr 1fr;gap:var(--tool-content-gap, 2rem)}.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: 1023px){.transition-layout{grid-template-columns:1fr}}.controls-section,.preview-section{display:flex;flex-direction:column;gap:1.5rem}.control-group{background:var(--gray-50);border-radius:12px;padding:1.5rem}.control-group h3{margin:0 0 1rem;font-size:1rem;color:var(--gray-700)}.preset-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.preset-btn{padding:.5rem 1rem;border:1px solid var(--gray-200);border-radius:6px;background:var(--white);color:var(--gray-600);cursor:pointer;font-size:.875rem;transition:all .2s}.preset-btn:hover{background:var(--info-color);color:var(--white);border-color:var(--info-color)}.transition-row{background:var(--white);border-radius:8px;padding:1rem;margin-bottom:1rem;border:1px solid var(--gray-200)}.transition-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.enable-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer}.enable-checkbox input{width:16px;height:16px;cursor:pointer}.enable-checkbox span{font-weight:500;color:var(--gray-700)}.remove-btn{width:28px;height:28px;border:none;border-radius:6px;background:#fee2e2;color:#dc2626;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.remove-btn:hover:not(:disabled){background:#dc2626;color:var(--white)}.remove-btn:disabled{opacity:.5;cursor:not-allowed}.transition-fields{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (max-width: 600px){.transition-fields{grid-template-columns:1fr}}.field{display:flex;flex-direction:column;gap:.25rem}.field label{font-size:.75rem;color:var(--gray-500);font-weight:500}.field input,.field select{padding:.5rem;border:1px solid var(--gray-200);border-radius:6px;font-size:.875rem}.field input:focus,.field select:focus{outline:none;border-color:var(--info-color);box-shadow:0 0 0 3px #3b82f61a}.input-with-unit{display:flex;align-items:center}.input-with-unit input{border-radius:6px 0 0 6px;flex:1}.input-with-unit .unit{padding:.5rem .75rem;background:var(--gray-100);border:1px solid var(--gray-200);border-left:none;border-radius:0 6px 6px 0;color:var(--gray-500);font-size:.875rem}.add-transition-btn{width:100%;padding:.75rem;border:2px dashed var(--gray-300);border-radius:8px;background:transparent;color:var(--gray-500);cursor:pointer;font-size:.875rem;transition:all .2s}.add-transition-btn:hover{border-color:var(--info-color);color:var(--info-color);background:#3b82f60d}.state-tabs{display:flex;gap:.5rem;margin-bottom:1rem}.state-tab{flex:1;padding:.75rem;border:1px solid var(--gray-200);border-radius:6px;background:var(--white);color:var(--gray-500);cursor:pointer;font-size:.875rem;transition:all .2s}.state-tab.active{background:var(--info-color);color:var(--white);border-color:var(--info-color)}.property-fields{display:flex;flex-direction:column;gap:1rem}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.color-input{display:flex;gap:.5rem}.color-input input[type=color]{width:40px;height:36px;padding:2px;cursor:pointer}.color-input input[type=text]{flex:1}.save-controls{display:flex;gap:.5rem}.save-controls input{flex:1;padding:.5rem;border:1px solid var(--gray-200);border-radius:6px}.save-controls button{padding:.5rem 1rem;background:var(--success);color:var(--white);border:none;border-radius:6px;cursor:pointer;font-weight:500}.save-controls button:disabled{opacity:.5;cursor:not-allowed}.saved-list{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.saved-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:var(--white);border-radius:6px;border:1px solid var(--gray-200)}.saved-item span{cursor:pointer;color:var(--info-color)}.saved-item span:hover{text-decoration:underline}.saved-item button{width:24px;height:24px;border:none;border-radius:4px;background:#fee2e2;color:#dc2626;cursor:pointer}.preview-container{background:var(--gray-50);border:2px solid #d1d5db;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.preview-container h3{margin:0 0 .5rem;font-size:1rem;color:var(--gray-700)}.preview-hint{color:var(--gray-400);font-size:.875rem;margin:0 0 1rem}.preview-area{background:#f9fafb;border-radius:8px;border:2px solid #d1d5db;min-height:250px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.preview-element{display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:500;font-size:.875rem;cursor:pointer;-webkit-user-select:none;user-select:none}.preview-controls{display:flex;gap:.5rem;justify-content:center}.preview-controls button{padding:.5rem 1.5rem;border:1px solid var(--gray-200);border-radius:6px;background:var(--white);color:var(--gray-500);cursor:pointer;transition:all .2s}.preview-controls button.active{background:var(--info-color);color:var(--white);border-color:var(--info-color)}.code-output{display:flex;flex-direction:column;gap:1rem}.code-block{background:var(--gray-800);border-radius:12px;overflow:hidden}.code-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:var(--gray-700)}.code-header h4{margin:0;font-size:.875rem;color:var(--gray-100)}.code-header button{padding:.375rem .75rem;background:var(--gray-600);color:var(--white);border:none;border-radius:4px;cursor:pointer;font-size:.75rem;transition:all .2s}.code-header button:hover{background:var(--info-color)}.code-block pre{margin:0;padding:1rem;color:var(--gray-200);font-size:.8rem;line-height:1.6;overflow-x:auto;white-space:pre-wrap;word-break:break-word}.tips-section{margin-top:2rem;background:#f0fdf4;border-radius:12px;padding:1.5rem}.tips-section h3{margin:0 0 1rem;color:#166534}.tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.tip{background:var(--white);border-radius:8px;padding:1rem}.tip h4{margin:0 0 .5rem;font-size:.875rem;color:#166534}.tip p{margin:0;font-size:.875rem;color:var(--gray-600);line-height:1.5}.tip code{background:var(--gray-100);padding:.125rem .375rem;border-radius:4px;font-size:.8rem}
