@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,Arial,sans-serif}html,body{height:100%;width:100%}html{font-size:15px}@media(max-width:1440px){html{font-size:14px}}@media(max-width:1280px){html{font-size:13px}}@media(max-width:1024px){html{font-size:12px}}@media(min-width:2560px){html{font-size:18px}}@media(min-width:1920px){html{font-size:17px}}.station-monitor{display:flex;height:93vh;background:#f9fafb;overflow:hidden}.side-panel{width:25%;background:#fff;border-right:1px solid #e5e7eb;padding:16px;display:flex;flex-direction:column;gap:12px;height:94vh}.side-panel h3{font-size:1.125rem;font-weight:500;margin-bottom:10px;padding-left:9px}.side-panel-stations-section{flex:0 0 75%;display:flex;flex-direction:column;overflow:hidden}.side-panel-stations-section .station-list{flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent;scrollbar-width:none;-ms-overflow-style:none}.side-panel-stations-section .station-list::-webkit-scrollbar{display:none}.side-panel-stations-section .station-list .station-button{font-size:1rem;font-weight:400;width:100%;padding:8px 12px;margin-bottom:4px;background:#f5f5f5;border:none;border-radius:8px;cursor:pointer;text-align:left;transition:background .2s}.side-panel-stations-section .station-list .station-button:hover{background:#f5f5f5;color:#000}.side-panel-stations-section .station-list .station-button.active{background:#78176b;color:#fff}.side-panel-keywords-section{flex:0 0 25%;display:flex;flex-direction:column;gap:8px;overflow:hidden}.side-panel-keywords-section h3{font-size:1.25rem;font-weight:500;margin-bottom:4px}.side-panel-keywords-section .keyword-input-box{flex:0 0 auto}.side-panel-keywords-section .keyword-input-box .add-keyword{display:flex;gap:4px;padding:0 2px}.side-panel-keywords-section .keyword-input-box .add-keyword input{flex:1;padding:.25rem .75rem;font-size:1rem;border:1px solid #d1d5db;box-shadow:0 1px 2px #0000000d;transition:color,box-shadow .2s ease-in-out;border-radius:.375rem;outline:none}.side-panel-keywords-section .keyword-input-box .add-keyword input:hover{border-color:#78176b}.side-panel-keywords-section .keyword-input-box .add-keyword input:focus-visible{box-shadow:0 0 0 2px #9d7598}.side-panel-keywords-section .keyword-input-box .add-keyword input:disabled{pointer-events:none;cursor:not-allowed;opacity:.5}.side-panel-keywords-section .keyword-input-box .add-keyword button{background:#78176b;border:none;padding:4px 6px;border-radius:4px;color:#fff;cursor:pointer}.side-panel-keywords-section .keyword-input-box .add-keyword button:hover{background-color:#611257}.side-panel-keywords-section .keyword-list-box{flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent;scrollbar-width:none;-ms-overflow-style:none}.side-panel-keywords-section .keyword-list-box::-webkit-scrollbar{display:none}.side-panel-keywords-section .keyword-list-box .keyword-box{background:#f9fafb;padding:8px;border-radius:8px;box-shadow:inset 0 0 4px #0000000d}.side-panel-keywords-section .keyword-list-box .keyword-box .keywords{display:flex;flex-wrap:wrap;gap:4px;overflow-y:auto}.side-panel-keywords-section .keyword-list-box .keyword-box .keywords .keyword{display:flex;align-items:center;gap:3px;font-size:.75rem;padding:2px 6px;border-radius:6px}.side-panel-keywords-section .keyword-list-box .keyword-box .keywords .keyword.global{background:#dbeafe;color:#1d4ed8}.side-panel-keywords-section .keyword-list-box .keyword-box .keywords .keyword.station{background:#dcfce7;color:#166534}.side-panel-keywords-section .keyword-list-box .keyword-box .keywords .keyword button{background:none;border:none;cursor:pointer;opacity:.7;transition:opacity .2s ease-in-out;padding:0;line-height:1}.side-panel-keywords-section .keyword-list-box .keyword-box .keywords .keyword button:hover{opacity:1}.active-events-title{display:flex;align-items:center;gap:6px}.active-events-icon{color:#8e44ad;margin-top:3px;margin-left:3px}.active-events-icon:hover{transform:scale(1.1);transition:transform .2s ease}.audio-controller{width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:7px;box-shadow:0 1px 3px #0000000f;display:flex;flex-direction:column}.audio-controller .ac-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.audio-controller .ac-controls{width:100%}.audio-controller .ac-left,.audio-controller .ac-center,.audio-controller .ac-right{display:flex;align-items:center;gap:8px}.audio-controller .ac-left{flex:1}.audio-controller .ac-center{flex:0 0 auto}.audio-controller .ac-right{flex:1;justify-content:flex-end}.audio-controller .icon-btn{background:transparent;border:none;padding:6px;border-radius:8px;cursor:pointer;color:#111827;transition:background .15s ease,transform .06s ease}.audio-controller .icon-btn:hover{background:#f3f4f6}.audio-controller .icon-btn:active{transform:scale(.98)}.audio-controller .play-btn{background:#78176b;border:none;color:#fff;border-radius:999px;padding:8px 10px;cursor:pointer;box-shadow:0 1px 2px #00000014;transition:background .15s ease,transform .06s ease}.audio-controller .play-btn:hover{background:#dc2626}.audio-controller .play-btn:active{transform:scale(.98)}.audio-controller .ac-volume-track{position:relative;width:110px;height:4px;border-radius:999px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:height .12s ease}.audio-controller .ac-volume-track.hover{height:6px}.audio-controller .ac-volume-bg{position:absolute;inset:0;background:#e5e7eb;border-radius:999px}.audio-controller .ac-volume-fill{position:absolute;left:0;top:0;bottom:0;background:#78176b;border-radius:999px;transition:width .1s ease;z-index:1}.audio-controller .ac-volume-handle{position:absolute;top:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background:#78176b;transition:transform .12s ease,box-shadow .12s ease;z-index:2;opacity:0}.audio-controller .ac-volume-track.hover .ac-volume-handle{opacity:1;transform:translate(-50%,-50%) scale(1.2)}.audio-controller .ac-track-row{width:100%;gap:10px}.audio-controller .ac-live-group{flex:0 0 auto}.audio-controller .live-pill{font-size:12px;font-weight:600;padding:2px 5px;border-radius:999px;border:1px solid transparent;cursor:default}.audio-controller .live-pill.live{background:#fee2e2;color:#b91c1c;border-color:#fecaca}.audio-controller .live-pill.go-live{background:#fff;color:#ef4444;border-color:#fca5a5;cursor:pointer}.audio-controller .live-pill.go-live:hover{background:#fff1f2}.audio-controller .ac-track{position:relative;flex:1 1 auto;height:6px;border-radius:999px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:height .12s ease}.audio-controller .ac-track.hover{height:8px}.audio-controller .ac-track-bg{position:absolute;inset:0;background:#e5e7eb;border-radius:999px}.audio-controller .ac-track-progress{position:absolute;left:0;top:0;bottom:0;background:#78176b;border-radius:999px;transition:width .02s linear}.audio-controller .ac-handle{position:absolute;top:50%;transform:translate(-50%,-50%);width:12px;height:12px;border-radius:50%;background:#78176b;box-shadow:0 0 0 2px #ef444426;transition:transform .12s ease,box-shadow .12s ease}.audio-controller .ac-track.hover .ac-handle{transform:translate(-50%,-50%) scale(1.15);box-shadow:0 0 0 4px #ef444426}.audio-controller .ac-speed-control{position:relative;display:flex;align-items:center}.audio-controller .ac-speed-btn{display:flex;align-items:center;gap:6px;padding:6px 8px}.audio-controller .ac-speed-value{font-size:13px;font-weight:500;color:#111827;-webkit-user-select:none;user-select:none}.audio-controller .ac-speed-dropdown{position:absolute;bottom:100%;right:0;margin-bottom:8px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:4px;min-width:80px;z-index:1000;display:flex;flex-direction:column;gap:2px}.audio-controller .ac-speed-option{background:transparent;border:none;padding:8px 12px;border-radius:6px;cursor:pointer;color:#111827;font-size:13px;font-weight:500;text-align:left;transition:background .15s ease,color .15s ease;-webkit-user-select:none;user-select:none}.audio-controller .ac-speed-option:hover{background:#f3f4f6}.audio-controller .ac-speed-option.active{background:#78176b;color:#fff}.audio-controller .ac-speed-option.active:hover{background:#6a1460}.audio-controller .sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:640px){.audio-controller .ac-volume-track{width:80px}.audio-controller .ac-controls{gap:8px}}.main-panel{width:75%;padding:16px;display:flex;flex-direction:column;gap:12px;overflow:hidden;height:94vh;background-color:#fff}.main-panel-header{flex:0 0 auto}.main-panel-header h3{font-size:1.125rem;font-weight:500;margin:0;display:flex;align-items:center;gap:8px}.main-panel-header .main-panel-icon{position:relative;top:2px;color:#78176b;margin-right:2px}.main-panel-header .live-badge{display:inline-flex;align-items:center;gap:6px;background-color:#ffe5e5;color:#e60000;font-weight:500;padding:3px 8px;border-radius:999px;font-size:.875rem;letter-spacing:.5px;text-transform:uppercase}.main-panel-header .live-badge .dot{width:8px;height:8px;background-color:#e60000;border-radius:50%;animation:pulse 1.5s infinite}.main-panel-toolbar{flex:0 0 auto;width:100%;display:flex;align-items:center;gap:12px;background-color:#fff}.main-panel-toolbar .toolbar-search{flex:0 0 50%;display:flex}.main-panel-toolbar .toolbar-search input{width:100%;border:1px solid #d1d5db;border-radius:8px;padding:5px;font-size:.875rem;box-shadow:0 1px 2px #0000000d;transition:color,box-shadow .2s ease-in-out;outline:none}.main-panel-toolbar .toolbar-search input:hover{border-color:#78176b}.main-panel-toolbar .toolbar-search input:focus-visible{box-shadow:0 0 0 2px #9d7598}.main-panel-toolbar .toolbar-filter{position:relative;flex:0 0 13%;display:flex}.main-panel-toolbar .toolbar-filter-button{width:100%;border:none;background:#78176b;color:#fff;border-radius:8px;padding:5px 8px;font-size:.875rem;cursor:pointer;transition:background .2s ease,transform .1s ease;display:inline-flex;align-items:center;justify-content:space-between;gap:8px}.main-panel-toolbar .toolbar-filter-button .caret{font-size:.8em;opacity:.9;transition:transform .15s ease}.main-panel-toolbar .toolbar-filter-button .caret.open{transform:rotate(-180deg)}.main-panel-toolbar .toolbar-filter-button:active{transform:translateY(1px)}.main-panel-toolbar .filter-magenta{background:#78176b}.main-panel-toolbar .filter-magenta:hover{background:#611257}.main-panel-toolbar .filter-green,.main-panel-toolbar .filter-green:hover{background:#166534}.main-panel-toolbar .filter-blue,.main-panel-toolbar .filter-blue:hover{background:#219ebc}.main-panel-toolbar .filter-red,.main-panel-toolbar .filter-red:hover{background:#e63946}.main-panel-toolbar .toolbar-filter-dropdown{position:absolute;top:calc(100% + 6px);left:0;width:max(200px,100%);background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 20px #00000014;padding:6px;z-index:50;display:flex;flex-direction:column;gap:6px}.main-panel-toolbar .dropdown-item{width:100%;border:1px solid transparent;border-radius:8px;padding:8px 10px;font-size:.875rem;display:flex;align-items:center;gap:8px;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,transform .02s ease;background:#f9fafb;color:#111827}.main-panel-toolbar .dropdown-item:hover{background:#f3f4f6}.main-panel-toolbar .dropdown-item.active{border-color:#d1d5db;background:#eef2ff}.main-panel-toolbar .option-magenta{box-shadow:inset 4px 0 #78176b}.main-panel-toolbar .option-green{box-shadow:inset 4px 0 #166534}.main-panel-toolbar .option-blue{box-shadow:inset 4px 0 #219ebc}.main-panel-toolbar .option-red{box-shadow:inset 4px 0 #e63946}.main-panel-toolbar .toolbar-download-button{flex:0 0 20%;border:none;background:#78176b;color:#fff;border-radius:8px;padding:5px;font-size:.875rem;cursor:pointer;transition:background .2s ease,transform .1s ease}.main-panel-toolbar .toolbar-download-button:hover{background-color:#611257}.main-panel-toolbar .toolbar-download-button:active{transform:translateY(1px);background:#78176b}.main-panel-toolbar .toolbar-live-count{flex:0 0 10%;display:flex;justify-content:center;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:5px;color:#1f2937;font-size:.875rem;text-align:center}.main-panel-transcript-section{flex:1 1 auto;display:flex;flex-direction:column;gap:8px;overflow:hidden;min-height:0}.main-panel-transcript-section .transcript-box{background-color:#fff;border-radius:12px;padding:0 16px;flex:1 1 auto;min-height:0;overflow-y:auto}.main-panel-transcript-section .transcript-box .transcript-line{font-size:.875rem;font-weight:400;margin-bottom:6px;padding:4px;border-radius:6px}.main-panel-transcript-section .transcript-box .transcript-line.active-line{background:#f5f5f5;font-weight:400}.main-panel-transcript-section .transcript-box .transcript-line .time{color:#78176b;font-weight:400;margin-right:8px}.main-panel-transcript-section .transcript-box .transcript-line .highlight{padding:1px 2px;border-radius:3px}.main-panel-transcript-section .transcript-box .transcript-line .highlight.highlight-red{background:#ef444426;color:#b91c1c}.main-panel-transcript-section .transcript-box .transcript-line .highlight.highlight-blue{background:#3b82f626;color:#1d4ed8}.main-panel-transcript-section .transcript-box .transcript-line .highlight.highlight-green{background:#10b9812e;color:#047857}.main-panel-audio-section{flex:0 0 auto}.drm-fallback{height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#fafafa;border:1px dashed #ddd;border-radius:12px;padding:24px;margin:12px;color:#666}.drm-fallback h3{font-size:18px;font-weight:600;margin-bottom:8px}.drm-fallback p{font-size:14px;max-width:420px;line-height:1.5}.main-panel-empty{flex:1;display:flex;align-items:center;justify-content:center;background:#f9fafb;border-radius:12px}.empty-card{background:#f3f4f6;border:1px dashed #d1d5db;border-radius:16px;padding:32px 40px;text-align:center;max-width:420px}.empty-card h4{margin:0 0 8px;font-size:1.1rem;font-weight:500;color:#374151}.empty-card p{margin:0;font-size:.9rem;color:#6b7280;line-height:1.4}.card{background-color:#fff;color:#333;display:flex;flex-direction:column;gap:1rem;border-radius:.75rem;padding:1rem;box-shadow:0 1px 3px #0000001a}.button-primary{background-color:#f5f5f5;color:#fff;border:none}.button-primary:hover{background-color:#f5f5f5}.button-secondary{background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db}.button-secondary:hover{background-color:#e5e7eb}.button.button-outline{border-color:#d1d5db;background-color:transparent;color:#374151}.button.button-outline:hover{background-color:#f3f4f6}.datetime-input{font-family:inherit;border:1px solid #d1d5db!important;background-color:#fff!important;color:#111827!important;border-radius:.5rem!important}.datetime-input:hover{border-color:#9ca3af!important}.datetime-input:focus,.datetime-input:focus-visible{border-color:#2563eb!important;box-shadow:0 0 0 3px #2563eb1a!important}.label{display:block;font-size:.875rem;font-weight:500;line-height:1.5;color:#374151;margin-bottom:.5rem}.select-container{position:relative;width:100%}.select-container .select{border:1px solid #d1d5db;height:2.25rem;width:100%;min-width:0;border-radius:.375rem;background-color:transparent;padding:.25rem 2.5rem .25rem .75rem;font-size:1rem;box-shadow:0 1px 2px #0000000d;transition:color,box-shadow .2s ease-in-out;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%236b7280%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.4-12.8z%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right .75rem center;background-size:.65em auto}.select-container .select:focus-visible{border-color:#78176b;box-shadow:0 0 0 2px #9d7598}.select-container .select:hover{border-color:#78176b}.add-url-card{flex-shrink:0}.form-container{display:flex;flex-direction:column;gap:.5rem}.form-group{display:flex;flex-direction:column}.form-row-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.form-row-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.form-row-with-actions{display:grid;grid-template-columns:1fr 1fr auto;gap:1rem;align-items:end}.form-actions-inline{display:flex;gap:.75rem;align-items:flex-end;padding-top:1.625rem}.priority-dropdown{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%236b7280%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.4-12.8z%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right .75rem center;background-size:.65em auto;padding-right:2.5rem;cursor:pointer}.priority-buttons{display:flex;gap:.5rem;height:2.5rem}.priority-btn{flex:1;padding:.5rem 1rem;border:1px solid #d1d5db;background-color:#fff;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease-in-out;outline:none}.priority-btn:hover{border-color:#9ca3af;background-color:#f9fafb}.priority-btn.active{background-color:#f5f5f5;color:#000;border-color:#2563eb}.timezone-note{font-size:.75rem;color:#6b7280;margin-top:-.5rem}.form-actions{display:flex;justify-content:flex-end;gap:.75rem;padding-top:.5rem}.confirm-modal-overlay{position:fixed;inset:0;background-color:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-in-out}.confirm-modal-overlay .confirm-modal-content{background-color:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 10px 25px #0003;max-width:400px;width:90%;animation:slideUp .2s ease-in-out}.confirm-modal-overlay .confirm-modal-content .confirm-modal-message{font-size:1rem;font-weight:500;color:#333;margin-bottom:1.5rem;text-align:center}.confirm-modal-overlay .confirm-modal-content .confirm-modal-buttons{display:flex;justify-content:flex-end;gap:.75rem;font-size:1rem;font-weight:500}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-4px)}20%,40%,60%,80%{transform:translate(4px)}}.input-with-icon{position:relative;width:100%}.input-error{border-color:#ef4444!important;padding-right:2.5rem!important}.input-error:focus,.input-error:focus-visible{border-color:#dc2626!important;box-shadow:0 0 0 3px #ef44441a!important}.shake{animation:shake .4s ease-in-out}.error-icon-container{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;cursor:pointer}.error-icon{color:#ef4444;flex-shrink:0}.error-tooltip{position:absolute;right:calc(100% + .5rem);top:50%;transform:translateY(-50%);background-color:#1f2937;color:#fff;padding:.5rem .75rem;border-radius:.375rem;font-size:.75rem;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .2s ease-in-out;z-index:10}.error-tooltip:after{content:"";position:absolute;right:-4px;top:50%;transform:translateY(-50%) rotate(45deg);width:8px;height:8px;background-color:#1f2937}.error-icon-container:hover .error-tooltip{opacity:1}.header-with-icon{display:flex;align-items:flex-start;gap:.75rem}.header-icon img{width:30px;height:30px;object-fit:contain}.card .card-title{line-height:1.3;font-weight:600;font-size:1.125rem;color:#111827}.card .card-description{font-size:.875rem;line-height:1.5;color:#6b7280;margin-top:.25rem}.card .card-footer{display:flex;align-items:center;padding:0 1.5rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:.5rem;font-size:.875rem;font-weight:500;transition:all .2s ease-in-out;cursor:pointer;border:1px solid transparent;outline:none;height:2.5rem;padding:0 1.25rem;color:#000}.button-add-keyword{background-color:#f5f5f5;width:100%;margin-top:.5rem}.button-add-keyword:hover{background-color:#f5f5f5}.button:disabled{pointer-events:none;opacity:.5}.button-icon{font-size:1.25rem;line-height:1}.button.button-outline{border-color:#d1d5db;background-color:#f5f5f5;color:#000}.button.button-outline:hover{background-color:#c3c1c1}.input{border:1px solid #d1d5db;height:2.5rem;width:100%;min-width:0;border-radius:.5rem;background-color:#fff;padding:.5rem .75rem;font-size:.875rem;color:#111827;box-shadow:0 1px 2px #0000000d;transition:all .2s ease-in-out;outline:none}.input::placeholder{color:#9ca3af}.input:hover{border-color:#9ca3af}.input:focus,.input:focus-visible{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.input:disabled{pointer-events:none;cursor:not-allowed;opacity:.5;background-color:#f9fafb}.add-keywords-card{height:100%;display:flex;flex-direction:column;overflow:hidden}.add-keywords-card .card-content-flex{flex:1;display:flex;flex-direction:column;gap:1.5rem;overflow:hidden}.keyword-input-section{display:flex;flex-direction:column;gap:.5rem}.input-label{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.25rem}.keyword-input-row{display:flex;gap:.5rem;align-items:center}.keyword-input{flex:1}.keyword-type-toggle{display:flex;border:1px solid #d1d5db;border-radius:.5rem;overflow:hidden;background-color:#fff}.type-toggle-btn{padding:.5rem 1rem;border:none;background-color:transparent;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease-in-out;outline:none;white-space:nowrap}.type-toggle-btn:hover{background-color:#f9fafb}.type-toggle-btn.active{background-color:#f5f5f5}.keywords-display{flex:1;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:1rem;border:1px solid #e5e7eb;border-radius:.5rem;padding:.5rem 1rem 0rem;background-color:#f9fafb;max-height:400px;scrollbar-width:none;-ms-overflow-style:none}.keywords-display::-webkit-scrollbar{display:none}.keywords-section{display:flex;flex-direction:column;min-width:0}.keywords-header{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;color:#6b7280;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.urgent-indicator{color:#dc2626;font-size:.875rem}.regular-indicator{color:#2563eb;font-size:.875rem}.keywords-list{display:flex;flex-wrap:wrap;gap:.5rem;align-content:flex-start}.keyword-chip{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:9999px;font-size:.8125rem;font-weight:500;max-width:100%;transition:all .2s ease-in-out}.keyword-chip>span{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.keyword-chip.urgent{background-color:#fee2e2;color:#dc2626;border:1px solid #fecaca}.keyword-chip.regular{background-color:#dbeafe;color:#2563eb;border:1px solid #bfdbfe}.remove-keyword-button{background:none;border:none;cursor:pointer;color:inherit;opacity:.6;transition:opacity .2s ease-in-out;padding:0;line-height:1;font-size:1.125rem;display:flex;align-items:center;justify-content:center}.remove-keyword-button:hover{opacity:1}.keywords-note{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:.5rem;font-size:.8125rem;color:#1e40af;line-height:1.5}.note-icon{font-size:1rem;flex-shrink:0;margin-top:.125rem}.card{background-color:#fff;color:#333;display:flex;flex-direction:column;gap:.5rem;border-radius:.75rem;padding:1rem;box-shadow:0 1px 3px #0000001a}.card .card-header{display:flex;flex-direction:column;gap:.5rem}.header-with-icon{display:flex;align-items:center;gap:.75rem}.header-icon{display:flex;align-items:center;justify-content:center}.header-icon-s img{width:30px;height:30px;object-fit:contain}.card .card-header .card-title{line-height:1.3;font-weight:600;font-size:1.125rem;color:#111827}.card .card-header .card-description{color:#6b7280}.card .card-content{padding:0}.card .card-footer{display:flex;align-items:center;padding:0}.badge{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;border:1px solid transparent;padding:.125rem .5rem;font-size:.875rem;font-weight:500;width:-moz-fit-content;width:fit-content;white-space:nowrap;transition:color,box-shadow .2s ease-in-out;overflow:hidden}.badge.badge-default{border-color:transparent;background-color:#3b82f6;color:#fff}.badge.badge-secondary{border-color:transparent;background-color:#f3f4f6;color:#374151}.scheduled-stations-panel{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.scheduled-stations-panel .stations-list-container{flex:1;overflow-y:auto;min-height:0}.events-table{display:flex;flex-direction:column;width:100%}.table-header{display:grid!important;grid-template-columns:60px 2fr 1.5fr 100px 100px!important;gap:1rem!important;padding:.75rem 1rem!important;background-color:#f9fafb!important;border-bottom:1px solid #e5e7eb!important;border-radius:.5rem .5rem 0 0!important}.th{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.table-body{display:flex;flex-direction:column}.table-row{display:grid!important;grid-template-columns:60px 2fr 1.5fr 100px 100px!important;gap:1rem!important;padding:.5rem!important;border-bottom:1px solid #e5e7eb!important;align-items:center!important;transition:background-color .2s ease-in-out!important}.table-row:hover{background-color:#f9fafb}.table-row:last-child{border-bottom:none}.td{display:flex!important;align-items:center!important;min-width:0!important}.td-status{justify-content:center!important}.status-indicator{width:10px;height:10px;border-radius:50%;display:inline-block}.status-indicator.active{background-color:#10b981}.status-indicator.inactive{background-color:#9ca3af}.td-details{flex-direction:column!important;align-items:flex-start!important;gap:.25rem!important}.event-name{font-weight:600;font-size:.875rem;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.event-url{font-size:.8125rem;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.td-duration{flex-direction:column!important;align-items:flex-start!important;gap:.25rem!important}.duration-date{font-size:.875rem;font-weight:500;color:#111827}.duration-time{font-size:.8125rem;color:#6b7280}.td-priority{justify-content:flex-start!important}.priority-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.8125rem;font-weight:500;text-transform:capitalize}.priority-badge.high{background-color:#fef2f2;color:#dc2626;border:1px solid #fecaca}.priority-badge.normal{background-color:#fffbeb;color:#f59e0b;border:1px solid #fed7aa}.td-actions{gap:.5rem!important;justify-content:flex-start!important}.action-button{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;background-color:transparent;border-radius:.375rem;cursor:pointer;transition:all .2s ease-in-out;color:#6b7280}.action-button:hover{background-color:#f3f4f6}.action-button.edit:hover{color:#2563eb}.action-button.delete:hover{color:#dc2626}.action-button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;text-align:center;padding:3rem 1rem}.empty-icon{width:48px;height:48px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:1rem;color:#6b7280}.empty-title{font-weight:600;font-size:1rem;color:#111827;margin-bottom:.25rem}.empty-subtitle{font-size:.875rem;color:#6b7280}.admin-page{display:flex;flex-direction:row;height:93vh;overflow:hidden;gap:1rem;padding:1rem;box-sizing:border-box;background-color:#f8f9fa}.left-column{flex:1;display:flex;flex-direction:column;gap:1.5rem;overflow:hidden;min-width:0}.right-column{flex:0 0 380px;overflow:hidden;min-width:0}.archive-page{height:93vh;padding:16px;background:#f7f8fa;font-family:Inter,Segoe UI,sans-serif;color:#1f2430}.archive-layout{display:flex;gap:5px}.archive-layout__filters{flex:0 0 20%;max-width:20%}.archive-layout__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.archive-results-count{font-size:14px;font-weight:600;color:#606775;padding-left:8px}.archive-date-groups{display:flex;flex-direction:column;gap:12px;max-height:calc(100vh - 220px);overflow-y:auto;padding-right:8px;scrollbar-gutter:stable;margin-top:10px}@media(max-width:1024px){.archive-layout{flex-direction:column}.archive-layout__filters,.archive-layout__main{flex:1 1 auto;max-width:100%}}.archive-filters{background:#f7f8fa;padding:10px 24px;display:flex;flex-direction:column;gap:12px}.archive-filters__header{display:flex;align-items:center;justify-content:space-between}.archive-filters__header h3{margin:0;font-size:1.125rem;font-weight:600}.archive-filters__header button{border:none;background:none;color:#3b82f6;font-size:.875rem;font-weight:600;cursor:pointer}.archive-filters__group{display:flex;flex-direction:column;gap:3px}.archive-filters__group label{font-size:.875rem;letter-spacing:.08em;color:#222}.archive-filters__group select{border:1px solid #e2e3e5;border-radius:10px;padding:5px 7px;font-size:.8rem;background:#f7f8fa;color:#222}.archive-tabs{display:inline-flex;background-color:#f7f8fa;border-radius:999px;padding:6px;gap:4px}.archive-tabs__item{border:none;background:transparent;padding:8px 15px;border-radius:8px;font-size:1rem;font-weight:500;color:#6b7280;cursor:pointer;transition:background .2s ease,color .2s ease}.archive-tabs__item.is-active{background:#78176b;color:#fff}.archive-top-bar{display:flex;align-items:center;gap:16px;background-color:#f7f8fa}.archive-top-bar input{flex:1;border:1px solid #e5e7eb;border-radius:10px;padding:5px 10px;font-size:14px}.archive-top-bar button{border:none;background:#78176b;color:#fff;padding:5px 10px;border-radius:10px;font-weight:600;cursor:pointer;margin-right:24px}.archive-top-bar button:hover{background:#611257}.archive-top-bar__bulk-actions{display:flex;align-items:center;gap:8px}.archive-top-bar__bulk-cancel{background:#f3f4f6;color:#111827}.archive-date-group{width:100%}.archive-date-group.is-highlighted .archive-date-group__header{background:#fce7f3}.archive-date-group__header{width:100%;border:none;background:#fff;border-radius:14px;padding:8px 20px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:box-shadow .2s ease,background .2s ease}.archive-date-group__header.is-open{box-shadow:0 12px 30px #0f172a29}.archive-date-group__label{display:flex;align-items:center;gap:10px;font-weight:400;font-size:1rem;color:#111827}.archive-date-group__count{display:inline-flex;min-width:32px;height:28px;border-radius:999px;background:#fff;align-items:center;justify-content:center;font-size:.875rem;color:#4b5563}.archive-date-group__selected-count{font-size:.875rem;color:#2563eb}.archive-date-group__chevron{font-size:20px;line-height:1;color:#9ca3af}.archive-date-group__dropdown{background:#fff;border-radius:0 0 14px 14px;margin-top:-8px;padding:20px;max-height:350px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.archive-date-group__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;overflow:visible;max-height:none;padding-right:0}@media(max-width:768px){.archive-date-group__cards{grid-template-columns:1fr}}.archive-date-group__dropdown::-webkit-scrollbar{display:none}.station-card{background:#f9fafb;border-radius:14px;padding:8px;display:flex;gap:8px;border:1px solid #e5e7eb}.station-card--bulk{align-items:center}.station-card__bulk-checkbox{display:flex;align-items:flex-start;padding-top:4px}.station-card__info{flex:1}.station-card__info h4{margin:0 0 4px;font-size:15px;font-weight:600}.station-card__info p{margin:0;color:#6b7280;font-size:13px}.station-card__meta{margin-top:8px;display:flex;align-items:center;gap:8px;font-size:13px;color:#4b5563}.station-card__dot{width:4px;height:4px;border-radius:50%;background:#d1d5db;display:inline-flex}.station-card__actions{display:flex;align-items:center;gap:8px;justify-content:flex-end}.station-card__actions button{border:none;background:transparent;padding:6px;border-radius:8px;color:#4b5563;cursor:pointer;transition:background .2s ease,color .2s ease}.station-card__actions button:hover{background:#e5e7eb;color:#111827}.station-card__favourite{color:#9ca3af}.station-card__favourite .station-card__favourite-icon{width:18px;height:18px;fill:transparent}.station-card__favourite.station-card__favourite--active{color:#ef4444}.station-card__favourite.station-card__favourite--active .station-card__favourite-icon{fill:currentColor}.transcript-modal__overlay{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:16px;z-index:1000}.transcript-modal{background:#fff;border-radius:18px;width:min(960px,92vw);max-height:90vh;display:flex;flex-direction:column;box-shadow:0 30px 70px #0f172a40}.transcript-modal__header{display:flex;justify-content:space-between;align-items:center;padding:20px 28px 12px;border-bottom:1px solid rgba(15,23,42,.08)}.transcript-modal__header h3{margin:0;font-size:clamp(1.2rem,2vw,1.5rem);color:#111827}.transcript-modal__close-button{border:none;background:transparent;font-size:1.75rem;line-height:1;cursor:pointer;padding:4px 0 0 16px;color:#6b7280;transition:color .2s ease}.transcript-modal__close-button:hover{color:#111827}.transcript-modal__body{flex:1;display:flex;padding:0 28px 28px}.transcript-modal__scroll-region{flex:1;overflow-y:auto;overflow-x:hidden;max-height:calc(90vh - 96px)}.transcript-modal__content{padding-top:16px;padding-right:16px;font-size:.95rem;line-height:1.65;color:#1f2937}.transcript-modal__content p{margin:0 0 1.25rem}.highlight-red{background:#ef444426;color:#b91c1c;padding:0 4px;border-radius:4px}.highlight-blue{background:#3b82f626;color:#1d4ed8;padding:0 4px;border-radius:4px}.highlight-green{background:#10b9812e;color:#047857;padding:0 4px;border-radius:4px}.transcript-modal__status{color:#4b5563}.transcript-modal__status--error{color:#b91c1c}@media(max-width:1024px){.transcript-modal{width:94vw}}@media(max-width:640px){.transcript-modal{width:100%;max-height:92vh;border-radius:14px}.transcript-modal__header,.transcript-modal__body{padding-inline:20px}.transcript-modal__scroll-region{max-height:calc(92vh - 90px)}.transcript-modal__content{padding-top:12px;padding-right:8px}}.audiowise-assistant{position:fixed;bottom:16px;right:16px;width:420px;border:none;z-index:999999;background:transparent;pointer-events:auto;transition:height .3s ease,box-shadow .3s ease}.audiowise-assistant--closed{height:80px}.audiowise-assistant--open{height:600px}.hover-popup{position:fixed;z-index:50;width:320px;background-color:#fff;border:1px solid #ddd;border-radius:12px;box-shadow:0 4px 24px #00000026;padding:16px;pointer-events:none}.hover-popup__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:12px}.hover-popup__header h3{font-size:1rem;font-weight:600;color:#222;margin-bottom:4px}.hover-popup__subheader{display:flex;align-items:center;gap:8px}.hover-popup__clock{font-size:.75rem;color:#666}.hover-popup__urgent{font-size:.75rem;font-weight:700;color:#fff;padding:2px 8px;border-radius:9999px}.hover-popup__urgent.injury{background-color:#e63946}.hover-popup__urgent.lineup{background-color:#dcfce7;color:#166534}.hover-popup__urgent.tempo{background-color:#219ebc}.hover-popup__transcript{background-color:#f2f4f6;border-radius:8px;padding:12px;margin-bottom:12px;font-size:.75rem;color:#444;line-height:1.5}.hover-popup__transcript .hover-popup__highlight{background-color:#dcfce7;border-radius:4px;padding:0 3px;margin:0 2px}.game-tile{background-color:#fff;border:1px solid #e6e6ea;border-radius:12px;transition:transform .18s ease,box-shadow .18s ease,background-color .16s ease;cursor:pointer;position:relative;padding:16px;width:100%;height:140px;min-height:140px;max-height:140px;overflow:hidden}.game-tile.list{height:auto;min-height:unset;max-height:unset;border-radius:8px;padding:8px 12px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;text-align:left}.game-tile.list .game-title-row{flex:1;margin-bottom:0;padding-right:12px;display:flex;flex-direction:column;min-width:0}.game-tile.list .game-transcript{flex:2;margin-right:12px;min-width:0}.game-tile.list .hover-icon{position:static;opacity:1;margin-left:auto}.game-tile.list .tile-delete{position:static;top:auto;right:auto;margin-left:8px;align-self:flex-start}.game-tile.list .game-name{margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.game-tile.list .game-status{align-self:flex-start}.game-tile.list .game-transcript{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.game-tile.new-drop{transform:translateY(-8px) scale(.98);opacity:0;animation:dropIn .42s forwards ease-out}.game-tile:hover{transform:translateY(-4px);box-shadow:0 10px 20px #00000014}.game-tile:hover .hover-icon{opacity:1}.game-tile.dense{padding:10px;min-height:100px;max-height:100px}.game-tile.list.dense{height:auto;min-height:unset;max-height:unset}.game-tile.dense .game-title-row{margin-bottom:4px}.game-tile.dense .game-name{font-size:.875rem}.game-tile.dense .game-transcript{font-size:.85rem}.game-tile .tile-delete{position:absolute;top:-4.5px;right:-2px;background:transparent;border:none;width:28px;height:28px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;line-height:1;transition:background .15s ease;z-index:5}.game-tile .tile-delete:hover{background:#00000014}.game-tile .urgent-badge{position:absolute;top:2px;left:2px;z-index:6;pointer-events:none}.game-tile .urgent-badge .urgent-type{padding:0 6px;border-radius:4px;color:#fff;font-size:10px;font-weight:800;line-height:1;display:flex;align-items:center;justify-content:center;min-height:18px;height:18px}.game-tile .urgent-badge .urgent-type.injury{background:#de5445;padding:5px}.game-tile .urgent-badge .urgent-type.lineup{background:#dcfce7;color:#166534;padding:5px}.game-tile .urgent-badge .urgent-type.tempo{background:#22a2f1;padding:5px}.game-tile .game-title-row{display:flex;align-items:center;margin-bottom:6px;padding-right:64px;gap:6px}.game-tile:not(.list) .game-status{margin-left:auto}.game-tile.list .game-title-row{margin-bottom:2px;padding-right:32px}.game-tile.list .game-transcript{line-height:1.2;-webkit-line-clamp:1;line-clamp:1}.game-tile .game-name{display:inline-flex;align-items:center;gap:4px;font-weight:500;color:#1c1c1c;font-size:1rem;margin:0;flex:1;white-space:nowrap}.game-tile .live-inline-icon{width:14px;height:14px;color:#6d1661;flex-shrink:0}.game-tile .game-name{font-weight:400;color:#1c1c1c;font-size:1rem;margin:0;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.game-tile .game-status{padding:1px 6px;border-radius:10px;font-size:.7rem;font-weight:500;display:inline-flex;align-items:center;gap:4px;flex-shrink:0;justify-content:flex-end}.game-tile .game-status.live{background:#ffe3e3;color:#e63946;margin-right:-50px}.game-tile .game-status.live .dot{width:5px;height:5px;border-radius:50%;background:#e63946;animation:pulse 1.5s infinite}.game-tile .game-status.upcoming{background:#f6f7f9;color:#62788d}.game-tile .game-transcript{color:#62788d;font-size:.875rem;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.game-tile .hover-icon{position:absolute;bottom:8px;right:8px;opacity:0;transition:opacity .25s ease}.game-tile .hover-icon .arrow-icon{width:16px;height:16px;color:#1a548e}@keyframes pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}@keyframes dropIn{0%{transform:translateY(-12px) scale(.97);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.keyword-highlight{font-weight:600}.keyword-highlight.injury{color:#e63946}.keyword-highlight.lineup{color:#166534}.keyword-highlight.tempo{color:#2563eb}.game-tile{transition:transform .18s ease,box-shadow .3s ease}.game-tile.has-highlight.injury{box-shadow:0 6px 18px #e6394673}.game-tile.has-highlight.lineup{box-shadow:0 6px 18px #1665348c}.game-tile.has-highlight.tempo{box-shadow:0 6px 18px #219ebc8c}.game-tile.list{padding:8px 12px}.game-tile:not(.list) .game-title-row{display:flex;align-items:center;gap:6px}.game-tile:not(.list) .game-name{display:block;flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.game-tile:not(.list) .game-status{flex-shrink:0}.game-tile.list .game-name{display:block;width:100%;flex:none;text-align:left;justify-content:flex-start}.game-grid-container{flex:1;overflow:hidden;padding:12px 16px;background-color:#f9f9fb;display:flex;flex-direction:column}.game-grid-header{display:flex;align-items:center;justify-content:space-between;padding-left:22px}.grid-header-left{display:flex;align-items:center;gap:12px}.grid-search input{width:220px;max-width:50vw;padding:6px 10px;border:1px solid #d1d5db;border-radius:6px}.view-toggle{display:flex;background:#e9e9ed;padding:4px;border-radius:8px;margin-right:14px}.view-toggle button{border:none;background:none;padding:2px 12px;cursor:pointer;border-radius:6px}.view-toggle button.active{background:#fff;color:#78176b}.games-grid{display:grid;gap:12px;padding:1rem;overflow-y:auto;flex:1;align-content:start}.games-grid.dense{grid-template-columns:repeat(4,1fr)}.games-grid.list{display:flex;flex-direction:column;gap:8px;flex:0 0 auto;overflow-y:visible;padding-bottom:0}.games-grid.drag-over{outline:3px dashed rgba(0,112,243,.12)}.urgent-feed-item{padding:4px;border-radius:8px;border-left:4px solid transparent;background-color:#fff;cursor:pointer;transition:box-shadow .2s ease,transform .1s ease;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column}.urgent-feed-item:hover{box-shadow:0 2px 6px #0000001a;transform:translateY(-1px)}.urgent-feed-item__row{display:flex;align-items:center;width:100%;margin-bottom:2px}.urgent-feed-item__header{display:flex;align-items:start;justify-content:space-between;margin-bottom:4px}.urgent-feed-item__label{width:110px;flex-shrink:0;font-size:1rem;font-weight:400}.urgent-feed-item__team{font-size:.875rem;font-weight:400;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.urgent-feed-item__time{font-size:.75rem;color:#0009;margin-top:-4px;text-align:left}.urgent-feed-item__message{font-size:.75rem;color:#000000d9;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.urgent-feed-item.injury{background-color:#e6394614}.urgent-feed-item.injury .urgent-feed-item__label{color:#e63946;font-size:.875rem}.urgent-feed-item.lineup{background-color:#e6fced;font-size:.875rem}.urgent-feed-item.lineup .urgent-feed-item__label{color:#166534;font-size:.875rem}.urgent-feed-item.tempo{background-color:#dbeafe}.urgent-feed-item.tempo .urgent-feed-item__label{color:#2563eb;font-size:.875rem}.urgent-feed-item{cursor:pointer}.urgent-feed-item__event-icon{width:12px;height:12px;color:#166534;margin-left:6px;flex-shrink:0}.urgent-feed{width:320px;border-left:1px solid #ddd;display:flex;flex-direction:column}.urgent-feed__header{padding:10px;border-bottom:1px solid #ddd;background-color:#fff}.urgent-feed__header h2{font-size:1rem;font-weight:400;color:#222;margin:0}.urgent-feed__header p{font-size:.875rem;color:#666;margin-top:4px}.urgent-feed__list{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:8px;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent;height:400px;scrollbar-width:none;-ms-overflow-style:none}.urgent-feed__list::-webkit-scrollbar{width:4px}.urgent-feed__list::-webkit-scrollbar-track{background:transparent}.urgent-feed__list::-webkit-scrollbar-thumb{background:#0003;border-radius:2px;transition:background .2s ease}.urgent-feed__list::-webkit-scrollbar-thumb:hover{background:#00000059}.urgent-feed-empty{flex:1;display:flex;align-items:center;justify-content:center}.urgent-feed-empty-card{background:#f3f4f6;border:1px dashed #d1d5db;border-radius:14px;padding:20px 16px;text-align:center;max-width:260px}.urgent-feed-empty-card h4{margin:0 0 6px;font-size:.95rem;font-weight:500;color:#374151}.urgent-feed-empty-card p{margin:0;font-size:.8rem;color:#6b7280;line-height:1.4}.side-drawer__backdrop{position:fixed;inset:0;background:#0003;z-index:40}.side-drawer{position:fixed;right:0;top:0;bottom:0;width:500px;background:#fff;border-left:1px solid #E0E4EB;z-index:50;display:flex;flex-direction:column;box-shadow:-2px 0 12px #0003}.side-drawer__header{padding:1.5rem;border-bottom:1px solid #E0E4EB}.side-drawer__header-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.side-drawer__title{font-size:1.25rem;font-weight:700;color:#1c1c1c;margin-bottom:.25rem}.side-drawer__status{display:flex;align-items:center;gap:.75rem}.side-drawer__time{font-size:1rem;color:#62788d}.side-drawer__urgent-badge{background:#de5445;color:#fff;font-size:1rem;font-weight:700;border-radius:9999px;padding:2px 6px}.icon-button{padding:.5rem;border:none;border-radius:.5rem;background:transparent;cursor:pointer;transition:background-color .2s}.icon-button:hover{background:#f6f7f9}.audio-button{width:100%;background:#78176b;color:#fff;padding:.625rem 0;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background .2s}.audio-button:hover{background:#611257}.side-drawer__nav{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;border-bottom:1px solid #E0E4EB;background:#0000000d}.nav-btn{padding:.375rem .75rem;border-radius:.5rem;border:none;background:transparent;display:flex;align-items:center;gap:.25rem;font-size:.875rem;cursor:pointer;transition:background-color .2s}.nav-btn:hover{background:#fff}.checkbox-label{font-size:.875rem;display:flex;align-items:center;gap:.5rem;cursor:pointer}.side-drawer__content{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.transcript-entry{display:flex;gap:.75rem}.transcript-entry .timestamp{font-size:.75rem;color:#62788d}.transcript-entry p{font-size:.875rem;color:#62788d;line-height:1.6}.transcript-entry.urgent{margin:0 -.75rem;padding:.5rem .75rem;border-radius:.5rem}.transcript-entry.urgent .urgent-alert{margin-top:.5rem;display:inline-flex;align-items:center;gap:.25rem;background:#de5445;color:#fff;font-size:.875rem;font-weight:700;border-radius:9999px;padding:2px 8px}.side-drawer__footer{padding:1.5rem;border-top:1px solid #E0E4EB;display:flex;gap:.75rem}.footer-btn{flex:1;padding:.625rem 0;border:1px solid #E0E4EB;border-radius:.5rem;background:transparent;font-size:.875rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:background .2s}.footer-btn:hover{background:#f6f7f9}.icon{width:1rem;height:1rem}.bottom-tray{height:3.5rem;border-top:1px solid #E0E4EB;background-color:#0000000d;padding:0 1.5rem;display:flex;align-items:center;gap:.75rem;overflow-x:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent;scrollbar-width:none;-ms-overflow-style:none}.bottom-tray::-webkit-scrollbar{height:4px}.bottom-tray::-webkit-scrollbar-track{background:transparent}.bottom-tray::-webkit-scrollbar-thumb{background:#0003;border-radius:2px;transition:background .2s ease}.bottom-tray::-webkit-scrollbar-thumb:hover{background:#00000059}.bottom-tray__label{font-size:.875rem;color:#62788d;white-space:nowrap;margin-right:.5rem}.bottom-tray__button{padding:.5rem 1rem;background-color:#fff;border:1px solid #E0E4EB;border-radius:12px;font-size:.875rem;font-weight:600;white-space:nowrap;cursor:move;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease;display:inline-flex;align-items:center;justify-content:center;width:140px;height:2.5rem;flex-shrink:0}.bottom-tray__button:hover{transform:translateY(-3px);box-shadow:0 6px 12px #0000000f;background-color:#fbfcff}.bottom-tray__button .bt-title{font-weight:600;font-size:.875rem;color:#1c1c1c;padding:0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.bottom-tray.tray-drag-over{box-shadow:inset 0 0 0 3px #0070f30f;transition:box-shadow .12s ease-in}.dashboard-container{height:93vh;overflow:hidden;display:flex;flex-direction:column;background-color:#fff;color:#222;font-family:Inter,sans-serif}.dashboard-container>*:first-child{flex-shrink:0}.dashboard-main{flex:1;display:flex;overflow:hidden;padding:0}.dashboard-main>*:first-child{flex:1;overflow-y:auto}.dashboard-main>*:last-child{width:320px;border-left:1px solid #E0E4EB;overflow-y:auto;background-color:#fff}.dashboard-container>*:nth-last-child(2){flex-shrink:0;border-top:1px solid #E0E4EB}.side-drawer{transition:transform .3s ease;background:#fff;box-shadow:-2px 0 10px #0000001a}:root{--primary-magenta: #78176b;--magenta-hover: #590a4f;--text-main: #0f172a;--text-muted: #64748b;--bg-page: #faf3ff;--bg-card: #fffafe;--border-light: #f3e8ff;--shadow-card: 0 20px 50px rgba(120, 23, 107, .12);--shadow-hover: 0 25px 60px rgba(120, 23, 107, .18)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.login-container{min-height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;position:relative;background:var(--bg-page);overflow:hidden;padding:2rem 1rem}.background-visuals{position:absolute;inset:0;z-index:1;pointer-events:none}.wave-container{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;justify-content:center;align-items:flex-end;gap:6px;opacity:.08}.wave-bar{width:3px;height:30px;background:var(--primary-magenta);border-radius:2px;animation:wave 1.8s ease-in-out infinite;animation-delay:calc(var(--i) * .08s)}@keyframes wave{0%,to{height:30px;opacity:.5}50%{height:100px;opacity:1}}.signal-circle{position:absolute;top:50%;left:50%;width:500px;height:500px;border:1px solid rgba(120,23,107,.06);border-radius:50%;transform:translate(-50%,-50%);animation:signalPulse 5s cubic-bezier(.4,0,.2,1) infinite}@keyframes signalPulse{0%{transform:translate(-50%,-50%) scale(.9);opacity:0}50%{opacity:.4}to{transform:translate(-50%,-50%) scale(1.6);opacity:0}}.login-card{position:relative;z-index:10;width:100%;max-width:440px;padding:3rem;background:var(--bg-card);border-radius:24px;border:1px solid var(--border-light);box-shadow:var(--shadow-card);text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);animation:cardFadeIn .8s cubic-bezier(.4,0,.2,1) forwards;opacity:0}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(30px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.login-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.login-card-header{margin-bottom:2rem}.logo-icon{width:56px;height:56px;margin:0 auto 1.25rem;padding:.875rem;background:#78176b14;border-radius:16px;color:var(--primary-magenta);display:flex;align-items:center;justify-content:center;animation:logoFadeIn .6s cubic-bezier(.4,0,.2,1) .2s forwards;opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1)}@keyframes logoFadeIn{0%{opacity:0;transform:scale(.9) rotate(-10deg)}to{opacity:1;transform:scale(1) rotate(0)}}.logo-icon:hover{background:#78176b1f;transform:scale(1.05)}.logo-icon svg{width:100%;height:100%}.login-card-header h1{font-size:2rem;font-weight:700;letter-spacing:-.025em;color:var(--text-main);margin-bottom:.5rem;animation:titleSlideUp .7s cubic-bezier(.4,0,.2,1) .35s forwards;opacity:0}@keyframes titleSlideUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.login-card-header p{font-size:.9375rem;color:var(--text-muted);font-weight:500;letter-spacing:-.01em;animation:subtitleFadeIn .6s cubic-bezier(.4,0,.2,1) .5s forwards;opacity:0}@keyframes subtitleFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.login-form{text-align:left;margin-bottom:1.5rem}.input-group{margin-bottom:1.25rem;animation:inputGroupFadeIn .5s cubic-bezier(.4,0,.2,1) forwards;opacity:0}.input-group:nth-child(1){animation-delay:.65s}.input-group:nth-child(2){animation-delay:.75s}@keyframes inputGroupFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.input-group label{display:block;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;color:var(--text-main);margin-bottom:.5rem}.input-group input{width:100%;padding:.9375rem 1rem;font-size:.9375rem;border:1px solid var(--border-light);border-radius:12px;background:#fff;color:var(--text-main);transition:all .25s cubic-bezier(.4,0,.2,1);font-family:inherit}.input-group input::placeholder{color:#cbd5e1}.input-group input:focus{outline:none;border-color:var(--primary-magenta);box-shadow:0 0 0 4px #78176b1f;background:#fff}.input-group input:hover:not(:focus){border-color:#78176b4d}.login-error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;border-radius:10px;padding:.75rem 1rem;font-size:.8125rem;font-weight:500;margin-bottom:1rem;text-align:left;animation:errorShake .4s cubic-bezier(.4,0,.2,1)}@keyframes errorShake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.login-button{width:100%;padding:1rem;font-size:.9375rem;font-weight:700;color:#fff;background:var(--primary-magenta);border:none;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #78176b40;animation:buttonScaleIn .5s cubic-bezier(.4,0,.2,1) .85s forwards;opacity:0}@keyframes buttonScaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.login-button:hover:not(:disabled){background:var(--magenta-hover);transform:translateY(-2px) scale(1.02);box-shadow:0 8px 20px #78176b59}.login-button:active:not(:disabled){transform:translateY(0) scale(.98);box-shadow:0 2px 8px #78176b4d}.login-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.card-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-light);text-align:center;animation:footerFadeIn .5s cubic-bezier(.4,0,.2,1) 1s forwards;opacity:0}@keyframes footerFadeIn{0%{opacity:0}to{opacity:1}}.card-footer p{font-size:.8125rem;color:var(--text-muted);font-weight:500}@media(max-width:480px){.login-container{padding:1rem}.login-card{padding:2rem 1.5rem}.login-card-header h1{font-size:1.75rem}.logo-icon{width:48px;height:48px}}@media(min-width:481px)and (max-width:768px){.login-card{max-width:400px}}.password-wrapper{position:relative}.toggle-password{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:none;padding:0;cursor:pointer;color:var(--text-muted);display:flex;align-items:center;justify-content:center;transition:color .2s ease,transform .2s ease}.toggle-password svg{width:20px;height:20px;stroke-width:2}.toggle-password:hover{color:var(--primary-magenta);transform:translateY(-50%) scale(1.1)}.password-group input{padding-right:3rem}.brand-logo{width:72px;height:auto;margin-bottom:12px;object-fit:contain;margin-left:127px}.landing-page{min-height:100vh;overflow-y:auto;background-color:#faf3ff}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@keyframes fadeUpTitle{0%{opacity:0;transform:translateY(30px);letter-spacing:-.05em}to{opacity:1;transform:translateY(0);letter-spacing:-.025em}}.animate-hero-title{animation:fadeUpTitle 1s cubic-bezier(.4,0,.2,1) forwards;will-change:transform,opacity}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}.animate-hero-highlight{background:linear-gradient(90deg,#78176b,#a855f7,#78176b);background-size:200% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 3s ease-in-out infinite;will-change:background-position}@keyframes fadeUpDelayed{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-hero-description{animation:fadeUpDelayed .8s cubic-bezier(.4,0,.2,1) .2s forwards;opacity:0;will-change:transform,opacity}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-btn-primary{animation:scaleIn .6s cubic-bezier(.4,0,.2,1) .4s forwards;opacity:0;will-change:transform,opacity}.animate-btn-secondary{animation:scaleIn .6s cubic-bezier(.4,0,.2,1) .55s forwards;opacity:0;will-change:transform,opacity}@keyframes fadeScaleIn{0%{opacity:0;transform:scale(.98) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.animate-hero-card{animation:fadeScaleIn .8s cubic-bezier(.4,0,.2,1) .3s forwards;opacity:0;will-change:transform,opacity}@keyframes scrollReveal{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.scroll-reveal{animation-timeline:view();animation-range:entry 0% cover 30%;will-change:transform,opacity}@keyframes cardReveal{0%{opacity:0;transform:translateY(30px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.scroll-reveal-card{animation:cardReveal linear forwards;animation-timeline:view();animation-range:entry 0% cover 25%;will-change:transform,opacity}@keyframes titleReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-section-title{animation:titleReveal linear forwards;animation-timeline:view();animation-range:entry 0% cover 20%;will-change:transform,opacity}.animate-section-description{animation-timeline:view();animation-range:entry 5% cover 25%;will-change:transform,opacity}.animate-cta-button{animation-timeline:view();animation-range:entry 0% cover 30%;will-change:transform,opacity}.landing-btn-primary,.landing-btn-secondary,.landing-cta-button,.landing-login-btn{transition:all .3s cubic-bezier(.4,0,.2,1)}.landing-btn-primary:hover,.landing-cta-button:hover{transform:translateY(-2px);box-shadow:0 15px 30px -5px #78176b59}.landing-btn-secondary:hover{transform:translateY(-2px);box-shadow:0 10px 20px -5px #78176b26}.landing-login-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #78176b40}.landing-feature-card,.landing-step-card{transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.landing-feature-card:hover,.landing-step-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #78176b26}.landing-hero-card{transition:all .4s cubic-bezier(.4,0,.2,1)}.landing-hero-card:hover{transform:translateY(-3px);box-shadow:0 25px 60px #78176b33}.landing-section-title{position:relative;display:inline-block}.landing-section-title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:0;height:3px;background:linear-gradient(90deg,#78176b,#a855f7);border-radius:2px;animation:underlineGrow linear forwards;animation-timeline:view();animation-range:entry 10% cover 40%}@keyframes underlineGrow{0%{width:0;opacity:0}to{width:60px;opacity:1}}.landing-feature-icon,.landing-step-icon{transition:all .3s cubic-bezier(.4,0,.2,1)}.landing-feature-card:hover .landing-feature-icon,.landing-step-card:hover .landing-step-icon{box-shadow:0 0 20px #78176b4d;transform:scale(1.1)}.landing-nav-link{position:relative;transition:color .3s cubic-bezier(.4,0,.2,1)}.landing-nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:#78176b;transition:width .3s cubic-bezier(.4,0,.2,1)}.landing-nav-link:hover:after{width:100%}.landing-header{position:sticky;top:0;z-index:50;width:100%;border-bottom:1px solid rgb(243 232 255);background-color:#faf3ffcc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.landing-header-content{margin:8px 94px;display:flex;height:4rem;max-width:80rem;align-items:center;justify-content:space-between}.landing-brand{display:flex;align-items:center;gap:1rem}.landing-brand-icon{color:#78176b}.landing-brand-icon .material-symbols-outlined{font-size:1.875rem}.landing-brand-title{font-size:1.125rem;font-weight:700;line-height:1.25;letter-spacing:-.025em;color:#0f172a}.landing-nav-desktop{display:none;flex:1;align-items:center;justify-content:flex-end;gap:2rem}@media(min-width:768px){.landing-nav-desktop{display:flex}}.landing-nav{display:flex;gap:1.5rem}.landing-nav-link{font-size:.875rem;font-weight:500;color:#475569;transition:color .2s;text-decoration:none}.landing-nav-link:hover{color:#78176b}.landing-login-btn{display:flex;align-items:center;justify-content:center;border-radius:.5rem;background-color:#78176b;padding:.5rem 1.25rem;font-size:.875rem;font-weight:700;color:#fff;box-shadow:0 1px 2px #0000000d;border:none;cursor:pointer}.landing-login-btn:hover{background-color:#590a4f}.landing-menu-mobile{display:block;color:#0f172a}@media(min-width:768px){.landing-menu-mobile{display:none}}.landing-main{flex-grow:1}.landing-hero{position:relative;padding:3rem 1rem;background-color:#faf3ff}@media(min-width:768px){.landing-hero{padding:5rem 1rem}}@media(min-width:1024px){.landing-hero{padding:7rem 1rem}}.landing-hero-container{margin:0 auto;max-width:80rem}.landing-hero-grid{display:grid;gap:3rem;align-items:center}@media(min-width:1024px){.landing-hero-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}.landing-hero-content{display:flex;flex-direction:column;gap:1.5rem;text-align:center}@media(min-width:1024px){.landing-hero-content{text-align:left}}.landing-hero-title{font-size:2.25rem;font-weight:900;line-height:1.1;letter-spacing:-.025em;color:#0f172a}@media(min-width:640px){.landing-hero-title{font-size:3rem}}@media(min-width:1024px){.landing-hero-title{font-size:3.75rem}}.landing-hero-highlight{color:#78176b}.landing-hero-description{margin:0 auto;max-width:36rem;font-size:1.125rem;color:#475569}@media(min-width:1024px){.landing-hero-description{margin:0}}.landing-hero-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media(min-width:640px){.landing-hero-buttons{flex-direction:row}}@media(min-width:1024px){.landing-hero-buttons{justify-content:flex-start}}.landing-btn-primary{display:flex;align-items:center;justify-content:center;border-radius:.5rem;background-color:#78176b;padding:.875rem 2rem;font-size:1rem;font-weight:700;color:#fff;box-shadow:0 10px 15px -3px #78176b40;border:none;cursor:pointer}.landing-btn-primary:hover{background-color:#590a4f}.landing-btn-secondary{display:flex;align-items:center;justify-content:center;border-radius:.5rem;background-color:#fff;border:1px solid rgb(243 232 255);padding:.875rem 2rem;font-size:1rem;font-weight:700;color:#334155;box-shadow:0 1px 2px #0000000d;cursor:pointer}.landing-btn-secondary:hover{background-color:#faf5ff;color:#78176b}.landing-hero-card{position:relative;width:100%;border-radius:1rem;padding:1.5rem;background-color:#fff;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:0 20px 50px #78176b26;border:1px solid rgb(243 232 255);overflow:hidden}.landing-card-content{display:flex;flex-direction:column;gap:1rem}.landing-card-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgb(243 232 255);padding-bottom:1rem}.landing-card-header-left{display:flex;align-items:center;gap:.75rem}.landing-card-icon{height:2rem;width:2rem;border-radius:9999px;background-color:#78176b1a;display:flex;align-items:center;justify-content:center}.landing-card-icon .material-symbols-outlined{color:#78176b;font-size:.875rem}.landing-card-title{font-size:.875rem;font-weight:700;color:#1e293b}.landing-card-status{display:flex;gap:.5rem;align-items:center}.landing-status-dot{height:.5rem;width:.5rem;border-radius:9999px;background-color:#22c55e;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.landing-status-text{font-size:.75rem;font-weight:600;color:#16a34a;text-transform:uppercase;letter-spacing:.05em}.landing-card-body{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;height:100%}.landing-card-sidebar{grid-column:span 3;display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.landing-card-sidebar{grid-column:span 1}}.landing-signal-card{background:linear-gradient(to bottom right,#faf5ff,#fff);border-radius:.5rem;padding:.75rem;border:1px solid rgb(250 245 255);box-shadow:0 1px 2px #0000000d}.landing-signal-label{font-size:.75rem;font-weight:500;color:#64748b;margin-bottom:.5rem}.landing-signal-bars{display:flex;align-items:flex-end;gap:.25rem;height:3rem;justify-content:center}.landing-signal-bar{width:.25rem;border-radius:9999px;background-color:#78176b}.landing-signal-bar:nth-child(1){height:1rem;opacity:.4;animation:pulse-bar 1s ease-in-out infinite}.landing-signal-bar:nth-child(2){height:2rem;opacity:.6;animation:pulse-bar 1.2s ease-in-out infinite}.landing-signal-bar:nth-child(3){height:2.5rem;opacity:1;animation:pulse-bar .8s ease-in-out infinite}.landing-signal-bar:nth-child(4){height:1.5rem;opacity:.8;animation:pulse-bar 1.5s ease-in-out infinite}.landing-signal-bar:nth-child(5){height:.75rem;opacity:.5;animation:pulse-bar 1.1s ease-in-out infinite}@keyframes pulse-bar{0%,to{opacity:1}50%{opacity:.3}}.landing-keywords-card{background-color:#fff;border-radius:.5rem;padding:.75rem;border:1px solid rgb(250 245 255);box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column;gap:.5rem}.landing-keywords-label{font-size:.75rem;font-weight:500;color:#64748b}.landing-keywords-tags{display:flex;flex-wrap:wrap;gap:.25rem}.landing-keyword-tag{padding:.125rem .5rem;border-radius:9999px;background-color:#f3e8ff;color:#78176b;font-size:.625rem;font-weight:700}.landing-card-transcript{grid-column:span 3;background-color:#fff;border-radius:.5rem;border:1px solid rgb(250 245 255);box-shadow:0 1px 2px #0000000d;padding:1rem;position:relative;overflow:hidden}@media(min-width:640px){.landing-card-transcript{grid-column:span 2}}.landing-transcript-icon{position:absolute;top:0;right:0;padding:.5rem}.landing-transcript-icon .material-symbols-outlined{color:#cbd5e1;font-size:1.125rem}.landing-transcript-items{display:flex;flex-direction:column;gap:.75rem}.landing-transcript-item{display:flex;gap:.75rem}.landing-transcript-avatar{height:1.5rem;width:1.5rem;border-radius:9999px;background-color:#f1f5f9;flex-shrink:0}.landing-transcript-avatar-purple{background-color:#faf5ff;border:1px solid rgb(243 232 255)}.landing-transcript-bubble{padding:.5rem;background:#f3e8ff99;border-radius:.5rem;font-size:.75rem;color:#475569;line-height:1.4;border:1px solid rgb(243 232 255)}.landing-keyword-highlight{background:#fef08a;color:#854d0e;font-weight:700;padding:0 .25rem;border-radius:.25rem}.landing-transcript-lines{flex:1;display:flex;flex-direction:column;gap:.25rem}.landing-transcript-line{height:.5rem;background-color:#f1f5f9;border-radius:.25rem}.landing-transcript-line-purple{background-color:#f3e8ff;border-radius:.25rem}.landing-features{padding:4rem 1rem;background-color:#fff}.landing-features-container{margin:0 auto;max-width:80rem}.landing-section-title{text-align:center;font-size:2rem;font-weight:900;color:#0f172a;margin-bottom:1rem}.landing-section-description{text-align:center;font-size:1.125rem;color:#475569;margin-bottom:3rem}.landing-features-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:768px){.landing-features-grid{grid-template-columns:repeat(3,1fr)}}.landing-feature-card{display:flex;flex-direction:column;gap:1rem;padding:2rem;background-color:#faf3ff;border-radius:.75rem;border:1px solid rgb(243 232 255)}.landing-feature-icon{height:3rem;width:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center}.landing-feature-icon-radio,.landing-feature-icon-document,.landing-feature-icon-notification{background-color:#78176b1a;color:#78176b}.landing-feature-icon .material-symbols-outlined{font-size:1.5rem}.landing-feature-title{font-size:1.25rem;font-weight:700;color:#0f172a}.landing-feature-description{color:#475569;line-height:1.6}.landing-how-it-works{padding:4rem 1rem;background-color:#faf3ff}.landing-how-container{margin:0 auto;max-width:80rem}.landing-steps-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:768px){.landing-steps-grid{grid-template-columns:repeat(3,1fr)}}.landing-step-card{display:flex;flex-direction:column;gap:1rem;padding:2rem;background-color:#fff;border-radius:.75rem;text-align:center}.landing-step-icon{height:4rem;width:4rem;border-radius:9999px;background-color:#78176b1a;display:flex;align-items:center;justify-content:center;margin:0 auto}.landing-step-icon .material-symbols-outlined{color:#78176b;font-size:2rem}.landing-step-title{font-size:1.25rem;font-weight:700;color:#0f172a}.landing-step-description{color:#475569;line-height:1.6}.landing-cta{padding:4rem 1rem;background-color:#fff}.landing-cta-container{margin:0 auto;max-width:80rem;text-align:center}.landing-cta-button{display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;background-color:#78176b;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;color:#fff;box-shadow:0 10px 15px -3px #78176b40;border:none;cursor:pointer;margin-top:1rem}.landing-cta-button:hover{background-color:#590a4f}.landing-footer{background-color:#faf3ff;border-top:1px solid rgb(243 232 255);padding:2rem 1rem}.landing-footer-content{margin:0 auto;max-width:80rem;display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:space-between}@media(min-width:768px){.landing-footer-content{flex-direction:row}}.landing-footer-brand{display:flex;align-items:center;gap:.5rem}.landing-footer-brand-icon .material-symbols-outlined{color:#78176b;font-size:1.5rem}.landing-footer-brand-text{font-weight:700;color:#0f172a}.landing-footer-copyright{font-size:.875rem;color:#64748b}.landing-footer-links{display:flex;gap:1.5rem}.landing-footer-link{font-size:.875rem;color:#64748b;text-decoration:none;transition:color .2s}.landing-footer-link:hover{color:#78176b}.landing-brand-logo{height:60px;width:auto;object-fit:contain}.monitoring-status{display:flex;flex-direction:column;gap:20px}.monitoring-top{display:flex;align-items:center;gap:16px}.waveform{display:flex;align-items:flex-end;gap:4px;height:20px}.waveform span{width:4px;background:#78176b;border-radius:4px;animation:wave 1.2s ease-in-out infinite}.waveform span:nth-child(1){animation-delay:0s}.waveform span:nth-child(2){animation-delay:.15s}.waveform span:nth-child(3){animation-delay:.3s}.waveform span:nth-child(4){animation-delay:.45s}.waveform span:nth-child(5){animation-delay:.6s}@keyframes wave{0%,to{height:6px}50%{height:18px}}.monitoring-pill{display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:#ffffffb3;border:1px solid rgba(120,23,107,.2);font-size:10px;font-weight:700;letter-spacing:1.5px;color:#6b7280}.pulse-dot{width:6px;height:6px;border-radius:50%;background:#78176b;position:relative}.pulse-dot:after{content:"";position:absolute;inset:0;border-radius:50%;background:#78176b;animation:pulse 1.4s infinite}@keyframes pulse{0%{transform:scale(1);opacity:.8}to{transform:scale(2.5);opacity:0}}.monitoring-features{display:flex;flex-direction:column;gap:10px}.monitoring-item{display:flex;align-items:center;gap:10px;font-size:11px;font-weight:700;letter-spacing:1.6px;color:#6b7280}.monitoring-item span:first-child{font-size:18px;color:#78176b80}.monitoring-footer{display:flex;align-items:center;gap:12px;margin-top:8px;font-size:10px;font-weight:700;letter-spacing:3px;color:#78176b66}.monitoring-footer .line{width:32px;height:1px;background:#78176b4d}.monitor-container{padding:20px;background:#f6f8fb;min-height:100vh;font-family:Inter,sans-serif}.monitor-title{font-size:24px;font-weight:700;margin-bottom:20px}.monitor-grid{display:flex;gap:20px;flex-wrap:wrap}.monitor-card{background:#fff;padding:18px;border-radius:12px;box-shadow:0 4px 12px #00000014;min-width:220px;flex:1;transition:transform .2s ease}.monitor-card:hover{transform:translateY(-3px)}.monitor-card h3{margin-bottom:10px;font-size:16px;color:#555}.monitor-value{font-size:26px;font-weight:700}.green{color:#16a34a}.orange{color:#f59e0b}.red{color:#dc2626}.monitor-section{margin-top:30px;margin-bottom:10px;font-size:18px;font-weight:600}.monitor-status{background:#fff;padding:16px;border-radius:10px;box-shadow:0 4px 10px #0000000f}.browser-card{background:#fff;padding:14px;border-radius:10px;margin-bottom:12px;box-shadow:0 3px 8px #0000000f}.browser-card b{font-size:14px}.browser-url{font-size:12px;color:#777;margin-bottom:8px}.cleanup-btn{margin-top:30px;padding:12px 20px;background:#78176b;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:.2s}.cleanup-btn:hover{background:#5c0f52}.table-wrapper{margin-top:20px;overflow-x:auto}.monitor-table{width:100%;border-collapse:collapse;background:#fff;border-radius:10px;overflow:hidden}.monitor-table th{background:#f5f5f5;color:#1a1a1a;padding:12px;text-align:left}.monitor-table td{padding:10px;border-bottom:1px solid #eee}.monitor-table tr:hover{background:#f9f9f9}.cleanup-floating{position:fixed;bottom:20px;right:20px;z-index:1000}.cleanup-btn{background:#2563eb;color:#fff;padding:10px 16px;border-radius:8px;border:none;cursor:pointer;font-weight:600;box-shadow:0 4px 12px #0003}.cleanup-btn:hover{background:#1e40af}.cleanup-btn:disabled{background:#94a3b8;cursor:not-allowed}.on-time{color:#16a34a}.slight-delay{color:#f59e0b}.late{color:#dc2626}.navbar{width:100%;height:7vh;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;border-bottom:1px solid rgba(0,0,0,.1);background-color:#f5f5f5;color:#1a1a1a;box-shadow:0 1px 4px #0000000d;overflow:hidden}.navbar__brand{display:flex;align-items:center;height:130%;padding:0 4px;background-color:#f5f5f5}.navbar__logo{max-height:68%;width:auto;object-fit:contain;display:block;margin-left:-20px}.navbar__tabs{display:flex;gap:2rem;list-style:none}.navbar__tabs li{perspective:800px}.navbar__tabs a{display:inline-flex;align-items:center;text-decoration:none;color:#1a1a1a;font-size:1.125rem;font-weight:400;padding:.3rem .6rem;border-radius:6px;transform-style:preserve-3d;transform:translateZ(0);transition:transform .25s ease,box-shadow .25s ease,background-color .2s ease,color .2s ease}.navbar__tabs a:hover{background-color:#007bff1a;color:#78176b;transform:translateZ(20px) scale(1.05);box-shadow:0 6px 18px #00000026}.navbar__tabs a.active{color:#78176b;transform:translateZ(10px)}.navbar__profile{display:flex;align-items:center;gap:.5rem;cursor:pointer}.navbar__profile svg{color:#1a1a1a;transition:color .2s ease}.navbar__profile:hover svg{color:#78176b}.logout-btn{display:inline-flex;align-items:center;gap:6px;color:#78176b;padding:6px 10px;font-size:1.125rem;font-weight:400;cursor:pointer;border:none;outline:none;background:none;transition:background-color .2s ease,transform .2s ease}.logout-btn:hover{background:#f3f4f6;transform:translate(3px)}
