.video-player{display:flex;flex-direction:column;height:100vh;width:100%;padding:20px;box-sizing:border-box}.player-wrapper{flex:1;background:#000;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #0000004d;width:100%;min-height:calc(100vh - 200px);position:relative}.video-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;object-fit:contain}.player-controls{display:flex;justify-content:center;padding:15px 0 0;align-items:center;flex-shrink:0}.control-button{min-width:120px;height:44px;border-radius:8px;font-weight:500;font-size:14px;transition:all .2s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.back-button{background:#fffc;border:1px solid rgba(0,0,0,.08);color:#323130}.back-button:hover,.back-button:active{background:#ffffffe6;border:1px solid rgba(0,0,0,.12)}@media (max-width: 768px){.video-player{padding:10px;height:auto}.player-wrapper{height:250px;border-radius:12px}.video-iframe{object-fit:cover}.player-controls{padding:12px 0 8px}.control-button{min-width:110px;height:44px;font-size:13px}}@media (max-width: 480px){.video-player{padding:8px}.player-wrapper{height:220px;border-radius:8px}.video-iframe{object-fit:cover}.player-controls{padding:10px 0 6px}.control-button{min-width:100px;font-size:12px}}@media (orientation: landscape) and (max-height: 600px){.video-player{padding:5px;height:100vh}.player-wrapper{height:calc(100vh - 70px)}.player-controls{padding:8px 0 4px}.control-button{height:36px;font-size:11px;min-width:90px}}.video-player{animation:slideInUp .5s ease-out}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.app{min-height:100vh;display:flex;flex-direction:column;position:relative;transition:all .3s ease}.app.light{background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.app.dark{background:linear-gradient(135deg,#1e1e1e,#2d2d30)}.theme-toggle{position:fixed;top:20px;right:20px;z-index:1000}.player-container .theme-toggle{z-index:1001}.home-container{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 20px;min-height:calc(100vh - 80px)}.home-content{display:flex;flex-direction:column;align-items:center;gap:40px;max-width:800px;width:100%}.title-section{display:flex;flex-direction:column;align-items:center;gap:15px;text-align:center}.app-title{margin:0}.app-subtitle{opacity:.8;max-width:600px;line-height:1.6;margin:0;text-align:center}.form-container{width:100%;max-width:600px;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:40px;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(255,255,255,.2)}.app.dark .form-container{background:#2d2d30f2;border:1px solid rgba(255,255,255,.1)}.form-content{display:flex;flex-direction:column;gap:25px}.input-group,.dropdown-group{display:flex;flex-direction:column;gap:12px}.button-group{display:flex;justify-content:center;margin-top:15px}.url-input{width:100%}.api-dropdown{width:100%;min-width:200px}.play-button{min-width:160px;height:44px;font-size:16px;font-weight:600}.player-container{flex:1;display:flex;flex-direction:column;padding:20px;min-height:calc(100vh - 80px);max-width:1400px;margin:0 auto;width:100%}.app-footer{text-align:center;padding:20px;opacity:.7}.input-header{display:flex;justify-content:space-between;align-items:center}.history-list{max-height:200px;overflow-y:auto;border:1px solid rgba(0,0,0,.1);border-radius:8px;background:#ffffffe6}.app.dark .history-list{background:#2d2d30e6;border-color:#ffffff1a}.history-item{padding:12px;border-bottom:1px solid rgba(0,0,0,.05);cursor:pointer;transition:background-color .2s;touch-action:manipulation;-webkit-tap-highlight-color:transparent;min-height:44px;display:flex;flex-direction:column;justify-content:center}.history-item:hover{background:#0078d41a}.history-item:last-child{border-bottom:none}.history-url{font-size:14px;font-weight:500;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-meta{display:flex;justify-content:space-between;font-size:12px;opacity:.7}@media (max-width: 768px){.home-container{padding:20px 15px}.home-content{gap:30px}.form-container{padding:30px 20px;max-width:100%}.theme-toggle{top:auto;bottom:20px;right:15px}.player-container{padding:15px}.history-item{padding:10px}.history-url{font-size:13px}}@media (max-width: 480px){.home-container{padding:15px 10px}.form-container{padding:20px 15px}.play-button{min-width:140px;height:40px;font-size:15px}.theme-toggle{top:auto;bottom:15px;right:10px}.input-header{flex-direction:column;align-items:flex-start;gap:8px}.history-list{max-height:150px}.history-item{padding:8px}.history-meta{flex-direction:column;gap:2px}}.form-container{animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.fui-MessageBar{border-radius:12px;margin:15px 0}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:Segoe UI,SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100%}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0000001a}::-webkit-scrollbar-thumb{background:#0000004d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#00000080}
