#full-screen-dropzone{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;display:none}#main-content,#mark-container{border-radius:12px;padding:20px;margin:20px auto;box-shadow:0 4px 30px rgba(0,0,0,.3);border:1px solid rgba(112,135,248,.2)}#main-content{max-width:1200px;backdrop-filter:blur(12px);background-color:rgba(0,123,255,.2)}#mark-container{max-width:860px;backdrop-filter:blur(6px);background-color:rgba(0,123,255,.15)}.form-group{padding:10px 0;display:flex;flex-direction:column;gap:20px}.visual-dropzone{border:3px dashed rgba(134,181,250,.858);border-radius:12px;padding:20px 25px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px;font-size:1.4em;cursor:pointer;position:relative;z-index:1;transition:all .3s ease}.visual-dropzone .dropzone-icon{width:60px;height:60px;flex-shrink:0;transform:translateY(-7px)}.visual-dropzone .dropzone-icon,.visual-dropzone p{pointer-events:none}.visual-dropzone p{text-shadow:0 2px 4px rgba(0,0,0,.5);font-weight:500;line-height:1.5;text-align:left;margin:0}.visual-dropzone::before{content:'';position:absolute;top:-2px;left:-2px;width:calc(100% + 4px);height:calc(100% + 4px);border-radius:12px;background:linear-gradient(0deg,transparent 0,transparent 40%,rgba(79,195,255,.8) 50%,transparent 60%,transparent 100%) 0 0/100% 300%;background-repeat:no-repeat;animation:border-dance 10s linear infinite;pointer-events:none;z-index:-1}.visual-dropzone.has-files::before{animation-play-state:paused;opacity:0;transition:opacity .5s ease}@keyframes border-dance{0%,40%{background-position:0 0}50%,90%{background-position:0 100%}100%{background-position:0 0}}.visual-dropzone.highlight,.visual-dropzone:hover{border-color:rgba(198,231,255,.5);transform:translateY(-2px)}.file-list-container{position:relative;display:flex;flex-direction:column}.file-list{clear:both;margin:0;padding:0;list-style:none}.file-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;margin:5px 0;background-color:rgba(0,0,0,.6);border-radius:8px;color:#fff;border:1px solid rgba(255,255,255,.1);transition:all .2s ease-in-out;box-sizing:border-box}.file-item .file-info{display:flex;align-items:center}.file-item .file-name{text-align:left}.file-item .file-actions{display:flex;align-items:center}.file-name{color:#fff}.file-name.wav{color:#b6d8fd;font-weight:700}.file-name.flac{color:#ffc98b}.remove-file-btn{background-color:#dc3545;color:#fff;border:none;font-size:14px;font-weight:700;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:3px;transition:all .2s ease}.remove-file-btn .icon-remove{width:14px;height:14px;stroke:currentColor;fill:none}.remove-file-btn:hover{background-color:#bd2130}.file-list-header{display:none;justify-content:space-between;align-items:flex-end;padding:5px 0;margin-bottom:5px}#file-count-text+#file-audio-duration-text{margin-left:6px}.file-header-spacer{flex:1 1 auto}#file-audio-duration-text,#file-channel-summary-text,.file-audio-duration{font-size:.85em;color:#d8e9f8;text-shadow:2px 2px 4px rgba(0,0,0,.5)}#file-channel-summary-text{white-space:nowrap;margin-right:12px}#file-channel-summary-text.channel-mixed{color:#ffd95e}.channel-icon-slot{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;margin:0 8px 0 0;color:#fff;transition:opacity .25s ease,color .25s ease}.file-item .channel-icon-slot svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.file-list-container.channels-uniform .channel-icon-slot.dim{opacity:.25}.file-list-container.channels-uniform .channel-icon-slot.stereo{color:#ffd95e}.file-list-container.channels-uniform .channel-icon-slot.mono{color:#b6d8fd}.channel-icon-slot.stereo{color:#fff}.channel-icon-slot.mono{color:#b6d8fd}.file-list-container:not(.channels-uniform) .channel-icon-slot.mono{color:#b6d8fd}.file-list-container:not(.channels-uniform) .channel-icon-slot.stereo{color:#ffd95e}#file-channel-summary-text .mono-label{color:#b6d8fd}#file-channel-summary-text .stereo-label{color:#ffd95e}#file-channel-summary-text .summary-icon.mono{stroke:#b6d8fd}#file-channel-summary-text .summary-icon.stereo{stroke:#ffd95e}#file-channel-summary-text .summary-icon{width:14px;height:14px;vertical-align:middle;position:relative;top:0}#file-channel-summary-text .mono-label+.stereo-label{margin-left:6px}#file-channel-summary-text:empty{display:none}.remove-all-btn{margin-left:0}#file-count-text{text-align:left;font-size:1em;font-weight:700;color:#fff;text-shadow:2px 2px 3px rgba(0,0,0,.5);padding-left:3px}#file-duration-text{text-align:center;font-size:1em;color:#daecfa;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.remove-all-btn{background-color:var(--danger-color);color:#fff;border:none;padding:5px 10px;border-radius:4px;cursor:pointer;display:none}.remove-all-btn:hover{background-color:var(--danger-hover-color)}#results-container{margin-top:30px;background:rgba(0,0,0,.4);border-radius:8px;padding:20px}.results-table{width:100%;border-collapse:collapse;margin-top:15px;color:#fff}.results-table td,.results-table th{padding:10px;text-align:left;border-bottom:1px solid rgba(255,255,255,.1)}.results-table th{background-color:rgba(0,0,0,.2);font-weight:700}.status-pending{color:#ffc107}.status-completed{color:#28a745}.status-error{color:#dc3545}.flash-messages{margin-bottom:20px}.flash-message{padding:10px 15px;margin:5px 0;border-radius:4px;font-weight:700}.flash-message.error{background-color:rgba(40,40,40,.9);color:#ff4d4d;border:1px solid #dc3545}.flash-message.success{background-color:rgba(40,40,40,.9);color:#28a745;border:1px solid #28a745}#main-content p{margin-top:0;margin-bottom:20px}#check-files-btn{position:relative;overflow:hidden;transition:all .3s ease;z-index:1;width:100%;margin-top:0;margin-bottom:0;font-size:1.1em;padding:12px;border-radius:8px}#check-files-btn:disabled{opacity:.6;cursor:not-allowed;background-color:#6c757d;border:2px solid #6c757d;transform:none!important;box-shadow:none!important;transition:none}#check-files-btn:not(:disabled){border:2px solid #fff;transition:transform .2s ease,box-shadow .2s ease;background-color:#4281ff;font-weight:700}#check-files-btn:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.2)}#check-files-btn::before{content:'';position:absolute;top:0;left:-50%;width:60%;height:100%;background:linear-gradient(130deg,rgba(255,255,255,0) 0,rgba(255,255,255,.15) 35%,rgba(255,255,255,.45) 45%,rgba(255,255,255,.75) 50%,rgba(255,255,255,.45) 55%,rgba(255,255,255,.15) 65%,rgba(255,255,255,0) 100%);pointer-events:none;animation:stripe-animation 8s ease-in-out infinite;animation-delay:0s;opacity:0;transition:opacity .3s ease}#check-files-btn:not(:disabled)::before{opacity:1}@keyframes stripe-animation{0%{left:-50%}40%{left:120%}100%{left:120%}}#client-error-message{margin:10px 0;padding:15px;background-color:rgba(40,40,40,.95);border:2px solid #dc3545;color:#ff4d4d;font-weight:700;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.2);text-align:center}#mark-container{text-align:center;margin-top:40px;margin-bottom:50px;color:#fff}#mark-container h3{margin-top:0;font-size:1.3em;text-shadow:1px 1px 2px rgba(0,0,0,.5);padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid rgba(112,135,248,.2)}#mark-container p{font-size:1em;line-height:1.5;max-width:800px;margin:15px auto}.mark-buttons-container{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;margin-top:25px}.mark-buttons-container .btn{display:inline-flex;align-items:center;gap:10px;font-size:.9em;padding:10px 20px;margin-top:0;white-space:nowrap}.mark-buttons-container .btn img{width:20px;height:20px}.marketing-details{margin-top:0;padding-top:0;text-align:left}.marketing-details>p{max-width:750px;margin-left:auto;margin-right:auto;text-align:center;margin-bottom:20px;line-height:1.6}.small-divider-text{font-size:1em;opacity:.9;font-style:italic;margin-top:30px}.marketing-point{margin-top:35px;padding:25px;background:rgba(0,0,0,.5);border-radius:8px;max-width:800px;margin-left:auto;margin-right:auto}#mark-container>.marketing-point:first-child{margin-top:4px;padding-bottom:19px}.marketing-point h4{font-size:1.2em;text-align:center;margin-top:0;margin-bottom:15px;color:#e5edfd}#mark-container>h4{font-size:1.15em;font-weight:700;text-align:center;color:#e5edfd;margin-top:20px;margin-bottom:-15px;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.marketing-point p{text-align:left;max-width:100%}.inline-aweber-form{margin:25px 0}.inline-aweber-form .form-fields{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.inline-aweber-form .form-input{padding:10px;border-radius:4px;border:1px solid rgba(255,255,255,.3);background:rgba(0,0,0,.3);color:#fff;font-size:1em;flex-grow:1}.inline-aweber-form .form-submit-btn{padding:10px 20px;border-radius:4px;border:none;background-color:#4281ff;color:#fff;font-weight:700;cursor:pointer;transition:background-color .2s ease}.inline-aweber-form .form-submit-btn:hover{background-color:#5a95ff}.inline-aweber-form .privacy-policy-text{font-size:.8em;text-align:center;margin-top:10px;opacity:.8;color:#fff}.testimonials{margin-top:10px;display:flex;flex-direction:column;gap:12px}.testimonials blockquote{margin:0;padding:12px 15px;background:rgba(255,255,255,.05);border-left:4px solid #a7c5ff;border-radius:0 4px 4px 0}#mark-container .testimonials blockquote p{margin:0 0 10px 0;font-style:italic;color:#e2defa;font-size:.9em}.testimonials blockquote footer{text-align:right;font-style:normal;font-weight:700;color:#a7c5ff}@keyframes border-dance{0%,40%{background-position:0 0}50%,90%{background-position:0 100%}100%{background-position:0 0}}@keyframes stripe-animation{0%{left:-50%}40%{left:120%}100%{left:120%}}