/* Shorts Reprocessor - Dark theme override for ROBOPRESS landing */
.shorts-tool-section {
    position: relative;
    z-index: 10;
    padding: 60px 20px 100px;
}
.shorts-tool-section .shorts-reprocessor-wrap.sr-front {
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(6, 182, 212, 0.2);
    border-radius: 24px;
    padding: 40px 30px 50px;
    max-width: 1300px;
}
.shorts-tool-section .sr-front .sr-steps {
    background: rgba(2, 8, 23, 0.7);
    border-color: rgba(6, 182, 212, 0.2);
}
.shorts-tool-section .sr-front .sr-step {
    background: rgba(255,255,255,0.06);
    color: #94a3b8;
}
.shorts-tool-section .sr-front .sr-step.active {
    background: linear-gradient(135deg, #06b6d4, #3b82f6);
    color: #fff;
    box-shadow: 0 2px 12px rgba(6,182,212,0.4);
}
.shorts-tool-section .sr-front .sr-step.completed {
    background: #00a32a;
    color: #fff;
}
.shorts-tool-section .sr-front .sr-step-connector {
    background: rgba(6,182,212,0.25);
}
.shorts-tool-section .sr-front .sr-card {
    background: rgba(2, 8, 23, 0.7);
    border-color: rgba(6, 182, 212, 0.15);
    color: #e2e8f0;
}
.shorts-tool-section .sr-front .sr-card h2 {
    color: #fff;
    border-bottom-color: rgba(6,182,212,0.2);
}
.shorts-tool-section .sr-front .sr-card h3,
.shorts-tool-section .sr-front .sr-card h4 {
    color: #e2e8f0;
}
.shorts-tool-section .sr-front .sr-form-group label {
    color: #94a3b8;
}
.shorts-tool-section .sr-front .sr-form-group input[type="text"],
.shorts-tool-section .sr-front .sr-form-group textarea,
.shorts-tool-section .sr-front .sr-form-group select {
    background: rgba(2, 8, 23, 0.8);
    border-color: rgba(6, 182, 212, 0.25);
    color: #e2e8f0;
}
.shorts-tool-section .sr-front .sr-form-group input:focus,
.shorts-tool-section .sr-front .sr-form-group textarea:focus,
.shorts-tool-section .sr-front .sr-form-group select:focus {
    border-color: #06b6d4;
    box-shadow: 0 0 0 2px rgba(6,182,212,0.2);
}
.shorts-tool-section .sr-front .sr-btn {
    background: rgba(255,255,255,0.08);
    border-color: rgba(6,182,212,0.3);
    color: #e2e8f0;
}
.shorts-tool-section .sr-front .sr-btn:hover {
    background: rgba(255,255,255,0.15);
    border-color: #06b6d4;
}
.shorts-tool-section .sr-front .sr-btn-primary {
    background: linear-gradient(135deg, #06b6d4, #3b82f6);
    border-color: transparent;
    color: #fff;
}
.shorts-tool-section .sr-front .sr-btn-primary:hover {
    box-shadow: 0 4px 20px rgba(6,182,212,0.5);
    transform: translateY(-1px);
}
.shorts-tool-section .sr-front .sr-loading {
    background: rgba(2, 8, 23, 0.7);
    border-color: rgba(6,182,212,0.2);
    color: #94a3b8;
}
.shorts-tool-section .sr-front .sr-spinner {
    border-color: rgba(6,182,212,0.2);
    border-top-color: #06b6d4;
}
.shorts-tool-section .sr-front .sr-video-card {
    background: rgba(2, 8, 23, 0.7);
    border-color: rgba(6,182,212,0.15);
}
.shorts-tool-section .sr-front .sr-video-card:hover {
    border-color: #06b6d4;
    box-shadow: 0 4px 16px rgba(6,182,212,0.2);
}
.shorts-tool-section .sr-front .sr-video-card.selected {
    border-color: #06b6d4;
    box-shadow: 0 0 0 3px rgba(6,182,212,0.3);
}
.shorts-tool-section .sr-front .sr-video-title,
.shorts-tool-section .sr-front .sr-selected-meta strong,
.shorts-tool-section .sr-front .sr-selected-meta p {
    color: #e2e8f0;
}
.shorts-tool-section .sr-front .sr-video-channel {
    color: #94a3b8;
}
.shorts-tool-section .sr-front .sr-selected-summary {
    background: rgba(6, 182, 212, 0.08);
    border-left-color: #06b6d4;
    color: #e2e8f0;
}
.shorts-tool-section .sr-front .sr-scene-card {
    background: rgba(2, 8, 23, 0.5);
    border-color: rgba(6,182,212,0.15);
}
.shorts-tool-section .sr-front .sr-scene-card h5 {
    color: #06b6d4;
}
.shorts-tool-section .sr-front .sr-scene-card textarea {
    background: rgba(2, 8, 23, 0.8);
    border-color: rgba(6,182,212,0.2);
    color: #e2e8f0;
}
.shorts-tool-section .sr-front .sr-image-card {
    background: rgba(2, 8, 23, 0.7);
    border-color: rgba(6,182,212,0.15);
}
.shorts-tool-section .sr-front .sr-image-card-info {
    color: #94a3b8;
}
.shorts-tool-section .sr-front .sr-btn-row {
    border-top-color: rgba(6,182,212,0.15);
}
.shorts-tool-section .sr-front .sr-notice-error {
    background: rgba(220, 38, 38, 0.1);
    border-color: rgba(220, 38, 38, 0.4);
    color: #fca5a5;
}
.shorts-tool-section .sr-front .sr-notice-success {
    background: rgba(0, 163, 42, 0.1);
    border-color: rgba(0, 163, 42, 0.4);
    color: #86efac;
}
.shorts-tool-section .sr-front .sr-notice-info {
    background: rgba(6, 182, 212, 0.1);
    border-color: rgba(6, 182, 212, 0.4);
    color: #67e8f9;
}
.shorts-tool-section .sr-front .sr-card-desc {
    color: #94a3b8;
}
.shorts-tool-section .sr-front .sr-manual-search-toggle {
    border-top-color: rgba(6,182,212,0.15);
}
.shorts-tool-section .sr-front .sr-results-info {
    background: rgba(2, 8, 23, 0.5);
    border-color: rgba(6, 182, 212, 0.15);
}
.shorts-tool-section .sr-front #sr-results-count {
    color: #06b6d4;
}
.shorts-tool-section .sr-front .sr-results-note {
    color: #64748b;
}
.shorts-tool-section .sr-front .sr-video-date {
    color: #64748b;
}
.shorts-tool-section .sr-front .sr-video-hover-overlay span {
    background: rgba(6, 182, 212, 0.9);
}
.shorts-tool-section .sr-front .sr-badge {
    background: rgba(6, 182, 212, 0.15);
    color: #67e8f9;
}
.shorts-tool-section .sr-front .sr-no-results {
    color: #94a3b8;
}
.shorts-tool-section .sr-front .sr-btn-refresh {
    background: rgba(255,255,255,0.05);
    border-color: rgba(6,182,212,0.25);
    color: #94a3b8;
}
.shorts-tool-section .sr-front .sr-btn-refresh:hover {
    background: rgba(6,182,212,0.1);
    border-color: #06b6d4;
    color: #e2e8f0;
}
.shorts-tool-section .sr-front .sr-preview-script {
    color: #cbd5e1;
}
.shorts-tool-section .sr-front .sr-phone-frame {
    box-shadow: 0 12px 40px rgba(6, 182, 212, 0.15);
}
.shorts-tool-section .sr-front .sr-auth-gate {
    background: rgba(2, 8, 23, 0.7);
    border-color: rgba(6, 182, 212, 0.2);
    box-shadow: 0 4px 20px rgba(6, 182, 212, 0.1);
}
.shorts-tool-section .sr-front .sr-auth-gate h2 {
    color: #fff;
    border-bottom: none;
}
.shorts-tool-section .sr-front .sr-auth-gate p {
    color: #94a3b8;
}
.shorts-tool-section .sr-section-header {
    text-align: center;
    margin-bottom: 30px;
}
.shorts-tool-section .sr-section-title {
    font-family: 'Orbitron', monospace;
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 700;
    background: linear-gradient(135deg, #06b6d4, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
}
.shorts-tool-section .sr-section-desc {
    color: #94a3b8;
    font-size: 16px;
}
