.text-element{display:flex;align-items:flex-start;width:100%;height:100%}.widget-element{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#ffffff1a;border:1px dashed rgba(255,255,255,.3)}.scene-renderer{overflow:hidden}.scene-fade-enter{opacity:0}.scene-fade-enter-active{opacity:1;transition:opacity .5s ease-in-out}.scene-fade-exit{opacity:1}.scene-fade-exit-active{opacity:0;transition:opacity .5s ease-in-out}.fallback-screen{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;display:flex;align-items:center;justify-content:center}.fallback-content{text-align:center;color:#fff}.fallback-clock{margin-bottom:40px}.fallback-time{font-size:96px;font-weight:300;font-family:Segoe UI,Arial,sans-serif;margin-bottom:10px}.fallback-date{font-size:32px;font-weight:300;color:#ccc}.fallback-message{font-size:28px;color:#999;margin-top:40px}.loading-screen{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;display:flex;align-items:center;justify-content:center}.loading-content{text-align:center;color:#fff}.loading-spinner{width:60px;height:60px;margin:0 auto 30px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-message{font-size:20px;color:#ccc}.error-screen{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;display:flex;align-items:center;justify-content:center}.error-content{text-align:center;color:#fff;max-width:600px;padding:40px}.error-icon{font-size:80px;margin-bottom:20px}.error-title{font-size:36px;font-weight:700;margin-bottom:20px;color:#f44}.error-message{font-size:20px;margin-bottom:30px;color:#fff}.error-hint{font-size:16px;color:#999}.debug-overlay{position:fixed;top:20px;right:20px;background:#000000e6;color:#0f0;font-family:Courier New,monospace;font-size:14px;padding:20px;border-radius:8px;max-width:400px;max-height:80vh;overflow-y:auto;z-index:9999;box-shadow:0 4px 12px #00000080}.debug-header{font-size:18px;font-weight:700;margin-bottom:15px;border-bottom:1px solid #00ff00;padding-bottom:8px}.debug-section{margin-bottom:15px}.debug-label{color:#ff0;margin-bottom:5px}.debug-value{color:#0f0;margin-left:10px;font-size:12px}.debug-errors{max-height:150px;overflow-y:auto}.debug-error{color:#f44;font-size:11px;margin:5px 0;padding:5px;background:#ff00001a;border-left:2px solid #ff4444}.debug-footer{margin-top:15px;padding-top:10px;border-top:1px solid #00ff00;font-size:11px;color:#888;text-align:center}.debug-overlay::-webkit-scrollbar{width:8px}.debug-overlay::-webkit-scrollbar-track{background:#0000004d}.debug-overlay::-webkit-scrollbar-thumb{background:#0f0;border-radius:4px}.debug-overlay::-webkit-scrollbar-thumb:hover{background:#0c0}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden}.player-app{position:relative;width:100%;height:100%;background:#000;overflow:hidden}*{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}*:focus{outline:none}img,video{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}body{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}img{-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}
