body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f9f1;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}code{font-family:Courier New,monospace}.App{background:#f5f9f1;display:flex;flex-direction:column;min-height:100vh}.nav-item,.sidebar,.sidebar-footer,.sidebar-logo,.sidebar-nav{display:none}.App-header{align-items:center;background:linear-gradient(135deg,#6ab524,#2a4a1a);border-bottom:4px solid #f4c430;color:#fff;display:flex;justify-content:space-between;padding:30px 40px}.header-content{flex:1 1}.header-content h1{font-size:2.2rem;font-weight:700;letter-spacing:-1px;margin-bottom:5px}.header-content p{font-size:.95rem;font-weight:400;opacity:.9}.header-actions{display:flex;gap:12px}.btn-add{align-items:center;background:#f4c430;border:none;border-radius:8px;color:#2a4a1a;cursor:pointer;display:flex;font-size:.95rem;font-weight:700;gap:8px;padding:12px 24px;transition:all .3s ease}.btn-add:hover{box-shadow:0 6px 16px #6ab5244d;transform:translateY(-2px)}.App-main{flex:1 1;margin:0 auto;max-width:1400px;overflow-y:auto;padding:30px 40px;width:100%}.models-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(2,1fr);margin-bottom:40px}@media (max-width:1000px){.models-grid{grid-template-columns:1fr}}.loading{align-items:center;display:flex;flex-direction:column;gap:24px;justify-content:center;min-height:400px}.spinner{animation:spin 1s linear infinite;border:5px solid #6ab52426;border-radius:50%;border-top-color:#6ab524;height:50px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading p{color:#6ab524;font-size:1.1rem;font-weight:500}.error-message{background:#fee;border-left:5px solid #d32f2f;border-radius:8px;color:#c62828;font-weight:500;margin:20px 0;padding:20px}.App-footer{background:#2a4a1a;border-top:2px solid #6ab524;color:#e8f0e0;font-size:.85rem;margin-top:60px;padding:30px 40px}.footer-content{align-items:flex-start;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between}.footer-section{flex:1 1;min-width:200px}.footer-section strong{color:#f4c430;font-weight:700}.footer-section a{color:#f4c430;text-decoration:none}.status-badge{border-radius:20px;display:inline-block;font-size:.8rem;font-weight:600;margin-left:8px;padding:4px 12px}.status-badge.success{background:#6ab52433;color:#6ab524}.status-badge.error{background:#d32f2f33;color:#d32f2f}.status-badge.info{background:#f4c43033;color:#f4c430}@media (max-width:1024px){.sidebar{width:200px}.App-header{padding:20px 30px}.App-main{padding:0 30px}}@media (max-width:768px){.App{flex-direction:column}.sidebar{flex-direction:row;gap:0;height:auto;overflow-x:auto;padding:15px;position:static;width:100%}.sidebar-logo{display:none}.sidebar-nav{flex:1 1;flex-direction:row}.nav-item{flex-shrink:0;white-space:nowrap}.sidebar-footer{display:none}.App-header h1{font-size:1.8rem}.App-main{margin:20px auto;padding:0 20px}}.model-section{background:#fff;border:1px solid #f0f0f0;border-radius:10px;box-shadow:0 2px 6px #00000014;padding:16px;transition:all .3s ease}.model-section:hover{box-shadow:0 8px 24px #0000001f}.model-header{align-items:flex-start;border-bottom:2px solid #e8e8e8;display:flex;justify-content:space-between;margin-bottom:12px;padding-bottom:12px}.model-title{color:#2a4a1a;font-size:1.3rem;font-weight:700;margin:0}.model-badges{display:flex;flex-wrap:wrap;gap:6px}.badge{border-radius:16px;font-size:.75rem;font-weight:600;padding:3px 10px;white-space:nowrap}.badge.tier{background:linear-gradient(135deg,#6ab524,#2a4a1a);color:#fff}.badge.rating{background:#f4c430;color:#2a4a1a}.model-description{background:#f9f7f2;border-left:3px solid #6ab524;border-radius:6px;margin-bottom:14px;padding:10px 12px}.description-text{color:#555;font-size:.9rem;font-weight:500;line-height:1.4;margin-bottom:4px}.use-case{color:#666;font-size:.85rem;margin-bottom:6px}.highlights{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.highlight-tag{background:#e0f0d8;border:1px solid #6ab524;border-radius:12px;color:#2a4a1a;font-size:.7rem;font-weight:600;padding:2px 8px}.section-group{margin-bottom:14px}.section-title{align-items:center;color:#2a4a1a;display:flex;font-size:.95rem;font-weight:700;gap:6px;margin-bottom:8px;margin-top:0}.text-input{border:2px solid #e0e0e0;border-radius:6px;color:#333;font-family:inherit;font-size:.9rem;min-height:60px;padding:8px 10px;resize:vertical;transition:all .3s ease;width:100%}.text-input:focus{background:#fafaf8;border-color:#6ab524;box-shadow:0 0 0 2px #6ab5241a;outline:none}.text-input::placeholder{color:#aaa}.preset-buttons{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.preset-btn{background:#0000;border:2px solid;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:600;padding:10px 14px;transition:all .3s ease;white-space:nowrap}.preset-btn:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.preset-btn.active{box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.control-group{margin-bottom:12px}.control-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px}.control-header label{color:#2a4a1a;font-size:.85rem;font-weight:600;margin:0}.control-value{background:#f4c430;border-radius:4px;color:#2a4a1a;font-family:Courier New,monospace;font-size:.8rem;font-weight:700;padding:2px 8px}.slider{-webkit-appearance:none;appearance:none;background:linear-gradient(90deg,#6ab52433,#6ab524);border-radius:4px;cursor:pointer;height:8px;margin-bottom:8px;outline:none;width:100%}.slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#6ab524;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 6px #6ab52466;cursor:pointer;height:22px;-webkit-transition:all .2s ease;transition:all .2s ease;width:22px}.slider::-webkit-slider-thumb:hover{box-shadow:0 4px 10px #6ab52480;transform:scale(1.15)}.slider::-webkit-slider-thumb:active{background:#f4c430;box-shadow:0 2px 6px #f4c43080}.slider::-moz-range-thumb{background:#6ab524;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 6px #6ab52466;cursor:pointer;height:22px;-moz-transition:all .2s ease;transition:all .2s ease;width:22px}.slider::-moz-range-thumb:hover{box-shadow:0 4px 10px #6ab52480;transform:scale(1.15)}.slider::-moz-range-thumb:active{background:#f4c430;box-shadow:0 2px 6px #f4c43080}.slider.enhanced{height:8px}.slider-guides{color:#999;display:flex;font-size:.65rem;justify-content:space-between;padding:0 2px}.button-group{display:flex;gap:8px;margin-bottom:12px}.btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;flex:1 1;font-size:.85rem;font-weight:600;gap:6px;justify-content:center;padding:8px 12px;transition:all .3s ease}.btn:disabled{cursor:not-allowed;opacity:.5;transform:none!important}.btn-primary{background:#6ab524;color:#fff}.btn-primary:hover:not(:disabled){background:#5a9a1a;box-shadow:0 4px 12px #6ab52466;transform:translateY(-2px)}.btn-primary:active:not(:disabled){background:#4a7a0a;transform:translateY(0)}.btn-secondary{background:#f0f0f0;border:1px solid #e0e0e0;color:#2a4a1a}.btn-secondary:hover:not(:disabled){background:#e8e8e8;transform:translateY(-2px)}.btn-download{background:#2a4a1a;color:#fff;flex:none;font-size:.9rem;padding:9px 14px}.btn-download:hover{background:#1a2a0a;transform:translateY(-2px)}.audio-player{background:linear-gradient(135deg,#f9f7f2,#f5f1e8);border:2px solid #e8e0d0;border-left:3px solid #6ab524;border-radius:6px;margin-bottom:12px;padding:10px}.player-header{color:#2a4a1a;font-size:.85rem;font-weight:700;margin-bottom:8px}.player-controls{align-items:center;display:flex;gap:8px}.audio-element{flex:1 1;height:26px;outline:none}.error-text{background:#fee;border-left:3px solid #d32f2f;border-radius:4px;color:#c62828;font-size:.8rem;margin-top:8px;padding:8px 10px}.error-text p{margin:0}@media (max-width:640px){.model-section{padding:16px}.model-header{gap:12px}.button-group,.model-header,.player-controls{flex-direction:column}.audio-element{width:100%}.preset-buttons{grid-template-columns:repeat(2,1fr)}.slider-guides{font-size:.65rem}}
/*# sourceMappingURL=main.c81bb3a0.css.map*/