*{box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#000;background-color:#f5f5f7;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{min-height:100vh}button{font-family:inherit;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}button:focus-visible{outline:2px solid rgba(255,135,92,.5);outline-offset:2px}.app-container{position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column}.icon-button{position:fixed;width:48px;height:48px;border-radius:50%;border:none;background:#fff;color:#ff875c;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px #00000026;transition:all .2s ease;z-index:100}.icon-button:active{transform:scale(.95)}.status-badge{position:absolute;top:2px;right:2px;width:12px;height:12px;border-radius:50%;border:2px solid white;transition:background-color .3s ease}.status-badge.connected{background-color:#34c759}.status-badge.disconnected{background-color:#ff3b30}.user-icon{top:1rem;right:1rem}.settings-icon{bottom:1rem;right:1rem}.remote-container{width:100%;max-width:600px;margin:0 auto;padding:5rem 1rem;display:flex;flex-direction:column;gap:1rem;flex:1}.channel-button{width:100%;background:#ff875c;border:none;border-radius:12px;padding:1.25rem;font-size:1.125rem;font-weight:600;color:#fff;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #ff875c4d}.channel-button:active{transform:scale(.98);box-shadow:0 1px 4px #ff875c66}.drawer-overlay{position:fixed;inset:0;background:#00000080;z-index:200;animation:fadeIn .3s ease}.drawer{position:fixed;background:#fff;box-shadow:0 -4px 20px #00000026;z-index:201;animation:slideIn .3s ease}.drawer-top{top:0;left:0;right:0;max-width:600px;margin:0 auto;border-radius:0 0 20px 20px;animation:slideInTop .3s ease}.drawer-bottom{top:0;bottom:0;right:0;width:85%;max-width:400px;border-radius:0;animation:slideInRight .3s ease}.drawer-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e5e7}.drawer-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#000}.close-button{width:32px;height:32px;border-radius:50%;border:none;background:#f5f5f7;color:#000;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;line-height:1}.close-button:active{transform:scale(.95);background:#e5e5e7}.drawer-content{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;max-height:70vh;overflow-y:auto}.input-field{width:100%;padding:.875rem;border:1px solid #d1d1d6;border-radius:10px;font-size:1rem;background:#f5f5f7;transition:all .2s ease}.input-field:focus{outline:none;border-color:#ff875c;background:#fff}.submit-button{width:100%;padding:.875rem;background:#ff875c;border:none;border-radius:10px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.submit-button:active{transform:scale(.98);opacity:.8}.submit-button:disabled{opacity:.6;cursor:not-allowed}.logout-button{width:100%;padding:.875rem;background:#ff3b30;border:none;border-radius:10px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.logout-button:active{transform:scale(.98);opacity:.8}.auth-info{background:#f5f5f7;padding:1rem;border-radius:10px;display:flex;flex-direction:column;gap:.5rem}.auth-label{margin:0;font-size:.75rem;color:#666;text-transform:uppercase;letter-spacing:.5px}.auth-email{margin:0;font-size:1rem;font-weight:600;color:#000}.auth-player{margin:0;font-size:.875rem;color:#666}.error-message{margin:0;padding:.75rem;background:#ffebee;color:#c62828;border-radius:8px;font-size:.875rem;text-align:center}.share-button{width:100%;padding:.875rem;background:#34c759;border:none;border-radius:10px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.share-button:active{transform:scale(.98);opacity:.8}.config-section{display:flex;flex-direction:column;gap:.75rem;padding-bottom:1rem;border-bottom:2px solid #e5e5e7}.section-title{margin:0;font-size:.875rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.add-channel-form{display:flex;flex-direction:column;gap:.75rem;padding-bottom:1rem;border-bottom:2px solid #e5e5e7}.channels-list{display:flex;flex-direction:column;gap:.75rem}.list-title{margin:0;font-size:1rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.channel-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f5f5f7;border-radius:10px;transition:all .2s ease}.channel-info{display:flex;align-items:center;gap:1rem;flex:1}.channel-item-number{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#ff875c;color:#fff;border-radius:8px;font-weight:600;font-size:.875rem}.channel-item-name{font-size:1rem;color:#000;font-weight:500}.delete-button{width:36px;height:36px;border-radius:8px;border:none;background:#ff3b30;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.delete-button:active{transform:scale(.95);opacity:.8}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInTop{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes slideInBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.share-notification{position:fixed;bottom:5rem;left:50%;transform:translate(-50%);background:#000000d9;color:#fff;padding:1rem 1.5rem;border-radius:12px;font-size:.875rem;font-weight:500;z-index:300;animation:slideUp .3s ease;box-shadow:0 4px 12px #0000004d}@keyframes slideUp{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}
