.testimonials-hero{min-height:50vh;display:flex;align-items:center;padding:8rem 2rem 4rem;position:relative;overflow:hidden}.testimonials-hero-content{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}.testimonial-stats{display:flex;justify-content:center;gap:4rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--ed-border-primary)}.testimonial-stat{text-align:center}.testimonial-stat-value{font-size:2.5rem;font-weight:800;color:var(--ed-text-heading);line-height:1}.testimonial-stat-value span{color:var(--ed-accent-gold)}.testimonial-stat-label{color:var(--ed-text-muted);font-size:.875rem;margin-top:.5rem}.testimonial-filters-section{padding:2rem 0 3rem;background:var(--ed-bg-secondary);border-bottom:1px solid var(--ed-border-primary)}.testimonial-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.testimonial-filter{padding:.625rem 1.25rem;background:var(--ed-gradient-card);border:1px solid var(--ed-border-primary);border-radius:100px;color:var(--ed-text-secondary);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease}.testimonial-filter:hover{border-color:var(--ed-border-accent);color:var(--ed-text-heading)}.testimonial-filter.active{background:var(--ed-accent-gradient);color:#fff;border-color:transparent}.testimonial-filter .count{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .375rem;border-radius:100px;background:#ffffff26;font-size:.6875rem;font-weight:600;margin-left:.375rem}.testimonial-filter.active .count{background:#ffffff40}.testimonials-section{padding:4rem 0}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem;margin-top:2rem}.testimonial-card{background:var(--ed-gradient-card);border:1px solid var(--ed-border-primary);border-radius:1rem;padding:2rem;position:relative;transition:all .3s ease}.testimonial-card:hover{border-color:var(--ed-border-accent);transform:translateY(-2px);box-shadow:0 8px 32px #0000004d}.testimonial-card.featured{border-color:var(--ed-accent-gold);background:linear-gradient(135deg,rgba(251,191,36,.05),var(--ed-bg-card))}.testimonial-card-quote{position:absolute;top:1rem;right:1.5rem;font-size:3rem;color:#8b5cf626;line-height:1;font-family:Georgia,serif}.testimonial-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.testimonial-avatar{width:56px;height:56px;border-radius:50%;background:var(--ed-accent-gradient);display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:#fff;flex-shrink:0}.testimonial-author-info{flex:1;min-width:0}.testimonial-author-name{font-weight:700;font-size:1rem;color:var(--ed-text-heading)}.testimonial-author-role{font-size:.8125rem;color:var(--ed-text-muted);margin-top:.125rem}.testimonial-category-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .625rem;border-radius:100px;background:#8b5cf61f;color:#a78bfa;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-top:.375rem}.testimonial-card-body{font-size:.9375rem;line-height:1.7;color:var(--ed-text-secondary);margin-bottom:1.25rem}.testimonial-card-body .highlight{color:var(--ed-text-heading);font-weight:500}.testimonial-media{margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.75rem}.testimonial-images{display:flex;gap:.5rem;flex-wrap:wrap}.testimonial-img{width:80px;height:80px;object-fit:cover;border-radius:.5rem;border:1px solid var(--ed-border-primary);cursor:pointer;transition:transform .2s,border-color .2s}.testimonial-img:hover{transform:scale(1.05);border-color:var(--ed-border-accent)}.testimonial-screenshot{display:flex;flex-direction:column;gap:.375rem}.screenshot-label{display:flex;align-items:center;gap:.375rem;font-size:.6875rem;font-weight:600;color:var(--ed-text-muted);text-transform:uppercase;letter-spacing:.05em}.testimonial-screenshot-img{width:100%;max-height:300px;object-fit:contain;border-radius:.5rem;border:1px solid var(--ed-border-primary);background:#0003;cursor:pointer;transition:border-color .2s}.testimonial-screenshot-img:hover{border-color:var(--ed-border-accent)}.testimonial-audio{display:flex;flex-direction:column;gap:.375rem}.testimonial-audio-label{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:600;color:var(--ed-text-muted)}.testimonial-audio-player{width:100%;height:40px;border-radius:.5rem;outline:none}.testimonial-audio-player::-webkit-media-controls-panel{background:#ffffff0d}.testimonial-video{border-radius:.75rem;overflow:hidden;border:1px solid var(--ed-border-primary)}.testimonial-video-player{width:100%;max-height:300px;display:block;background:#000}.media-preview-overlay{position:fixed;inset:0;z-index:9999;background:#000000e6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;cursor:pointer}.media-preview-overlay.active{opacity:1}.media-preview-close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.media-preview-close:hover{background:#ffffff1a}.media-preview-content{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:.5rem}.testimonial-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid var(--ed-border-primary);font-size:.75rem;color:var(--ed-text-muted)}.testimonial-date{display:flex;align-items:center;gap:.375rem}.testimonial-source{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:100px;background:#10b9811a;color:#10b981;font-size:.6875rem;font-weight:500}.testimonial-source.forwarded{background:#60a5fa1a;color:#60a5fa}.write-testimonial-section{padding:5rem 0;background:var(--ed-bg-secondary);border-top:1px solid var(--ed-border-primary)}.write-testimonial-card{max-width:750px;margin:0 auto;background:var(--ed-gradient-card);border:1px solid var(--ed-border-primary);border-radius:1.25rem;padding:2.5rem;text-align:center}.write-testimonial-card h2{font-size:1.75rem;font-weight:800;margin-bottom:.75rem}.write-testimonial-card p{color:var(--ed-text-muted);margin-bottom:2rem;line-height:1.6}.testimonial-encouragement{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:linear-gradient(135deg,#8b5cf614,#60a5fa0f);border:1px solid rgba(139,92,246,.2);border-radius:.75rem;margin-bottom:2rem;text-align:left}.encouragement-icon{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:var(--ed-accent-gradient);display:flex;align-items:center;justify-content:center;color:#fff}.encouragement-content strong{display:block;font-size:.9375rem;color:var(--ed-text-heading);margin-bottom:.25rem}.encouragement-content p{font-size:.8125rem;color:var(--ed-text-muted);line-height:1.5;margin-bottom:0}.testimonial-form{text-align:left;display:flex;flex-direction:column;gap:1.25rem}.testimonial-form-group{display:flex;flex-direction:column;gap:.5rem}.testimonial-form-group label{font-size:.8125rem;font-weight:600;color:var(--ed-text-heading)}.testimonial-form-group input,.testimonial-form-group textarea,.testimonial-form-group select{background:#1a1f2e;border:1px solid var(--ed-border-primary);border-radius:.5rem;padding:.75rem 1rem;color:#f0f6fc;font-size:.875rem;font-family:inherit;transition:border-color .2s}.testimonial-form-group select option{background:#1a1f2e;color:#f0f6fc}.testimonial-form-group input:focus,.testimonial-form-group textarea:focus,.testimonial-form-group select:focus{border-color:var(--ed-border-accent);outline:none}.testimonial-form-group textarea{min-height:150px;resize:vertical}.testimonial-body-meta{display:flex;align-items:center;justify-content:space-between}.testimonial-body-meta .char-hint{color:var(--ed-text-muted);font-size:.75rem}.char-counter{font-size:.75rem;color:var(--ed-text-muted);font-weight:500;font-variant-numeric:tabular-nums}.char-counter.over-min{color:#10b981}.testimonial-prompts{display:flex;flex-direction:column;gap:.5rem;margin-top:.25rem}.prompts-label{font-size:.75rem;font-weight:600;color:var(--ed-text-muted)}.prompts-list{display:flex;flex-wrap:wrap;gap:.5rem}.prompt-chip{padding:.375rem .75rem;background:#8b5cf614;border:1px solid rgba(139,92,246,.2);border-radius:100px;color:#a78bfa;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease}.prompt-chip:hover{background:#8b5cf626;border-color:#8b5cf666;color:#c4b5fd}.testimonial-media-section{border:1px solid var(--ed-border-primary);border-radius:.75rem;padding:1.5rem;background:#ffffff05}.media-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.media-section-title{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:700;color:var(--ed-text-heading);margin:0}.media-optional-label{font-size:.6875rem;color:#8b5cf6cc;font-weight:500;background:#8b5cf614;padding:.25rem .625rem;border-radius:100px}.media-upload-group{margin-bottom:1rem}.media-upload-group:last-of-type{margin-bottom:.75rem}.media-upload-label{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;color:var(--ed-text-heading);margin-bottom:.5rem}.media-limit{font-weight:400;color:var(--ed-text-muted);font-size:.6875rem;margin-left:.25rem}.media-drop-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem;border:2px dashed var(--ed-border-primary);border-radius:.5rem;cursor:pointer;transition:all .3s ease;text-align:center;color:var(--ed-text-muted);font-size:.8125rem;position:relative}.media-drop-zone:hover{border-color:var(--ed-border-accent);background:#8b5cf60a}.media-drop-zone.drag-over{border-color:#8b5cf699;background:#8b5cf614;box-shadow:0 0 20px #8b5cf61a}.media-drop-zone svg{opacity:.5}.media-drop-zone strong{color:#a78bfa}.media-file-input{position:absolute;inset:0;opacity:0;cursor:pointer;pointer-events:none}.media-preview-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.media-preview-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;background:#ffffff08;border:1px solid var(--ed-border-primary);border-radius:.5rem;position:relative}.media-preview-thumb{width:48px;height:48px;object-fit:cover;border-radius:.375rem;flex-shrink:0}.media-preview-info{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.media-preview-name{font-size:.75rem;color:var(--ed-text-heading);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.media-preview-size{font-size:.6875rem;color:var(--ed-text-muted);flex-shrink:0}.media-preview-remove{background:none;border:none;color:#f87171;font-size:1.25rem;cursor:pointer;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s;flex-shrink:0}.media-preview-remove:hover{background:#f871711a}.media-preview-audio{flex-direction:column;align-items:stretch}.media-preview-audio .media-preview-info{margin-bottom:.5rem}.media-preview-audio .media-preview-remove{position:absolute;top:.5rem;right:.5rem}.media-preview-player{width:100%;height:36px;border-radius:.375rem}.media-preview-video{flex-direction:column;align-items:stretch}.media-preview-video .media-preview-remove{position:absolute;top:.5rem;right:.5rem;z-index:2}.media-preview-video-el{width:100%;max-height:200px;border-radius:.375rem;background:#000;margin-bottom:.5rem}.media-encouragement-tip{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;padding:.75rem 1rem;background:#fbbf240f;border:1px solid rgba(251,191,36,.15);border-radius:.5rem;font-size:.75rem;color:#fbbf24e6;line-height:1.4}.media-encouragement-tip svg{flex-shrink:0;color:#fbbf24cc}.testimonial-form-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.5rem}.testimonial-form-actions .ed-btn-primary{display:inline-flex;align-items:center;gap:.5rem}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin 1s linear infinite}.testimonial-cta-section{padding:5rem 0;text-align:center}.testimonial-cta-buttons{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.testimonials-empty{text-align:center;padding:4rem 2rem;color:var(--ed-text-muted)}.testimonials-empty svg{margin-bottom:1.5rem;opacity:.3}.testimonials-empty h3{font-size:1.25rem;font-weight:600;color:var(--ed-text-heading);margin-bottom:.5rem}@media (max-width: 768px){.testimonials-hero{padding:6rem 1.5rem 3rem;min-height:auto}.testimonial-stats{gap:2rem;flex-wrap:wrap}.testimonial-stat-value{font-size:2rem}.testimonials-grid{grid-template-columns:1fr}.testimonial-card,.write-testimonial-card{padding:1.5rem}.testimonial-cta-buttons{flex-direction:column;align-items:center}.testimonial-encouragement{flex-direction:column;text-align:center;align-items:center}.media-section-header{flex-direction:column;gap:.5rem;align-items:flex-start}.testimonial-body-meta{flex-direction:column;align-items:flex-start;gap:.25rem}.testimonial-images{gap:.375rem}.testimonial-img{width:60px;height:60px}}@media (max-width: 480px){.testimonial-stats{flex-direction:column;gap:1rem}.testimonial-filters{flex-direction:column;align-items:stretch}.testimonial-filter{text-align:center}.media-drop-zone{padding:1rem}.prompts-list{flex-direction:column}}.testimonial-expand-btn{display:inline-flex;align-items:center;gap:4px;margin-left:auto;background:none;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:var(--ed-text-muted, #94a3b8);font-size:.72rem;padding:3px 8px;cursor:pointer;transition:all .15s}.testimonial-expand-btn:hover{background:#ffffff14;color:var(--ed-text-primary, #f1f5f9)}.testimonial-card{cursor:pointer}.testimonial-card:focus-visible{outline:2px solid var(--ed-accent, #6366f1);outline-offset:2px}.tm-modal-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;opacity:0;transition:opacity .25s}.tm-modal-overlay.active{opacity:1}.tm-modal{background:var(--ed-bg-card, #1e293b);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;max-width:680px;width:100%;max-height:90vh;overflow-y:auto;position:relative;transform:translateY(20px);transition:transform .25s}.tm-modal-overlay.active .tm-modal{transform:translateY(0)}.tm-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:var(--ed-text-muted, #94a3b8);font-size:1.5rem;cursor:pointer;line-height:1;padding:4px 8px;border-radius:6px}.tm-modal-close:hover{background:#ffffff14;color:#fff}.tm-modal-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.tm-modal-author{font-weight:600;color:var(--ed-text-primary, #f1f5f9);font-size:1rem}.tm-modal-role{font-size:.8rem;color:var(--ed-text-muted, #94a3b8)}.tm-modal-title{font-weight:700;font-size:1.05rem;color:var(--ed-text-primary, #f1f5f9);margin-bottom:.75rem}.tm-modal-body{color:var(--ed-text-secondary, #cbd5e1);line-height:1.75;font-size:.95rem;margin-bottom:1.25rem;white-space:pre-wrap}.tm-modal-images{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tm-modal-img{max-width:100%;border-radius:8px;cursor:pointer}.tm-modal-images .tm-modal-img{width:calc(50% - .25rem);object-fit:cover;aspect-ratio:4/3}.tm-modal-section{margin-bottom:1rem}.tm-modal-label{display:block;font-size:.78rem;color:var(--ed-text-muted, #94a3b8);margin-bottom:.4rem;font-weight:500}.tm-modal-footer{margin-top:1.25rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.07)}@media (max-width: 480px){.tm-modal{padding:1.25rem}.tm-modal-images .tm-modal-img{width:100%}}
