@import"https://fonts.googleapis.com/css2?family=Tahoma:wght@400;700&display=swap";*{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none}body,html{margin:0;padding:0;font-family:Tahoma,sans-serif;font-size:11px;overflow:hidden}.desktop{width:100vw;height:100vh;background:linear-gradient(135deg,#74b9ff,#0984e3,#74b9ff);background-image:url(/assets/wallpaper-DPJWXAc7.png);background-size:cover;background-position:center;position:relative;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.selection-rectangle{position:absolute;border:1px dashed #0078d4;background-color:#0078d41a;pointer-events:none;z-index:999}.desktop-icon{position:absolute;width:70px;text-align:center;cursor:pointer;padding:4px;border-radius:2px;transition:background-color .1s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.desktop-icon:hover{background-color:#0064c84d}.desktop-icon.dragging{opacity:.8;cursor:grabbing;z-index:1000;transition:none}.desktop-icon .icon-image{display:flex;justify-content:center;align-items:center;width:32px;height:32px;margin:0 auto 4px;background:linear-gradient(135deg,#e8f4f8,#d1e7dd);border:1px solid #999;border-radius:2px;color:#000}.desktop-icon .icon-label{color:#fff;font-size:11px;text-shadow:1px 1px 2px rgba(0,0,0,.8);word-wrap:break-word;line-height:1.2}.taskbar{position:fixed;bottom:0;left:0;right:0;height:30px;background:linear-gradient(to bottom,#245edb,#1e5dd8 5%,#1b57d4,#1c5ed8 95%,#245edb);border-top:1px solid #4a8cf7;z-index:10000}.taskbar-content{display:flex;align-items:center;height:100%;padding:0 4px}.start-button{height:24px;padding:0 8px;background:linear-gradient(to bottom,#6bb247,#60a83c 5%,#57a031,#4e8e2c 95%,#4a8528);border:1px solid #2d5016;border-radius:3px;color:#fff;font-family:Tahoma,sans-serif;font-size:11px;font-weight:700;display:flex;align-items:center;gap:4px;cursor:pointer;transition:all .1s}.start-button:hover{background:linear-gradient(to bottom,#7bc257,#70b84c 5%,#67b041,#5e9e3c 95%,#5a9538)}.start-button.pressed{background:linear-gradient(to bottom,#4e8e2c,#57a031 5%,#60a83c,#6bb247 95%,#7bc257);border-color:#1a300a}.start-button-icon{width:16px;height:16px;background:radial-gradient(circle,#ff6b6b,#ff5252);border-radius:50%;position:relative}.start-button-icon:before{content:"";position:absolute;top:2px;left:2px;width:12px;height:12px;background:linear-gradient(135deg,#4ecdc4,#44a08d);border-radius:2px}.quick-launch{margin-left:4px}.taskbar-separator{width:1px;height:18px;background:linear-gradient(to bottom,#0000004d,#ffffff4d);margin:0 4px}.taskbar-apps{flex:1;display:flex;gap:2px;margin-left:4px}.taskbar-app{height:22px;min-width:160px;max-width:160px;padding:0 8px;background:linear-gradient(to bottom,#e6e6e6,#d4d4d4,#c8c8c8);border:1px solid #999;border-radius:2px;color:#000;font-family:Tahoma,sans-serif;font-size:11px;display:flex;align-items:center;gap:4px;cursor:pointer;overflow:hidden}.taskbar-app.active{background:linear-gradient(to bottom,#c8c8c8,#d4d4d4,#e6e6e6);border-color:#666}.taskbar-app-icon{width:16px;height:16px;background:#4a8cf7;border-radius:2px;flex-shrink:0}.taskbar-app-title{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.system-tray{display:flex;align-items:center;height:100%}.tray-icons{display:flex;align-items:center;gap:4px;margin-right:8px}.tray-icon{color:#fff;cursor:pointer}.system-clock{background:linear-gradient(to bottom,#ffffff1a,#0000001a);border:1px inset #4a8cf7;padding:2px 6px;color:#fff;font-size:11px;text-align:center;line-height:1.1}.system-clock .time{font-weight:700}.system-clock .date{font-size:10px}.start-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:30px;z-index:9999}.start-menu{position:fixed;bottom:30px;left:0;width:300px;background:linear-gradient(to right,#3f7cac,#245edb 30%,#f0f8ff 30%,#f0f8ff);border:1px solid #000;border-bottom:none;border-radius:8px 8px 0 0;z-index:10000;font-size:11px;box-shadow:2px -2px 8px #0000004d}.start-menu-user{display:flex;align-items:center;gap:8px;padding:12px 16px;background:linear-gradient(to right,transparent 0%,transparent 30%,white 30%,#e8f4f8 100%);margin-left:90px;border-bottom:1px solid #ccc}.user-avatar{width:32px;height:32px;background:linear-gradient(135deg,#4a8cf7,#245edb);border-radius:2px;display:flex;align-items:center;justify-content:center;color:#fff}.user-name{font-weight:700;color:#000}.start-menu-separator{height:1px;background:#ccc;margin:4px 90px 4px 16px}.start-menu-programs{margin-left:90px;padding:4px 0}.start-menu-item{display:flex;align-items:center;gap:8px;padding:6px 16px;cursor:pointer;transition:background-color .1s}.start-menu-item:hover{background:#4a8cf7;color:#fff}.menu-icon{flex-shrink:0}.start-menu-bottom{margin-left:90px;border-top:1px solid #ccc;padding:4px 0}.window{position:absolute;background:#ece9d8;border:2px outset #ece9d8;border-radius:8px 8px 0 0;box-shadow:2px 2px 8px #0000004d;z-index:1000;min-width:300px;min-height:200px;transform-origin:bottom center}.window.active{z-index:1001}.window.minimizing{pointer-events:none}.window-titlebar{height:26px;background:linear-gradient(to bottom,#0054e3,#0f5fef 5%,#245edb,#0f5fef 95%,#0054e3);border-radius:6px 6px 0 0;display:flex;align-items:center;justify-content:space-between;padding:0 6px;cursor:move}.window:not(.active) .window-titlebar{background:linear-gradient(to bottom,#7a7a7a,#8a8a8a 5%,#999,#8a8a8a 95%,#7a7a7a)}.window-title{color:#fff;font-weight:700;font-size:11px;flex:1;padding-left:4px}.window-controls{display:flex;gap:2px}.window-control{width:18px;height:18px;background:linear-gradient(to bottom,#e6e6e6,#d4d4d4,#c8c8c8);border:1px outset #d4d4d4;border-radius:2px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:10px;color:#000}.window-control:hover{background:linear-gradient(to bottom,#f0f0f0,#e0e0e0,#d4d4d4)}.window-control:active{border:1px inset #d4d4d4;background:linear-gradient(to bottom,#c8c8c8,#d4d4d4,#e6e6e6)}.window-control.minimize:hover{background:linear-gradient(to bottom,#5cb3f7,#4a9ef5,#3a8bf2);color:#fff}.window-control.maximize:hover{background:linear-gradient(to bottom,#7bc257,#6bb247,#5ba237);color:#fff}.window-control.close:hover{background:linear-gradient(to bottom,#ff6b6b,#ff5252,#e74c3c);color:#fff}.window-content{padding:8px;background:#fff;flex:1;overflow:auto;height:calc(100% - 26px)}.window-resize-handle{position:absolute;bottom:0;right:0;width:16px;height:16px;cursor:nw-resize;background:linear-gradient(135deg,transparent 40%,#999 45%,#999 55%,transparent 60%)}.file-explorer{height:100%;display:flex;flex-direction:column;background:#fff}.explorer-toolbar{background:linear-gradient(to bottom,#f7f8fd,#e8ebf2);border-bottom:1px solid #c4c4c4;padding:4px 8px;display:flex;align-items:center;gap:4px}.explorer-button{background:transparent;border:1px solid transparent;border-radius:2px;padding:2px 6px;font-size:11px;cursor:pointer;display:flex;align-items:center;gap:4px}.explorer-button:hover{background:linear-gradient(to bottom,#fef9e7,#f5e6a8);border:1px solid #e5c365}.explorer-header{background:#f0f0f0;border-bottom:1px solid #ccc;padding:4px 8px}.address-bar{background:#fff;border:1px inset #ccc;padding:2px 4px;font-size:11px;display:flex;align-items:center;gap:4px}.explorer-main{flex:1;display:flex}.explorer-sidebar{width:200px;background:linear-gradient(to bottom,#e8f0fd,#b8d0f0);border-right:1px solid #c4c4c4;padding:8px;overflow-y:auto}.task-section{margin-bottom:12px;background:#ffffff4d;border:1px solid rgba(255,255,255,.5);border-radius:8px;padding:8px}.task-section-title{font-weight:700;font-size:11px;color:#003c74;margin-bottom:8px;display:flex;align-items:center;justify-content:space-between}.task-item{display:flex;align-items:center;gap:6px;padding:2px 4px;margin-bottom:4px;cursor:pointer;border-radius:2px;font-size:11px;color:#003c74;text-decoration:underline}.task-item:hover{background:#ffffff80}.task-icon{width:16px;height:16px;flex-shrink:0}.explorer-content{flex:1;padding:8px;background:#fff;overflow:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:16px;align-content:start}.drive-item,.folder-item,.file-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:8px 4px;border-radius:2px;cursor:pointer;margin-bottom:2px;min-height:80px;justify-content:center}.drive-item:hover,.folder-item:hover,.file-item:hover{background:#e8f4f8}.drive-icon,.folder-icon,.file-icon{font-size:32px;margin-bottom:4px}.drive-info,.folder-info,.file-info{font-size:11px;text-align:center}.drive-name,.folder-name,.file-name{font-weight:400;font-size:11px;word-wrap:break-word;line-height:1.2}.drive-size{font-size:10px;color:#666;margin-top:2px}.notepad{height:100%;background:#fff}.notepad-textarea{width:100%;height:100%;border:none;outline:none;font-family:Courier New,monospace;font-size:12px;padding:8px;resize:none;background:#fff}.minesweeper-game{background:silver;padding:8px;border:2px inset #c0c0c0;font-family:Tahoma,sans-serif;height:100%;display:flex;flex-direction:column}.minesweeper-header{display:flex;justify-content:space-between;align-items:center;background:silver;border:2px inset #c0c0c0;padding:8px;margin-bottom:8px}.mine-counter,.timer{background:#000;color:red;font-family:Courier New,monospace;font-size:18px;font-weight:700;padding:4px 8px;border:2px inset #c0c0c0;min-width:50px;text-align:center}.smiley-button{width:32px;height:32px;background:silver;border:2px outset #c0c0c0;border-radius:2px;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center}.smiley-button:active{border:2px inset #c0c0c0}.minesweeper-board{border:2px inset #c0c0c0;background:silver;padding:4px;flex:1;display:flex;flex-direction:column;justify-content:center}.minesweeper-row{display:flex;justify-content:center}.minesweeper-cell{width:20px;height:20px;background:silver;border:2px outset #c0c0c0;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;margin:0;padding:0}.minesweeper-cell:active{border:1px solid #808080}.minesweeper-cell.revealed{border:1px solid #808080;background:silver}.minesweeper-cell.revealed.mine{background:red}.minesweeper-cell.number-1{color:#00f}.minesweeper-cell.number-2{color:green}.minesweeper-cell.number-3{color:red}.minesweeper-cell.number-4{color:navy}.minesweeper-cell.number-5{color:maroon}.minesweeper-cell.number-6{color:teal}.minesweeper-cell.number-7{color:#000}.minesweeper-cell.number-8{color:gray}::-webkit-scrollbar{width:16px;height:16px}::-webkit-scrollbar-track{background:#f0f0f0;border:1px inset #ccc}::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,#e6e6e6,#d4d4d4,#c8c8c8);border:1px outset #d4d4d4}::-webkit-scrollbar-corner{background:#f0f0f0}.tetris-game{background:silver;padding:8px;border:2px inset #c0c0c0;font-family:Tahoma,sans-serif;height:100%;display:flex;flex-direction:column}.tetris-header{display:flex;justify-content:space-between;align-items:center;background:silver;border:2px inset #c0c0c0;padding:8px;margin-bottom:8px}.tetris-stats{display:flex;gap:16px;font-weight:700;font-size:11px}.tetris-button{background:linear-gradient(to bottom,#e6e6e6,#d4d4d4,#c8c8c8);border:1px outset #d4d4d4;border-radius:2px;padding:4px 8px;font-size:11px;cursor:pointer;font-family:Tahoma,sans-serif}.tetris-button:hover{background:linear-gradient(to bottom,#f0f0f0,#e0e0e0,#d4d4d4)}.tetris-button:active{border:1px inset #d4d4d4;background:linear-gradient(to bottom,#c8c8c8,#d4d4d4,#e6e6e6)}.tetris-main{flex:1;display:flex;gap:16px}.tetris-board{display:grid;grid-template-columns:repeat(10,20px);grid-template-rows:repeat(20,20px);border:2px inset #c0c0c0;background:#f0f0f0;padding:4px}.tetris-cell{width:20px;height:20px;border:1px solid #999}.tetris-controls{min-width:120px;background:#f0f0f0;border:2px inset #c0c0c0;padding:8px;font-size:11px}.tetris-controls h3{margin:0 0 8px;font-size:11px;font-weight:700}.tetris-controls div{margin-bottom:4px}.game-over,.paused{margin-top:16px;padding:8px;background:#fff3cd;border:1px solid #ffeaa7;border-radius:2px;text-align:center}.game-over h3,.paused h3{margin:0 0 8px;color:#856404}.browser{height:100%;display:flex;flex-direction:column;background:#f0f0f0}.browser-toolbar{background:linear-gradient(to bottom,#f7f8fd,#e8ebf2);border-bottom:1px solid #c4c4c4;padding:4px 8px;display:flex;align-items:center;gap:8px}.browser-nav-buttons{display:flex;gap:2px}.browser-button{background:linear-gradient(to bottom,#e6e6e6,#d4d4d4,#c8c8c8);border:1px outset #d4d4d4;border-radius:2px;width:24px;height:24px;cursor:pointer;font-size:12px;display:flex;align-items:center;justify-content:center}.browser-button:hover{background:linear-gradient(to bottom,#f0f0f0,#e0e0e0,#d4d4d4)}.browser-button:active{border:1px inset #d4d4d4;background:linear-gradient(to bottom,#c8c8c8,#d4d4d4,#e6e6e6)}.address-bar-container{flex:1;display:flex;align-items:center;gap:4px}.address-label{font-size:11px;font-weight:700;color:#000}.browser-address-bar{flex:1;background:#fff;border:1px inset #ccc;padding:2px 4px;font-size:11px;font-family:Tahoma,sans-serif}.browser-go-button{background:linear-gradient(to bottom,#e6e6e6,#d4d4d4,#c8c8c8);border:1px outset #d4d4d4;border-radius:2px;padding:2px 8px;font-size:11px;cursor:pointer;font-family:Tahoma,sans-serif}.browser-go-button:hover{background:linear-gradient(to bottom,#f0f0f0,#e0e0e0,#d4d4d4)}.browser-go-button:active{border:1px inset #d4d4d4;background:linear-gradient(to bottom,#c8c8c8,#d4d4d4,#e6e6e6)}.browser-links{background:#f0f0f0;border-bottom:1px solid #ccc;padding:4px 8px;display:flex;align-items:center;gap:8px;font-size:11px}.links-label{font-weight:700;color:#000}.quick-link-button{background:transparent;border:none;color:#00f;text-decoration:underline;cursor:pointer;font-size:11px;font-family:Tahoma,sans-serif}.quick-link-button:hover{color:red}.browser-content{flex:1;position:relative;background:#fff}.browser-iframe{width:100%;height:100%;border:none;background:#fff}.browser-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;font-size:12px;color:#666}.loading-bar{width:200px;height:4px;background:#f0f0f0;border:1px inset #ccc;margin-top:8px;overflow:hidden}.loading-progress{height:100%;background:linear-gradient(to right,#0078d4,#106ebe);animation:loading 2s infinite}@keyframes loading{0%{width:0%}50%{width:70%}to{width:100%}}.browser-error{padding:20px;text-align:center;font-size:12px;color:#333}.error-content h3{color:#d32f2f;margin-bottom:16px}.error-content ul{text-align:left;margin:8px 0}.suggested-sites{margin-top:16px;display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.suggested-link{background:linear-gradient(to bottom,#e6e6e6,#d4d4d4,#c8c8c8);border:1px outset #d4d4d4;border-radius:2px;padding:4px 12px;font-size:11px;cursor:pointer;font-family:Tahoma,sans-serif}.suggested-link:hover{background:linear-gradient(to bottom,#f0f0f0,#e0e0e0,#d4d4d4)}.alternative-options{margin-top:20px;padding:16px;background:#f8f9fa;border:1px inset #ccc;border-radius:4px}.alternative-options h4{margin:0 0 12px;color:#333;font-size:12px}.open-new-tab-button{background:linear-gradient(to bottom,#0078d4,#106ebe);border:1px outset #0078d4;border-radius:2px;color:#fff;padding:8px 16px;font-size:12px;cursor:pointer;font-family:Tahoma,sans-serif;font-weight:700;margin-bottom:16px}.open-new-tab-button:hover{background:linear-gradient(to bottom,#106ebe,#0078d4)}.open-new-tab-button:active{border:1px inset #0078d4;background:linear-gradient(to bottom,#005a9e,#106ebe)}.proxy-indicator{position:absolute;top:8px;right:8px;background:#0078d4e6;color:#fff;padding:4px 8px;border-radius:12px;font-size:10px;font-family:Tahoma,sans-serif;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2)}.mode-indicator{position:absolute;top:8px;left:8px;background:#28a745e6;color:#fff;padding:4px 8px;border-radius:12px;font-size:10px;font-family:Tahoma,sans-serif;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2)}.render-mode-selector{display:flex;gap:2px;margin-left:8px}.mode-button{background:linear-gradient(to bottom,#e6e6e6,#d4d4d4,#c8c8c8);border:1px outset #d4d4d4;border-radius:2px;width:24px;height:24px;cursor:pointer;font-size:12px;display:flex;align-items:center;justify-content:center}.mode-button:hover{background:linear-gradient(to bottom,#f0f0f0,#e0e0e0,#d4d4d4)}.mode-button:active{border:1px inset #d4d4d4;background:linear-gradient(to bottom,#c8c8c8,#d4d4d4,#e6e6e6)}.mode-button.active{background:linear-gradient(to bottom,#0078d4,#106ebe);border:1px inset #0078d4;color:#fff}.browser-html-content{width:100%;height:100%;overflow:auto;background:#fff;padding:16px;font-family:Arial,sans-serif;font-size:14px;line-height:1.6}.browser-html-content img{max-width:100%;height:auto}.browser-html-content a{color:#00f;text-decoration:underline}.browser-html-content a:hover{color:red}.live-stream-container{position:relative;width:100%;height:100%;background:#000;overflow:hidden;display:flex;flex-direction:column}.live-stream-container.fullscreen{position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;z-index:9999!important}.live-badge{position:absolute;top:12px;left:12px;background:#ff0000e6;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:700;font-family:Tahoma,sans-serif;z-index:1000;display:flex;align-items:center;gap:4px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2)}.live-dot{width:6px;height:6px;background:#fff;border-radius:50%;animation:blink 1s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:.3}}.viewer-count{position:absolute;top:12px;right:12px;background:#000000b3;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-family:Tahoma,sans-serif;z-index:1000;display:flex;align-items:center;gap:4px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.live-video{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;background:#000}.stream-offline{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#1a1a1a;color:#ccc;text-align:center;padding:40px}.offline-icon{color:#666;margin-bottom:20px;opacity:.7}.stream-offline h2{color:#fff;margin:0 0 16px;font-size:24px;font-family:Tahoma,sans-serif}.stream-offline p{margin:0 0 8px;font-size:14px;font-family:Tahoma,sans-serif;line-height:1.4}.loading-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:500}.spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.video-controls{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.6) 50%,transparent 100%);padding:12px;opacity:0;transition:opacity .3s ease;z-index:1000}.video-controls.visible{opacity:1}.progress-container{margin-bottom:8px}.progress-bar{width:100%;height:4px;background:#ffffff4d;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:2px}.progress-bar::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;background:#fff;border-radius:50%;cursor:pointer;box-shadow:0 2px 4px #0000004d}.progress-bar::-moz-range-thumb{width:12px;height:12px;background:#fff;border-radius:50%;cursor:pointer;border:none;box-shadow:0 2px 4px #0000004d}.controls-bar{display:flex;align-items:center;gap:12px}.control-btn{background:transparent;border:none;color:#fff;cursor:pointer;padding:6px;border-radius:4px;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.control-btn:hover{background:#fff3}.volume-controls{display:flex;align-items:center;gap:8px}.volume-slider{width:80px;height:4px;background:#ffffff4d;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:2px}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;background:#fff;border-radius:50%;cursor:pointer}.volume-slider::-moz-range-thumb{width:12px;height:12px;background:#fff;border-radius:50%;cursor:pointer;border:none}.time-display{color:#fff;font-size:12px;font-family:Tahoma,sans-serif;min-width:100px}.controls-spacer{flex:1}.settings-container{position:relative}.settings-menu{position:absolute;bottom:100%;right:0;background:#141414f2;border:1px solid rgba(255,255,255,.2);border-radius:6px;padding:8px 0;min-width:200px;margin-bottom:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.settings-section h4{color:#ccc;font-size:12px;font-weight:700;margin:0 0 8px;padding:0 12px;font-family:Tahoma,sans-serif}.quality-option{width:100%;background:transparent;border:none;color:#fff;padding:8px 12px;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:12px;font-family:Tahoma,sans-serif}.quality-option:hover{background:#ffffff1a}.quality-option.active{background:#0078d7cc}.quality-label{font-weight:700}.quality-resolution{color:#ccc;font-size:11px}.chat-overlay{position:absolute;top:60px;right:12px;width:280px;max-height:300px;background:#000c;border:1px solid rgba(255,255,255,.2);border-radius:6px;overflow:hidden;z-index:900;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.chat-header{background:#ffffff1a;padding:8px 12px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:6px;color:#fff;font-size:12px;font-weight:700;font-family:Tahoma,sans-serif}.chat-messages{padding:8px;max-height:240px;overflow-y:auto;display:flex;flex-direction:column;gap:6px}.chat-message{display:flex;flex-direction:column;gap:2px;font-size:11px;font-family:Tahoma,sans-serif}.username{color:#4dabf7;font-weight:700}.message{color:#fff;word-wrap:break-word}@media (max-width: 600px){.chat-overlay,.volume-controls,.time-display{display:none}.controls-bar{gap:8px}}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#ffffff80}.live-broadcast-container{width:100%;height:100%;background:#f0f0f0;display:flex;flex-direction:column;font-family:Tahoma,sans-serif;overflow-y:auto}.broadcast-header{background:linear-gradient(to bottom,#e6e6e6,#d4d4d4,#c8c8c8);border-bottom:1px solid #999;padding:12px 16px;display:flex;justify-content:space-between;align-items:center}.broadcast-title{display:flex;align-items:center;gap:12px}.broadcast-title h2{margin:0;font-size:14px;font-weight:700;color:#000}.streaming-indicator{display:flex;align-items:center;gap:6px;background:#ff00001a;border:1px solid #ff0000;border-radius:4px;padding:4px 8px;font-size:11px;font-weight:700;color:red}.streaming-icon{animation:pulse 2s infinite}.streaming-dot{width:6px;height:6px;background:red;border-radius:50%;animation:blink 1s infinite}.viewer-stats{display:flex;align-items:center;gap:6px;color:#333;font-size:12px}.broadcast-content{display:flex;flex:1;gap:16px;padding:16px}.video-preview{flex:2;position:relative;background:#000;border:2px inset #d4d4d4;min-height:300px;display:flex;align-items:center;justify-content:center}.preview-video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.preview-placeholder{text-align:center;color:#ccc;display:flex;flex-direction:column;align-items:center;gap:12px}.preview-placeholder p{margin:0;font-size:14px}.live-overlay{position:absolute;top:12px;left:12px}.live-overlay .live-badge{background:#ff0000e6;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:700;display:flex;align-items:center;gap:4px}.broadcast-controls{flex:1;display:flex;flex-direction:column;gap:16px}.stream-settings{background:#fff;border:1px inset #d4d4d4;padding:12px;border-radius:2px}.stream-settings h3{margin:0 0 12px;font-size:12px;font-weight:700;color:#000}.setting-group{margin-bottom:12px}.setting-group label{display:block;margin-bottom:4px;font-size:11px;font-weight:700;color:#000}.stream-input{width:100%;padding:4px;border:1px inset #d4d4d4;font-family:Tahoma,sans-serif;font-size:11px;background:#fff}.stream-input:disabled{background:#f0f0f0;color:#666}.source-buttons{display:flex;gap:8px}.source-btn{background:linear-gradient(to bottom,#e6e6e6,#d4d4d4,#c8c8c8);border:1px outset #d4d4d4;border-radius:2px;padding:6px 12px;font-size:11px;cursor:pointer;display:flex;align-items:center;gap:6px;font-family:Tahoma,sans-serif}.source-btn:hover{background:linear-gradient(to bottom,#f0f0f0,#e0e0e0,#d4d4d4)}.source-btn:disabled{background:#f0f0f0;color:#999;cursor:not-allowed}.source-btn.active{background:linear-gradient(to bottom,#0078d4,#106ebe);border:1px inset #0078d4;color:#fff}.media-controls{display:flex;gap:8px;justify-content:center;padding:12px;background:#fff;border:1px inset #d4d4d4;border-radius:2px}.control-button{width:40px;height:40px;background:linear-gradient(to bottom,#e6e6e6,#d4d4d4,#c8c8c8);border:1px outset #d4d4d4;border-radius:2px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .1s}.control-button:hover{background:linear-gradient(to bottom,#f0f0f0,#e0e0e0,#d4d4d4)}.control-button:active{border:1px inset #d4d4d4;background:linear-gradient(to bottom,#c8c8c8,#d4d4d4,#e6e6e6)}.control-button.active{background:linear-gradient(to bottom,#28a745,#1e7e34);border:1px inset #28a745;color:#fff}.control-button.inactive{background:linear-gradient(to bottom,#dc3545,#a71e2a);border:1px inset #dc3545;color:#fff}.stream-actions{display:flex;flex-direction:column;gap:8px}.action-button{background:linear-gradient(to bottom,#e6e6e6,#d4d4d4,#c8c8c8);border:1px outset #d4d4d4;border-radius:2px;padding:8px 16px;font-size:11px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;font-family:Tahoma,sans-serif}.action-button:hover{background:linear-gradient(to bottom,#f0f0f0,#e0e0e0,#d4d4d4)}.action-button:active{border:1px inset #d4d4d4;background:linear-gradient(to bottom,#c8c8c8,#d4d4d4,#e6e6e6)}.preview-btn{background:linear-gradient(to bottom,#0078d4,#106ebe);border:1px outset #0078d4;color:#fff}.preview-btn:hover{background:linear-gradient(to bottom,#106ebe,#0078d4)}.start-stream-btn{background:linear-gradient(to bottom,#28a745,#1e7e34);border:1px outset #28a745;color:#fff}.start-stream-btn:hover{background:linear-gradient(to bottom,#34ce57,#28a745)}.stop-stream-btn,.stop-preview-btn{background:linear-gradient(to bottom,#dc3545,#a71e2a);border:1px outset #dc3545;color:#fff}.stop-stream-btn:hover,.stop-preview-btn:hover{background:linear-gradient(to bottom,#e14457,#dc3545)}.broadcast-info{background:#fff;border-top:1px solid #999;padding:16px;display:flex;gap:32px}.info-section,.quick-tips{flex:1}.info-section h4,.quick-tips h4{margin:0 0 8px;font-size:12px;font-weight:700;color:#000}.info-item{margin-bottom:4px;font-size:11px;color:#333}.quick-tips ul{margin:0;padding-left:16px;font-size:11px;color:#333}.quick-tips li{margin-bottom:4px}@media (max-width: 800px){.broadcast-content{flex-direction:column}.video-preview{min-height:200px}.broadcast-info{flex-direction:column;gap:16px}}.admin-panel-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;z-index:10000;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.admin-panel{background:#f0f0f0;border:2px outset #d4d4d4;border-radius:4px;width:90%;max-width:1200px;height:90%;max-height:800px;display:flex;flex-direction:column;font-family:Tahoma,sans-serif;box-shadow:0 8px 32px #0000004d}.admin-header{background:linear-gradient(to bottom,#0078d4,#106ebe);color:#fff;padding:8px 12px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #106ebe}.admin-title{display:flex;align-items:center;gap:8px}.admin-title h2{margin:0;font-size:12px;font-weight:700}.admin-live-indicator{display:flex;align-items:center;gap:4px;background:#ff0000e6;padding:2px 6px;border-radius:3px;font-size:10px;font-weight:700}.admin-live-icon{animation:pulse 2s infinite}.admin-close-btn{background:transparent;border:none;color:#fff;cursor:pointer;padding:4px;border-radius:2px;display:flex;align-items:center;justify-content:center}.admin-close-btn:hover{background:#fff3}.admin-login{flex:1;display:flex;align-items:center;justify-content:center;padding:40px}.login-form{background:#fff;border:1px inset #d4d4d4;padding:32px;border-radius:4px;text-align:center;max-width:400px;width:100%}.login-form h3{margin:0 0 16px;font-size:14px;font-weight:700;color:#000}.login-form p{margin:0 0 20px;font-size:11px;color:#333}.password-input-group{display:flex;gap:8px;margin-bottom:16px}.admin-password-input{flex:1;padding:6px;border:1px inset #d4d4d4;font-family:Tahoma,sans-serif;font-size:11px}.admin-login-btn{background:linear-gradient(to bottom,#0078d4,#106ebe);border:1px outset #0078d4;color:#fff;padding:6px 16px;font-size:11px;font-weight:700;cursor:pointer;font-family:Tahoma,sans-serif}.admin-login-btn:hover{background:linear-gradient(to bottom,#106ebe,#0078d4)}.admin-hint{color:#666;font-size:10px}.admin-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.admin-stream-controls{flex:1;display:flex;gap:16px;padding:16px}.admin-video-preview{flex:2;position:relative;background:#000;border:2px inset #d4d4d4;min-height:300px;display:flex;align-items:center;justify-content:center}.admin-preview-video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.admin-preview-placeholder{text-align:center;color:#ccc;display:flex;flex-direction:column;align-items:center;gap:12px}.admin-preview-placeholder p{margin:0;font-size:14px}.admin-live-overlay{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:8px}.admin-live-badge{background:#ff0000e6;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:700;display:flex;align-items:center;gap:4px}.admin-viewer-count{background:#000000b3;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;display:flex;align-items:center;gap:4px}.admin-controls-panel{flex:1;display:flex;flex-direction:column;gap:16px}.admin-stream-settings,.admin-media-controls,.admin-stream-actions{background:#fff;border:1px inset #d4d4d4;padding:12px;border-radius:2px}.admin-stream-settings h3,.admin-media-controls h3,.admin-stream-actions h3{margin:0 0 12px;font-size:11px;font-weight:700;color:#000}.admin-setting-group{margin-bottom:12px}.admin-setting-group label{display:block;margin-bottom:4px;font-size:10px;font-weight:700;color:#000}.admin-stream-input{width:100%;padding:4px;border:1px inset #d4d4d4;font-family:Tahoma,sans-serif;font-size:10px;background:#fff}.admin-stream-input:disabled{background:#f0f0f0;color:#666}.admin-source-buttons{display:flex;gap:8px}.admin-source-btn{background:linear-gradient(to bottom,#e6e6e6,#d4d4d4,#c8c8c8);border:1px outset #d4d4d4;border-radius:2px;padding:4px 8px;font-size:10px;cursor:pointer;display:flex;align-items:center;gap:4px;font-family:Tahoma,sans-serif}.admin-source-btn:hover{background:linear-gradient(to bottom,#f0f0f0,#e0e0e0,#d4d4d4)}.admin-source-btn:disabled{background:#f0f0f0;color:#999;cursor:not-allowed}.admin-source-btn.active{background:linear-gradient(to bottom,#0078d4,#106ebe);border:1px inset #0078d4;color:#fff}.admin-control-buttons{display:flex;gap:8px;justify-content:center}.admin-control-button{width:36px;height:36px;background:linear-gradient(to bottom,#e6e6e6,#d4d4d4,#c8c8c8);border:1px outset #d4d4d4;border-radius:2px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .1s}.admin-control-button:hover{background:linear-gradient(to bottom,#f0f0f0,#e0e0e0,#d4d4d4)}.admin-control-button:active{border:1px inset #d4d4d4;background:linear-gradient(to bottom,#c8c8c8,#d4d4d4,#e6e6e6)}.admin-control-button.active{background:linear-gradient(to bottom,#28a745,#1e7e34);border:1px inset #28a745;color:#fff}.admin-control-button.inactive{background:linear-gradient(to bottom,#dc3545,#a71e2a);border:1px inset #dc3545;color:#fff}.admin-action-button{background:linear-gradient(to bottom,#e6e6e6,#d4d4d4,#c8c8c8);border:1px outset #d4d4d4;border-radius:2px;padding:8px 12px;font-size:10px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:4px;font-family:Tahoma,sans-serif;margin-bottom:8px}.admin-action-button:hover{background:linear-gradient(to bottom,#f0f0f0,#e0e0e0,#d4d4d4)}.admin-action-button:active{border:1px inset #d4d4d4;background:linear-gradient(to bottom,#c8c8c8,#d4d4d4,#e6e6e6)}.admin-preview-btn{background:linear-gradient(to bottom,#0078d4,#106ebe);border:1px outset #0078d4;color:#fff}.admin-preview-btn:hover{background:linear-gradient(to bottom,#106ebe,#0078d4)}.admin-start-stream-btn{background:linear-gradient(to bottom,#28a745,#1e7e34);border:1px outset #28a745;color:#fff}.admin-start-stream-btn:hover{background:linear-gradient(to bottom,#34ce57,#28a745)}.admin-stop-stream-btn,.admin-stop-preview-btn{background:linear-gradient(to bottom,#dc3545,#a71e2a);border:1px outset #dc3545;color:#fff}.admin-stop-stream-btn:hover,.admin-stop-preview-btn:hover{background:linear-gradient(to bottom,#e14457,#dc3545)}.admin-info-panel{background:#fff;border-top:1px solid #999;padding:12px 16px;display:flex;justify-content:space-between;align-items:center}.admin-status-info h4{margin:0 0 8px;font-size:11px;font-weight:700;color:#000}.admin-info-item{margin-bottom:4px;font-size:10px;color:#333}.admin-info-item strong{color:#000}.admin-logout-btn{background:linear-gradient(to bottom,#dc3545,#a71e2a);border:1px outset #dc3545;border-radius:2px;color:#fff;padding:6px 12px;font-size:10px;font-weight:700;cursor:pointer;font-family:Tahoma,sans-serif}.admin-logout-btn:hover{background:linear-gradient(to bottom,#e14457,#dc3545)}@media (max-width: 1000px){.admin-stream-controls{flex-direction:column}.admin-video-preview{min-height:250px}.admin-controls-panel{flex-direction:row;gap:12px}.admin-stream-settings,.admin-media-controls,.admin-stream-actions{flex:1}}@media (max-width: 700px){.admin-controls-panel{flex-direction:column}.admin-info-panel{flex-direction:column;gap:12px;align-items:flex-start}}.radio-stream-manager{width:100%;height:100%;background:#f0f0f0;display:flex;flex-direction:column;font-family:Tahoma,sans-serif;overflow:hidden}.stream-header{background:linear-gradient(to bottom,#0078d4,#106ebe);color:#fff;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #106ebe}.station-info h1{margin:0;font-size:16px;font-weight:700}.live-status{margin-top:4px}.status-live{display:flex;align-items:center;gap:6px;background:#ff0000e6;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:700}.status-offline{display:flex;align-items:center;gap:6px;background:#0000004d;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:700}.live-icon{animation:pulse 2s infinite}.stream-stats{display:flex;gap:20px;align-items:center}.stat-item{display:flex;align-items:center;gap:6px;font-size:12px}.manager-content{flex:1;display:flex;gap:16px;padding:16px;overflow:hidden}.main-stream{flex:2;display:flex;flex-direction:column;gap:16px}.stream-display{position:relative;background:#000;border:2px inset #d4d4d4;border-radius:4px;overflow:hidden;aspect-ratio:16/9}.main-video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.stream-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center}.overlay-icon{color:#666;margin-bottom:16px;opacity:.7}.stream-overlay h2{margin:0 0 8px;font-size:20px}.stream-overlay p{margin:0;font-size:14px;color:#ccc}.source-indicator{position:absolute;top:12px;left:12px;background:#000c;color:#fff;padding:6px 10px;border-radius:4px;font-size:11px}.source-label{display:flex;align-items:center;gap:6px}.stream-controls{background:#fff;border:1px inset #d4d4d4;padding:16px;border-radius:4px;display:flex;gap:16px;align-items:center}.control-btn{background:linear-gradient(to bottom,#e6e6e6,#d4d4d4,#c8c8c8);border:1px outset #d4d4d4;border-radius:4px;padding:10px 20px;font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:8px;font-family:Tahoma,sans-serif;min-width:120px;justify-content:center}.control-btn:hover:not(:disabled){background:linear-gradient(to bottom,#f0f0f0,#e0e0e0,#d4d4d4)}.control-btn:disabled{background:#f0f0f0;color:#999;cursor:not-allowed}.go-live-btn{background:linear-gradient(to bottom,#28a745,#1e7e34);border:1px outset #28a745;color:#fff}.go-live-btn:hover:not(:disabled){background:linear-gradient(to bottom,#34ce57,#28a745)}.stop-btn{background:linear-gradient(to bottom,#dc3545,#a71e2a);border:1px outset #dc3545;color:#fff}.stop-btn:hover{background:linear-gradient(to bottom,#e14457,#dc3545)}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;flex:1}.info-item{font-size:11px;color:#333}.info-item strong{color:#000}.side-panels{flex:1;display:flex;flex-direction:column;gap:16px;overflow-y:auto}.panel{background:#fff;border:1px inset #d4d4d4;border-radius:4px;overflow:hidden}.panel h3{background:linear-gradient(to bottom,#e6e6e6,#d4d4d4,#c8c8c8);border-bottom:1px solid #999;margin:0;padding:8px 12px;font-size:12px;font-weight:700;color:#000}.sources-list{padding:8px}.source-item{display:flex;align-items:center;gap:10px;padding:8px;border-radius:2px;cursor:pointer;margin-bottom:4px;border:1px solid transparent}.source-item:hover{background:#f0f0f0}.source-item.active{background:linear-gradient(to bottom,#0078d4,#106ebe);color:#fff;border:1px solid #106ebe}.source-icon{width:20px;display:flex;justify-content:center}.source-info{flex:1}.source-name{font-size:11px;font-weight:700}.source-status{font-size:10px;text-transform:uppercase}.status-active{color:#28a745}.status-inactive{color:#6c757d}.status-error{color:#dc3545}.gopro-controls{display:flex;gap:4px}.mini-btn{background:transparent;border:1px solid rgba(255,255,255,.3);border-radius:2px;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center}.mini-btn:hover{background:#ffffff1a}.schedule-list{padding:8px;max-height:200px;overflow-y:auto}.schedule-item{padding:8px;border-bottom:1px solid #eee;font-size:11px}.schedule-item:last-child{border-bottom:none}.schedule-time{font-weight:700;color:#0078d4;margin-bottom:4px}.schedule-title{margin-bottom:4px;color:#000}.schedule-type{display:flex;align-items:center;gap:4px;font-size:10px;text-transform:uppercase}.type-live{color:#dc3545}.type-rerun{color:#6c757d}.quick-actions{padding:8px;display:flex;flex-direction:column;gap:6px}.action-btn{background:linear-gradient(to bottom,#e6e6e6,#d4d4d4,#c8c8c8);border:1px outset #d4d4d4;border-radius:2px;padding:8px 12px;font-size:11px;cursor:pointer;display:flex;align-items:center;gap:8px;font-family:Tahoma,sans-serif}.action-btn:hover{background:linear-gradient(to bottom,#f0f0f0,#e0e0e0,#d4d4d4)}.stream-output{background:#fff;border-top:1px solid #999;padding:12px 16px}.stream-output h4{margin:0 0 8px;font-size:12px;font-weight:700;color:#000}.url-list{display:flex;flex-direction:column;gap:6px}.url-item{font-size:11px;color:#333}.url-item strong{display:inline-block;width:80px;color:#000}.url-item code{background:#f8f9fa;border:1px solid #e9ecef;padding:2px 6px;border-radius:2px;font-family:Courier New,monospace;font-size:10px}@media (max-width: 1200px){.manager-content{flex-direction:column}.side-panels{flex-direction:row;overflow-x:auto}.panel{min-width:250px}}@media (max-width: 800px){.stream-stats{flex-direction:column;gap:8px;align-items:flex-end}.stream-controls{flex-direction:column;align-items:stretch}.info-grid{grid-template-columns:1fr}}.admin-tabs{display:flex;background:#e6e6e6;border-bottom:1px solid #999;margin-bottom:0}.admin-tab{background:linear-gradient(to bottom,#e6e6e6,#d4d4d4,#c8c8c8);border:1px outset #d4d4d4;border-bottom:none;padding:8px 16px;font-size:11px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:6px;font-family:Tahoma,sans-serif;color:#000;border-radius:4px 4px 0 0}.admin-tab:hover:not(.active){background:linear-gradient(to bottom,#f0f0f0,#e0e0e0,#d4d4d4)}.admin-tab.active{background:#f0f0f0;border:1px inset #d4d4d4;border-bottom:1px solid #f0f0f0;position:relative;z-index:1}.visual-fullscreen{width:100%;height:100%;background:#000;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.visual-canvas-fullscreen{width:100%;height:100%;background:#000;display:block}.visual-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;font-family:Tahoma,sans-serif;z-index:10}.loading-text{font-size:16px;font-weight:700;margin-bottom:8px;text-shadow:2px 2px 4px rgba(0,0,0,.8)}.loading-subtext{font-size:12px;opacity:.8;text-shadow:1px 1px 2px rgba(0,0,0,.8)}.admin-basic-content,.admin-radio-content{background:#f0f0f0;height:calc(100% - 40px);overflow:hidden}.admin-radio-content .radio-stream-manager{height:100%}.notepad-header{background:#f0f0f0;border-bottom:1px solid #ccc;font-family:Tahoma,sans-serif}.notepad-header .flex{display:flex}.notepad-header .items-center{align-items:center}.notepad-header .justify-between{justify-content:space-between}.notepad-header .space-x-4>*{margin-right:16px}.notepad-header .space-x-4>*:last-child{margin-right:0}.notepad-header .text-xs{font-size:11px}.notepad-header .text-gray-600{color:#666}.notepad-header .text-gray-500{color:#888}.notepad-header .p-2{padding:8px}.notepad-header .border-b{border-bottom:1px solid #ccc}.notepad-header .border-gray-300{border-color:#ccc}.notepad-header .inline-block{display:inline-block}.notepad-header .w-2{width:8px}.notepad-header .h-2{height:8px}.notepad-header .rounded-full{border-radius:50%}.notepad-header .bg-green-500{background-color:#22c55e}.notepad-header .bg-red-500{background-color:#ef4444}.notepad-header .text-blue-600{color:#2563eb}.notepad-header .text-orange-600{color:#ea580c}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}.\!container{width:100%!important}.container{width:100%}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.right-4{right:1rem}.top-0{top:0}.top-4{top:1rem}.z-10{z-index:10}.z-50{z-index:50}.float-right{float:right}.m-4{margin:1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.mt-2{margin-top:.5rem}.mt-6{margin-top:1.5rem}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.flex{display:flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-video{aspect-ratio:16 / 9}.h-20{height:5rem}.h-32{height:8rem}.h-64{height:16rem}.h-full{height:100%}.h-screen{height:100vh}.max-h-64{max-height:16rem}.max-h-96{max-height:24rem}.max-h-\[80vh\]{max-height:80vh}.min-h-24{min-height:6rem}.min-h-screen{min-height:100vh}.w-64{width:16rem}.w-80{width:20rem}.w-96{width:24rem}.w-full{width:100%}.min-w-64{min-width:16rem}.min-w-full{min-width:100%}.max-w-md{max-width:28rem}.flex-1{flex:1 1 0%}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-blue-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(239 246 255 / var(--tw-divide-opacity))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-blue-100{--tw-border-opacity: 1;border-color:rgb(219 234 254 / var(--tw-border-opacity))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity))}.border-blue-400{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity))}.border-blue-50{--tw-border-opacity: 1;border-color:rgb(239 246 255 / var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity))}.border-red-400{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-opacity-50{--tw-bg-opacity: .5}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-blue-50{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-blue-100{--tw-gradient-to: #dbeafe var(--tw-gradient-to-position)}.to-blue-200{--tw-gradient-to: #bfdbfe var(--tw-gradient-to-position)}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pb-2{padding-bottom:.5rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity))}.text-indigo-700{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity))}.text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity))}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity))}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.last\:border-b-0:last-child{border-bottom-width:0px}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity))}.hover\:bg-blue-200:hover{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.hover\:bg-orange-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 215 170 / var(--tw-bg-opacity))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity))}.focus\:ring-red-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity))}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}
